From c06330c064d19b02ea3bb6ca7e9a5c37d6c33519 Mon Sep 17 00:00:00 2001 From: ishikawa999 Date: Fri, 9 Feb 2024 01:21:04 +0000 Subject: [PATCH 1/9] Support new themes directory --- stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index 51f5c11..d52e6a4 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -1,2 +1,2 @@ -@import url(../../../stylesheets/application.css); +@import url(/application.css); @import url(./theme.css); From f9246941aa99142ea42949f8b44e07688f1dfdb5 Mon Sep 17 00:00:00 2001 From: ishikawa999 Date: Wed, 19 Jun 2024 06:02:25 +0000 Subject: [PATCH 2/9] Fix application.css path to be relative to support subdirectory structure --- stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index d52e6a4..a7616b2 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -1,2 +1,2 @@ -@import url(/application.css); +@import url(../../application.css); @import url(./theme.css); From b9ebd79761457363a32df5c9dcb60e30f8164aba Mon Sep 17 00:00:00 2001 From: ishikawa999 Date: Mon, 9 Sep 2024 06:04:50 +0000 Subject: [PATCH 3/9] Remove icon replacement (not necessary since the official icon will be fontawesome starting with Redmine6) --- src/styles/bleuclair.scss | 4 - src/styles/components/_gantts.scss | 8 - src/styles/components/_icon.scss | 252 ------------------------ src/styles/components/_jstoolbar.scss | 152 -------------- src/styles/components/_layout.scss | 12 +- src/styles/components/_scaffolding.scss | 16 -- src/styles/foundation/mixins.scss | 19 -- stylesheets/theme.css | 18 +- stylesheets/theme.css.map | 2 +- 9 files changed, 3 insertions(+), 480 deletions(-) delete mode 100644 src/styles/components/_gantts.scss delete mode 100644 src/styles/components/_icon.scss delete mode 100644 src/styles/components/_jstoolbar.scss delete mode 100644 src/styles/foundation/mixins.scss diff --git a/src/styles/bleuclair.scss b/src/styles/bleuclair.scss index e2cfe91..f3c97d7 100644 --- a/src/styles/bleuclair.scss +++ b/src/styles/bleuclair.scss @@ -1,4 +1,3 @@ -@import 'foundation/mixins'; @import 'foundation/variables'; @import 'components/scaffolding'; @@ -19,6 +18,3 @@ @import 'components/documents'; @import 'components/repositories'; @import 'components/activities'; -@import 'components/gantts'; -@import 'components/icon'; -@import 'components/jstoolbar'; diff --git a/src/styles/components/_gantts.scss b/src/styles/components/_gantts.scss deleted file mode 100644 index 7ceabf1..0000000 --- a/src/styles/components/_gantts.scss +++ /dev/null @@ -1,8 +0,0 @@ -.controller-gantts { - .task { color: #444; } - - .gantt_subjects_column .icon { - padding-bottom: 2px; - padding-top: 1px; - } -} \ No newline at end of file diff --git a/src/styles/components/_icon.scss b/src/styles/components/_icon.scss deleted file mode 100644 index 87a637c..0000000 --- a/src/styles/components/_icon.scss +++ /dev/null @@ -1,252 +0,0 @@ -$overridden-selectors: '.icon-add', '.icon-edit', '.icon-copy', '.icon-del', '.icon-move', '.icon-save', '.icon-download', '.icon-cancel', '.icon-multiple', '.icon-folder', '.open:not(.dmsf-expander)', '.icon-folder', '.icon-package', '.icon-user', '.icon-project', '.icon-projects', '.icon-help', '.icon-attachment', '.icon-history', '.icon-time-entry', '.icon-time', '.icon-time-add', '.icon-stats', '.icon-warning', '.icon-error', '.icon-fav', '.icon-fav-off', '.icon-reload', '.icon-lock', '.icon-locked', '.icon-unlock', '.icon-checked', '.icon-comment', '.icon-comments', '.icon-summary', '.icon-server-authentication', '.icon-issue', '.icon-zoom-in', '.icon-zoom-out', '.icon-passwd', '.icon-arrow-right', '.icon-test', '.icon-sticky', '.icon-email', '.icon-email-disabled', '.icon-email-add', '.icon-ok', '.icon-not-ok', '.icon-link-break', '.icon-list', '.icon-close', '.icon-settings', '.icon-roles', '.icon-issue-edit', '.icon-workflows', '.icon-custom-fields', '.icon-plugins', '.icon-news', '.icon-issue-closed', '.icon-issue-note', '.icon-changeset', '.icon-message', '.icon-reply', '.icon-wiki-page', '.icon-wiki-page', '.icon-document', '.icon-add-bullet', '.icon-shared', '.icon-actions', '.icon-expanded', -'.icon-expended', '.icon-sidebar', '.icon-collapsed', '.icon-bookmark', '.icon-bookmark-off', '.icon-sort-handle', '.icon-sorted-asc', '.icon-sorted-desc', '.icon-toggle-plus', '.icon-toggle-minus', '.icon-file', '.icon-clear-query', '.icon-import', '.icon-group:not(.name):not(.group)', '.icon-bookmarked-project', '.icon-copy-link'; - -// .atomアイコンは個別に置き換え -a.atom { background: transparent; padding: 2px 0px 3px 16px; } -a.atom:before { /* fa-atom */ @include fontAwesome('f143', 'Solid'); } - -.icon:before, .icon-only:before, #context-menu .icon-checked:before { - color: $icon-color; -} -.icon:hover::before, .icon-only:hover::before, #context-menu .icon-checked:before { - color: $hover-icon-color; -} -.icon:before, .icon-only:before, a.atom:before { - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - display: inline-block; - font-style: normal; - font-variant: normal; - text-rendering: auto; - font-size: 14px; - padding-right: 5px; -} - -.icon-add:before { /* fa-circle-plus */ @include fontAwesome('f055', 'Solid');} -.icon-edit:before { /* fa-pencil */ @include fontAwesome('f303', 'Solid'); } -.icon-copy:before { /* fa-clone */ @include fontAwesome('f0c5'); } -.icon-copy-link:before { /* fa-clipboard */ @include fontAwesome('f328') } -.icon-del:before { /* fa-trash */ @include fontAwesome('f2ed'); } -.icon-move:before { /* fa-share */ @include fontAwesome('f064', 'Solid'); } -.icon-save:before { /* fa-floppy */ @include fontAwesome('f0c7'); } -.icon-download:before { /* fa-download */ @include fontAwesome('f019', 'Solid'); } -.icon-cancel:before { /* fa-reply */ @include fontAwesome('f3e5', 'Solid'); } -.icon-multiple:before { /* fa-sync-alt */ @include fontAwesome('f2f1', 'Solid'); } -.icon-folder:before { /* fa-folder */ @include fontAwesome('f07b'); } -.open .icon-folder:before { /* fa-folder */ @include fontAwesome('f07c'); } -.icon-package:before { /* fa-cube */ @include fontAwesome('f1b2', 'Solid'); } -.icon-user:before { /* fa-user */ @include fontAwesome('f007', 'Solid'); } -.icon-project:before, .icon-projects:before { /* fa-cubes */ @include fontAwesome('f1b3', 'Solid'); } -.icon-help:before { /* fa-info-circle */ @include fontAwesome('f05a', 'Solid'); } -.icon-attachment:before { /* fa-paperclip */ @include fontAwesome('f0c6', 'Solid'); } -.icon-history:before { /* fa-history */ @include fontAwesome('f1da', 'Solid'); } -.icon-time-entry:before, .icon-time:before { /* fa-clock */ @include fontAwesome('f017'); } -.icon-time-add:before { /* fa-clock */ @include fontAwesome('f017'); } -.icon-stats:before { /* fa-bar-chart */ @include fontAwesome('f080'); } -.icon-warning { /* fa-warning */ @include ColoredIconInBeforeOfElement('f071', 'Solid', $color-warning-icon); } -.icon-error { /* fa-warning */ @include ColoredIconInBeforeOfElement('f071', 'Solid', $color-error-icon); } -.icon-fav { /* fa-star */ @include ColoredIconInBeforeOfElement('f005', 'Solid', $color-star-icon); } -.icon-fav-off:before { /* fa-star */ @include fontAwesome('f005'); } -.icon-reload:before { /* fa-refresh */ @include fontAwesome('f021', 'Solid'); } -.icon-lock:before, .icon-locked:before { /* fa-lock */ @include fontAwesome('f023', 'Solid'); } -.icon-unlock:before { /* fa-unlock */ @include fontAwesome('f09c', 'Solid'); } -.icon-checked { /* fa-check */ @include ColoredIconInBeforeOfElement('f00c', 'Solid', $color-success-icon); } -.icon-comment:before, .icon-comments:before { /* fa-comment */ @include fontAwesome('f075'); } -.icon-summary:before { /* fa-table */ @include fontAwesome('f0ce', 'Solid'); } -.icon-server-authentication:before { /* fa-key */ @include fontAwesome('f084', 'Solid'); } -.icon-issue:before { /* fa-sticky-note */ @include fontAwesome('f249'); } -.icon-zoom-in:before { /* fa-search-plus */ @include fontAwesome('f00e', 'Solid'); } -.icon-zoom-out:before { /* fa-search-minus */ @include fontAwesome('f010', 'Solid'); } -.icon-passwd:before { /* fa-key */ @include fontAwesome('f084', 'Solid'); } -.icon-arrow-right:before, .icon-test:before, .icon-sticky:before { /* fa-arrow-right */ @include fontAwesome('f061', 'Solid'); } -.icon-email:before { /* fa-envelope */ @include fontAwesome('f0e0'); } -.icon-email-disabled:before { /* fa-envelope */ @include fontAwesome('f0e0', 'Solid'); } -.icon-email-add:before { /* fa-envelope */ @include fontAwesome('f0e0'); } -.icon-ok { /* fa-check */ @include ColoredIconInBeforeOfElement('f00c', 'Solid', $color-success-icon); } -.icon-not-ok { /* fa-close */ @include ColoredIconInBeforeOfElement('f00d', 'Solid', $color-error-icon); } -.icon-link-break:before { /* fa-unlink */ @include fontAwesome('f127', 'Solid'); } -.icon-list:before { /* fa-list-ul */ @include fontAwesome('f0ca', 'Solid'); } -.icon-close:before { /* fa-close */ @include fontAwesome('f00d', 'Solid'); } -.icon-settings:before { /* fa-cog */ @include fontAwesome('f013', 'Solid'); } -.icon-roles:before { /* fa-eye */ @include fontAwesome('f06e', 'Solid'); } -.icon-issue-edit:before { /* fa-pencil-square */ @include fontAwesome('f044', 'Solid'); } -.icon-workflows:before { /* fa-cogs */ @include fontAwesome('f085', 'Solid'); } -.icon-custom-fields:before { /* fa-file-alt */ @include fontAwesome('f15c'); } -.icon-plugins:before { /* fa-puzzle-piece */ @include fontAwesome('f12e', 'Solid'); } -.icon-news:before { /* fa-newspaper */ @include fontAwesome('f1ea'); } -.icon-issue-closed:before { /* fa-check-square */ @include fontAwesome('f14a'); } -.icon-issue-note:before {/* fa-comment */ @include fontAwesome('f075'); } -.icon-changeset:before { /* fa-code */ @include fontAwesome('f121', 'Solid'); } -.icon-message:before {/* fa-comment */ @include fontAwesome('f075'); } -.icon-reply:before { /* fa-comments */ @include fontAwesome('f086'); } -.icon-wiki-page:before { /* fa-book */ @include fontAwesome('f02d', 'Solid'); } -.icon-document:before { /* fa-file */ @include fontAwesome('f15b'); } -.icon-add-bullet:before { /* fa-plus-circle */ @include fontAwesome('f055', 'Solid');} -.icon-shared:before { /* fa-link */ @include fontAwesome('f0c1', 'Solid'); } -.icon-actions:before { /* fa-ellipsis-h */ @include fontAwesome('f141', 'Solid'); } -/* Support https: //redmine.org/issues/36149 */ -.icon-expanded:before { /* fa-angle-down */ @include fontAwesome('f107', 'Solid'); } -.icon-expended:before { /* fa-angle-down */ @include fontAwesome('f107', 'Solid'); } -.icon-sidebar:before { /* fa-left-right */ @include fontAwesome('f337', 'Solid'); } - -.icon-collapsed:before { /* fa-angle-right */ @include fontAwesome('f105', 'Solid'); } -.icon-bookmark { /* fa-bookmark */ @include ColoredIconInBeforeOfElement('f02e', 'Solid', $color-bookmark-icon); } -.icon-bookmark-off:before { /* fa-bookmark */ @include fontAwesome('f02e'); } -.icon-sort-handle:before { /* fa-bookmark */ @include fontAwesome('f338', 'Solid'); } -.icon-sorted-asc:before { /* fa-angle-down */ @include fontAwesome('f107', 'Solid'); } -.icon-sorted-desc:before { /* fa-angle-up */ @include fontAwesome('f106', 'Solid'); } -.icon-toggle-plus:before { /* fa-plus-square */ @include fontAwesome('f0fe'); } -.icon-toggle-minus:before { /* fa-minus-square */ @include fontAwesome('f146'); } -.icon-clear-query:before { /* fa-times-circle */ @include fontAwesome('f057', 'Solid'); } -.icon-import:before { /* fa-file-import */ @include fontAwesome('f56f', 'Solid'); } - -.icon-file:before { /* fa-file */ @include fontAwesome('f15b'); } -.icon-file.text-plain:before { /* fa-file */ @include fontAwesome('f15b'); } -.icon-file.text-x-c:before { /* fa-file-code */ @include fontAwesome('f1c9'); } -.icon-file.text-x-csharp:before { /* fa-file-code */ @include fontAwesome('f1c9'); } -.icon-file.text-x-java:before { /* fa-file-code */ @include fontAwesome('f1c9'); } -.icon-file.text-x-javascript:before { /* fa-file-code */ @include fontAwesome('f1c9'); } -.icon-file.text-x-php:before { /* fa-file-code */ @include fontAwesome('f1c9'); } -.icon-file.text-x-ruby:before { /* fa-file-code */ @include fontAwesome('f1c9'); } -.icon-file.text-xml:before { /* fa-file-code */ @include fontAwesome('f1c9'); } -.icon-file.text-css:before { /* fa-file-code */ @include fontAwesome('f1c9'); } -.icon-file.text-html:before { /* fa-file-code */ @include fontAwesome('f1c9'); } -.icon-file.image-gif:before { /* fa-file-image */ @include fontAwesome('f1c5'); } -.icon-file.image-jpeg:before { /* fa-file-image */ @include fontAwesome('f1c5'); } -.icon-file.image-png:before { /* fa-file-image */ @include fontAwesome('f1c5'); } -.icon-file.image-tiff:before { /* fa-file-image */ @include fontAwesome('f1c5'); } -.icon-file.application-pdf:before { /* fa-file-pdf */ @include fontAwesome('f1c1'); } -.icon-file.application-zip:before { /* fa-file-archive */ @include fontAwesome('f1c6'); } -.icon-file.application-x-gzip:before { /* fa-file-archive */ @include fontAwesome('f1c6'); } - -#{$overridden-selectors} { - background-image: none !important; - padding-left: 0px !important; - - &:before { - padding-right: 2px; - width: 17px; - text-align: center; - } - &.icon-only { - text-decoration: none; - background-position: initial; - background-repeat: initial; - display: inline-block; - width: auto; - height: auto; - overflow: initial; - padding-top: initial; - padding-bottom: initial; - vertical-align: initial; - font-size: 0; - white-space: nowrap; - } -} - -// autocompleteのinput field内のサーチアイコンをsvgアイコンに置き換え -input.autocomplete { - background: #fff url('../images/search.svg') no-repeat 2px 50%; - background-size: 12px 12px; - background-position: 5px center; -} - -// ガントチャートの折りたたみが崩れる問題に対処 -.gantt-table .icon:not(.expander):before { - width: 12px; - padding-left: 2px; - padding-right: 5px; -} -.gantt-table .icon.expander:before { - width: 10px; -} -@media screen and (max-width: 899px) { - .gantt-table .icon:not(.expander):before { - width: 20px; - } - .gantt-table .icon.expander:before { - width: 12px; - } -} - -// context-menuのicon位置がずれないように固定 -#context-menu ul li .icon { - padding-left: 2px; -} - -// 行を選択して背景色が青くなったときはアイコン色を白に変える -.context-menu-selection .icon:before { - color: white; -} -// 一部のgroupアイコンはimgタグのsrcとして直接埋め込まれており置換が難しい -// .members.boxと#admin-menuのアイコンのみはメニューのアイコンと言うことでFont Awesomeに置き換え、 -// それ以外はグループのアバターという扱いでそのままにしておく(Gravatarと同じような扱い) -// $overridden-selectorsも.icon-group:not(.name)というように.nameがついている要素はiconを置き換えないという扱いにしている -.members.box h3.icon-group, #admin-menu .icon-group { - background-image: none; - - &:before { /* fa-users */ @include fontAwesome('f0c0', 'Solid'); } -} - -// プロジェクト一覧では、a:beforeでなくa:afterにアイコンを表示 -body.controller-projects.action-index a.project, body.controller-projects.action-index span { - &:before { - content: ""; - width: 0px; - } - &.icon:after { - color: $icon-color; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - display: inline-block; - font-style: normal; - font-variant: normal; - text-rendering: auto; - font-size: 14px; - } - &.icon-bookmarked-project:after { /* fa-bookmark */ @include fontAwesome('00a0 \\f02e', 'Solid'); } - &.icon.my-project:after { /* fa-user */ @include fontAwesome('00a0 \\f007', 'Solid'); } - &.icon.my-project.icon-bookmarked-project:after { - @include fontAwesome('00a0 \\f007 \\00a0 \\f02e', 'Solid'); - } - -} - -// 拡大画面でのサイドバーの検索フォームのレイアウトを修正 -@media screen and (max-width: 899px) { - .flyout-menu .flyout-menu__search input[type='text'] { - padding-left: 27px !important; - } -} - -// admin-menuで選択されたメニューの位置がずれる問題を修正 -#admin-menu { - #{$overridden-selectors} { - padding-left: 2px !important; - &.selected { - padding-left: 2px !important; - } - } -} - -// アイコンをボタンのように見せるとき、padding-leftを入れる -@media screen and (max-width: 899px) { - p.buttons { - #{$overridden-selectors} { - padding-left: 6px !important; - } - } - @each $selector in $overridden-selectors { - #content>.contextual>#{$selector} { - padding-left: 6px !important; - } - } -} - -.flyout-menu { - #{$overridden-selectors} { - &:before { - color: white !important; - } - } -} diff --git a/src/styles/components/_jstoolbar.scss b/src/styles/components/_jstoolbar.scss deleted file mode 100644 index 623ee69..0000000 --- a/src/styles/components/_jstoolbar.scss +++ /dev/null @@ -1,152 +0,0 @@ -div.jstElements { - display: inline-flex; - -webkit-font-smoothing: antialiased; - display: inline-block; - font-style: normal; - font-variant: normal; - text-rendering: auto; - font-size: 12px; - height: 28px; - - button { - background-image: initial; - background-color: white !important; - border-color: #c9c9c9 !important; - padding: 2px 0px 1px 0px; - } - - .jstb_strong:before { - /* fa-bold */ - @include fontAwesome('f032', 'Solid'); - font-size: 12px; - } - .jstb_em:before { - /* fa-italic */ - @include fontAwesome('f033', 'Solid'); - font-size: 12px; - } - .jstb_ins { - &:before { - /* fa-underline */ - @include fontAwesome('f0cd', 'Solid'); - font-size: 12px; - } - } - .jstb_del:before { - /* fa-strikethrough */ - @include fontAwesome('f0cc', 'Solid'); - font-size: 12px; - } - .jstb_code { - &:before { - content: "C"; - font-size: 15px; - font-weight: 700; - } - } - .jstb_h1 { - &:before { - content: "H1"; - font-size: 12px; - font-weight: 700; - } - } - .jstb_h2 { - &:before { - content: "H2"; - font-size: 12px; - font-weight: 700; - } - } - .jstb_h3 { - &:before { - content: "H3"; - font-size: 12px; - font-weight: 700; - } - } - .jstb_ul { - padding: 0px; - &:before { - /* fa-list-ul */ - @include fontAwesome('f0ca', 'Solid'); - font-size: 16px; - position: 0px; - } - } - .jstb_ol { - padding: 0px; - &:before { - /* fa-list-ol */ - @include fontAwesome('f0cb', 'Solid'); - font-size: 16px; - } - } - .jstb_tl { - padding: 0px; - &:before { - /* fa-list-check */ - @include fontAwesome('f0ae', 'Solid'); - font-size: 16px; - } - } - .jstb_bq { - padding: 0px; - &:before { - /* fa-indent */ - @include fontAwesome('f03c', 'Solid'); - font-size: 14px; - } - } - .jstb_unbq { - padding: 0px; - &:before { - /* fa-outdent */ - @include fontAwesome('f03b', 'Solid'); - font-size: 14px; - } - } - .jstb_pre { - padding: 0px 0px 3px 0px; - &:before { - content: "pre"; - font-size: 12px; - font-weight: 700; - } - } - .jstb_precode { - &:before { - /* fa-code */ - @include fontAwesome('f121', 'Solid'); - font-size: 12px; - } - } - .jstb_link:before { - /* fa-link */ - @include fontAwesome('f0c1', 'Solid'); - font-size: 12px; - } - .jstb_img:before { - /* fa-image */ - @include fontAwesome('f03e', 'Solid'); - font-size: 12px; - } - .jstb_table:before { - /* fa-image */ - @include fontAwesome('f0ce', 'Solid'); - font-size: 12px; - } - .jstb_help:before { - /* fa-question-circle */ - @include fontAwesome('f059', 'Solid'); - font-size: 12px; - } - .jstb_macros { - padding: 0px; - &:before { - /* fa-puzzle-piece */ - @include fontAwesome('f12e', 'Solid'); - font-size: 14px; - } - } -} diff --git a/src/styles/components/_layout.scss b/src/styles/components/_layout.scss index 08dcf92..1e177b3 100644 --- a/src/styles/components/_layout.scss +++ b/src/styles/components/_layout.scss @@ -43,11 +43,6 @@ $color-border-sidebar-switch-button: #ddd; h3 { color: $default-heading-font-color; } } -.icon { - padding-bottom: 2px; - padding-top: 2px; -} - // Fix a problem that underlines is broken in chrome a:hover, a:active { outline: 1px solid transparent; @@ -94,12 +89,7 @@ a:hover, a:active { color: #666; } } -#main:not(.visible-sidebar) #sidebar-switch-button:before{ - @include fontAwesome('f053', 'Solid'); // fa-chevron-left -} -#main.visible-sidebar #sidebar-switch-button:before { - @include fontAwesome('f054', 'Solid'); // fa-chevron-right -} + @media print { #main.visible-sidebar #sidebar, #sidebar-switch-panel { display:none; } } diff --git a/src/styles/components/_scaffolding.scss b/src/styles/components/_scaffolding.scss index 53c68a2..6f186ec 100644 --- a/src/styles/components/_scaffolding.scss +++ b/src/styles/components/_scaffolding.scss @@ -7,19 +7,3 @@ body { html[lang="ja"] body { font-family: Meiryo, "Hiragino Kaku Gothic Pro", "Hiragino Sans", "MS PGothic", Verdana, system-ui, sans-serif; } - -@font-face { - font-family: 'Font Awesome 6 Free Solid'; - font-style: normal; - font-weight: 900; - src: url("~@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), - url("~@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype"); -} - -@font-face { - font-family: 'Font Awesome 6 Free Regular'; - font-style: normal; - font-weight: 400; - src: url("~@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), - url("~@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype"); -} diff --git a/src/styles/foundation/mixins.scss b/src/styles/foundation/mixins.scss deleted file mode 100644 index b7c0410..0000000 --- a/src/styles/foundation/mixins.scss +++ /dev/null @@ -1,19 +0,0 @@ -// Import FontAwesome -@import '~@fortawesome/fontawesome-free/css/fontawesome.css'; -@import '~@fortawesome/fontawesome-free/css/regular.css'; -@import '~@fortawesome/fontawesome-free/css/solid.css'; - -@mixin fontAwesome($code, $font-type: Regular) { - font-family: 'Font Awesome 6 Free ' + $font-type; - content: unquote("\"")+unquote(str-insert($code, "\\", 1))+unquote("\""); -} - -@mixin ColoredIconInBeforeOfElement($code, $font-type, $color) { - &:before { - @include fontAwesome($code, $font-type); - color: $color; - } - &:hover:before { - color: darken($color, 10%); - } -} diff --git a/stylesheets/theme.css b/stylesheets/theme.css index 1931233..8de66f6 100644 --- a/stylesheets/theme.css +++ b/stylesheets/theme.css @@ -1,18 +1,2 @@ -/*! - * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:Font Awesome\ 6 Free}.fa-brands,.fab{font-family:Font Awesome\ 6 Brands}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);line-height:inherit;position:absolute;text-align:center;width:var(--fa-li-width,2em)}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px} - -/*! - * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:400;src:url(webfonts/fa-regular-400.woff2) format("woff2"),url(webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400} - -/*! - * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;src:url(webfonts/fa-solid-900.woff2) format("woff2"),url(webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}body{color:#222;font-size:13px;line-height:1.5}html[lang=ja] body{font-family:Meiryo,Hiragino Kaku Gothic Pro,Hiragino Sans,MS PGothic,Verdana,system-ui,sans-serif}@font-face{font-family:Font Awesome\ 6 Free Solid;font-style:normal;font-weight:900;src:url(webfonts/fa-solid-900.woff2) format("woff2"),url(webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:Font Awesome\ 6 Free Regular;font-style:normal;font-weight:400;src:url(webfonts/fa-regular-400.woff2) format("woff2"),url(webfonts/fa-regular-400.ttf) format("truetype")}h1,h2,h3,h4{color:#333;font-weight:400}#content h1{color:#333}#top-menu{background:#223342;box-shadow:0 2px 5px rgba(0,0,0,.16);position:relative;z-index:1}#header{background:radial-gradient(circle at 1.98% 20.98%,#4b6cb7,transparent 100%),radial-gradient(circle at 98.02% 20.98%,#2e4063,transparent 100%),radial-gradient(circle at 50% 50%,#19c8b5,#19c8b5 100%);box-shadow:0 1px 2px rgba(0,0,0,.1);color:#fff;min-height:1em;padding:10px 30px}#header h1{color:#fff;padding-bottom:20px}#content,#main{background-color:#fafcfe}#content{padding:25px;width:81%}#content,#sidebar{box-sizing:border-box}#sidebar{font-size:.9em;padding-left:17px;padding-right:17px}#sidebar h3{color:#333}.icon{padding-bottom:2px;padding-top:2px}a:active,a:hover{outline:1px solid rgba(0,0,0,0)}#sidebar{background-color:#e9eaf1;display:none;width:19%}#main.visible-sidebar #sidebar{display:block}@media screen and (max-width:899px){#main.visible-sidebar #sidebar,#main.visible-sidebar #sidebar-switch-panel{display:none}}#content{padding:14px}#sidebar-switch-panel{float:right;height:25px;left:10px;margin-left:5px;padding:2px;position:relative;top:2px;width:20px}#sidebar-switch-button{background-color:#e9eaf1;border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-radius:10px 0 0 10px;border-top:1px solid #ddd;display:block;font-size:0;height:100%;padding:9px 20px 9px 5px;text-decoration:none}#sidebar-switch-button:before{color:#666;display:inline-block;font-size:15px;font-style:normal;font-variant:normal;margin-right:3px;text-rendering:auto}#main:not(.visible-sidebar) #sidebar-switch-button:before{content:"\f053";font-family:Font Awesome\ 6 Free Solid}#main.visible-sidebar #sidebar-switch-button:before{content:"\f054";font-family:Font Awesome\ 6 Free Solid}@media print{#main.visible-sidebar #sidebar,#sidebar-switch-panel{display:none}}table.list.plugins{margin-top:10px}@media screen and (max-width:899px){#content>.contextual .drdn,#content>.contextual>a,p.buttons a{background:#fff}}#activity,#roadmap article,.box,.controller-attachments.action-show .filecontent.wiki,.controller-documents.action-index .document-item,.controller-news.action-index article.news-article,.controller-news.action-show #comments,.controller-projects.action-index li.root,.controller-repositories.action-entry .filecontent.wiki,.controller-wiki.action-index.pages-hierarchy,.controller-wiki.action-show .wiki.wiki-page,.mypage-box{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin-bottom:20px;padding:20px}.controller-wiki.action-show .wiki.wiki-page{margin-bottom:10px;margin-top:25px}#activity{padding:0}#activity h3{top:10px}.controller-news.action-index article.news-article{margin-bottom:10px}.gantt-table{background-color:#fff}#wiki_add_attachment .box{padding:6px}div.issue-cards .issue-card{background-color:#fff9c4}#main-menu ul li{margin:0}#main-menu ul li a{font-weight:400;letter-spacing:.5px;padding:8px 12px}#main-menu ul li a.selected,#main-menu ul li a:hover{background:rgba(0,0,0,0);color:inherit;position:relative}#main-menu ul li a.selected:after,#main-menu ul li a:hover:after{background-color:#ffd600;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}#main-menu ul li a.selected:hover{background:rgba(0,0,0,0);color:#fff}#main-menu ul li a.new-object{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.25);border-radius:50%;bottom:1px;height:26px;line-height:25px;margin:0 10px;padding:0;position:relative;text-align:center;width:26px}#main-menu ul li a.new-object:hover:after{content:none}#main-menu ul .menu-children{background-color:#fff;border:none;border-radius:3px;box-shadow:0 1px 7px 2px rgba(135,158,171,.2)}#main-menu ul .menu-children li{border-bottom:1px solid #ddd}#main-menu ul .menu-children li a{background-color:rgba(0,0,0,0);color:#777;font-weight:400;letter-spacing:.5px}#main-menu ul .menu-children li a:after{content:none}#main-menu ul .menu-children li a:hover{background:#eff4f6;color:#2b2f33}table.list{background-color:#fff;border:none;margin-bottom:25px}table.list>tbody>tr>td,table.list>tbody>tr>th,table.list>tfoot>tr>td,table.list>tfoot>tr>th,table.list>thead>tr>td,table.list>thead>tr>th{border-top:1px solid #dfe8f1;font-size:.9em;line-height:1.74;vertical-align:top}table.list>tbody>tr>td.checkbox,table.list>tbody>tr>th.checkbox,table.list>tfoot>tr>td.checkbox,table.list>tfoot>tr>th.checkbox,table.list>thead>tr>td.checkbox,table.list>thead>tr>th.checkbox{padding:4px}table.list>tbody>tr>td.checkbox input,table.list>tbody>tr>th.checkbox input,table.list>tfoot>tr>td.checkbox input,table.list>tfoot>tr>th.checkbox input,table.list>thead>tr>td.checkbox input,table.list>thead>tr>th.checkbox input{margin:0 7px 0 15px!important}table.list>tbody>tr.priority-lowest,table.list>tfoot>tr.priority-lowest,table.list>thead>tr.priority-lowest{background-color:#e3f5fe}table.list>tbody>tr.priority-lowest td.checkbox,table.list>tfoot>tr.priority-lowest td.checkbox,table.list>thead>tr.priority-lowest td.checkbox{box-shadow:inset 6px 0 0 0 #81d4fa}table.list>tbody>tr.priority-high3,table.list>tfoot>tr.priority-high3,table.list>thead>tr.priority-high3{background-color:#fce9e9}table.list>tbody>tr.priority-high3 td.checkbox,table.list>tfoot>tr.priority-high3 td.checkbox,table.list>thead>tr.priority-high3 td.checkbox{box-shadow:inset 6px 0 0 0 #ef9a9a}table.list>tbody>tr.priority-high2,table.list>tfoot>tr.priority-high2,table.list>thead>tr.priority-high2{background-color:#f9d4d3}table.list>tbody>tr.priority-high2 td.checkbox,table.list>tfoot>tr.priority-high2 td.checkbox,table.list>thead>tr.priority-high2 td.checkbox{box-shadow:inset 6px 0 0 0 #e53935}table.list>tbody>tr.priority-highest,table.list>tfoot>tr.priority-highest,table.list>thead>tr.priority-highest{background-color:#efb1b1}table.list>tbody>tr.priority-highest td.checkbox,table.list>tfoot>tr.priority-highest td.checkbox,table.list>thead>tr.priority-highest td.checkbox{box-shadow:inset 6px 0 0 0 #c62828}table.list>tbody>tr.closed,table.list>tbody>tr.closed a,table.list>tfoot>tr.closed,table.list>tfoot>tr.closed a,table.list>thead>tr.closed,table.list>thead>tr.closed a{color:#777}table.list>tbody>tr:hover,table.list>tfoot>tr:hover,table.list>thead>tr:hover{background-color:#fff9c4}table.list>thead>tr>th{background-color:#eff1f9;border-bottom:2px solid #dfe8f1;color:#4b5056;font-weight:700;padding:5px;vertical-align:bottom}table.list>thead>tr>th.checkbox{padding:5px}table.list>caption+thead>tr:first-child>td,table.list>caption+thead>tr:first-child>th,table.list>colgroup+thead>tr:first-child>td,table.list>colgroup+thead>tr:first-child>th,table.list>thead:first-child>tr:first-child>td,table.list>thead:first-child>tr:first-child>th{border-top:0}table.list>tbody+tbody{border-top:2px solid #dfe8f1}table.list td.attachments{padding-bottom:5px}div.wiki h1,div.wiki h2,div.wiki h3,div.wiki h4{font-weight:700}div.wiki ul.toc{background-color:#fff9c4;border:none;border-radius:4px;padding:9px}.box div.wiki-preview{line-height:1.5}#wrapper input[type=date],#wrapper input[type=file],#wrapper input[type=password],#wrapper input[type=text],#wrapper select,#wrapper textarea,.modal input[type=date],.modal input[type=file],.modal input[type=password],.modal input[type=text],.modal select,.modal textarea{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;box-shadow:inset 1px 1px 3px #f6f6f6;box-sizing:border-box;color:#2b2f33;height:auto;line-height:1.3;outline:none;padding:4px 6px}#wrapper input[type=date]:hover,#wrapper input[type=file]:hover,#wrapper input[type=password]:hover,#wrapper input[type=text]:hover,#wrapper select:hover,#wrapper textarea:hover,.modal input[type=date]:hover,.modal input[type=file]:hover,.modal input[type=password]:hover,.modal input[type=text]:hover,.modal select:hover,.modal textarea:hover{border:1px solid #bccfe1}#wrapper input[type=date]:active,#wrapper input[type=date]:focus,#wrapper input[type=file]:active,#wrapper input[type=file]:focus,#wrapper input[type=password]:active,#wrapper input[type=password]:focus,#wrapper input[type=text]:active,#wrapper input[type=text]:focus,#wrapper select:active,#wrapper select:focus,#wrapper textarea:active,#wrapper textarea:focus,.modal input[type=date]:active,.modal input[type=date]:focus,.modal input[type=file]:active,.modal input[type=file]:focus,.modal input[type=password]:active,.modal input[type=password]:focus,.modal input[type=text]:active,.modal input[type=text]:focus,.modal select:active,.modal select:focus,.modal textarea:active,.modal textarea:focus{border-color:#3da6ff!important}#wrapper input[type=date].filename,#wrapper input[type=file].filename,#wrapper input[type=password].filename,#wrapper input[type=text].filename,#wrapper select.filename,#wrapper textarea.filename,.modal input[type=date].filename,.modal input[type=file].filename,.modal input[type=password].filename,.modal input[type=text].filename,.modal select.filename,.modal textarea.filename{box-shadow:none}#wrapper input[type=date]:disabled,#wrapper input[type=file]:disabled,#wrapper input[type=password]:disabled,#wrapper input[type=text]:disabled,#wrapper select:disabled,#wrapper textarea:disabled,.modal input[type=date]:disabled,.modal input[type=file]:disabled,.modal input[type=password]:disabled,.modal input[type=text]:disabled,.modal select:disabled,.modal textarea:disabled{background-color:#ebebe4}#wrapper .select2-container--default .select2-selection--single,.modal .select2-container--default .select2-selection--single{border:1px solid #dfe8f1;border-radius:3px;box-shadow:inset 1px 1px 3px #f6f6f6;box-sizing:border-box;color:#2b2f33;height:24px;line-height:1.3;outline:none;padding:0 25px 0 5px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,.modal .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZD0iTTI0LjkgMzkuOGMtLjkgMC0xLjctLjMtMi40LTFsLTIxLTIxQy4yIDE2LjUuMiAxNC4zIDEuNSAxM3MzLjUtMS4zIDQuOCAwbDE4LjYgMTguNkw0My41IDEzYzEuMy0xLjMgMy41LTEuMyA0LjggMHMxLjMgMy41IDAgNC44bC0yMSAyMWMtLjYuNy0xLjUgMS0yLjQgMXoiIG9wYWNpdHk9Ii42NSIvPjwvc3ZnPg==);background-position:0;background-repeat:no-repeat;background-size:10px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,.modal .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,.modal .select2-container--default .select2-selection--single .select2-selection__rendered{color:#2b2f33;font-family:Arial;font-size:13px;font-weight:400;line-height:1.5;padding:1px 2px}#wrapper .select2-container--default .select2-selection--single:hover,.modal .select2-container--default .select2-selection--single:hover{border:1px solid #bccfe1}#wrapper .select2-container--default .select2-selection--single:active,#wrapper .select2-container--default .select2-selection--single:focus,.modal .select2-container--default .select2-selection--single:active,.modal .select2-container--default .select2-selection--single:focus{border-color:#3da6ff!important}#wrapper .select2-container--default.select2-container--disabled .select2-selection--single,.modal .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#ebebe4!important;color:graytext;cursor:not-allowed}#wrapper input[type=text],.modal input[type=text]{font-family:Osaka-Mono,MS Gothic,sans-serif;font-size:100%}#wrapper textarea.wiki-edit,.modal textarea.wiki-edit{font-family:Osaka-Mono,MS Gothic,sans-serif;font-size:13px;letter-spacing:normal;line-height:130%}#wrapper select,.modal select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZD0iTTI0LjkgMzkuOGMtLjkgMC0xLjctLjMtMi40LTFsLTIxLTIxQy4yIDE2LjUuMiAxNC4zIDEuNSAxM3MzLjUtMS4zIDQuOCAwbDE4LjYgMTguNkw0My41IDEzYzEuMy0xLjMgMy41LTEuMyA0LjggMHMxLjMgMy41IDAgNC44bC0yMSAyMWMtLjYuNy0xLjUgMS0yLjQgMXoiIG9wYWNpdHk9Ii42NSIvPjwvc3ZnPg==);background-position:95% 50%;background-repeat:no-repeat;background-size:10px;height:auto;padding-right:2.5em}#wrapper select::-ms-expand,.modal select::-ms-expand{display:none}#wrapper select:hover,.modal select:hover{border-color:#ccc;outline:none}#wrapper select:active,#wrapper select:focus,.modal select:active,.modal select:focus{border-color:#3da6ff!important}#wrapper select:-moz-focusring,.modal select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}#wrapper select[multiple=multiple],.modal select[multiple=multiple]{background:#fff;padding-right:5px}#wrapper .tabular label,.modal .tabular label{margin-top:5px}#wrapper .tabular label.error,.modal .tabular label.error{color:#b00!important}#wrapper .tabular label.error+:not(#issue_description_and_toolbar),#wrapper .tabular label.error+span#issue_description_and_toolbar div.jstBlock,.modal .tabular label.error+:not(#issue_description_and_toolbar),.modal .tabular label.error+span#issue_description_and_toolbar div.jstBlock{border:1px solid #b00!important}#wrapper label.inline,.modal label.inline{margin-right:5px}#wrapper input[type=submit],.modal input[type=submit]{background:#34495e;border:1px solid #34495e;border-radius:3px;box-shadow:none;color:#fff;padding:2px 12px 3px}#wrapper input[type=submit]:active,#wrapper input[type=submit]:hover,.modal input[type=submit]:active,.modal input[type=submit]:hover{background-color:#3f5872;border-color:#3f5872}#wrapper input[type=submit]:active,.modal input[type=submit]:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper input[type=submit]:disabled,.modal input[type=submit]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=button],.modal input[type=button]{background:#fefeff;border:1px solid #dfe8f1;border-radius:3px;box-shadow:none;color:#555a60;padding:2px 12px 3px}#wrapper input[type=button]:active,#wrapper input[type=button]:hover,.modal input[type=button]:active,.modal input[type=button]:hover{background-color:#f3f3f9;border-color:#bfc8d1;color:#2b2f33}#wrapper input[type=button]:active,.modal input[type=button]:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper input[type=button]:disabled,.modal input[type=button]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=checkbox],.modal input[type=checkbox]{box-shadow:none;height:16px;margin:7px 2px 7px 0;width:16px}#wrapper .pagination ul.pages li.page,.modal .pagination ul.pages li.page{background:#fefeff;border:1px solid #dfe8f1;box-shadow:none}#wrapper .pagination ul.pages li.page:active,#wrapper .pagination ul.pages li.page:hover,.modal .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:hover{background-color:#f3f3f9;border-color:#bfc8d1}#wrapper .pagination ul.pages li.page:active a,#wrapper .pagination ul.pages li.page:hover a,.modal .pagination ul.pages li.page:active a,.modal .pagination ul.pages li.page:hover a{color:#2b2f33}#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper .pagination ul.pages li.next,#wrapper .pagination ul.pages li.previous,.modal .pagination ul.pages li.next,.modal .pagination ul.pages li.previous{background:#fefeff}form .attributes select{width:85%}form .attributes .check_box_group label{width:100%}.select2-container.select2-container--default .select2-dropdown{border:none;box-shadow:0 3px 3px 0 rgba(0,0,0,.5)}.select2-container.select2-container--default li.select2-results__option[role=option]:before{content:" ";display:inline-block;font-weight:700;height:1em;line-height:1em;margin-right:4px;width:1em}.select2-container.select2-container--default li.select2-results__option[role=option][aria-selected=true]:before{content:"✓"}.select2-container.select2-container--default li.select2-results__option--highlighted[role=option][aria-selected]{background-color:#759fc2;color:#fff}.select2-container.select2-container--default input.select2-search__field{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNTA1IDQ0Mi43IDQwNS4zIDM0M2MtNC41LTQuNS0xMC42LTctMTctN0gzNzJjMjcuNi0zNS4zIDQ0LTc5LjcgNDQtMTI4QzQxNiA5My4xIDMyMi45IDAgMjA4IDBTMCA5My4xIDAgMjA4czkzLjEgMjA4IDIwOCAyMDhjNDguMyAwIDkyLjctMTYuNCAxMjgtNDR2MTYuM2MwIDYuNCAyLjUgMTIuNSA3IDE3bDk5LjcgOTkuN2M5LjQgOS40IDI0LjYgOS40IDMzLjkgMGwyOC4zLTI4LjNjOS40LTkuNCA5LjQtMjQuNi4xLTM0ek0yMDggMzM2Yy03MC43IDAtMTI4LTU3LjItMTI4LTEyOCAwLTcwLjcgNTcuMi0xMjggMTI4LTEyOCA3MC43IDAgMTI4IDU3LjIgMTI4IDEyOCAwIDcwLjctNTcuMiAxMjgtMTI4IDEyOHoiLz48L3N2Zz4=) no-repeat 2px 50%;background-position:5px;background-size:12px 12px;padding-left:20px}.select2-container.select2-container--default input.select2-search__field:focus{border-color:#3da6ff;outline:none}#errorExplanation,.conflict,.nodata,.warning,div.flash{border:none;border-radius:3px;padding:10px 12px 10px 30px}#errorExplanation,div.flash.error{background-color:#ffc6c6;border:none;color:#620f0f}div.flash.notice{background:#d3ffc6;color:#1e620f}.conflict,div.flash.warning{background:#ffeec6;color:#624b0f}.nodata,.warning{background-color:#ffeec6;color:#624b0f;text-align:center}div.modal{border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.2);padding:0}div.modal .ui-dialog-titlebar{background:#f7f9fa;border:none;border-bottom:1px solid #e5e5e5;color:#555;font-weight:400;padding:15px}div.modal .ui-dialog-titlebar .ui-dialog-title{margin:0}div.modal .ui-dialog-titlebar .ui-dialog-titlebar-close{right:1em}div.modal .ui-dialog-content{padding:5px 15px 15px}.ui-widget-overlay{background:#000;opacity:.55}div.issue{background:#fff9c4;border:none;border-radius:3px;margin-bottom:12px;padding:20px}div.issue hr{background:rgba(0,0,0,.12);margin:8px -10px;padding:0 10px;width:auto}table.progress{margin:4px 6px 0 0}table.progress td{border-radius:2px;height:.6em}table.progress td.closed{background-color:#4db6ac}p.percent{padding-top:2px}.edit_issue fieldset{background:#f4f7f9;border:none;border-radius:5px;margin-bottom:15px;padding:23px 12px 13px}.edit_issue fieldset legend{position:relative;top:18px}a[href*=activity][data-absolute-date*=":"]{border-radius:3px;box-shadow:inset 0 -1.5em 0 rgba(0,0,0,.08);display:inline-block;margin:0 3px;padding:0 3px}a[href*=activity][data-absolute-date*=":"]:before{content:" [" attr(data-absolute-date) "] "}div#content .tabs ul{border-bottom:1px solid #dfe8f1}div#content .tabs ul li a{background-color:#f0f0f0;border:1px solid #dfe8f1}div#content .tabs ul li a.selected{background-color:#fafcfe;border:1px solid #dfe8f1;border-bottom-color:#fafcfe}div#update .jstTabs.tabs li a{border-bottom:1px solid #dfe8f1}#history div.tabs{margin-bottom:0}#history div.tabs ul li a.selected{background-color:#fff;border-bottom:1px solid #fff}#history .tab-content{background-color:#fff;border-bottom:1px solid #dfe8f1;border-left:1px solid #dfe8f1;border-radius:0 0 3px 3px;border-right:1px solid #dfe8f1;padding-left:10px;padding-top:15px}#history .tab-content.discontinuity .journal:after{content:none}#history .tab-content .journal{background-color:#fff;overflow:visible;padding:8px 3px 3px;position:relative}#history .tab-content .journal:before{background-color:#fff;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;content:"";height:8px;left:6px;position:absolute;top:16px;width:8px;z-index:1}#history .tab-content .journal:after{background-color:#e5e5e5;content:"";height:100%;left:9px;position:absolute;top:0;width:2px}#history .tab-content .journal:first-of-type:after{top:15px}#history .tab-content .journal:last-of-type:after{height:18px}#history .tab-content .journal:first-of-type:last-of-type:after{content:none}#history .tab-content .journal .contextual{padding-right:10px;padding-top:5px}#history .tab-content .journal .contextual .journal-actions,#history .tab-content .journal .contextual a.journal-link{position:relative;z-index:5}#history .tab-content .journal h4.note-header{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}#history .tab-content .journal h4.note-header a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#history .tab-content .journal h4.note-header:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}#history .tab-content .journal h4.note-header .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}#history .tab-content .journal div:target .contextual+h4,#history .tab-content .journal:target .contextual+h4{background:#def}#history .tab-content .journal div:target .contextual+h4:before,#history .tab-content .journal:target .contextual+h4:before{border-right:6px solid #def}#history .tab-content .journal .details{font-size:.9em;line-height:1.5;list-style:none;margin-bottom:1em;padding-left:46px}#history .tab-content .journal .details li{position:relative}#history .tab-content .journal .details li:after{background-color:#fff;border:1px solid #888;border-radius:50%;content:"";display:block;height:4px;left:-1em;position:absolute;top:.5em;width:4px}#history .tab-content .journal .wiki:not(.wiki-preview),#history .tab-content .journal div[id^=template_journal],#history .tab-content .journal form .jstBlock,#history .tab-content .journal form input,#history .tab-content .journal.changeset .note>p,#history .tab-content .journal.time_entry p{margin-left:32px}.tabular p{padding-left:160px}.edit_issue .tabular p{padding-left:130px}.edit_issue .tabular .wiki-preview p{padding-left:0!important}.tabular label{margin-left:-160px;width:150px}.edit_issue .tabular label{margin-left:-130px;width:120px}fieldset#filters td.values input{height:inherit}.jstBlock .wiki-preview{border:1px solid #dfe8f1}.issue-card{background-color:#fff9c4}.controller-messages.action-show #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-messages.action-show #content>div.message>p{background-color:#e9eaf1;padding:6px 9px}.controller-messages.action-show #content>div.message>p a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#replies{background-color:#fff;border:1px solid #dfe8f1;border-radius:0 0 3px 3px;padding-left:10px;padding-top:15px}#replies .message.reply{background-color:#fff;overflow:visible;padding:8px 3px 3px!important;position:relative}#replies .message.reply:before{background-color:#fff;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;content:"";height:8px;left:6px;position:absolute;top:16px;width:8px;z-index:1}#replies .message.reply:after{background-color:#e5e5e5;content:"";height:100%;left:9px;position:absolute;top:0;width:2px}#replies .message.reply:first-of-type:after{top:15px}#replies .message.reply:last-of-type:after{height:18px}#replies .message.reply:first-of-type:last-of-type:after{content:none}#replies .message.reply .contextual{padding-right:10px;padding-top:5px}#replies .message.reply .contextual a{position:relative;z-index:5}#replies .message.reply .wiki{padding-left:32px}#replies .message.reply .contextual+h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}#replies .message.reply .contextual+h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#replies .message.reply .contextual+h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}#replies .message.reply .contextual+h4 .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}#replies .message.reply div:target h4.note-header,#replies .message.reply:target h4.note-header{background:#def}#replies .message.reply div:target h4.note-header:before,#replies .message.reply:target h4.note-header:before{border-right:6px solid #def}.controller-news.action-show #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-news.action-show #comments{background-color:#fff;border:1px solid #dfe8f1;border-radius:0 0 3px 3px;padding-left:10px;padding-top:15px}.controller-news.action-show #comments .wiki{padding-left:32px}.controller-news.action-show #comments .contextual{padding-right:10px;padding-top:5px}.controller-news.action-show #comments .contextual a{padding-bottom:5px;position:relative;z-index:5}.controller-news.action-show #comments .contextual+h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}.controller-news.action-show #comments .contextual+h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-news.action-show #comments .contextual+h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}.controller-news.action-show #comments .contextual+h4 .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}.controller-news.action-show #edit-news+p+div.wiki,.controller-news.action-show h2+p+div.wiki{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin-bottom:10px;padding:20px;position:relative}.controller-documents.action-index #content h3.group-name{background-color:#e9eaf1;border:none;border-radius:4px;font-weight:700;padding:6px 9px;position:relative}.controller-documents.action-index #content h4.title{border-bottom:0;font-size:1.2em}.controller-repositories.action-diff #content>div.message,.controller-repositories.action-revision #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-repositories.action-diff.avatars-on .details h4,.controller-repositories.action-revision.avatars-on .details h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:35px;margin:0 19px 0 10px;padding:6px 9px;position:relative}.controller-repositories.action-diff.avatars-on .details h4 a[href*=activity][data-absolute-date*=":"],.controller-repositories.action-revision.avatars-on .details h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-repositories.action-diff.avatars-on .details h4:before,.controller-repositories.action-revision.avatars-on .details h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}.controller-repositories.action-diff.avatars-on .details h4 .gravatar,.controller-repositories.action-revision.avatars-on .details h4 .gravatar{left:-35px;margin-left:0;position:absolute;z-index:5}.controller-repositories.action-diff.avatars-off .details h4,.controller-repositories.action-revision.avatars-off .details h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;margin:0 19px 0 10px;padding:6px 9px}.controller-repositories.action-diff.avatars-off .details h4 a[href*=activity][data-absolute-date*=":"],.controller-repositories.action-revision.avatars-off .details h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-repositories.action-diff #related-issues,.controller-repositories.action-diff .revision-info,.controller-repositories.action-diff .wiki.changeset-comments,.controller-repositories.action-revision #related-issues,.controller-repositories.action-revision .revision-info,.controller-repositories.action-revision .wiki.changeset-comments{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin:5px;padding:10px}.controller-repositories.action-diff .revision-info,.controller-repositories.action-revision .revision-info{padding-left:20px}div#activity dt .time{color:#444}div#activity dt.me .time{border-color:#666}#search-results dd span.description,div#activity dd span.description{color:#444}div#activity h3{background-color:#e9eaf1;border:none;border-radius:4px;margin:0 19px 0 10px;padding:6px 9px;position:relative}div#activity dl{margin-right:2em}.controller-gantts .task{color:#444}.controller-gantts .gantt_subjects_column .icon{padding-bottom:2px;padding-top:1px}a.atom{background:rgba(0,0,0,0);padding:2px 0 3px 16px}a.atom:before{content:"\f143";font-family:Font Awesome\ 6 Free Solid}#context-menu .icon-checked:before,.icon-only:before,.icon:before{color:#666}#context-menu .icon-checked:before,.icon-only:hover:before,.icon:hover:before{color:#000}.icon-only:before,.icon:before,a.atom:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-size:14px;font-style:normal;font-variant:normal;padding-right:5px;text-rendering:auto}.icon-add:before{content:"\f055"}.icon-add:before,.icon-edit:before{font-family:Font Awesome\ 6 Free Solid}.icon-edit:before{content:"\f303"}.icon-copy:before{content:"\f0c5";font-family:Font Awesome\ 6 Free Regular}.icon-copy-link:before{content:"\f328"}.icon-copy-link:before,.icon-del:before{font-family:Font Awesome\ 6 Free Regular}.icon-del:before{content:"\f2ed"}.icon-move:before{content:"\f064";font-family:Font Awesome\ 6 Free Solid}.icon-save:before{content:"\f0c7";font-family:Font Awesome\ 6 Free Regular}.icon-download:before{content:"\f019";font-family:Font Awesome\ 6 Free Solid}.icon-cancel:before{content:"\f3e5";font-family:Font Awesome\ 6 Free Solid}.icon-multiple:before{content:"\f2f1";font-family:Font Awesome\ 6 Free Solid}.icon-folder:before{content:"\f07b";font-family:Font Awesome\ 6 Free Regular}.open .icon-folder:before{content:"\f07c";font-family:Font Awesome\ 6 Free Regular}.icon-package:before{content:"\f1b2";font-family:Font Awesome\ 6 Free Solid}.icon-user:before{content:"\f007";font-family:Font Awesome\ 6 Free Solid}.icon-project:before,.icon-projects:before{content:"\f1b3";font-family:Font Awesome\ 6 Free Solid}.icon-help:before{content:"\f05a";font-family:Font Awesome\ 6 Free Solid}.icon-attachment:before{content:"\f0c6";font-family:Font Awesome\ 6 Free Solid}.icon-history:before{content:"\f1da";font-family:Font Awesome\ 6 Free Solid}.icon-time-add:before,.icon-time-entry:before,.icon-time:before{content:"\f017";font-family:Font Awesome\ 6 Free Regular}.icon-stats:before{content:"\f080";font-family:Font Awesome\ 6 Free Regular}.icon-warning:before{color:#ffae42;content:"\f071";font-family:Font Awesome\ 6 Free Solid}.icon-warning:hover:before{color:#ff980f}.icon-error:before{color:#ec0b19;content:"\f071";font-family:Font Awesome\ 6 Free Solid}.icon-error:hover:before{color:#bb0914}.icon-fav:before{color:#ffc400;content:"\f005";font-family:Font Awesome\ 6 Free Solid}.icon-fav:hover:before{color:#cc9d00}.icon-fav-off:before{content:"\f005";font-family:Font Awesome\ 6 Free Regular}.icon-reload:before{content:"\f021";font-family:Font Awesome\ 6 Free Solid}.icon-lock:before,.icon-locked:before{content:"\f023";font-family:Font Awesome\ 6 Free Solid}.icon-unlock:before{content:"\f09c";font-family:Font Awesome\ 6 Free Solid}.icon-checked:before{color:#55ab4f;content:"\f00c";font-family:Font Awesome\ 6 Free Solid}.icon-checked:hover:before{color:#44883f}.icon-comment:before,.icon-comments:before{content:"\f075";font-family:Font Awesome\ 6 Free Regular}.icon-summary:before{content:"\f0ce";font-family:Font Awesome\ 6 Free Solid}.icon-server-authentication:before{content:"\f084";font-family:Font Awesome\ 6 Free Solid}.icon-issue:before{content:"\f249";font-family:Font Awesome\ 6 Free Regular}.icon-zoom-in:before{content:"\f00e";font-family:Font Awesome\ 6 Free Solid}.icon-zoom-out:before{content:"\f010";font-family:Font Awesome\ 6 Free Solid}.icon-passwd:before{content:"\f084";font-family:Font Awesome\ 6 Free Solid}.icon-arrow-right:before,.icon-sticky:before,.icon-test:before{content:"\f061";font-family:Font Awesome\ 6 Free Solid}.icon-email:before{content:"\f0e0";font-family:Font Awesome\ 6 Free Regular}.icon-email-disabled:before{content:"\f0e0";font-family:Font Awesome\ 6 Free Solid}.icon-email-add:before{content:"\f0e0";font-family:Font Awesome\ 6 Free Regular}.icon-ok:before{color:#55ab4f;content:"\f00c";font-family:Font Awesome\ 6 Free Solid}.icon-ok:hover:before{color:#44883f}.icon-not-ok:before{color:#ec0b19;content:"\f00d";font-family:Font Awesome\ 6 Free Solid}.icon-not-ok:hover:before{color:#bb0914}.icon-link-break:before{content:"\f127";font-family:Font Awesome\ 6 Free Solid}.icon-list:before{content:"\f0ca"}.icon-close:before,.icon-list:before{font-family:Font Awesome\ 6 Free Solid}.icon-close:before{content:"\f00d"}.icon-settings:before{content:"\f013";font-family:Font Awesome\ 6 Free Solid}.icon-roles:before{content:"\f06e";font-family:Font Awesome\ 6 Free Solid}.icon-issue-edit:before{content:"\f044";font-family:Font Awesome\ 6 Free Solid}.icon-workflows:before{content:"\f085";font-family:Font Awesome\ 6 Free Solid}.icon-custom-fields:before{content:"\f15c";font-family:Font Awesome\ 6 Free Regular}.icon-plugins:before{content:"\f12e";font-family:Font Awesome\ 6 Free Solid}.icon-news:before{content:"\f1ea";font-family:Font Awesome\ 6 Free Regular}.icon-issue-closed:before{content:"\f14a";font-family:Font Awesome\ 6 Free Regular}.icon-issue-note:before{content:"\f075";font-family:Font Awesome\ 6 Free Regular}.icon-changeset:before{content:"\f121";font-family:Font Awesome\ 6 Free Solid}.icon-message:before{content:"\f075"}.icon-message:before,.icon-reply:before{font-family:Font Awesome\ 6 Free Regular}.icon-reply:before{content:"\f086"}.icon-wiki-page:before{content:"\f02d";font-family:Font Awesome\ 6 Free Solid}.icon-document:before{content:"\f15b";font-family:Font Awesome\ 6 Free Regular}.icon-add-bullet:before{content:"\f055";font-family:Font Awesome\ 6 Free Solid}.icon-shared:before{content:"\f0c1";font-family:Font Awesome\ 6 Free Solid}.icon-actions:before{content:"\f141";font-family:Font Awesome\ 6 Free Solid}.icon-expanded:before,.icon-expended:before{content:"\f107";font-family:Font Awesome\ 6 Free Solid}.icon-sidebar:before{content:"\f337";font-family:Font Awesome\ 6 Free Solid}.icon-collapsed:before{content:"\f105";font-family:Font Awesome\ 6 Free Solid}.icon-bookmark:before{color:#557cff;content:"\f02e";font-family:Font Awesome\ 6 Free Solid}.icon-bookmark:hover:before{color:#25f}.icon-bookmark-off:before{content:"\f02e";font-family:Font Awesome\ 6 Free Regular}.icon-sort-handle:before{content:"\f338";font-family:Font Awesome\ 6 Free Solid}.icon-sorted-asc:before{content:"\f107";font-family:Font Awesome\ 6 Free Solid}.icon-sorted-desc:before{content:"\f106";font-family:Font Awesome\ 6 Free Solid}.icon-toggle-plus:before{content:"\f0fe";font-family:Font Awesome\ 6 Free Regular}.icon-toggle-minus:before{content:"\f146";font-family:Font Awesome\ 6 Free Regular}.icon-clear-query:before{content:"\f057";font-family:Font Awesome\ 6 Free Solid}.icon-import:before{content:"\f56f";font-family:Font Awesome\ 6 Free Solid}.icon-file.text-plain:before,.icon-file:before{content:"\f15b";font-family:Font Awesome\ 6 Free Regular}.icon-file.text-css:before,.icon-file.text-html:before,.icon-file.text-x-c:before,.icon-file.text-x-csharp:before,.icon-file.text-x-java:before,.icon-file.text-x-javascript:before,.icon-file.text-x-php:before,.icon-file.text-x-ruby:before,.icon-file.text-xml:before{content:"\f1c9";font-family:Font Awesome\ 6 Free Regular}.icon-file.image-gif:before,.icon-file.image-jpeg:before,.icon-file.image-png:before,.icon-file.image-tiff:before{content:"\f1c5";font-family:Font Awesome\ 6 Free Regular}.icon-file.application-pdf:before{content:"\f1c1";font-family:Font Awesome\ 6 Free Regular}.icon-file.application-x-gzip:before,.icon-file.application-zip:before{content:"\f1c6";font-family:Font Awesome\ 6 Free Regular}.icon-actions,.icon-add,.icon-add-bullet,.icon-arrow-right,.icon-attachment,.icon-bookmark,.icon-bookmark-off,.icon-bookmarked-project,.icon-cancel,.icon-changeset,.icon-checked,.icon-clear-query,.icon-close,.icon-collapsed,.icon-comment,.icon-comments,.icon-copy,.icon-copy-link,.icon-custom-fields,.icon-del,.icon-document,.icon-download,.icon-edit,.icon-email,.icon-email-add,.icon-email-disabled,.icon-error,.icon-expanded,.icon-expended,.icon-fav,.icon-fav-off,.icon-file,.icon-folder,.icon-group:not(.name):not(.group),.icon-help,.icon-history,.icon-import,.icon-issue,.icon-issue-closed,.icon-issue-edit,.icon-issue-note,.icon-link-break,.icon-list,.icon-lock,.icon-locked,.icon-message,.icon-move,.icon-multiple,.icon-news,.icon-not-ok,.icon-ok,.icon-package,.icon-passwd,.icon-plugins,.icon-project,.icon-projects,.icon-reload,.icon-reply,.icon-roles,.icon-save,.icon-server-authentication,.icon-settings,.icon-shared,.icon-sidebar,.icon-sort-handle,.icon-sorted-asc,.icon-sorted-desc,.icon-stats,.icon-sticky,.icon-summary,.icon-test,.icon-time,.icon-time-add,.icon-time-entry,.icon-toggle-minus,.icon-toggle-plus,.icon-unlock,.icon-user,.icon-warning,.icon-wiki-page,.icon-workflows,.icon-zoom-in,.icon-zoom-out,.open:not(.dmsf-expander){background-image:none!important;padding-left:0!important}.icon-actions:before,.icon-add-bullet:before,.icon-add:before,.icon-arrow-right:before,.icon-attachment:before,.icon-bookmark-off:before,.icon-bookmark:before,.icon-bookmarked-project:before,.icon-cancel:before,.icon-changeset:before,.icon-checked:before,.icon-clear-query:before,.icon-close:before,.icon-collapsed:before,.icon-comment:before,.icon-comments:before,.icon-copy-link:before,.icon-copy:before,.icon-custom-fields:before,.icon-del:before,.icon-document:before,.icon-download:before,.icon-edit:before,.icon-email-add:before,.icon-email-disabled:before,.icon-email:before,.icon-error:before,.icon-expanded:before,.icon-expended:before,.icon-fav-off:before,.icon-fav:before,.icon-file:before,.icon-folder:before,.icon-group:not(.name):not(.group):before,.icon-help:before,.icon-history:before,.icon-import:before,.icon-issue-closed:before,.icon-issue-edit:before,.icon-issue-note:before,.icon-issue:before,.icon-link-break:before,.icon-list:before,.icon-lock:before,.icon-locked:before,.icon-message:before,.icon-move:before,.icon-multiple:before,.icon-news:before,.icon-not-ok:before,.icon-ok:before,.icon-package:before,.icon-passwd:before,.icon-plugins:before,.icon-project:before,.icon-projects:before,.icon-reload:before,.icon-reply:before,.icon-roles:before,.icon-save:before,.icon-server-authentication:before,.icon-settings:before,.icon-shared:before,.icon-sidebar:before,.icon-sort-handle:before,.icon-sorted-asc:before,.icon-sorted-desc:before,.icon-stats:before,.icon-sticky:before,.icon-summary:before,.icon-test:before,.icon-time-add:before,.icon-time-entry:before,.icon-time:before,.icon-toggle-minus:before,.icon-toggle-plus:before,.icon-unlock:before,.icon-user:before,.icon-warning:before,.icon-wiki-page:before,.icon-workflows:before,.icon-zoom-in:before,.icon-zoom-out:before,.open:not(.dmsf-expander):before{padding-right:2px;text-align:center;width:17px}.icon-actions.icon-only,.icon-add-bullet.icon-only,.icon-add.icon-only,.icon-arrow-right.icon-only,.icon-attachment.icon-only,.icon-bookmark-off.icon-only,.icon-bookmark.icon-only,.icon-bookmarked-project.icon-only,.icon-cancel.icon-only,.icon-changeset.icon-only,.icon-checked.icon-only,.icon-clear-query.icon-only,.icon-close.icon-only,.icon-collapsed.icon-only,.icon-comment.icon-only,.icon-comments.icon-only,.icon-copy-link.icon-only,.icon-copy.icon-only,.icon-custom-fields.icon-only,.icon-del.icon-only,.icon-document.icon-only,.icon-download.icon-only,.icon-edit.icon-only,.icon-email-add.icon-only,.icon-email-disabled.icon-only,.icon-email.icon-only,.icon-error.icon-only,.icon-expanded.icon-only,.icon-expended.icon-only,.icon-fav-off.icon-only,.icon-fav.icon-only,.icon-file.icon-only,.icon-folder.icon-only,.icon-group:not(.name):not(.group).icon-only,.icon-help.icon-only,.icon-history.icon-only,.icon-import.icon-only,.icon-issue-closed.icon-only,.icon-issue-edit.icon-only,.icon-issue-note.icon-only,.icon-issue.icon-only,.icon-link-break.icon-only,.icon-list.icon-only,.icon-lock.icon-only,.icon-locked.icon-only,.icon-message.icon-only,.icon-move.icon-only,.icon-multiple.icon-only,.icon-news.icon-only,.icon-not-ok.icon-only,.icon-ok.icon-only,.icon-package.icon-only,.icon-passwd.icon-only,.icon-plugins.icon-only,.icon-project.icon-only,.icon-projects.icon-only,.icon-reload.icon-only,.icon-reply.icon-only,.icon-roles.icon-only,.icon-save.icon-only,.icon-server-authentication.icon-only,.icon-settings.icon-only,.icon-shared.icon-only,.icon-sidebar.icon-only,.icon-sort-handle.icon-only,.icon-sorted-asc.icon-only,.icon-sorted-desc.icon-only,.icon-stats.icon-only,.icon-sticky.icon-only,.icon-summary.icon-only,.icon-test.icon-only,.icon-time-add.icon-only,.icon-time-entry.icon-only,.icon-time.icon-only,.icon-toggle-minus.icon-only,.icon-toggle-plus.icon-only,.icon-unlock.icon-only,.icon-user.icon-only,.icon-warning.icon-only,.icon-wiki-page.icon-only,.icon-workflows.icon-only,.icon-zoom-in.icon-only,.icon-zoom-out.icon-only,.open:not(.dmsf-expander).icon-only{background-position:0 0;background-repeat:repeat;display:inline-block;font-size:0;height:auto;overflow:initial;padding-bottom:0;padding-top:0;text-decoration:none;vertical-align:initial;white-space:nowrap;width:auto}input.autocomplete{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNTA1IDQ0Mi43IDQwNS4zIDM0M2MtNC41LTQuNS0xMC42LTctMTctN0gzNzJjMjcuNi0zNS4zIDQ0LTc5LjcgNDQtMTI4QzQxNiA5My4xIDMyMi45IDAgMjA4IDBTMCA5My4xIDAgMjA4czkzLjEgMjA4IDIwOCAyMDhjNDguMyAwIDkyLjctMTYuNCAxMjgtNDR2MTYuM2MwIDYuNCAyLjUgMTIuNSA3IDE3bDk5LjcgOTkuN2M5LjQgOS40IDI0LjYgOS40IDMzLjkgMGwyOC4zLTI4LjNjOS40LTkuNCA5LjQtMjQuNi4xLTM0ek0yMDggMzM2Yy03MC43IDAtMTI4LTU3LjItMTI4LTEyOCAwLTcwLjcgNTcuMi0xMjggMTI4LTEyOCA3MC43IDAgMTI4IDU3LjIgMTI4IDEyOCAwIDcwLjctNTcuMiAxMjgtMTI4IDEyOHoiLz48L3N2Zz4=) no-repeat 2px 50%;background-position:5px;background-size:12px 12px}.gantt-table .icon:not(.expander):before{padding-left:2px;padding-right:5px;width:12px}.gantt-table .icon.expander:before{width:10px}@media screen and (max-width:899px){.gantt-table .icon:not(.expander):before{width:20px}.gantt-table .icon.expander:before{width:12px}}#context-menu ul li .icon{padding-left:2px}.context-menu-selection .icon:before{color:#fff}#admin-menu .icon-group,.members.box h3.icon-group{background-image:none}#admin-menu .icon-group:before,.members.box h3.icon-group:before{content:"\f0c0";font-family:Font Awesome\ 6 Free Solid}body.controller-projects.action-index a.project:before,body.controller-projects.action-index span:before{content:"";width:0}body.controller-projects.action-index a.project.icon:after,body.controller-projects.action-index span.icon:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#666;display:inline-block;font-size:14px;font-style:normal;font-variant:normal;text-rendering:auto}body.controller-projects.action-index a.project.icon-bookmarked-project:after,body.controller-projects.action-index span.icon-bookmarked-project:after{content:"\00a0 \f02e";font-family:Font Awesome\ 6 Free Solid}body.controller-projects.action-index a.project.icon.my-project:after,body.controller-projects.action-index span.icon.my-project:after{content:"\00a0 \f007";font-family:Font Awesome\ 6 Free Solid}body.controller-projects.action-index a.project.icon.my-project.icon-bookmarked-project:after,body.controller-projects.action-index span.icon.my-project.icon-bookmarked-project:after{content:"\00a0 \f007 \00a0 \f02e";font-family:Font Awesome\ 6 Free Solid}@media screen and (max-width:899px){.flyout-menu .flyout-menu__search input[type=text]{padding-left:27px!important}}#admin-menu .icon-actions,#admin-menu .icon-actions.selected,#admin-menu .icon-add,#admin-menu .icon-add-bullet,#admin-menu .icon-add-bullet.selected,#admin-menu .icon-add.selected,#admin-menu .icon-arrow-right,#admin-menu .icon-arrow-right.selected,#admin-menu .icon-attachment,#admin-menu .icon-attachment.selected,#admin-menu .icon-bookmark,#admin-menu .icon-bookmark-off,#admin-menu .icon-bookmark-off.selected,#admin-menu .icon-bookmark.selected,#admin-menu .icon-bookmarked-project,#admin-menu .icon-bookmarked-project.selected,#admin-menu .icon-cancel,#admin-menu .icon-cancel.selected,#admin-menu .icon-changeset,#admin-menu .icon-changeset.selected,#admin-menu .icon-checked,#admin-menu .icon-checked.selected,#admin-menu .icon-clear-query,#admin-menu .icon-clear-query.selected,#admin-menu .icon-close,#admin-menu .icon-close.selected,#admin-menu .icon-collapsed,#admin-menu .icon-collapsed.selected,#admin-menu .icon-comment,#admin-menu .icon-comment.selected,#admin-menu .icon-comments,#admin-menu .icon-comments.selected,#admin-menu .icon-copy,#admin-menu .icon-copy-link,#admin-menu .icon-copy-link.selected,#admin-menu .icon-copy.selected,#admin-menu .icon-custom-fields,#admin-menu .icon-custom-fields.selected,#admin-menu .icon-del,#admin-menu .icon-del.selected,#admin-menu .icon-document,#admin-menu .icon-document.selected,#admin-menu .icon-download,#admin-menu .icon-download.selected,#admin-menu .icon-edit,#admin-menu .icon-edit.selected,#admin-menu .icon-email,#admin-menu .icon-email-add,#admin-menu .icon-email-add.selected,#admin-menu .icon-email-disabled,#admin-menu .icon-email-disabled.selected,#admin-menu .icon-email.selected,#admin-menu .icon-error,#admin-menu .icon-error.selected,#admin-menu .icon-expanded,#admin-menu .icon-expanded.selected,#admin-menu .icon-expended,#admin-menu .icon-expended.selected,#admin-menu .icon-fav,#admin-menu .icon-fav-off,#admin-menu .icon-fav-off.selected,#admin-menu .icon-fav.selected,#admin-menu .icon-file,#admin-menu .icon-file.selected,#admin-menu .icon-folder,#admin-menu .icon-folder.selected,#admin-menu .icon-group:not(.name):not(.group),#admin-menu .icon-group:not(.name):not(.group).selected,#admin-menu .icon-help,#admin-menu .icon-help.selected,#admin-menu .icon-history,#admin-menu .icon-history.selected,#admin-menu .icon-import,#admin-menu .icon-import.selected,#admin-menu .icon-issue,#admin-menu .icon-issue-closed,#admin-menu .icon-issue-closed.selected,#admin-menu .icon-issue-edit,#admin-menu .icon-issue-edit.selected,#admin-menu .icon-issue-note,#admin-menu .icon-issue-note.selected,#admin-menu .icon-issue.selected,#admin-menu .icon-link-break,#admin-menu .icon-link-break.selected,#admin-menu .icon-list,#admin-menu .icon-list.selected,#admin-menu .icon-lock,#admin-menu .icon-lock.selected,#admin-menu .icon-locked,#admin-menu .icon-locked.selected,#admin-menu .icon-message,#admin-menu .icon-message.selected,#admin-menu .icon-move,#admin-menu .icon-move.selected,#admin-menu .icon-multiple,#admin-menu .icon-multiple.selected,#admin-menu .icon-news,#admin-menu .icon-news.selected,#admin-menu .icon-not-ok,#admin-menu .icon-not-ok.selected,#admin-menu .icon-ok,#admin-menu .icon-ok.selected,#admin-menu .icon-package,#admin-menu .icon-package.selected,#admin-menu .icon-passwd,#admin-menu .icon-passwd.selected,#admin-menu .icon-plugins,#admin-menu .icon-plugins.selected,#admin-menu .icon-project,#admin-menu .icon-project.selected,#admin-menu .icon-projects,#admin-menu .icon-projects.selected,#admin-menu .icon-reload,#admin-menu .icon-reload.selected,#admin-menu .icon-reply,#admin-menu .icon-reply.selected,#admin-menu .icon-roles,#admin-menu .icon-roles.selected,#admin-menu .icon-save,#admin-menu .icon-save.selected,#admin-menu .icon-server-authentication,#admin-menu .icon-server-authentication.selected,#admin-menu .icon-settings,#admin-menu .icon-settings.selected,#admin-menu .icon-shared,#admin-menu .icon-shared.selected,#admin-menu .icon-sidebar,#admin-menu .icon-sidebar.selected,#admin-menu .icon-sort-handle,#admin-menu .icon-sort-handle.selected,#admin-menu .icon-sorted-asc,#admin-menu .icon-sorted-asc.selected,#admin-menu .icon-sorted-desc,#admin-menu .icon-sorted-desc.selected,#admin-menu .icon-stats,#admin-menu .icon-stats.selected,#admin-menu .icon-sticky,#admin-menu .icon-sticky.selected,#admin-menu .icon-summary,#admin-menu .icon-summary.selected,#admin-menu .icon-test,#admin-menu .icon-test.selected,#admin-menu .icon-time,#admin-menu .icon-time-add,#admin-menu .icon-time-add.selected,#admin-menu .icon-time-entry,#admin-menu .icon-time-entry.selected,#admin-menu .icon-time.selected,#admin-menu .icon-toggle-minus,#admin-menu .icon-toggle-minus.selected,#admin-menu .icon-toggle-plus,#admin-menu .icon-toggle-plus.selected,#admin-menu .icon-unlock,#admin-menu .icon-unlock.selected,#admin-menu .icon-user,#admin-menu .icon-user.selected,#admin-menu .icon-warning,#admin-menu .icon-warning.selected,#admin-menu .icon-wiki-page,#admin-menu .icon-wiki-page.selected,#admin-menu .icon-workflows,#admin-menu .icon-workflows.selected,#admin-menu .icon-zoom-in,#admin-menu .icon-zoom-in.selected,#admin-menu .icon-zoom-out,#admin-menu .icon-zoom-out.selected,#admin-menu .open:not(.dmsf-expander),#admin-menu .open:not(.dmsf-expander).selected{padding-left:2px!important}@media screen and (max-width:899px){#content>.contextual>.icon-actions,#content>.contextual>.icon-add,#content>.contextual>.icon-add-bullet,#content>.contextual>.icon-arrow-right,#content>.contextual>.icon-attachment,#content>.contextual>.icon-bookmark,#content>.contextual>.icon-bookmark-off,#content>.contextual>.icon-bookmarked-project,#content>.contextual>.icon-cancel,#content>.contextual>.icon-changeset,#content>.contextual>.icon-checked,#content>.contextual>.icon-clear-query,#content>.contextual>.icon-close,#content>.contextual>.icon-collapsed,#content>.contextual>.icon-comment,#content>.contextual>.icon-comments,#content>.contextual>.icon-copy,#content>.contextual>.icon-copy-link,#content>.contextual>.icon-custom-fields,#content>.contextual>.icon-del,#content>.contextual>.icon-document,#content>.contextual>.icon-download,#content>.contextual>.icon-edit,#content>.contextual>.icon-email,#content>.contextual>.icon-email-add,#content>.contextual>.icon-email-disabled,#content>.contextual>.icon-error,#content>.contextual>.icon-expanded,#content>.contextual>.icon-expended,#content>.contextual>.icon-fav,#content>.contextual>.icon-fav-off,#content>.contextual>.icon-file,#content>.contextual>.icon-folder,#content>.contextual>.icon-group:not(.name):not(.group),#content>.contextual>.icon-help,#content>.contextual>.icon-history,#content>.contextual>.icon-import,#content>.contextual>.icon-issue,#content>.contextual>.icon-issue-closed,#content>.contextual>.icon-issue-edit,#content>.contextual>.icon-issue-note,#content>.contextual>.icon-link-break,#content>.contextual>.icon-list,#content>.contextual>.icon-lock,#content>.contextual>.icon-locked,#content>.contextual>.icon-message,#content>.contextual>.icon-move,#content>.contextual>.icon-multiple,#content>.contextual>.icon-news,#content>.contextual>.icon-not-ok,#content>.contextual>.icon-ok,#content>.contextual>.icon-package,#content>.contextual>.icon-passwd,#content>.contextual>.icon-plugins,#content>.contextual>.icon-project,#content>.contextual>.icon-projects,#content>.contextual>.icon-reload,#content>.contextual>.icon-reply,#content>.contextual>.icon-roles,#content>.contextual>.icon-save,#content>.contextual>.icon-server-authentication,#content>.contextual>.icon-settings,#content>.contextual>.icon-shared,#content>.contextual>.icon-sidebar,#content>.contextual>.icon-sort-handle,#content>.contextual>.icon-sorted-asc,#content>.contextual>.icon-sorted-desc,#content>.contextual>.icon-stats,#content>.contextual>.icon-sticky,#content>.contextual>.icon-summary,#content>.contextual>.icon-test,#content>.contextual>.icon-time,#content>.contextual>.icon-time-add,#content>.contextual>.icon-time-entry,#content>.contextual>.icon-toggle-minus,#content>.contextual>.icon-toggle-plus,#content>.contextual>.icon-unlock,#content>.contextual>.icon-user,#content>.contextual>.icon-warning,#content>.contextual>.icon-wiki-page,#content>.contextual>.icon-workflows,#content>.contextual>.icon-zoom-in,#content>.contextual>.icon-zoom-out,#content>.contextual>.open:not(.dmsf-expander),p.buttons .icon-actions,p.buttons .icon-add,p.buttons .icon-add-bullet,p.buttons .icon-arrow-right,p.buttons .icon-attachment,p.buttons .icon-bookmark,p.buttons .icon-bookmark-off,p.buttons .icon-bookmarked-project,p.buttons .icon-cancel,p.buttons .icon-changeset,p.buttons .icon-checked,p.buttons .icon-clear-query,p.buttons .icon-close,p.buttons .icon-collapsed,p.buttons .icon-comment,p.buttons .icon-comments,p.buttons .icon-copy,p.buttons .icon-copy-link,p.buttons .icon-custom-fields,p.buttons .icon-del,p.buttons .icon-document,p.buttons .icon-download,p.buttons .icon-edit,p.buttons .icon-email,p.buttons .icon-email-add,p.buttons .icon-email-disabled,p.buttons .icon-error,p.buttons .icon-expanded,p.buttons .icon-expended,p.buttons .icon-fav,p.buttons .icon-fav-off,p.buttons .icon-file,p.buttons .icon-folder,p.buttons .icon-group:not(.name):not(.group),p.buttons .icon-help,p.buttons .icon-history,p.buttons .icon-import,p.buttons .icon-issue,p.buttons .icon-issue-closed,p.buttons .icon-issue-edit,p.buttons .icon-issue-note,p.buttons .icon-link-break,p.buttons .icon-list,p.buttons .icon-lock,p.buttons .icon-locked,p.buttons .icon-message,p.buttons .icon-move,p.buttons .icon-multiple,p.buttons .icon-news,p.buttons .icon-not-ok,p.buttons .icon-ok,p.buttons .icon-package,p.buttons .icon-passwd,p.buttons .icon-plugins,p.buttons .icon-project,p.buttons .icon-projects,p.buttons .icon-reload,p.buttons .icon-reply,p.buttons .icon-roles,p.buttons .icon-save,p.buttons .icon-server-authentication,p.buttons .icon-settings,p.buttons .icon-shared,p.buttons .icon-sidebar,p.buttons .icon-sort-handle,p.buttons .icon-sorted-asc,p.buttons .icon-sorted-desc,p.buttons .icon-stats,p.buttons .icon-sticky,p.buttons .icon-summary,p.buttons .icon-test,p.buttons .icon-time,p.buttons .icon-time-add,p.buttons .icon-time-entry,p.buttons .icon-toggle-minus,p.buttons .icon-toggle-plus,p.buttons .icon-unlock,p.buttons .icon-user,p.buttons .icon-warning,p.buttons .icon-wiki-page,p.buttons .icon-workflows,p.buttons .icon-zoom-in,p.buttons .icon-zoom-out,p.buttons .open:not(.dmsf-expander){padding-left:6px!important}}.flyout-menu .icon-actions:before,.flyout-menu .icon-add-bullet:before,.flyout-menu .icon-add:before,.flyout-menu .icon-arrow-right:before,.flyout-menu .icon-attachment:before,.flyout-menu .icon-bookmark-off:before,.flyout-menu .icon-bookmark:before,.flyout-menu .icon-bookmarked-project:before,.flyout-menu .icon-cancel:before,.flyout-menu .icon-changeset:before,.flyout-menu .icon-checked:before,.flyout-menu .icon-clear-query:before,.flyout-menu .icon-close:before,.flyout-menu .icon-collapsed:before,.flyout-menu .icon-comment:before,.flyout-menu .icon-comments:before,.flyout-menu .icon-copy-link:before,.flyout-menu .icon-copy:before,.flyout-menu .icon-custom-fields:before,.flyout-menu .icon-del:before,.flyout-menu .icon-document:before,.flyout-menu .icon-download:before,.flyout-menu .icon-edit:before,.flyout-menu .icon-email-add:before,.flyout-menu .icon-email-disabled:before,.flyout-menu .icon-email:before,.flyout-menu .icon-error:before,.flyout-menu .icon-expanded:before,.flyout-menu .icon-expended:before,.flyout-menu .icon-fav-off:before,.flyout-menu .icon-fav:before,.flyout-menu .icon-file:before,.flyout-menu .icon-folder:before,.flyout-menu .icon-group:not(.name):not(.group):before,.flyout-menu .icon-help:before,.flyout-menu .icon-history:before,.flyout-menu .icon-import:before,.flyout-menu .icon-issue-closed:before,.flyout-menu .icon-issue-edit:before,.flyout-menu .icon-issue-note:before,.flyout-menu .icon-issue:before,.flyout-menu .icon-link-break:before,.flyout-menu .icon-list:before,.flyout-menu .icon-lock:before,.flyout-menu .icon-locked:before,.flyout-menu .icon-message:before,.flyout-menu .icon-move:before,.flyout-menu .icon-multiple:before,.flyout-menu .icon-news:before,.flyout-menu .icon-not-ok:before,.flyout-menu .icon-ok:before,.flyout-menu .icon-package:before,.flyout-menu .icon-passwd:before,.flyout-menu .icon-plugins:before,.flyout-menu .icon-project:before,.flyout-menu .icon-projects:before,.flyout-menu .icon-reload:before,.flyout-menu .icon-reply:before,.flyout-menu .icon-roles:before,.flyout-menu .icon-save:before,.flyout-menu .icon-server-authentication:before,.flyout-menu .icon-settings:before,.flyout-menu .icon-shared:before,.flyout-menu .icon-sidebar:before,.flyout-menu .icon-sort-handle:before,.flyout-menu .icon-sorted-asc:before,.flyout-menu .icon-sorted-desc:before,.flyout-menu .icon-stats:before,.flyout-menu .icon-sticky:before,.flyout-menu .icon-summary:before,.flyout-menu .icon-test:before,.flyout-menu .icon-time-add:before,.flyout-menu .icon-time-entry:before,.flyout-menu .icon-time:before,.flyout-menu .icon-toggle-minus:before,.flyout-menu .icon-toggle-plus:before,.flyout-menu .icon-unlock:before,.flyout-menu .icon-user:before,.flyout-menu .icon-warning:before,.flyout-menu .icon-wiki-page:before,.flyout-menu .icon-workflows:before,.flyout-menu .icon-zoom-in:before,.flyout-menu .icon-zoom-out:before,.flyout-menu .open:not(.dmsf-expander):before{color:#fff!important}div.jstElements{-webkit-font-smoothing:antialiased;display:inline-flex;display:inline-block;font-size:12px;font-style:normal;font-variant:normal;height:28px;text-rendering:auto}div.jstElements button{background-color:#fff!important;background-image:none;border-color:#c9c9c9!important;padding:2px 0 1px}div.jstElements .jstb_strong:before{content:"\f032";font-family:Font Awesome\ 6 Free Solid;font-size:12px}div.jstElements .jstb_em:before{content:"\f033";font-family:Font Awesome\ 6 Free Solid;font-size:12px}div.jstElements .jstb_ins:before{content:"\f0cd";font-family:Font Awesome\ 6 Free Solid;font-size:12px}div.jstElements .jstb_del:before{content:"\f0cc";font-family:Font Awesome\ 6 Free Solid;font-size:12px}div.jstElements .jstb_code:before{content:"C";font-size:15px;font-weight:700}div.jstElements .jstb_h1:before{content:"H1";font-size:12px;font-weight:700}div.jstElements .jstb_h2:before{content:"H2";font-size:12px;font-weight:700}div.jstElements .jstb_h3:before{content:"H3";font-size:12px;font-weight:700}div.jstElements .jstb_ul{padding:0}div.jstElements .jstb_ul:before{content:"\f0ca";font-family:Font Awesome\ 6 Free Solid;font-size:16px;position:0}div.jstElements .jstb_ol{padding:0}div.jstElements .jstb_ol:before{content:"\f0cb";font-family:Font Awesome\ 6 Free Solid;font-size:16px}div.jstElements .jstb_tl{padding:0}div.jstElements .jstb_tl:before{content:"\f0ae";font-family:Font Awesome\ 6 Free Solid;font-size:16px}div.jstElements .jstb_bq{padding:0}div.jstElements .jstb_bq:before{content:"\f03c";font-family:Font Awesome\ 6 Free Solid;font-size:14px}div.jstElements .jstb_unbq{padding:0}div.jstElements .jstb_unbq:before{content:"\f03b";font-family:Font Awesome\ 6 Free Solid;font-size:14px}div.jstElements .jstb_pre{padding:0 0 3px}div.jstElements .jstb_pre:before{content:"pre";font-size:12px;font-weight:700}div.jstElements .jstb_precode:before{content:"\f121";font-family:Font Awesome\ 6 Free Solid;font-size:12px}div.jstElements .jstb_link:before{content:"\f0c1";font-family:Font Awesome\ 6 Free Solid;font-size:12px}div.jstElements .jstb_img:before{content:"\f03e";font-family:Font Awesome\ 6 Free Solid;font-size:12px}div.jstElements .jstb_table:before{content:"\f0ce";font-family:Font Awesome\ 6 Free Solid;font-size:12px}div.jstElements .jstb_help:before{content:"\f059";font-family:Font Awesome\ 6 Free Solid;font-size:12px}div.jstElements .jstb_macros{padding:0}div.jstElements .jstb_macros:before{content:"\f12e";font-family:Font Awesome\ 6 Free Solid;font-size:14px} +body{color:#222;font-size:13px;line-height:1.5}html[lang=ja] body{font-family:Meiryo,Hiragino Kaku Gothic Pro,Hiragino Sans,MS PGothic,Verdana,system-ui,sans-serif}h1,h2,h3,h4{color:#333;font-weight:400}#content h1{color:#333}#top-menu{background:#223342;box-shadow:0 2px 5px rgba(0,0,0,.16);position:relative;z-index:1}#header{background:radial-gradient(circle at 1.98% 20.98%,#4b6cb7,transparent 100%),radial-gradient(circle at 98.02% 20.98%,#2e4063,transparent 100%),radial-gradient(circle at 50% 50%,#19c8b5,#19c8b5 100%);box-shadow:0 1px 2px rgba(0,0,0,.1);color:#fff;min-height:1em;padding:10px 30px}#header h1{color:#fff;padding-bottom:20px}#content,#main{background-color:#fafcfe}#content{padding:25px;width:81%}#content,#sidebar{box-sizing:border-box}#sidebar{font-size:.9em;padding-left:17px;padding-right:17px}#sidebar h3{color:#333}a:active,a:hover{outline:1px solid rgba(0,0,0,0)}#sidebar{background-color:#e9eaf1;display:none;width:19%}#main.visible-sidebar #sidebar{display:block}@media screen and (max-width:899px){#main.visible-sidebar #sidebar,#main.visible-sidebar #sidebar-switch-panel{display:none}}#content{padding:14px}#sidebar-switch-panel{float:right;height:25px;left:10px;margin-left:5px;padding:2px;position:relative;top:2px;width:20px}#sidebar-switch-button{background-color:#e9eaf1;border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-radius:10px 0 0 10px;border-top:1px solid #ddd;display:block;font-size:0;height:100%;padding:9px 20px 9px 5px;text-decoration:none}#sidebar-switch-button:before{color:#666;display:inline-block;font-size:15px;font-style:normal;font-variant:normal;margin-right:3px;text-rendering:auto}@media print{#main.visible-sidebar #sidebar,#sidebar-switch-panel{display:none}}table.list.plugins{margin-top:10px}@media screen and (max-width:899px){#content>.contextual .drdn,#content>.contextual>a,p.buttons a{background:#fff}}#activity,#roadmap article,.box,.controller-attachments.action-show .filecontent.wiki,.controller-documents.action-index .document-item,.controller-news.action-index article.news-article,.controller-news.action-show #comments,.controller-projects.action-index li.root,.controller-repositories.action-entry .filecontent.wiki,.controller-wiki.action-index.pages-hierarchy,.controller-wiki.action-show .wiki.wiki-page,.mypage-box{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin-bottom:20px;padding:20px}.controller-wiki.action-show .wiki.wiki-page{margin-bottom:10px;margin-top:25px}#activity{padding:0}#activity h3{top:10px}.controller-news.action-index article.news-article{margin-bottom:10px}.gantt-table{background-color:#fff}#wiki_add_attachment .box{padding:6px}div.issue-cards .issue-card{background-color:#fff9c4}#main-menu ul li{margin:0}#main-menu ul li a{font-weight:400;letter-spacing:.5px;padding:8px 12px}#main-menu ul li a.selected,#main-menu ul li a:hover{background:rgba(0,0,0,0);color:inherit;position:relative}#main-menu ul li a.selected:after,#main-menu ul li a:hover:after{background-color:#ffd600;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}#main-menu ul li a.selected:hover{background:rgba(0,0,0,0);color:#fff}#main-menu ul li a.new-object{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.25);border-radius:50%;bottom:1px;height:26px;line-height:25px;margin:0 10px;padding:0;position:relative;text-align:center;width:26px}#main-menu ul li a.new-object:hover:after{content:none}#main-menu ul .menu-children{background-color:#fff;border:none;border-radius:3px;box-shadow:0 1px 7px 2px rgba(135,158,171,.2)}#main-menu ul .menu-children li{border-bottom:1px solid #ddd}#main-menu ul .menu-children li a{background-color:rgba(0,0,0,0);color:#777;font-weight:400;letter-spacing:.5px}#main-menu ul .menu-children li a:after{content:none}#main-menu ul .menu-children li a:hover{background:#eff4f6;color:#2b2f33}table.list{background-color:#fff;border:none;margin-bottom:25px}table.list>tbody>tr>td,table.list>tbody>tr>th,table.list>tfoot>tr>td,table.list>tfoot>tr>th,table.list>thead>tr>td,table.list>thead>tr>th{border-top:1px solid #dfe8f1;font-size:.9em;line-height:1.74;vertical-align:top}table.list>tbody>tr>td.checkbox,table.list>tbody>tr>th.checkbox,table.list>tfoot>tr>td.checkbox,table.list>tfoot>tr>th.checkbox,table.list>thead>tr>td.checkbox,table.list>thead>tr>th.checkbox{padding:4px}table.list>tbody>tr>td.checkbox input,table.list>tbody>tr>th.checkbox input,table.list>tfoot>tr>td.checkbox input,table.list>tfoot>tr>th.checkbox input,table.list>thead>tr>td.checkbox input,table.list>thead>tr>th.checkbox input{margin:0 7px 0 15px!important}table.list>tbody>tr.priority-lowest,table.list>tfoot>tr.priority-lowest,table.list>thead>tr.priority-lowest{background-color:#e3f5fe}table.list>tbody>tr.priority-lowest td.checkbox,table.list>tfoot>tr.priority-lowest td.checkbox,table.list>thead>tr.priority-lowest td.checkbox{box-shadow:inset 6px 0 0 0 #81d4fa}table.list>tbody>tr.priority-high3,table.list>tfoot>tr.priority-high3,table.list>thead>tr.priority-high3{background-color:#fce9e9}table.list>tbody>tr.priority-high3 td.checkbox,table.list>tfoot>tr.priority-high3 td.checkbox,table.list>thead>tr.priority-high3 td.checkbox{box-shadow:inset 6px 0 0 0 #ef9a9a}table.list>tbody>tr.priority-high2,table.list>tfoot>tr.priority-high2,table.list>thead>tr.priority-high2{background-color:#f9d4d3}table.list>tbody>tr.priority-high2 td.checkbox,table.list>tfoot>tr.priority-high2 td.checkbox,table.list>thead>tr.priority-high2 td.checkbox{box-shadow:inset 6px 0 0 0 #e53935}table.list>tbody>tr.priority-highest,table.list>tfoot>tr.priority-highest,table.list>thead>tr.priority-highest{background-color:#efb1b1}table.list>tbody>tr.priority-highest td.checkbox,table.list>tfoot>tr.priority-highest td.checkbox,table.list>thead>tr.priority-highest td.checkbox{box-shadow:inset 6px 0 0 0 #c62828}table.list>tbody>tr.closed,table.list>tbody>tr.closed a,table.list>tfoot>tr.closed,table.list>tfoot>tr.closed a,table.list>thead>tr.closed,table.list>thead>tr.closed a{color:#777}table.list>tbody>tr:hover,table.list>tfoot>tr:hover,table.list>thead>tr:hover{background-color:#fff9c4}table.list>thead>tr>th{background-color:#eff1f9;border-bottom:2px solid #dfe8f1;color:#4b5056;font-weight:700;padding:5px;vertical-align:bottom}table.list>thead>tr>th.checkbox{padding:5px}table.list>caption+thead>tr:first-child>td,table.list>caption+thead>tr:first-child>th,table.list>colgroup+thead>tr:first-child>td,table.list>colgroup+thead>tr:first-child>th,table.list>thead:first-child>tr:first-child>td,table.list>thead:first-child>tr:first-child>th{border-top:0}table.list>tbody+tbody{border-top:2px solid #dfe8f1}table.list td.attachments{padding-bottom:5px}div.wiki h1,div.wiki h2,div.wiki h3,div.wiki h4{font-weight:700}div.wiki ul.toc{background-color:#fff9c4;border:none;border-radius:4px;padding:9px}.box div.wiki-preview{line-height:1.5}#wrapper input[type=date],#wrapper input[type=file],#wrapper input[type=password],#wrapper input[type=text],#wrapper select,#wrapper textarea,.modal input[type=date],.modal input[type=file],.modal input[type=password],.modal input[type=text],.modal select,.modal textarea{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;box-shadow:inset 1px 1px 3px #f6f6f6;box-sizing:border-box;color:#2b2f33;height:auto;line-height:1.3;outline:none;padding:4px 6px}#wrapper input[type=date]:hover,#wrapper input[type=file]:hover,#wrapper input[type=password]:hover,#wrapper input[type=text]:hover,#wrapper select:hover,#wrapper textarea:hover,.modal input[type=date]:hover,.modal input[type=file]:hover,.modal input[type=password]:hover,.modal input[type=text]:hover,.modal select:hover,.modal textarea:hover{border:1px solid #bccfe1}#wrapper input[type=date]:active,#wrapper input[type=date]:focus,#wrapper input[type=file]:active,#wrapper input[type=file]:focus,#wrapper input[type=password]:active,#wrapper input[type=password]:focus,#wrapper input[type=text]:active,#wrapper input[type=text]:focus,#wrapper select:active,#wrapper select:focus,#wrapper textarea:active,#wrapper textarea:focus,.modal input[type=date]:active,.modal input[type=date]:focus,.modal input[type=file]:active,.modal input[type=file]:focus,.modal input[type=password]:active,.modal input[type=password]:focus,.modal input[type=text]:active,.modal input[type=text]:focus,.modal select:active,.modal select:focus,.modal textarea:active,.modal textarea:focus{border-color:#3da6ff!important}#wrapper input[type=date].filename,#wrapper input[type=file].filename,#wrapper input[type=password].filename,#wrapper input[type=text].filename,#wrapper select.filename,#wrapper textarea.filename,.modal input[type=date].filename,.modal input[type=file].filename,.modal input[type=password].filename,.modal input[type=text].filename,.modal select.filename,.modal textarea.filename{box-shadow:none}#wrapper input[type=date]:disabled,#wrapper input[type=file]:disabled,#wrapper input[type=password]:disabled,#wrapper input[type=text]:disabled,#wrapper select:disabled,#wrapper textarea:disabled,.modal input[type=date]:disabled,.modal input[type=file]:disabled,.modal input[type=password]:disabled,.modal input[type=text]:disabled,.modal select:disabled,.modal textarea:disabled{background-color:#ebebe4}#wrapper .select2-container--default .select2-selection--single,.modal .select2-container--default .select2-selection--single{border:1px solid #dfe8f1;border-radius:3px;box-shadow:inset 1px 1px 3px #f6f6f6;box-sizing:border-box;color:#2b2f33;height:24px;line-height:1.3;outline:none;padding:0 25px 0 5px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,.modal .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZD0iTTI0LjkgMzkuOGMtLjkgMC0xLjctLjMtMi40LTFsLTIxLTIxQy4yIDE2LjUuMiAxNC4zIDEuNSAxM3MzLjUtMS4zIDQuOCAwbDE4LjYgMTguNkw0My41IDEzYzEuMy0xLjMgMy41LTEuMyA0LjggMHMxLjMgMy41IDAgNC44bC0yMSAyMWMtLjYuNy0xLjUgMS0yLjQgMXoiIG9wYWNpdHk9Ii42NSIvPjwvc3ZnPg==);background-position:0;background-repeat:no-repeat;background-size:10px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,.modal .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,.modal .select2-container--default .select2-selection--single .select2-selection__rendered{color:#2b2f33;font-family:Arial;font-size:13px;font-weight:400;line-height:1.5;padding:1px 2px}#wrapper .select2-container--default .select2-selection--single:hover,.modal .select2-container--default .select2-selection--single:hover{border:1px solid #bccfe1}#wrapper .select2-container--default .select2-selection--single:active,#wrapper .select2-container--default .select2-selection--single:focus,.modal .select2-container--default .select2-selection--single:active,.modal .select2-container--default .select2-selection--single:focus{border-color:#3da6ff!important}#wrapper .select2-container--default.select2-container--disabled .select2-selection--single,.modal .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#ebebe4!important;color:graytext;cursor:not-allowed}#wrapper input[type=text],.modal input[type=text]{font-family:Osaka-Mono,MS Gothic,sans-serif;font-size:100%}#wrapper textarea.wiki-edit,.modal textarea.wiki-edit{font-family:Osaka-Mono,MS Gothic,sans-serif;font-size:13px;letter-spacing:normal;line-height:130%}#wrapper select,.modal select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZD0iTTI0LjkgMzkuOGMtLjkgMC0xLjctLjMtMi40LTFsLTIxLTIxQy4yIDE2LjUuMiAxNC4zIDEuNSAxM3MzLjUtMS4zIDQuOCAwbDE4LjYgMTguNkw0My41IDEzYzEuMy0xLjMgMy41LTEuMyA0LjggMHMxLjMgMy41IDAgNC44bC0yMSAyMWMtLjYuNy0xLjUgMS0yLjQgMXoiIG9wYWNpdHk9Ii42NSIvPjwvc3ZnPg==);background-position:95% 50%;background-repeat:no-repeat;background-size:10px;height:auto;padding-right:2.5em}#wrapper select::-ms-expand,.modal select::-ms-expand{display:none}#wrapper select:hover,.modal select:hover{border-color:#ccc;outline:none}#wrapper select:active,#wrapper select:focus,.modal select:active,.modal select:focus{border-color:#3da6ff!important}#wrapper select:-moz-focusring,.modal select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}#wrapper select[multiple=multiple],.modal select[multiple=multiple]{background:#fff;padding-right:5px}#wrapper .tabular label,.modal .tabular label{margin-top:5px}#wrapper .tabular label.error,.modal .tabular label.error{color:#b00!important}#wrapper .tabular label.error+:not(#issue_description_and_toolbar),#wrapper .tabular label.error+span#issue_description_and_toolbar div.jstBlock,.modal .tabular label.error+:not(#issue_description_and_toolbar),.modal .tabular label.error+span#issue_description_and_toolbar div.jstBlock{border:1px solid #b00!important}#wrapper label.inline,.modal label.inline{margin-right:5px}#wrapper input[type=submit],.modal input[type=submit]{background:#34495e;border:1px solid #34495e;border-radius:3px;box-shadow:none;color:#fff;padding:2px 12px 3px}#wrapper input[type=submit]:active,#wrapper input[type=submit]:hover,.modal input[type=submit]:active,.modal input[type=submit]:hover{background-color:#3f5872;border-color:#3f5872}#wrapper input[type=submit]:active,.modal input[type=submit]:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper input[type=submit]:disabled,.modal input[type=submit]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=button],.modal input[type=button]{background:#fefeff;border:1px solid #dfe8f1;border-radius:3px;box-shadow:none;color:#555a60;padding:2px 12px 3px}#wrapper input[type=button]:active,#wrapper input[type=button]:hover,.modal input[type=button]:active,.modal input[type=button]:hover{background-color:#f3f3f9;border-color:#bfc8d1;color:#2b2f33}#wrapper input[type=button]:active,.modal input[type=button]:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper input[type=button]:disabled,.modal input[type=button]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=checkbox],.modal input[type=checkbox]{box-shadow:none;height:16px;margin:7px 2px 7px 0;width:16px}#wrapper .pagination ul.pages li.page,.modal .pagination ul.pages li.page{background:#fefeff;border:1px solid #dfe8f1;box-shadow:none}#wrapper .pagination ul.pages li.page:active,#wrapper .pagination ul.pages li.page:hover,.modal .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:hover{background-color:#f3f3f9;border-color:#bfc8d1}#wrapper .pagination ul.pages li.page:active a,#wrapper .pagination ul.pages li.page:hover a,.modal .pagination ul.pages li.page:active a,.modal .pagination ul.pages li.page:hover a{color:#2b2f33}#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper .pagination ul.pages li.next,#wrapper .pagination ul.pages li.previous,.modal .pagination ul.pages li.next,.modal .pagination ul.pages li.previous{background:#fefeff}form .attributes select{width:85%}form .attributes .check_box_group label{width:100%}.select2-container.select2-container--default .select2-dropdown{border:none;box-shadow:0 3px 3px 0 rgba(0,0,0,.5)}.select2-container.select2-container--default li.select2-results__option[role=option]:before{content:" ";display:inline-block;font-weight:700;height:1em;line-height:1em;margin-right:4px;width:1em}.select2-container.select2-container--default li.select2-results__option[role=option][aria-selected=true]:before{content:"✓"}.select2-container.select2-container--default li.select2-results__option--highlighted[role=option][aria-selected]{background-color:#759fc2;color:#fff}.select2-container.select2-container--default input.select2-search__field{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNTA1IDQ0Mi43IDQwNS4zIDM0M2MtNC41LTQuNS0xMC42LTctMTctN0gzNzJjMjcuNi0zNS4zIDQ0LTc5LjcgNDQtMTI4QzQxNiA5My4xIDMyMi45IDAgMjA4IDBTMCA5My4xIDAgMjA4czkzLjEgMjA4IDIwOCAyMDhjNDguMyAwIDkyLjctMTYuNCAxMjgtNDR2MTYuM2MwIDYuNCAyLjUgMTIuNSA3IDE3bDk5LjcgOTkuN2M5LjQgOS40IDI0LjYgOS40IDMzLjkgMGwyOC4zLTI4LjNjOS40LTkuNCA5LjQtMjQuNi4xLTM0ek0yMDggMzM2Yy03MC43IDAtMTI4LTU3LjItMTI4LTEyOCAwLTcwLjcgNTcuMi0xMjggMTI4LTEyOCA3MC43IDAgMTI4IDU3LjIgMTI4IDEyOCAwIDcwLjctNTcuMiAxMjgtMTI4IDEyOHoiLz48L3N2Zz4=) no-repeat 2px 50%;background-position:5px;background-size:12px 12px;padding-left:20px}.select2-container.select2-container--default input.select2-search__field:focus{border-color:#3da6ff;outline:none}#errorExplanation,.conflict,.nodata,.warning,div.flash{border:none;border-radius:3px;padding:10px 12px 10px 30px}#errorExplanation,div.flash.error{background-color:#ffc6c6;border:none;color:#620f0f}div.flash.notice{background:#d3ffc6;color:#1e620f}.conflict,div.flash.warning{background:#ffeec6;color:#624b0f}.nodata,.warning{background-color:#ffeec6;color:#624b0f;text-align:center}div.modal{border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.2);padding:0}div.modal .ui-dialog-titlebar{background:#f7f9fa;border:none;border-bottom:1px solid #e5e5e5;color:#555;font-weight:400;padding:15px}div.modal .ui-dialog-titlebar .ui-dialog-title{margin:0}div.modal .ui-dialog-titlebar .ui-dialog-titlebar-close{right:1em}div.modal .ui-dialog-content{padding:5px 15px 15px}.ui-widget-overlay{background:#000;opacity:.55}div.issue{background:#fff9c4;border:none;border-radius:3px;margin-bottom:12px;padding:20px}div.issue hr{background:rgba(0,0,0,.12);margin:8px -10px;padding:0 10px;width:auto}table.progress{margin:4px 6px 0 0}table.progress td{border-radius:2px;height:.6em}table.progress td.closed{background-color:#4db6ac}p.percent{padding-top:2px}.edit_issue fieldset{background:#f4f7f9;border:none;border-radius:5px;margin-bottom:15px;padding:23px 12px 13px}.edit_issue fieldset legend{position:relative;top:18px}a[href*=activity][data-absolute-date*=":"]{border-radius:3px;box-shadow:inset 0 -1.5em 0 rgba(0,0,0,.08);display:inline-block;margin:0 3px;padding:0 3px}a[href*=activity][data-absolute-date*=":"]:before{content:" [" attr(data-absolute-date) "] "}div#content .tabs ul{border-bottom:1px solid #dfe8f1}div#content .tabs ul li a{background-color:#f0f0f0;border:1px solid #dfe8f1}div#content .tabs ul li a.selected{background-color:#fafcfe;border:1px solid #dfe8f1;border-bottom-color:#fafcfe}div#update .jstTabs.tabs li a{border-bottom:1px solid #dfe8f1}#history div.tabs{margin-bottom:0}#history div.tabs ul li a.selected{background-color:#fff;border-bottom:1px solid #fff}#history .tab-content{background-color:#fff;border-bottom:1px solid #dfe8f1;border-left:1px solid #dfe8f1;border-radius:0 0 3px 3px;border-right:1px solid #dfe8f1;padding-left:10px;padding-top:15px}#history .tab-content.discontinuity .journal:after{content:none}#history .tab-content .journal{background-color:#fff;overflow:visible;padding:8px 3px 3px;position:relative}#history .tab-content .journal:before{background-color:#fff;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;content:"";height:8px;left:6px;position:absolute;top:16px;width:8px;z-index:1}#history .tab-content .journal:after{background-color:#e5e5e5;content:"";height:100%;left:9px;position:absolute;top:0;width:2px}#history .tab-content .journal:first-of-type:after{top:15px}#history .tab-content .journal:last-of-type:after{height:18px}#history .tab-content .journal:first-of-type:last-of-type:after{content:none}#history .tab-content .journal .contextual{padding-right:10px;padding-top:5px}#history .tab-content .journal .contextual .journal-actions,#history .tab-content .journal .contextual a.journal-link{position:relative;z-index:5}#history .tab-content .journal h4.note-header{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}#history .tab-content .journal h4.note-header a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#history .tab-content .journal h4.note-header:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}#history .tab-content .journal h4.note-header .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}#history .tab-content .journal div:target .contextual+h4,#history .tab-content .journal:target .contextual+h4{background:#def}#history .tab-content .journal div:target .contextual+h4:before,#history .tab-content .journal:target .contextual+h4:before{border-right:6px solid #def}#history .tab-content .journal .details{font-size:.9em;line-height:1.5;list-style:none;margin-bottom:1em;padding-left:46px}#history .tab-content .journal .details li{position:relative}#history .tab-content .journal .details li:after{background-color:#fff;border:1px solid #888;border-radius:50%;content:"";display:block;height:4px;left:-1em;position:absolute;top:.5em;width:4px}#history .tab-content .journal .wiki:not(.wiki-preview),#history .tab-content .journal div[id^=template_journal],#history .tab-content .journal form .jstBlock,#history .tab-content .journal form input,#history .tab-content .journal.changeset .note>p,#history .tab-content .journal.time_entry p{margin-left:32px}.tabular p{padding-left:160px}.edit_issue .tabular p{padding-left:130px}.edit_issue .tabular .wiki-preview p{padding-left:0!important}.tabular label{margin-left:-160px;width:150px}.edit_issue .tabular label{margin-left:-130px;width:120px}fieldset#filters td.values input{height:inherit}.jstBlock .wiki-preview{border:1px solid #dfe8f1}.issue-card{background-color:#fff9c4}.controller-messages.action-show #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-messages.action-show #content>div.message>p{background-color:#e9eaf1;padding:6px 9px}.controller-messages.action-show #content>div.message>p a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#replies{background-color:#fff;border:1px solid #dfe8f1;border-radius:0 0 3px 3px;padding-left:10px;padding-top:15px}#replies .message.reply{background-color:#fff;overflow:visible;padding:8px 3px 3px!important;position:relative}#replies .message.reply:before{background-color:#fff;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;content:"";height:8px;left:6px;position:absolute;top:16px;width:8px;z-index:1}#replies .message.reply:after{background-color:#e5e5e5;content:"";height:100%;left:9px;position:absolute;top:0;width:2px}#replies .message.reply:first-of-type:after{top:15px}#replies .message.reply:last-of-type:after{height:18px}#replies .message.reply:first-of-type:last-of-type:after{content:none}#replies .message.reply .contextual{padding-right:10px;padding-top:5px}#replies .message.reply .contextual a{position:relative;z-index:5}#replies .message.reply .wiki{padding-left:32px}#replies .message.reply .contextual+h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}#replies .message.reply .contextual+h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#replies .message.reply .contextual+h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}#replies .message.reply .contextual+h4 .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}#replies .message.reply div:target h4.note-header,#replies .message.reply:target h4.note-header{background:#def}#replies .message.reply div:target h4.note-header:before,#replies .message.reply:target h4.note-header:before{border-right:6px solid #def}.controller-news.action-show #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-news.action-show #comments{background-color:#fff;border:1px solid #dfe8f1;border-radius:0 0 3px 3px;padding-left:10px;padding-top:15px}.controller-news.action-show #comments .wiki{padding-left:32px}.controller-news.action-show #comments .contextual{padding-right:10px;padding-top:5px}.controller-news.action-show #comments .contextual a{padding-bottom:5px;position:relative;z-index:5}.controller-news.action-show #comments .contextual+h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}.controller-news.action-show #comments .contextual+h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-news.action-show #comments .contextual+h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}.controller-news.action-show #comments .contextual+h4 .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}.controller-news.action-show #edit-news+p+div.wiki,.controller-news.action-show h2+p+div.wiki{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin-bottom:10px;padding:20px;position:relative}.controller-documents.action-index #content h3.group-name{background-color:#e9eaf1;border:none;border-radius:4px;font-weight:700;padding:6px 9px;position:relative}.controller-documents.action-index #content h4.title{border-bottom:0;font-size:1.2em}.controller-repositories.action-diff #content>div.message,.controller-repositories.action-revision #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-repositories.action-diff.avatars-on .details h4,.controller-repositories.action-revision.avatars-on .details h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:35px;margin:0 19px 0 10px;padding:6px 9px;position:relative}.controller-repositories.action-diff.avatars-on .details h4 a[href*=activity][data-absolute-date*=":"],.controller-repositories.action-revision.avatars-on .details h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-repositories.action-diff.avatars-on .details h4:before,.controller-repositories.action-revision.avatars-on .details h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}.controller-repositories.action-diff.avatars-on .details h4 .gravatar,.controller-repositories.action-revision.avatars-on .details h4 .gravatar{left:-35px;margin-left:0;position:absolute;z-index:5}.controller-repositories.action-diff.avatars-off .details h4,.controller-repositories.action-revision.avatars-off .details h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;margin:0 19px 0 10px;padding:6px 9px}.controller-repositories.action-diff.avatars-off .details h4 a[href*=activity][data-absolute-date*=":"],.controller-repositories.action-revision.avatars-off .details h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-repositories.action-diff #related-issues,.controller-repositories.action-diff .revision-info,.controller-repositories.action-diff .wiki.changeset-comments,.controller-repositories.action-revision #related-issues,.controller-repositories.action-revision .revision-info,.controller-repositories.action-revision .wiki.changeset-comments{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin:5px;padding:10px}.controller-repositories.action-diff .revision-info,.controller-repositories.action-revision .revision-info{padding-left:20px}div#activity dt .time{color:#444}div#activity dt.me .time{border-color:#666}#search-results dd span.description,div#activity dd span.description{color:#444}div#activity h3{background-color:#e9eaf1;border:none;border-radius:4px;margin:0 19px 0 10px;padding:6px 9px;position:relative}div#activity dl{margin-right:2em} /*# sourceMappingURL=theme.css.map*/ \ No newline at end of file diff --git a/stylesheets/theme.css.map b/stylesheets/theme.css.map index a6e698f..f2eb028 100644 --- a/stylesheets/theme.css.map +++ b/stylesheets/theme.css.map @@ -1 +1 @@ -{"version":3,"file":"theme.css","mappings":"AAAA;;;;EAIE,CACF,IACE,wDAA0D,CAC1D,+BAAmC,CAErC,0EASE,iCAAkC,CAClC,kCAAmC,CACnC,sCAAwC,CACxC,iBAAkB,CAClB,mBAAoB,CACpB,aAAc,CACd,mBAAsB,CAExB,4CAKE,gCAAoC,CAEtC,gBAEE,kCAAsC,CAExC,OACE,aAAgB,CAElB,OACE,aAAgB,CAElB,OACE,aAAgB,CAElB,OACE,aAAgB,CAElB,OACE,aAAgB,CAElB,OACE,aAAgB,CAElB,OACE,aAAgB,CAElB,OACE,aAAgB,CAElB,OACE,aAAgB,CAElB,QACE,cAAiB,CAEnB,QACE,gBAAkB,CAClB,gBAAkB,CAClB,qBAAyB,CAE3B,OACE,eAAiB,CACjB,oBAAsB,CACtB,qBAAyB,CAE3B,OACE,gBAAkB,CAClB,oBAAsB,CACtB,uBAA2B,CAE7B,OACE,gBAAiB,CACjB,iBAAmB,CACnB,sBAA0B,CAE5B,OACE,eAAgB,CAChB,oBAAsB,CACtB,sBAA0B,CAE5B,QACE,aAAc,CACd,oBAAsB,CACtB,uBAA2B,CAE7B,OACE,iBAAkB,CAClB,YAAe,CAEjB,OACE,oBAAqB,CACrB,qCAAuC,CACvC,cAAiB,CACjB,UACE,iBAAoB,CAExB,OACE,qCAAwC,CAIxC,mBAAoB,CAHpB,iBAAkB,CAClB,iBAAkB,CAClB,4BACsB,CAExB,WACE,wCAA0C,CAC1C,0CAA6C,CAC7C,yCAA2C,CAC3C,yCAA4C,CAC5C,iDAAwD,CAE1D,cACE,UAAW,CACX,uCAA4C,CAE9C,eACE,WAAY,CACZ,sCAA2C,CAE7C,SAGE,oDAAsD,CAC9C,4CAA8C,CACtD,gEAAkE,CAC1D,wDAA0D,CAClE,0DAA4D,CACpD,kDAAoD,CAC5D,8EAAgF,CACxE,sEAAwE,CAThF,8BAA+B,CACvB,sBAAuB,CAS/B,wEAA0E,CAClE,gEAAoE,CAE9E,WAGE,oDAAsD,CAC9C,4CAA8C,CACtD,gEAAkE,CAC1D,wDAA0D,CAClE,0DAA4D,CACpD,kDAAoD,CAC5D,8EAAgF,CACxE,sEAAwE,CAThF,gCAAiC,CACzB,wBAAyB,CASjC,wFAAgG,CACxF,gFAA0F,CAEpG,SASE,8EAAgF,CACxE,sEAAwE,CAThF,8BAA+B,CACvB,sBAAuB,CAS/B,oFAA2F,CACnF,4EAAqF,CAE/F,uBAXE,oDAAsD,CAC9C,4CAA8C,CACtD,gEAAkE,CAC1D,wDAA0D,CAClE,0DAA4D,CACpD,kDAkBqF,CAZ/F,cASE,8EAAgF,CACxE,sEAAwE,CAThF,mCAAoC,CAC5B,2BAA4B,CASpC,oFAA2F,CACnF,4EAAqF,CAE/F,SAGE,oDAAsD,CAC9C,4CAA8C,CACtD,gEAAkE,CAC1D,wDAA0D,CAClE,0DAA4D,CACpD,kDAAoD,CAC5D,8EAAgF,CACxE,sEAAwE,CAThF,8BAA+B,CACvB,sBAAuB,CAS/B,wEAA0E,CAClE,gEAAoE,CAE9E,UAOE,0DAA4D,CACpD,kDAAoD,CAC5D,8EAAgF,CACxE,sEAAwE,CAThF,+BAAgC,CACxB,uBAAwB,CAShC,mEAAqE,CAC7D,2DAA+D,CAEzE,mBAXE,oDAAsD,CAC9C,4CAA8C,CACtD,gEAAkE,CAC1D,wDAoB+D,CAZzE,SAOE,0DAA4D,CACpD,kDAAoD,CAC5D,8EAAgF,CACxE,sEAAwE,CAThF,8BAA+B,CACvB,sBAAuB,CAS/B,mEAAqE,CAC7D,2DAA+D,CAEzE,iBACE,gCAAmC,CAErC,yBAIE,gEAAkE,CAC1D,wDAA0D,CAClE,0DAA4D,CACpD,kDAAoD,CAC5D,8EAAgF,CACxE,sEAAwE,CAPhF,8BAA+B,CACvB,sBAAuB,CAO/B,qEAAuE,CAC/D,6DAAiE,CAE3E,uCACE,gGASE,4BAA6B,CACrB,oBAAqB,CAC7B,8BAA+B,CACvB,sBAAuB,CAC/B,mCAAoC,CAC5B,2BAA4B,CACpC,2BAA4B,CACpB,mBAAoB,CAC5B,8BAA+B,CACvB,sBAAyB,CAAE,CAEvC,2BACE,OACE,0BAA2B,CACnB,kBAAqB,CAC/B,IACE,kDAAoD,CAC5C,0CAA8C,CAAE,CAE5D,mBACE,OACE,0BAA2B,CACnB,kBAAqB,CAC/B,IACE,kDAAoD,CAC5C,0CAA8C,CAAE,CAE5D,6BACE,GACE,wCAA4C,CACpC,gCAAsC,CAChD,IACE,2GAAgH,CACxG,mGAA0G,CACpH,IACE,qIAA4I,CACpI,6HAAsI,CAChJ,IACE,2GAAgH,CACxG,mGAA0G,CACpH,IACE,uEAA6E,CACrE,+DAAuE,CACjF,IACE,wCAA4C,CACpC,gCAAsC,CAChD,GACE,wCAA4C,CACpC,gCAAsC,CAAE,CAEpD,qBACE,GACE,wCAA4C,CACpC,gCAAsC,CAChD,IACE,2GAAgH,CACxG,mGAA0G,CACpH,IACE,qIAA4I,CACpI,6HAAsI,CAChJ,IACE,2GAAgH,CACxG,mGAA0G,CACpH,IACE,uEAA6E,CACrE,+DAAuE,CACjF,IACE,wCAA4C,CACpC,gCAAsC,CAChD,GACE,wCAA4C,CACpC,gCAAsC,CAAE,CAEpD,2BACE,IACE,iCAAsC,CAAE,CAE5C,mBACE,IACE,iCAAsC,CAAE,CAE5C,gCACE,MACE,sCAAyC,CACzC,0BAA2B,CACnB,kBAAqB,CAC/B,IACE,SAAU,CACV,wDAA0D,CAClD,gDAAoD,CAAE,CAElE,wBACE,MACE,sCAAyC,CACzC,0BAA2B,CACnB,kBAAqB,CAC/B,IACE,SAAU,CACV,wDAA0D,CAClD,gDAAoD,CAAE,CAElE,2BACE,IACE,iHAAyH,CACjH,yGAAmH,CAAE,CAEjI,mBACE,IACE,iHAAyH,CACjH,yGAAmH,CAAE,CAEjI,4BACE,GACE,gCAAiC,CACzB,wBAA2B,CACrC,GACE,+BAAgC,CACxB,uBAA0B,CACpC,OACE,gCAAiC,CACzB,wBAA2B,CACrC,QACE,+BAAgC,CACxB,uBAA0B,CACpC,IACE,gCAAiC,CACzB,wBAA2B,CACrC,IACE,+BAAgC,CACxB,uBAA0B,CACpC,IACE,gCAAiC,CACzB,wBAA2B,CACrC,IACE,+BAAgC,CACxB,uBAA0B,CACpC,OACE,8BAA+B,CACvB,sBAAyB,CAAE,CAEvC,oBACE,GACE,gCAAiC,CACzB,wBAA2B,CACrC,GACE,+BAAgC,CACxB,uBAA0B,CACpC,OACE,gCAAiC,CACzB,wBAA2B,CACrC,QACE,+BAAgC,CACxB,uBAA0B,CACpC,IACE,gCAAiC,CACzB,wBAA2B,CACrC,IACE,+BAAgC,CACxB,uBAA0B,CACpC,IACE,gCAAiC,CACzB,wBAA2B,CACrC,IACE,+BAAgC,CACxB,uBAA0B,CACpC,OACE,8BAA+B,CACvB,sBAAyB,CAAE,CAEvC,2BACE,GACE,8BAA+B,CACvB,sBAAyB,CACnC,GACE,+BAAiC,CACzB,uBAA2B,CAAE,CAEzC,mBACE,GACE,8BAA+B,CACvB,sBAAyB,CACnC,GACE,+BAAiC,CACzB,uBAA2B,CAAE,CAEzC,cACE,+BAAgC,CACxB,uBAA0B,CAEpC,eACE,gCAAiC,CACzB,wBAA2B,CAErC,eACE,gCAAiC,CACzB,wBAA2B,CAErC,oBACE,4BAA+B,CACvB,oBAAyB,CAEnC,kBACE,4BAA+B,CACvB,oBAAyB,CAEnC,mDAEE,2BAAgC,CACxB,mBAA0B,CAEpC,cACE,qDAAuD,CAC/C,6CAAiD,CAE3D,UACE,oBAAqB,CACrB,UAAW,CACX,eAAgB,CAChB,iBAAkB,CAClB,qBAAsB,CACtB,WAAc,CAEhB,0BAEE,MAAO,CACP,iBAAkB,CAClB,iBAAkB,CAClB,UAAW,CACX,oCAAwC,CAE1C,aACE,mBAAsB,CAExB,aACE,aAAgB,CAElB,YACE,4BAAgC,CAKlC,aACE,aAAgB,CAElB,aACE,aAAgB,CAElB,aACE,aAAgB,CAElB,aACE,aAAgB,CAElB,aACE,aAAgB,CAElB,aACE,aAAgB,CAElB,aACE,aAAgB,CAElB,aACE,aAAgB,CAElB,aACE,aAAgB,CAElB,aACE,aAAgB,CAElB,qBACE,eAAkB,CAEpB,4BACE,eAAkB,CAKpB,gEACE,eAAkB,CAEpB,cACE,aAAgB,CAKlB,0CACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,4CACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,0CACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,oEACE,eAAkB,CAEpB,qBACE,eAAkB,CAQpB,+DACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,uCACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,6BACE,eAAkB,CAKpB,0CACE,eAAkB,CAKpB,gDACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,oDACE,eAAkB,CAKpB,kEACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,4BACE,eAAkB,CAKpB,gEACE,eAAkB,CAKpB,gDACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,0BACE,eAAkB,CAKpB,6CACE,eAAkB,CAEpB,qCACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,oDACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,0CACE,eAAkB,CAEpB,+BACE,eAAkB,CAKpB,kDACE,eAAkB,CAKpB,6CACE,eAAkB,CAKpB,kCACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,8DACE,eAAkB,CAEpB,qCACE,eAAkB,CAKpB,0CACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,+CACE,eAAkB,CAEpB,mCACE,eAAkB,CAKpB,+CACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,gDACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,aACE,aAAgB,CAElB,yBACE,eAAkB,CAKpB,wCACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,2CACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,0BACE,eAAkB,CAKpB,mDACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,qCACE,eAAkB,CAKpB,yCACE,eAAkB,CAQpB,2EACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,0CACE,eAAkB,CAEpB,2BACE,eAAkB,CAQpB,wFACE,eAAkB,CAKpB,iEACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,aACE,aAAgB,CAKlB,gDACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,2CACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,iCACE,eAAkB,CAKpB,kCACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,4BACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,oDACE,eAAkB,CAKpB,6CACE,eAAkB,CAKpB,6DACE,eAAkB,CAEpB,gCACE,eAAkB,CAKpB,4DACE,eAAkB,CAKpB,mCACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,4BACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,wCACE,eAAkB,CAKpB,4DACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,gDACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,0DACE,eAAkB,CAEpB,gCACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,+BACE,eAAkB,CAKpB,mCACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,gDACE,eAAkB,CAKpB,+CACE,eAAkB,CAKpB,+DACE,eAAkB,CAKpB,+CACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,4BACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,4DACE,eAAkB,CAEpB,+BACE,eAAkB,CAKpB,wDACE,eAAkB,CAKpB,8DACE,eAAkB,CAKpB,gDACE,eAAkB,CAEpB,+BACE,eAAkB,CAKpB,uDACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,mDACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,6CACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,0CACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,oBACE,aAAgB,CAKlB,gDACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,qCACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,wCACE,eAAkB,CAKpB,yDACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,4CACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,sCACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,uBACE,eAAkB,CAQpB,gEACE,eAAkB,CAKpB,6CACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,6CACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,yCACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,4CACE,eAAkB,CAEpB,8BACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,gDACE,eAAkB,CAQpB,oFACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,sCACE,eAAkB,CAEpB,cACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,8BACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,qCACE,eAAkB,CAEpB,+BACE,eAAkB,CAKpB,mDACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,+CACE,eAAkB,CAWpB,mFACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,4CACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,aACE,aAAgB,CAKlB,2CACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,aACE,aAAgB,CAElB,iCACE,eAAkB,CAEpB,mBACE,eAAkB,CAWpB,kGACE,eAAkB,CAEpB,iCACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,wCACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,aACE,aAAgB,CAElB,aACE,aAAgB,CAElB,yBACE,eAAkB,CAWpB,0GACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,yCACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,iCACE,eAAkB,CAKpB,0CACE,eAAkB,CAKpB,qDACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,gBACE,eAAkB,CAWpB,6FACE,eAAkB,CAKpB,8DACE,eAAkB,CAEpB,aACE,aAAgB,CAKlB,uCACE,eAAkB,CAEpB,qCACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,0DACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,aACE,aAAgB,CAElB,yBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,2BACE,eAAkB,CAKpB,4CACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,+BACE,eAAkB,CAKpB,iCACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,uDACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,kDACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,4BACE,eAAkB,CAKpB,oDACE,eAAkB,CAKpB,qCACE,eAAkB,CAKpB,6CACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,oCACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,2CACE,eAAkB,CAKpB,qDACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,kDACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,gCACE,eAAkB,CAKpB,mDACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,4CACE,eAAkB,CAKpB,oDACE,eAAkB,CAEpB,4BACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,6BACE,eAAkB,CAKpB,0CACE,eAAkB,CAKpB,8CACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,qDACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,6CACE,eAAkB,CAEpB,aACE,aAAgB,CAElB,gBACE,eAAkB,CAKpB,2CACE,eAAkB,CAKpB,kDACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,mDACE,eAAkB,CAKpB,qDACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,oCACE,eAAkB,CAKpB,gDACE,eAAkB,CAQpB,yDACE,eAAkB,CAKpB,mCACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,yCACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,mDACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,gDACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,iCACE,eAAkB,CAEpB,6BACE,eAAkB,CAKpB,sDACE,eAAkB,CAKpB,+CACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,+BACE,eAAkB,CAKpB,0CACE,eAAkB,CAKpB,+CACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,gDACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,0BACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,sCACE,eAAkB,CAKpB,sDACE,eAAkB,CAWpB,6FACE,eAAkB,CAKpB,4CACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,eACE,eAAkB,CAKpB,sCACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,mDACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,oBACE,eAAkB,CAQpB,oDACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,gDACE,eAAkB,CAKpB,8CACE,eAAkB,CAKpB,wDACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,4BACE,eAAkB,CAKpB,0DACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,kDACE,eAAkB,CAQpB,8DACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,kCACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,mCACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,+CACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,6CACE,eAAkB,CAKpB,yDACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,0DACE,eAAkB,CAKpB,sDACE,eAAkB,CAKpB,iEACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,0BACE,eAAkB,CAWpB,4GACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,sBACE,eAAkB,CAQpB,iEACE,eAAkB,CAKpB,gEACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,oDACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,gDACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,kBACE,eAAkB,CAQpB,8EACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,iCACE,eAAkB,CAKpB,sCACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,0DACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,sBACE,eAAkB,CAQpB,wFACE,eAAkB,CAKpB,8CACE,eAAkB,CAKpB,+CACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,2BACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,sBACE,eAAkB,CAQpB,oFACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,4CACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,iEACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,wBACE,eAAkB,CAQpB,4DACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,8BACE,eAAkB,CAKpB,+CACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,iCACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,8BACE,eAAkB,CAKpB,uDACE,eAAkB,CAKpB,+CACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,wDACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,aACE,aAAgB,CAKlB,2CACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,aACE,aAAgB,CAKlB,8DACE,eAAkB,CAKpB,kDACE,eAAkB,CAEpB,aACE,aAAgB,CAElB,qBACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,sCACE,eAAkB,CAKpB,4DACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,oCACE,eAAkB,CAQpB,+DACE,eAAkB,CAEpB,8BACE,eAAkB,CAKpB,yDACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,2DACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,oBACE,aAAgB,CAElB,0BACE,eAAkB,CAKpB,oDACE,eAAkB,CAEpB,8BACE,eAAkB,CAEpB,8BACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,qDACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,kDACE,eAAkB,CAEpB,uCACE,eAAkB,CAEpB,kCACE,eAAkB,CAKpB,+DACE,eAAkB,CAEpB,yBACE,eAAkB,CAQpB,kDACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,aACE,aAAgB,CAElB,gBACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,+BACE,eAAkB,CAEpB,8BACE,eAAkB,CAKpB,0CACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,+CACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,wBACE,eAAkB,CAQpB,iEACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,0DACE,eAAkB,CAEpB,8BACE,eAAkB,CAKpB,yDACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,4CACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,2CACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,kCACE,eAAkB,CAEpB,aACE,aAAgB,CAElB,gBACE,eAAkB,CAKpB,+CACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,4BACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,0BACE,eAAkB,CAKpB,2CACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,oDACE,eAAkB,CAKpB,6CACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,gDACE,eAAkB,CAEpB,8BACE,eAAkB,CAKpB,4CACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,aACE,aAAgB,CAWlB,gHACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,gDACE,eAAkB,CAKpB,oDACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,kDACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,0BACE,eAAkB,CAKpB,oDACE,eAAkB,CAKpB,sDACE,eAAkB,CAKpB,4CACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,2CACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,qCACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,8BACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,gDACE,eAAkB,CAKpB,+CACE,eAAkB,CAKpB,6CACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,iDACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,8BACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,yCACE,eAAkB,CAEpB,eACE,eAAkB,CAKpB,2CACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,qCACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,qBACE,eAAkB,CAQpB,gEACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,8BACE,eAAkB,CAKpB,4CACE,eAAkB,CAEpB,2BACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,qCACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,0DACE,eAAkB,CAKpB,uCACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,mDACE,eAAkB,CAKpB,2DACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,kDACE,eAAkB,CAWpB,4GACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,mDACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,oDACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,2BACE,eAAkB,CAKpB,yCACE,eAAkB,CAKpB,mDACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,6CACE,eAAkB,CAEpB,iBACE,eAAkB,CAQpB,kFACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,eACE,eAAkB,CAKpB,kDACE,eAAkB,CAQpB,sDACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,aACE,aAAgB,CAElB,4BACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,6DACE,eAAkB,CAKpB,qCACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,aACE,aAAgB,CAKlB,8CACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,0CACE,eAAkB,CAEpB,0BACE,eAAkB,CAKpB,oDACE,eAAkB,CAKpB,iDACE,eAAkB,CAKpB,yCACE,eAAkB,CAKpB,wDACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,mBACE,eAAkB,CAQpB,iEACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,gDACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,uDACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,0BACE,eAAkB,CAKpB,gDACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,0CACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,0BACE,eAAkB,CAKpB,wCACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,kBACE,eAAkB,CAQpB,mFACE,eAAkB,CAKpB,8DACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,0EACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,wBACE,eAAkB,CAQpB,+EACE,eAAkB,CAEpB,4BACE,eAAkB,CAEpB,kBACE,eAAkB,CAcpB,wIACE,eAAkB,CAKpB,qCACE,eAAkB,CAKpB,+DACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,sCACE,eAAkB,CAKpB,yDACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,wDACE,eAAkB,CAKpB,0CACE,eAAkB,CAEpB,uBACE,eAAkB,CAQpB,oEACE,eAAkB,CAKpB,2CACE,eAAkB,CAKpB,kDACE,eAAkB,CAKpB,oDACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,qCACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,sBACE,eAAkB,CAWpB,kKACE,eAAkB,CAKpB,+BACE,eAAkB,CAKpB,+CACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,iCACE,eAAkB,CAKpB,kDACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,4BACE,eAAkB,CAEpB,4BACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,6CACE,eAAkB,CAEpB,aACE,aAAgB,CAKlB,2DACE,eAAkB,CAKpB,uCACE,eAAkB,CAKpB,kDACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,aACE,aAAgB,CAElB,oBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,2DACE,eAAkB,CAWpB,8HACE,eAAkB,CAKpB,uDACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,6CACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,wCACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,mDACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,mCACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,4CACE,eAAkB,CAEpB,6BACE,eAAkB,CAKpB,2CACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,aACE,aAAgB,CAKlB,qCACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,iCACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,qCACE,eAAkB,CAKpB,4CACE,eAAkB,CAQpB,0EACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,mBACE,eAAkB,CAQpB,oEACE,eAAkB,CAKpB,mCACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,2CACE,eAAkB,CAKpB,8CACE,eAAkB,CAKpB,qCACE,eAAkB,CAEpB,oCACE,eAAkB,CAWpB,4EACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,aACE,aAAgB,CAElB,wBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,sDACE,eAAkB,CAQpB,sEACE,eAAkB,CAKpB,uCACE,eAAkB,CAKpB,yDACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,gDACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,oDACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,+BACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,8BACE,eAAkB,CAcpB,gFACE,eAAkB,CAWpB,wEACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,wDACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,uBACE,eAAkB,CAQpB,6FACE,eAAkB,CAEpB,qBACE,aAAgB,CAElB,sBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,wDACE,eAAkB,CAEpB,+BACE,eAAkB,CAKpB,0CACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,4CACE,eAAkB,CAEpB,iCACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,gCACE,eAAkB,CAEpB,eACE,eAAkB,CAKpB,kDACE,eAAkB,CAKpB,qCACE,eAAkB,CAEpB,6BACE,eAAkB,CAKpB,mDACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,qCACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,6BACE,eAAkB,CAKpB,0DACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,eACE,eAAkB,CAKpB,wCACE,eAAkB,CAEpB,mBACE,eAAkB,CAWpB,0GACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,oDACE,eAAkB,CAKpB,kDACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,wBACE,aAAgB,CAKlB,8CACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,mCACE,eAAkB,CAEpB,kBACE,eAAkB,CAWpB,8FACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,mBACE,eAAkB,CAQpB,+EACE,eAAkB,CAEpB,8BACE,eAAkB,CAQpB,qEACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,sBACE,eAAkB,CAQpB,+DACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,qDACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,6CACE,eAAkB,CAEpB,qBACE,eAAkB,CAQpB,+DACE,eAAkB,CAKpB,iCACE,eAAkB,CAKpB,6DACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,8CACE,eAAkB,CAQpB,6FACE,eAAkB,CAKpB,sDACE,eAAkB,CAKpB,2DACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,yCACE,eAAkB,CAEpB,mBACE,eAAkB,CAQpB,qEACE,eAAkB,CAEpB,4BACE,eAAkB,CAEpB,qCACE,eAAkB,CAEpB,wBACE,eAAkB,CAQpB,gEACE,eAAkB,CAEpB,4BACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,wCACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,oDACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,4BACE,eAAkB,CAEpB,+BACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,oBACE,eAAkB,CAQpB,sDACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,0CACE,eAAkB,CAEpB,aACE,aAAgB,CAKlB,uDACE,eAAkB,CAKpB,+CACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,gDACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,qDACE,eAAkB,CAKpB,6CACE,eAAkB,CAEpB,0BACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,gBACE,eAAkB,CAQpB,uEACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,2CACE,eAAkB,CAKpB,qDACE,eAAkB,CAKpB,kDACE,eAAkB,CAEpB,eACE,eAAkB,CAKpB,gDACE,eAAkB,CAKpB,+BACE,aAAgB,CAElB,kBACE,eAAkB,CAEpB,oBACE,eAAkB,CAcpB,yFACE,eAAkB,CAKpB,uDACE,eAAkB,CAKpB,yDACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,gDACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,mDACE,eAAkB,CAEpB,8BACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,kBACE,aAAgB,CAElB,mBACE,eAAkB,CAEpB,iBACE,eAAkB,CAcpB,iGACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,6CACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,6BACE,eAAkB,CAKpB,wCACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,4CACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,gDACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,kDACE,eAAkB,CAEpB,yBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,8BACE,eAAkB,CAKpB,yCACE,aAAgB,CAElB,wBACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,uCACE,eAAkB,CAKpB,2CACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,0CACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,sCACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,iCACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,+BACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,mDACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,kDACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,gCACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,+CACE,eAAkB,CAEpB,oBACE,eAAkB,CAKpB,oDACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,gDACE,eAAkB,CAKpB,2DACE,eAAkB,CAKpB,wDACE,eAAkB,CAKpB,0CACE,eAAkB,CAKpB,6DACE,eAAkB,CAEpB,yBACE,eAAkB,CAKpB,8CACE,eAAkB,CAKpB,8DACE,eAAkB,CAEpB,gCACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,gCACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,2BACE,eAAkB,CAKpB,2CACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,kDACE,eAAkB,CAQpB,wEACE,eAAkB,CAEpB,mBACE,aAAgB,CAKlB,oEACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,aACE,aAAgB,CAElB,iBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,qCACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,eACE,eAAkB,CAEpB,kCACE,eAAkB,CAKpB,2CACE,eAAkB,CAEpB,2BACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,mBACE,eAAkB,CAKpB,mCACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,8CACE,eAAkB,CAKpB,6DACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,mCACE,eAAkB,CAWpB,uFACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,0CACE,eAAkB,CAKpB,qDACE,eAAkB,CAKpB,iDACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,4BACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,4BACE,eAAkB,CAKpB,+BACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,mDACE,eAAkB,CAQpB,8EACE,eAAkB,CAEpB,kBACE,eAAkB,CAKpB,0CACE,eAAkB,CAEpB,aACE,aAAgB,CAKlB,yCACE,eAAkB,CAKpB,sCACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,uDACE,eAAkB,CAEpB,8BACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,6BACE,eAAkB,CAEpB,oCACE,eAAkB,CAKpB,4CACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,0BACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,eACE,eAAkB,CAKpB,gDACE,eAAkB,CAKpB,yDACE,eAAkB,CAWpB,yGACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,qBACE,eAAkB,CAKpB,yDACE,eAAkB,CAEpB,qBACE,eAAkB,CAQpB,mFACE,eAAkB,CAEpB,oBACE,eAAkB,CAQpB,qEACE,eAAkB,CAEpB,0BACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,0BACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,mCACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,uBACE,eAAkB,CAKpB,4DACE,eAAkB,CAEpB,qBACE,eAAkB,CAQpB,6DACE,eAAkB,CAEpB,wBACE,eAAkB,CAQpB,yEACE,eAAkB,CAKpB,8CACE,eAAkB,CAKpB,2CACE,eAAkB,CAKpB,qDACE,eAAkB,CAKpB,+CACE,eAAkB,CAEpB,sCACE,eAAkB,CAKpB,sDACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,uCACE,eAAkB,CAEpB,0BACE,eAAkB,CAQpB,wEACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,iBACE,eAAkB,CAKpB,4CACE,eAAkB,CAKpB,+CACE,eAAkB,CAKpB,wDACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,0CACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,2BACE,eAAkB,CAKpB,wCACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,gBACE,eAAkB,CAKpB,0DACE,eAAkB,CAEpB,0BACE,eAAkB,CAKpB,0CACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,sBACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,wBACE,eAAkB,CAEpB,uBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,eACE,eAAkB,CAKpB,8CACE,eAAkB,CAEpB,qBACE,eAAkB,CAEpB,oCACE,eAAkB,CAEpB,gBACE,eAAkB,CAEpB,wBACE,eAAkB,CAKpB,6CACE,eAAkB,CAEpB,iBACE,eAAkB,CAEpB,4BACE,eAAkB,CAEpB,uBACE,aAAgB,CAElB,uBACE,eAAkB,CAEpB,iBACE,eAAkB,CAQpB,oEACE,eAAkB,CAQpB,wDACE,aAAgB,CAElB,aACE,aAAgB,CAKlB,4DACE,eAAkB,CAKpB,2CACE,eAAkB,CAEpB,oCACE,eAAkB,CAcpB,2GACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,kBACE,eAAkB,CAEpB,aACE,aAAgB,CAElB,mBACE,eAAkB,CAKpB,kDACE,eAAkB,CAEpB,oBACE,eAAkB,CAEpB,2BACE,eAAkB,CAKpB,qDACE,eAAkB,CAKpB,8CACE,eAAkB,CAKpB,0DACE,eAAkB,CAEpB,mBACE,eAAkB,CAEpB,sBACE,eAAkB,CAKpB,yCACE,eAAkB,CAKpB,kDACE,eAAkB,CAEpB,gCACE,eAAkB,CAEpB,+BACE,eAAkB,CAKpB,2CACE,eAAkB,CAcpB,sFAQE,kBAAsB,CAEtB,cAAe,CANf,UAAW,CAEX,WAAY,CACZ,eAAgB,CAFhB,SAAU,CAHV,iBAAkB,CAOlB,kBAAmB,CANnB,SAOiB;;ACnuMnB;;;;EAIE,CACF,YAEE,wDAA2D,CAE7D,WAIE,kBAAmB,CAHnB,gCAAkC,CAClC,iBAAkB,CAClB,eAAgB,CAEhB,2GAEF,iBAEE,eAAkB;;AClBpB;;;;EAIE,CACF,YACE,+CAAgD,CAChD,sDAAyD,CAE3D,WAIE,kBAAmB,CAHnB,gCAAkC,CAClC,iBAAkB,CAClB,eAAgB,CAEhB,uGAEF,eAEE,eAAkB,CCfZ,KCFN,UACA,CAFF,cACE,CACA,eACA,oBAGF,iGACE,YAGF,sCACE,kBACA,gBACA,2JAKF,kBACE,gBACA,2GACA,aACA,UCtBF,CDqBE,eCrBF,uBACE,WCGF,mBCJ6B,oCDI7B,CACE,kBADF,SAJoB,8MAWpB,oCAEE,2BAFF,iBAEE,YAGA,UAEA,CAJA,mBAIA,CAEE,eAFF,wBAjBkB,CAmBhB,SAIJ,aAKE,SA5BkB,mBA2BpB,qBAUE,CArCkB,SAoClB,cACA,CArCkB,iBA8BlB,CACA,kBAMA,aACA,iBACA,kBAEA,gBAGF,kBACE,+BAKF,UACE,wBAIF,CALA,YACE,CADF,SAKA,gCCtDkB,kDDuDlB,2EACA,mCAEI,CAIJ,kCAEE,WACA,CAHF,UAME,gBADA,WACA,CAHA,iBAEA,CALF,OACA,WAME,wBACA,wBACA,6BCvEgB,4BD2EhB,2BAEA,CAFA,0BAEA,cAEA,WACA,CAHA,oCAEA,CACA,oBACA,+BAOE,WALF,qBAIE,cACA,CALF,iBACA,oBACE,CACA,gBACA,CAFA,mBAGA,2DAMJ,gBAHI,sCAGJ,qDAGA,gBH5FE,sCG4FF,cH7FE,qDGgGF,iCACE,oDAKA,8DAGF,4bAEI,sBEpGF,wBACA,CAFA,iBACA,CFoGE,kBEjHJ,aAcE,8CAEA,kBAGF,CAHE,eAGF,WACE,uBACA,QAGF,oDAGI,gCAIJ,qBACE,2BAGF,WACE,6BAIA,0CAGF,4BC9BM,eACE,CAHF,mBAEA,CAHF,gBAII,sDAEA,wBAEA,cACE,CAHF,iBAGE,kEAKE,wBAEA,SACA,CANF,WAGE,WAGA,OANF,iBAEA,WAIE,mCAGA,mCAIJ,+BAEE,gCAGF,uCACE,CAKA,iBACA,CACA,UACA,CANA,WACA,iBAEA,CALA,aACA,WADA,kBAMA,iBACA,CANA,UAOA,2CAEA,0CAGE,qBAOR,CAPQ,YApDqB,kBA2D7B,6CA3D6B,iCA+D3B,4BAEA,mCACE,8BAhEyB,CAgEzB,WAhEyB,eAmEvB,CAnEuB,mBAmEvB,yCAEA,qDAGE,kBAGF,CAHE,aAGF,YCrEV,qBACE,CDL+B,8BCK/B,2IASI,4BAGE,gBAVN,mCAUM,iMAEA,gPAvBkB,6BA2BhB,6GACE,yKAKJ,kCACA,0GACE,sKAIF,kCACA,0GACE,sKAIF,kCACA,gHACE,4KAIF,kCACA,CACE,wKHlCgB,yIGkDtB,yBAFA,+BAEA,CATE,aACE,gBAKN,CAGE,WACA,CAJF,qBAIE,iCAvEsB,4TAiFpB,4BAOJ,6CACE,iDAIA,gCC5FF,wBACE,YAEF,kBAEE,CAFF,WAEE,uBACA,eACA,iRAMF,sBCbe,wBADD,CAqCZ,kBArCY,oCAqCZ,sBACA,CAVF,aA3Be,CAsCb,2BACA,CAFA,YACA,CDzBF,eC2BE,yVAEA,qtBAGE,8BAGF,6XAEE,4YAIA,uJArDoB,wBA4DxB,CAEE,kBAFF,oCAEE,sBACA,CA/DsB,cAiEtB,WACA,CAFA,eACA,CAFA,YACA,CAEA,oBACA,mLAEA,wZAoBE,8PAGF,YAEE,yLAKF,aACA,CAFA,iBACA,gBACA,gCAHF,eAGE,2IAQF,wBACE,uRAUA,8BAEA,uLASE,kCAGF,CAHE,iCAGF,mDAEE,2CAIF,eACE,uDACA,2CAKA,CALA,eAKA,qEAKF,4CAEA,gBACE,yZAwBA,4BAEF,CAFE,iDA3BF,YA6BA,mBA3KuB,uDA6KrB,uDAKF,iBA9KgB,oGAmLhB,8GA/KsB,uBACE,qEACJ,iCAoLlB,+CACA,yEAEF,oBA1LuB,+RA0MvB,iJAvMoB,mBADI,wBACJ,CAuMpB,iBACA,CAxMoB,gBADI,WAyMxB,oBAxMoB,uIAFE,yBA2MpB,oBA3MoB,qEAgNpB,2CACA,CADA,SACA,2KAYF,mBAHF,wBAGE,CA/Nc,iBA4NhB,CAGE,gBAHF,kCAGE,uIAUA,wBACE,CAJF,oBAGA,CAHA,aAIE,qEAMA,4CADA,SACA,yEAIF,wBACE,8EAIF,eACA,CALE,WAGJ,qBACE,CAJE,UAKF,2EAGF,0OAzQyB,yBA+QrB,oBA/QqB,uLCgB3B,aAjB2B,yFA2B3B,2CAEE,CA1ByB,SA0BzB,6JCrBE,mBAZ0B,wBACA,SAc1B,yCACA,2EAOE,YAJA,qCAIA,8FAWJ,WCdF,qBApBgB,CAyBd,eAEA,CAJA,UACA,CAxBc,gBAwBd,gBACA,CAzBc,SA2Bd,kHASA,WAEA,mHAWA,wBAIA,WACA,2EAGA,ynBA0CE,wBAEA,CAFA,0BAEA,iBA/Fe,iFAsGf,qBAtGe,YAsGf,wDAKA,YA5Ga,iBA4Gb,CAHA,2BAGA,mCAGA,wBACI,YAGJ,CAPA,aAOA,kBACE,kBAnHa,CAkHf,aAlHe,6BAsHb,kDAnHgB,wBAHH,eAyHX,iBAzHW,WA6HX,WAEA,2DAGA,yCAKA,kBACA,CAEA,WAEA,CAFA,+BAEA,CAJA,UApIS,gBAsIT,CALF,YAOE,gDAIA,iEAIA,4DAGF,oBACE,sCAGF,kBACE,CACA,iDADA,YACA,yCAEA,iBAFA,yBAEA,CACE,eACA,qCAMF,kBANE,WAMF,CACA,yBAlKY,wBAoKZ,CACA,yBAnKc,sBAsKd,kBACA,CAxKa,WAuKb,CACA,wFAEA,iBACE,SACA,4CASA,iBACA,CAPF,2CAIE,qBAEA,CATA,YAGF,CAME,aACA,mDACA,0CACA,qDAIA,2BAGA,wBACA,sFA3LQ,oJAmMV,oCACE,kDAKF,uBACA,qBAEA,CAIE,gCADF,6BACE,CAJF,yBACA,+BAEA,CAII,iBACA,CAJF,gBAIE,oDAKA,4CAGA,uCADA,mBACA,iPAQJ,wBAON,CAfU,UAKN,aAUJ,QAEA,CAFA,kBAEA,MAZI,SAYJ,oDAIF,2DAGE,WACA,iEAIE,wDAKF,kBAGF,gBACE,uHCjRA,iBDGiB,yDAOE,yBACC,YADD,iCACC,eADD,CARJ,UCGf,qBDKmB,gBARJ,iBAQI,0FAPF,eCcjB,gEAQE,qCACA,+BDpBkB,CCiBlB,kCAEA,CALF,WAGE,SADF,UAFA,iBAEA,gBDhBoB,yDC6BhB,UACA,cACA,CAHA,iBACA,CACA,iBACA,CACA,8GAQA,eAEA,6HAQA,oEAIA,cAGF,gBACE,CAJA,gBAIA,iBACA,8DAIE,mEAYF,qBACA,sBDvEgB,kBADD,CCgEf,UAIA,CAJA,cDjEc,UCwEd,CAFA,UADA,iBACA,mBDrEe,uSC0Fb,4BACA,0CACA,wDAIA,wBAGA,gBACA,yFAKJ,iCDpGc,oGCuGZ,uDCxHJ,qBACE,yBFIe,CCoHX,iBCzHN,CFKiB,qEEEjB,wBFFiB,oHEOf,gBAEA,mBACE,sBAEF,wBACE,CAHA,yBAEF,CAEE,kBADA,gBACA,yBAIE,qBACA,kBALF,6BAIE,CACA,iDFbY,qBEqBd,CFnBgB,iBADD,6BEyBf,CARA,UACA,WFnBc,CEsBd,SADA,iBACA,SFpBgB,CEiBhB,UAOA,gEAEA,CAFA,uBAGE,QACA,CAFF,iBACE,CACA,MAJF,SAIE,qDAGF,4CAIE,WACA,0DAEA,iDAEA,yEAGF,iBACE,UAEA,+BAEA,yDAQJ,wBAEA,CAHA,YAIA,iBACA,CAFA,cACA,CAJA,eACA,CARI,8BAOJ,CAGA,gBAVI,iBAYJ,mFCvEA,gBACA,wDAOA,qEAFF,kCAEE,CHEiB,UGNjB,SAEF,CAFE,2CAIA,kDCPA,WJEe,cIHjB,iBACE,QJEe,2GADF,8HIWX,2BJFgB,mDIMhB,8LAEA,iBAEE,CAJF,gBAIE,qIAGF,gBACE,sDAMA,mBADA,2BACA,uDAEA,sDAGF,CAHE,+FAGF,kGAIE,uFAYF,qCACA,gCJ1CgB,kCIyChB,CANF,UJrCgB,CIwCd,QJtCgB,CIqChB,SACA,CJxCc,iBIuCd,CACA,eAIA,4NAIE,2UAOJ,eACA,CAFA,eAEA,yHAKF,qBACE,yBC1EJ,CDsEI,iBAGF,CCzEF,yIAOE,wBLMmB,CADD,WKLlB,CAMF,iBACE,CAJA,cAGF,CANE,gBALF,SAEA,CACE,oBLOkB,CACC,eKHnB,CANF,iBAUE,mNCTF,elBCE,qJkBOF,qCACE,+BACA,CdTiB,kCcOnB,CdRa,WACM,ScInB,SdJmB,CADN,iBcKb,CdJmB,ecSjB,iJlBTA,UACA,ckBkBF,CADA,iBlBlBE,CACA,SkBkBF,+HAEA,wBlBpBE,CkBoBF,YACA,iCADA,gBlBpBE,oBkBoBF,ClBpBE,ekBqBF,qNAGA,yBlBzBE,2VACA,qBkB6BF,ClB9BE,wBACA,CkB6BF,iBlB9BE,CACA,UkB8BF,CADA,YACA,6GACA,wClB/BE,oCkBgCF,uFACA,2BACA,wBlBnCE,CkBmCF,YlBlCE,sCkBkCF,ClBnCE,eACA,CADA,iBACA,iBkBmCF,0ClBpCE,UACA,iDkBoCF,kBlBrCE,gBACA,gCkBqCF,wBlBtCE,cAKA,gBALA,sCAKA,mEAIA,yFARA,UIIiB,8CJKf,iCALF,mCAJA,qBICgB,CcwClB,edxCkB,iBJOhB,oBACE,CkBgCJ,kBlBhCI,mBAVF,kBkB2CF,mDlB1CE,sCkB2CF,CADA,kBACA,kCACA,gBADA,wCACA,wBlBxCE,wDALA,wCIImB,CJCnB,iBIDmB,kCc2CrB,gBlBrCI,sCkBqCJ,mBlB9CE,ekB+CF,CADA,wCACA,uBlB/CE,gBkB+CF,sClB/CE,CkBgDF,oBlBhDE,gBkBgDF,sCACA,uBlBjDE,gBkBiDF,sClBjDE,CkBkDF,oBlBlDE,gBkBkDF,wClBlDE,CkBmDF,0BlBnDE,ekBoDF,CADA,wCACA,sBlBpDE,gBkBoDF,sClBpDE,mBkBqDF,gBlBrDE,sCADA,2DACA,CkBsDF,sClBtDE,mBkBuDF,elBxDE,CACA,sCADA,yBkByDF,elBzDE,CACA,sCADA,sCAKA,sCAJA,CAIA,gEIAiB,eJIjB,CATA,wCAUE,oBkBkDJ,elB5DE,CAUE,wCAVF,sBACA,cADA,eACA,CkB4DF,sClB5DE,4BkB6DF,iCACA,alB/DE,CkB+DF,gBlB9DE,sCADA,0BACA,akB+DF,kBACA,clBhEE,ekBgEF,CADA,sCACA,wBlBjEE,cACA,qBADA,gBACA,wCADA,CACA,oBkBkEF,elBnEE,CACA,sCADA,sDACA,CkBmEF,sClBnEE,qBADA,eACA,CkBoEF,sClBpEE,oCADA,eACA,CkBqEF,sClBrEE,4BkBsEF,yDACA,elBxEE,CACA,wCADA,sBkByEF,elBzEE,CACA,sCADA,mDACA,CkByEF,sClBzEE,oBADA,eACA,CkB0EF,wClB1EE,sBADA,eACA,CkB2EF,sClB3EE,uBADA,gBkB6EF,sClB5EE,qBADA,gBkB8EF,sClB7EE,gEkBgFF,gBlBjFE,sCkBiFF,oBACA,gBlBlFE,wCkBkFF,6BACA,gBlBnFE,sCkBmFF,wBAEA,gBlBrFE,wCkBqFF,iBlBhFE,8BALA,sCAKA,uBAJA,aIAoB,qBcsFtB,clB7EI,ekB6EJ,CdtFsB,sCcsFtB,2BlBvFE,aACA,yBADA,eACA,CkBuFF,sClBvFE,mBADA,eACA,sCkBwFF,sClBzFE,CACA,mBkByFF,elB1FE,uBkB2FF,elB3FE,CACA,sCADA,oBkB4FF,gBlB3FE,sCkB2FF,yBACA,gBlB5FE,sCkB4FF,wBACA,gBlB7FE,sCADA,4BkBgGF,elBhGE,CACA,wCADA,sBkBiGF,gBlBhGE,sCkBgGF,ClBjGE,kBkBkGF,gBlBjGE,wCkBiGF,2BACA,gBlBlGE,wCkBkGF,yBACA,gBlBpGE,wCkBoGF,wBlBnGE,ekBoGF,ClBrGE,sCkBqGF,sBlBpGE,wDkBoGF,wClBpGE,2DADA,eACA,CkBsGF,sClBtGE,uBADA,eACA,CkBuGF,wClBvGE,yBkBwGF,elBzGE,CACA,sCADA,qBkB0GF,elB1GE,CACA,sCADA,sBkB2GF,gBlB1GE,sCkB0GF,CACA,4DlB3GE,sCkB4GF,sBlB5GE,ekB6GF,CADA,sCACA,wBlB7GE,gBkB6GF,sClB7GE,qDkB8GF,sClB9GE,6BkB+GF,qCACA,gBlBhHE,wCkBgHF,0BlBhHE,gBADA,sCACA,wkBkBoHA,06DAKE,87HAwFF,uBACE,uHADF,qBACE,swEAOA,m1KAgBE,0BADF,qCACE,23PC5FA","sources":["webpack://bleuclair/./node_modules/@fortawesome/fontawesome-free/css/fontawesome.css","webpack://bleuclair/./node_modules/@fortawesome/fontawesome-free/css/regular.css","webpack://bleuclair/./node_modules/@fortawesome/fontawesome-free/css/solid.css","webpack://bleuclair/./src/styles/foundation/mixins.scss","webpack://bleuclair/./src/styles/components/_scaffolding.scss","webpack://bleuclair/./src/styles/components/_type.scss","webpack://bleuclair/./src/styles/components/_layout.scss","webpack://bleuclair/./src/styles/foundation/variables.scss","webpack://bleuclair/./src/styles/components/_box.scss","webpack://bleuclair/./src/styles/components/_main_menu.scss","webpack://bleuclair/./src/styles/components/_table.scss","webpack://bleuclair/./src/styles/components/_wiki.scss","webpack://bleuclair/./src/styles/components/_inputs.scss","webpack://bleuclair/./src/styles/components/_flash.scss","webpack://bleuclair/./src/styles/components/_modal.scss","webpack://bleuclair/./src/styles/components/_issues.scss","webpack://bleuclair/./src/styles/components/_boards.scss","webpack://bleuclair/./src/styles/components/_news.scss","webpack://bleuclair/./src/styles/components/_documents.scss","webpack://bleuclair/./src/styles/components/_repositories.scss","webpack://bleuclair/./src/styles/components/_activities.scss","webpack://bleuclair/./src/styles/components/_icon.scss","webpack://bleuclair/./src/styles/components/_jstoolbar.scss"],"sourcesContent":["/*!\n * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n * Copyright 2023 Fonticons, Inc.\n */\n.fa {\n font-family: var(--fa-style-family, \"Font Awesome 6 Free\");\n font-weight: var(--fa-style, 900); }\n\n.fa,\n.fa-classic,\n.fa-sharp,\n.fas,\n.fa-solid,\n.far,\n.fa-regular,\n.fab,\n.fa-brands {\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: var(--fa-display, inline-block);\n font-style: normal;\n font-variant: normal;\n line-height: 1;\n text-rendering: auto; }\n\n.fas,\n.fa-classic,\n.fa-solid,\n.far,\n.fa-regular {\n font-family: 'Font Awesome 6 Free'; }\n\n.fab,\n.fa-brands {\n font-family: 'Font Awesome 6 Brands'; }\n\n.fa-1x {\n font-size: 1em; }\n\n.fa-2x {\n font-size: 2em; }\n\n.fa-3x {\n font-size: 3em; }\n\n.fa-4x {\n font-size: 4em; }\n\n.fa-5x {\n font-size: 5em; }\n\n.fa-6x {\n font-size: 6em; }\n\n.fa-7x {\n font-size: 7em; }\n\n.fa-8x {\n font-size: 8em; }\n\n.fa-9x {\n font-size: 9em; }\n\n.fa-10x {\n font-size: 10em; }\n\n.fa-2xs {\n font-size: 0.625em;\n line-height: 0.1em;\n vertical-align: 0.225em; }\n\n.fa-xs {\n font-size: 0.75em;\n line-height: 0.08333em;\n vertical-align: 0.125em; }\n\n.fa-sm {\n font-size: 0.875em;\n line-height: 0.07143em;\n vertical-align: 0.05357em; }\n\n.fa-lg {\n font-size: 1.25em;\n line-height: 0.05em;\n vertical-align: -0.075em; }\n\n.fa-xl {\n font-size: 1.5em;\n line-height: 0.04167em;\n vertical-align: -0.125em; }\n\n.fa-2xl {\n font-size: 2em;\n line-height: 0.03125em;\n vertical-align: -0.1875em; }\n\n.fa-fw {\n text-align: center;\n width: 1.25em; }\n\n.fa-ul {\n list-style-type: none;\n margin-left: var(--fa-li-margin, 2.5em);\n padding-left: 0; }\n .fa-ul > li {\n position: relative; }\n\n.fa-li {\n left: calc(var(--fa-li-width, 2em) * -1);\n position: absolute;\n text-align: center;\n width: var(--fa-li-width, 2em);\n line-height: inherit; }\n\n.fa-border {\n border-color: var(--fa-border-color, #eee);\n border-radius: var(--fa-border-radius, 0.1em);\n border-style: var(--fa-border-style, solid);\n border-width: var(--fa-border-width, 0.08em);\n padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }\n\n.fa-pull-left {\n float: left;\n margin-right: var(--fa-pull-margin, 0.3em); }\n\n.fa-pull-right {\n float: right;\n margin-left: var(--fa-pull-margin, 0.3em); }\n\n.fa-beat {\n -webkit-animation-name: fa-beat;\n animation-name: fa-beat;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out); }\n\n.fa-bounce {\n -webkit-animation-name: fa-bounce;\n animation-name: fa-bounce;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }\n\n.fa-fade {\n -webkit-animation-name: fa-fade;\n animation-name: fa-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }\n\n.fa-beat-fade {\n -webkit-animation-name: fa-beat-fade;\n animation-name: fa-beat-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }\n\n.fa-flip {\n -webkit-animation-name: fa-flip;\n animation-name: fa-flip;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out); }\n\n.fa-shake {\n -webkit-animation-name: fa-shake;\n animation-name: fa-shake;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear); }\n\n.fa-spin {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 2s);\n animation-duration: var(--fa-animation-duration, 2s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear); }\n\n.fa-spin-reverse {\n --fa-animation-direction: reverse; }\n\n.fa-pulse,\n.fa-spin-pulse {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));\n animation-timing-function: var(--fa-animation-timing, steps(8)); }\n\n@media (prefers-reduced-motion: reduce) {\n .fa-beat,\n .fa-bounce,\n .fa-fade,\n .fa-beat-fade,\n .fa-flip,\n .fa-pulse,\n .fa-shake,\n .fa-spin,\n .fa-spin-pulse {\n -webkit-animation-delay: -1ms;\n animation-delay: -1ms;\n -webkit-animation-duration: 1ms;\n animation-duration: 1ms;\n -webkit-animation-iteration-count: 1;\n animation-iteration-count: 1;\n -webkit-transition-delay: 0s;\n transition-delay: 0s;\n -webkit-transition-duration: 0s;\n transition-duration: 0s; } }\n\n@-webkit-keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1); }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25)); } }\n\n@keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1); }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25)); } }\n\n@-webkit-keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }\n 30% {\n -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); } }\n\n@keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }\n 30% {\n -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0); } }\n\n@-webkit-keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4); } }\n\n@keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4); } }\n\n@-webkit-keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1); }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125)); } }\n\n@keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1); }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125)); } }\n\n@-webkit-keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }\n\n@keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }\n\n@-webkit-keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg); }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg); }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg); }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg); }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg); }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg); }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg); }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg); }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); } }\n\n@keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg); }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg); }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg); }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg); }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg); }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg); }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg); }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg); }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); } }\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n.fa-rotate-90 {\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg); }\n\n.fa-rotate-180 {\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg); }\n\n.fa-rotate-270 {\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg); }\n\n.fa-flip-horizontal {\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1); }\n\n.fa-flip-vertical {\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1); }\n\n.fa-flip-both,\n.fa-flip-horizontal.fa-flip-vertical {\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1); }\n\n.fa-rotate-by {\n -webkit-transform: rotate(var(--fa-rotate-angle, none));\n transform: rotate(var(--fa-rotate-angle, none)); }\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n line-height: 2em;\n position: relative;\n vertical-align: middle;\n width: 2.5em; }\n\n.fa-stack-1x,\n.fa-stack-2x {\n left: 0;\n position: absolute;\n text-align: center;\n width: 100%;\n z-index: var(--fa-stack-z-index, auto); }\n\n.fa-stack-1x {\n line-height: inherit; }\n\n.fa-stack-2x {\n font-size: 2em; }\n\n.fa-inverse {\n color: var(--fa-inverse, #fff); }\n\n/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\nreaders do not read off random characters that represent icons */\n\n.fa-0::before {\n content: \"\\30\"; }\n\n.fa-1::before {\n content: \"\\31\"; }\n\n.fa-2::before {\n content: \"\\32\"; }\n\n.fa-3::before {\n content: \"\\33\"; }\n\n.fa-4::before {\n content: \"\\34\"; }\n\n.fa-5::before {\n content: \"\\35\"; }\n\n.fa-6::before {\n content: \"\\36\"; }\n\n.fa-7::before {\n content: \"\\37\"; }\n\n.fa-8::before {\n content: \"\\38\"; }\n\n.fa-9::before {\n content: \"\\39\"; }\n\n.fa-fill-drip::before {\n content: \"\\f576\"; }\n\n.fa-arrows-to-circle::before {\n content: \"\\e4bd\"; }\n\n.fa-circle-chevron-right::before {\n content: \"\\f138\"; }\n\n.fa-chevron-circle-right::before {\n content: \"\\f138\"; }\n\n.fa-at::before {\n content: \"\\40\"; }\n\n.fa-trash-can::before {\n content: \"\\f2ed\"; }\n\n.fa-trash-alt::before {\n content: \"\\f2ed\"; }\n\n.fa-text-height::before {\n content: \"\\f034\"; }\n\n.fa-user-xmark::before {\n content: \"\\f235\"; }\n\n.fa-user-times::before {\n content: \"\\f235\"; }\n\n.fa-stethoscope::before {\n content: \"\\f0f1\"; }\n\n.fa-message::before {\n content: \"\\f27a\"; }\n\n.fa-comment-alt::before {\n content: \"\\f27a\"; }\n\n.fa-info::before {\n content: \"\\f129\"; }\n\n.fa-down-left-and-up-right-to-center::before {\n content: \"\\f422\"; }\n\n.fa-compress-alt::before {\n content: \"\\f422\"; }\n\n.fa-explosion::before {\n content: \"\\e4e9\"; }\n\n.fa-file-lines::before {\n content: \"\\f15c\"; }\n\n.fa-file-alt::before {\n content: \"\\f15c\"; }\n\n.fa-file-text::before {\n content: \"\\f15c\"; }\n\n.fa-wave-square::before {\n content: \"\\f83e\"; }\n\n.fa-ring::before {\n content: \"\\f70b\"; }\n\n.fa-building-un::before {\n content: \"\\e4d9\"; }\n\n.fa-dice-three::before {\n content: \"\\f527\"; }\n\n.fa-calendar-days::before {\n content: \"\\f073\"; }\n\n.fa-calendar-alt::before {\n content: \"\\f073\"; }\n\n.fa-anchor-circle-check::before {\n content: \"\\e4aa\"; }\n\n.fa-building-circle-arrow-right::before {\n content: \"\\e4d1\"; }\n\n.fa-volleyball::before {\n content: \"\\f45f\"; }\n\n.fa-volleyball-ball::before {\n content: \"\\f45f\"; }\n\n.fa-arrows-up-to-line::before {\n content: \"\\e4c2\"; }\n\n.fa-sort-down::before {\n content: \"\\f0dd\"; }\n\n.fa-sort-desc::before {\n content: \"\\f0dd\"; }\n\n.fa-circle-minus::before {\n content: \"\\f056\"; }\n\n.fa-minus-circle::before {\n content: \"\\f056\"; }\n\n.fa-door-open::before {\n content: \"\\f52b\"; }\n\n.fa-right-from-bracket::before {\n content: \"\\f2f5\"; }\n\n.fa-sign-out-alt::before {\n content: \"\\f2f5\"; }\n\n.fa-atom::before {\n content: \"\\f5d2\"; }\n\n.fa-soap::before {\n content: \"\\e06e\"; }\n\n.fa-icons::before {\n content: \"\\f86d\"; }\n\n.fa-heart-music-camera-bolt::before {\n content: \"\\f86d\"; }\n\n.fa-microphone-lines-slash::before {\n content: \"\\f539\"; }\n\n.fa-microphone-alt-slash::before {\n content: \"\\f539\"; }\n\n.fa-bridge-circle-check::before {\n content: \"\\e4c9\"; }\n\n.fa-pump-medical::before {\n content: \"\\e06a\"; }\n\n.fa-fingerprint::before {\n content: \"\\f577\"; }\n\n.fa-hand-point-right::before {\n content: \"\\f0a4\"; }\n\n.fa-magnifying-glass-location::before {\n content: \"\\f689\"; }\n\n.fa-search-location::before {\n content: \"\\f689\"; }\n\n.fa-forward-step::before {\n content: \"\\f051\"; }\n\n.fa-step-forward::before {\n content: \"\\f051\"; }\n\n.fa-face-smile-beam::before {\n content: \"\\f5b8\"; }\n\n.fa-smile-beam::before {\n content: \"\\f5b8\"; }\n\n.fa-flag-checkered::before {\n content: \"\\f11e\"; }\n\n.fa-football::before {\n content: \"\\f44e\"; }\n\n.fa-football-ball::before {\n content: \"\\f44e\"; }\n\n.fa-school-circle-exclamation::before {\n content: \"\\e56c\"; }\n\n.fa-crop::before {\n content: \"\\f125\"; }\n\n.fa-angles-down::before {\n content: \"\\f103\"; }\n\n.fa-angle-double-down::before {\n content: \"\\f103\"; }\n\n.fa-users-rectangle::before {\n content: \"\\e594\"; }\n\n.fa-people-roof::before {\n content: \"\\e537\"; }\n\n.fa-people-line::before {\n content: \"\\e534\"; }\n\n.fa-beer-mug-empty::before {\n content: \"\\f0fc\"; }\n\n.fa-beer::before {\n content: \"\\f0fc\"; }\n\n.fa-diagram-predecessor::before {\n content: \"\\e477\"; }\n\n.fa-arrow-up-long::before {\n content: \"\\f176\"; }\n\n.fa-long-arrow-up::before {\n content: \"\\f176\"; }\n\n.fa-fire-flame-simple::before {\n content: \"\\f46a\"; }\n\n.fa-burn::before {\n content: \"\\f46a\"; }\n\n.fa-person::before {\n content: \"\\f183\"; }\n\n.fa-male::before {\n content: \"\\f183\"; }\n\n.fa-laptop::before {\n content: \"\\f109\"; }\n\n.fa-file-csv::before {\n content: \"\\f6dd\"; }\n\n.fa-menorah::before {\n content: \"\\f676\"; }\n\n.fa-truck-plane::before {\n content: \"\\e58f\"; }\n\n.fa-record-vinyl::before {\n content: \"\\f8d9\"; }\n\n.fa-face-grin-stars::before {\n content: \"\\f587\"; }\n\n.fa-grin-stars::before {\n content: \"\\f587\"; }\n\n.fa-bong::before {\n content: \"\\f55c\"; }\n\n.fa-spaghetti-monster-flying::before {\n content: \"\\f67b\"; }\n\n.fa-pastafarianism::before {\n content: \"\\f67b\"; }\n\n.fa-arrow-down-up-across-line::before {\n content: \"\\e4af\"; }\n\n.fa-spoon::before {\n content: \"\\f2e5\"; }\n\n.fa-utensil-spoon::before {\n content: \"\\f2e5\"; }\n\n.fa-jar-wheat::before {\n content: \"\\e517\"; }\n\n.fa-envelopes-bulk::before {\n content: \"\\f674\"; }\n\n.fa-mail-bulk::before {\n content: \"\\f674\"; }\n\n.fa-file-circle-exclamation::before {\n content: \"\\e4eb\"; }\n\n.fa-circle-h::before {\n content: \"\\f47e\"; }\n\n.fa-hospital-symbol::before {\n content: \"\\f47e\"; }\n\n.fa-pager::before {\n content: \"\\f815\"; }\n\n.fa-address-book::before {\n content: \"\\f2b9\"; }\n\n.fa-contact-book::before {\n content: \"\\f2b9\"; }\n\n.fa-strikethrough::before {\n content: \"\\f0cc\"; }\n\n.fa-k::before {\n content: \"\\4b\"; }\n\n.fa-landmark-flag::before {\n content: \"\\e51c\"; }\n\n.fa-pencil::before {\n content: \"\\f303\"; }\n\n.fa-pencil-alt::before {\n content: \"\\f303\"; }\n\n.fa-backward::before {\n content: \"\\f04a\"; }\n\n.fa-caret-right::before {\n content: \"\\f0da\"; }\n\n.fa-comments::before {\n content: \"\\f086\"; }\n\n.fa-paste::before {\n content: \"\\f0ea\"; }\n\n.fa-file-clipboard::before {\n content: \"\\f0ea\"; }\n\n.fa-code-pull-request::before {\n content: \"\\e13c\"; }\n\n.fa-clipboard-list::before {\n content: \"\\f46d\"; }\n\n.fa-truck-ramp-box::before {\n content: \"\\f4de\"; }\n\n.fa-truck-loading::before {\n content: \"\\f4de\"; }\n\n.fa-user-check::before {\n content: \"\\f4fc\"; }\n\n.fa-vial-virus::before {\n content: \"\\e597\"; }\n\n.fa-sheet-plastic::before {\n content: \"\\e571\"; }\n\n.fa-blog::before {\n content: \"\\f781\"; }\n\n.fa-user-ninja::before {\n content: \"\\f504\"; }\n\n.fa-person-arrow-up-from-line::before {\n content: \"\\e539\"; }\n\n.fa-scroll-torah::before {\n content: \"\\f6a0\"; }\n\n.fa-torah::before {\n content: \"\\f6a0\"; }\n\n.fa-broom-ball::before {\n content: \"\\f458\"; }\n\n.fa-quidditch::before {\n content: \"\\f458\"; }\n\n.fa-quidditch-broom-ball::before {\n content: \"\\f458\"; }\n\n.fa-toggle-off::before {\n content: \"\\f204\"; }\n\n.fa-box-archive::before {\n content: \"\\f187\"; }\n\n.fa-archive::before {\n content: \"\\f187\"; }\n\n.fa-person-drowning::before {\n content: \"\\e545\"; }\n\n.fa-arrow-down-9-1::before {\n content: \"\\f886\"; }\n\n.fa-sort-numeric-desc::before {\n content: \"\\f886\"; }\n\n.fa-sort-numeric-down-alt::before {\n content: \"\\f886\"; }\n\n.fa-face-grin-tongue-squint::before {\n content: \"\\f58a\"; }\n\n.fa-grin-tongue-squint::before {\n content: \"\\f58a\"; }\n\n.fa-spray-can::before {\n content: \"\\f5bd\"; }\n\n.fa-truck-monster::before {\n content: \"\\f63b\"; }\n\n.fa-w::before {\n content: \"\\57\"; }\n\n.fa-earth-africa::before {\n content: \"\\f57c\"; }\n\n.fa-globe-africa::before {\n content: \"\\f57c\"; }\n\n.fa-rainbow::before {\n content: \"\\f75b\"; }\n\n.fa-circle-notch::before {\n content: \"\\f1ce\"; }\n\n.fa-tablet-screen-button::before {\n content: \"\\f3fa\"; }\n\n.fa-tablet-alt::before {\n content: \"\\f3fa\"; }\n\n.fa-paw::before {\n content: \"\\f1b0\"; }\n\n.fa-cloud::before {\n content: \"\\f0c2\"; }\n\n.fa-trowel-bricks::before {\n content: \"\\e58a\"; }\n\n.fa-face-flushed::before {\n content: \"\\f579\"; }\n\n.fa-flushed::before {\n content: \"\\f579\"; }\n\n.fa-hospital-user::before {\n content: \"\\f80d\"; }\n\n.fa-tent-arrow-left-right::before {\n content: \"\\e57f\"; }\n\n.fa-gavel::before {\n content: \"\\f0e3\"; }\n\n.fa-legal::before {\n content: \"\\f0e3\"; }\n\n.fa-binoculars::before {\n content: \"\\f1e5\"; }\n\n.fa-microphone-slash::before {\n content: \"\\f131\"; }\n\n.fa-box-tissue::before {\n content: \"\\e05b\"; }\n\n.fa-motorcycle::before {\n content: \"\\f21c\"; }\n\n.fa-bell-concierge::before {\n content: \"\\f562\"; }\n\n.fa-concierge-bell::before {\n content: \"\\f562\"; }\n\n.fa-pen-ruler::before {\n content: \"\\f5ae\"; }\n\n.fa-pencil-ruler::before {\n content: \"\\f5ae\"; }\n\n.fa-people-arrows::before {\n content: \"\\e068\"; }\n\n.fa-people-arrows-left-right::before {\n content: \"\\e068\"; }\n\n.fa-mars-and-venus-burst::before {\n content: \"\\e523\"; }\n\n.fa-square-caret-right::before {\n content: \"\\f152\"; }\n\n.fa-caret-square-right::before {\n content: \"\\f152\"; }\n\n.fa-scissors::before {\n content: \"\\f0c4\"; }\n\n.fa-cut::before {\n content: \"\\f0c4\"; }\n\n.fa-sun-plant-wilt::before {\n content: \"\\e57a\"; }\n\n.fa-toilets-portable::before {\n content: \"\\e584\"; }\n\n.fa-hockey-puck::before {\n content: \"\\f453\"; }\n\n.fa-table::before {\n content: \"\\f0ce\"; }\n\n.fa-magnifying-glass-arrow-right::before {\n content: \"\\e521\"; }\n\n.fa-tachograph-digital::before {\n content: \"\\f566\"; }\n\n.fa-digital-tachograph::before {\n content: \"\\f566\"; }\n\n.fa-users-slash::before {\n content: \"\\e073\"; }\n\n.fa-clover::before {\n content: \"\\e139\"; }\n\n.fa-reply::before {\n content: \"\\f3e5\"; }\n\n.fa-mail-reply::before {\n content: \"\\f3e5\"; }\n\n.fa-star-and-crescent::before {\n content: \"\\f699\"; }\n\n.fa-house-fire::before {\n content: \"\\e50c\"; }\n\n.fa-square-minus::before {\n content: \"\\f146\"; }\n\n.fa-minus-square::before {\n content: \"\\f146\"; }\n\n.fa-helicopter::before {\n content: \"\\f533\"; }\n\n.fa-compass::before {\n content: \"\\f14e\"; }\n\n.fa-square-caret-down::before {\n content: \"\\f150\"; }\n\n.fa-caret-square-down::before {\n content: \"\\f150\"; }\n\n.fa-file-circle-question::before {\n content: \"\\e4ef\"; }\n\n.fa-laptop-code::before {\n content: \"\\f5fc\"; }\n\n.fa-swatchbook::before {\n content: \"\\f5c3\"; }\n\n.fa-prescription-bottle::before {\n content: \"\\f485\"; }\n\n.fa-bars::before {\n content: \"\\f0c9\"; }\n\n.fa-navicon::before {\n content: \"\\f0c9\"; }\n\n.fa-people-group::before {\n content: \"\\e533\"; }\n\n.fa-hourglass-end::before {\n content: \"\\f253\"; }\n\n.fa-hourglass-3::before {\n content: \"\\f253\"; }\n\n.fa-heart-crack::before {\n content: \"\\f7a9\"; }\n\n.fa-heart-broken::before {\n content: \"\\f7a9\"; }\n\n.fa-square-up-right::before {\n content: \"\\f360\"; }\n\n.fa-external-link-square-alt::before {\n content: \"\\f360\"; }\n\n.fa-face-kiss-beam::before {\n content: \"\\f597\"; }\n\n.fa-kiss-beam::before {\n content: \"\\f597\"; }\n\n.fa-film::before {\n content: \"\\f008\"; }\n\n.fa-ruler-horizontal::before {\n content: \"\\f547\"; }\n\n.fa-people-robbery::before {\n content: \"\\e536\"; }\n\n.fa-lightbulb::before {\n content: \"\\f0eb\"; }\n\n.fa-caret-left::before {\n content: \"\\f0d9\"; }\n\n.fa-circle-exclamation::before {\n content: \"\\f06a\"; }\n\n.fa-exclamation-circle::before {\n content: \"\\f06a\"; }\n\n.fa-school-circle-xmark::before {\n content: \"\\e56d\"; }\n\n.fa-arrow-right-from-bracket::before {\n content: \"\\f08b\"; }\n\n.fa-sign-out::before {\n content: \"\\f08b\"; }\n\n.fa-circle-chevron-down::before {\n content: \"\\f13a\"; }\n\n.fa-chevron-circle-down::before {\n content: \"\\f13a\"; }\n\n.fa-unlock-keyhole::before {\n content: \"\\f13e\"; }\n\n.fa-unlock-alt::before {\n content: \"\\f13e\"; }\n\n.fa-cloud-showers-heavy::before {\n content: \"\\f740\"; }\n\n.fa-headphones-simple::before {\n content: \"\\f58f\"; }\n\n.fa-headphones-alt::before {\n content: \"\\f58f\"; }\n\n.fa-sitemap::before {\n content: \"\\f0e8\"; }\n\n.fa-circle-dollar-to-slot::before {\n content: \"\\f4b9\"; }\n\n.fa-donate::before {\n content: \"\\f4b9\"; }\n\n.fa-memory::before {\n content: \"\\f538\"; }\n\n.fa-road-spikes::before {\n content: \"\\e568\"; }\n\n.fa-fire-burner::before {\n content: \"\\e4f1\"; }\n\n.fa-flag::before {\n content: \"\\f024\"; }\n\n.fa-hanukiah::before {\n content: \"\\f6e6\"; }\n\n.fa-feather::before {\n content: \"\\f52d\"; }\n\n.fa-volume-low::before {\n content: \"\\f027\"; }\n\n.fa-volume-down::before {\n content: \"\\f027\"; }\n\n.fa-comment-slash::before {\n content: \"\\f4b3\"; }\n\n.fa-cloud-sun-rain::before {\n content: \"\\f743\"; }\n\n.fa-compress::before {\n content: \"\\f066\"; }\n\n.fa-wheat-awn::before {\n content: \"\\e2cd\"; }\n\n.fa-wheat-alt::before {\n content: \"\\e2cd\"; }\n\n.fa-ankh::before {\n content: \"\\f644\"; }\n\n.fa-hands-holding-child::before {\n content: \"\\e4fa\"; }\n\n.fa-asterisk::before {\n content: \"\\2a\"; }\n\n.fa-square-check::before {\n content: \"\\f14a\"; }\n\n.fa-check-square::before {\n content: \"\\f14a\"; }\n\n.fa-peseta-sign::before {\n content: \"\\e221\"; }\n\n.fa-heading::before {\n content: \"\\f1dc\"; }\n\n.fa-header::before {\n content: \"\\f1dc\"; }\n\n.fa-ghost::before {\n content: \"\\f6e2\"; }\n\n.fa-list::before {\n content: \"\\f03a\"; }\n\n.fa-list-squares::before {\n content: \"\\f03a\"; }\n\n.fa-square-phone-flip::before {\n content: \"\\f87b\"; }\n\n.fa-phone-square-alt::before {\n content: \"\\f87b\"; }\n\n.fa-cart-plus::before {\n content: \"\\f217\"; }\n\n.fa-gamepad::before {\n content: \"\\f11b\"; }\n\n.fa-circle-dot::before {\n content: \"\\f192\"; }\n\n.fa-dot-circle::before {\n content: \"\\f192\"; }\n\n.fa-face-dizzy::before {\n content: \"\\f567\"; }\n\n.fa-dizzy::before {\n content: \"\\f567\"; }\n\n.fa-egg::before {\n content: \"\\f7fb\"; }\n\n.fa-house-medical-circle-xmark::before {\n content: \"\\e513\"; }\n\n.fa-campground::before {\n content: \"\\f6bb\"; }\n\n.fa-folder-plus::before {\n content: \"\\f65e\"; }\n\n.fa-futbol::before {\n content: \"\\f1e3\"; }\n\n.fa-futbol-ball::before {\n content: \"\\f1e3\"; }\n\n.fa-soccer-ball::before {\n content: \"\\f1e3\"; }\n\n.fa-paintbrush::before {\n content: \"\\f1fc\"; }\n\n.fa-paint-brush::before {\n content: \"\\f1fc\"; }\n\n.fa-lock::before {\n content: \"\\f023\"; }\n\n.fa-gas-pump::before {\n content: \"\\f52f\"; }\n\n.fa-hot-tub-person::before {\n content: \"\\f593\"; }\n\n.fa-hot-tub::before {\n content: \"\\f593\"; }\n\n.fa-map-location::before {\n content: \"\\f59f\"; }\n\n.fa-map-marked::before {\n content: \"\\f59f\"; }\n\n.fa-house-flood-water::before {\n content: \"\\e50e\"; }\n\n.fa-tree::before {\n content: \"\\f1bb\"; }\n\n.fa-bridge-lock::before {\n content: \"\\e4cc\"; }\n\n.fa-sack-dollar::before {\n content: \"\\f81d\"; }\n\n.fa-pen-to-square::before {\n content: \"\\f044\"; }\n\n.fa-edit::before {\n content: \"\\f044\"; }\n\n.fa-car-side::before {\n content: \"\\f5e4\"; }\n\n.fa-share-nodes::before {\n content: \"\\f1e0\"; }\n\n.fa-share-alt::before {\n content: \"\\f1e0\"; }\n\n.fa-heart-circle-minus::before {\n content: \"\\e4ff\"; }\n\n.fa-hourglass-half::before {\n content: \"\\f252\"; }\n\n.fa-hourglass-2::before {\n content: \"\\f252\"; }\n\n.fa-microscope::before {\n content: \"\\f610\"; }\n\n.fa-sink::before {\n content: \"\\e06d\"; }\n\n.fa-bag-shopping::before {\n content: \"\\f290\"; }\n\n.fa-shopping-bag::before {\n content: \"\\f290\"; }\n\n.fa-arrow-down-z-a::before {\n content: \"\\f881\"; }\n\n.fa-sort-alpha-desc::before {\n content: \"\\f881\"; }\n\n.fa-sort-alpha-down-alt::before {\n content: \"\\f881\"; }\n\n.fa-mitten::before {\n content: \"\\f7b5\"; }\n\n.fa-person-rays::before {\n content: \"\\e54d\"; }\n\n.fa-users::before {\n content: \"\\f0c0\"; }\n\n.fa-eye-slash::before {\n content: \"\\f070\"; }\n\n.fa-flask-vial::before {\n content: \"\\e4f3\"; }\n\n.fa-hand::before {\n content: \"\\f256\"; }\n\n.fa-hand-paper::before {\n content: \"\\f256\"; }\n\n.fa-om::before {\n content: \"\\f679\"; }\n\n.fa-worm::before {\n content: \"\\e599\"; }\n\n.fa-house-circle-xmark::before {\n content: \"\\e50b\"; }\n\n.fa-plug::before {\n content: \"\\f1e6\"; }\n\n.fa-chevron-up::before {\n content: \"\\f077\"; }\n\n.fa-hand-spock::before {\n content: \"\\f259\"; }\n\n.fa-stopwatch::before {\n content: \"\\f2f2\"; }\n\n.fa-face-kiss::before {\n content: \"\\f596\"; }\n\n.fa-kiss::before {\n content: \"\\f596\"; }\n\n.fa-bridge-circle-xmark::before {\n content: \"\\e4cb\"; }\n\n.fa-face-grin-tongue::before {\n content: \"\\f589\"; }\n\n.fa-grin-tongue::before {\n content: \"\\f589\"; }\n\n.fa-chess-bishop::before {\n content: \"\\f43a\"; }\n\n.fa-face-grin-wink::before {\n content: \"\\f58c\"; }\n\n.fa-grin-wink::before {\n content: \"\\f58c\"; }\n\n.fa-ear-deaf::before {\n content: \"\\f2a4\"; }\n\n.fa-deaf::before {\n content: \"\\f2a4\"; }\n\n.fa-deafness::before {\n content: \"\\f2a4\"; }\n\n.fa-hard-of-hearing::before {\n content: \"\\f2a4\"; }\n\n.fa-road-circle-check::before {\n content: \"\\e564\"; }\n\n.fa-dice-five::before {\n content: \"\\f523\"; }\n\n.fa-square-rss::before {\n content: \"\\f143\"; }\n\n.fa-rss-square::before {\n content: \"\\f143\"; }\n\n.fa-land-mine-on::before {\n content: \"\\e51b\"; }\n\n.fa-i-cursor::before {\n content: \"\\f246\"; }\n\n.fa-stamp::before {\n content: \"\\f5bf\"; }\n\n.fa-stairs::before {\n content: \"\\e289\"; }\n\n.fa-i::before {\n content: \"\\49\"; }\n\n.fa-hryvnia-sign::before {\n content: \"\\f6f2\"; }\n\n.fa-hryvnia::before {\n content: \"\\f6f2\"; }\n\n.fa-pills::before {\n content: \"\\f484\"; }\n\n.fa-face-grin-wide::before {\n content: \"\\f581\"; }\n\n.fa-grin-alt::before {\n content: \"\\f581\"; }\n\n.fa-tooth::before {\n content: \"\\f5c9\"; }\n\n.fa-v::before {\n content: \"\\56\"; }\n\n.fa-bangladeshi-taka-sign::before {\n content: \"\\e2e6\"; }\n\n.fa-bicycle::before {\n content: \"\\f206\"; }\n\n.fa-staff-snake::before {\n content: \"\\e579\"; }\n\n.fa-rod-asclepius::before {\n content: \"\\e579\"; }\n\n.fa-rod-snake::before {\n content: \"\\e579\"; }\n\n.fa-staff-aesculapius::before {\n content: \"\\e579\"; }\n\n.fa-head-side-cough-slash::before {\n content: \"\\e062\"; }\n\n.fa-truck-medical::before {\n content: \"\\f0f9\"; }\n\n.fa-ambulance::before {\n content: \"\\f0f9\"; }\n\n.fa-wheat-awn-circle-exclamation::before {\n content: \"\\e598\"; }\n\n.fa-snowman::before {\n content: \"\\f7d0\"; }\n\n.fa-mortar-pestle::before {\n content: \"\\f5a7\"; }\n\n.fa-road-barrier::before {\n content: \"\\e562\"; }\n\n.fa-school::before {\n content: \"\\f549\"; }\n\n.fa-igloo::before {\n content: \"\\f7ae\"; }\n\n.fa-joint::before {\n content: \"\\f595\"; }\n\n.fa-angle-right::before {\n content: \"\\f105\"; }\n\n.fa-horse::before {\n content: \"\\f6f0\"; }\n\n.fa-q::before {\n content: \"\\51\"; }\n\n.fa-g::before {\n content: \"\\47\"; }\n\n.fa-notes-medical::before {\n content: \"\\f481\"; }\n\n.fa-temperature-half::before {\n content: \"\\f2c9\"; }\n\n.fa-temperature-2::before {\n content: \"\\f2c9\"; }\n\n.fa-thermometer-2::before {\n content: \"\\f2c9\"; }\n\n.fa-thermometer-half::before {\n content: \"\\f2c9\"; }\n\n.fa-dong-sign::before {\n content: \"\\e169\"; }\n\n.fa-capsules::before {\n content: \"\\f46b\"; }\n\n.fa-poo-storm::before {\n content: \"\\f75a\"; }\n\n.fa-poo-bolt::before {\n content: \"\\f75a\"; }\n\n.fa-face-frown-open::before {\n content: \"\\f57a\"; }\n\n.fa-frown-open::before {\n content: \"\\f57a\"; }\n\n.fa-hand-point-up::before {\n content: \"\\f0a6\"; }\n\n.fa-money-bill::before {\n content: \"\\f0d6\"; }\n\n.fa-bookmark::before {\n content: \"\\f02e\"; }\n\n.fa-align-justify::before {\n content: \"\\f039\"; }\n\n.fa-umbrella-beach::before {\n content: \"\\f5ca\"; }\n\n.fa-helmet-un::before {\n content: \"\\e503\"; }\n\n.fa-bullseye::before {\n content: \"\\f140\"; }\n\n.fa-bacon::before {\n content: \"\\f7e5\"; }\n\n.fa-hand-point-down::before {\n content: \"\\f0a7\"; }\n\n.fa-arrow-up-from-bracket::before {\n content: \"\\e09a\"; }\n\n.fa-folder::before {\n content: \"\\f07b\"; }\n\n.fa-folder-blank::before {\n content: \"\\f07b\"; }\n\n.fa-file-waveform::before {\n content: \"\\f478\"; }\n\n.fa-file-medical-alt::before {\n content: \"\\f478\"; }\n\n.fa-radiation::before {\n content: \"\\f7b9\"; }\n\n.fa-chart-simple::before {\n content: \"\\e473\"; }\n\n.fa-mars-stroke::before {\n content: \"\\f229\"; }\n\n.fa-vial::before {\n content: \"\\f492\"; }\n\n.fa-gauge::before {\n content: \"\\f624\"; }\n\n.fa-dashboard::before {\n content: \"\\f624\"; }\n\n.fa-gauge-med::before {\n content: \"\\f624\"; }\n\n.fa-tachometer-alt-average::before {\n content: \"\\f624\"; }\n\n.fa-wand-magic-sparkles::before {\n content: \"\\e2ca\"; }\n\n.fa-magic-wand-sparkles::before {\n content: \"\\e2ca\"; }\n\n.fa-e::before {\n content: \"\\45\"; }\n\n.fa-pen-clip::before {\n content: \"\\f305\"; }\n\n.fa-pen-alt::before {\n content: \"\\f305\"; }\n\n.fa-bridge-circle-exclamation::before {\n content: \"\\e4ca\"; }\n\n.fa-user::before {\n content: \"\\f007\"; }\n\n.fa-school-circle-check::before {\n content: \"\\e56b\"; }\n\n.fa-dumpster::before {\n content: \"\\f793\"; }\n\n.fa-van-shuttle::before {\n content: \"\\f5b6\"; }\n\n.fa-shuttle-van::before {\n content: \"\\f5b6\"; }\n\n.fa-building-user::before {\n content: \"\\e4da\"; }\n\n.fa-square-caret-left::before {\n content: \"\\f191\"; }\n\n.fa-caret-square-left::before {\n content: \"\\f191\"; }\n\n.fa-highlighter::before {\n content: \"\\f591\"; }\n\n.fa-key::before {\n content: \"\\f084\"; }\n\n.fa-bullhorn::before {\n content: \"\\f0a1\"; }\n\n.fa-globe::before {\n content: \"\\f0ac\"; }\n\n.fa-synagogue::before {\n content: \"\\f69b\"; }\n\n.fa-person-half-dress::before {\n content: \"\\e548\"; }\n\n.fa-road-bridge::before {\n content: \"\\e563\"; }\n\n.fa-location-arrow::before {\n content: \"\\f124\"; }\n\n.fa-c::before {\n content: \"\\43\"; }\n\n.fa-tablet-button::before {\n content: \"\\f10a\"; }\n\n.fa-building-lock::before {\n content: \"\\e4d6\"; }\n\n.fa-pizza-slice::before {\n content: \"\\f818\"; }\n\n.fa-money-bill-wave::before {\n content: \"\\f53a\"; }\n\n.fa-chart-area::before {\n content: \"\\f1fe\"; }\n\n.fa-area-chart::before {\n content: \"\\f1fe\"; }\n\n.fa-house-flag::before {\n content: \"\\e50d\"; }\n\n.fa-person-circle-minus::before {\n content: \"\\e540\"; }\n\n.fa-ban::before {\n content: \"\\f05e\"; }\n\n.fa-cancel::before {\n content: \"\\f05e\"; }\n\n.fa-camera-rotate::before {\n content: \"\\e0d8\"; }\n\n.fa-spray-can-sparkles::before {\n content: \"\\f5d0\"; }\n\n.fa-air-freshener::before {\n content: \"\\f5d0\"; }\n\n.fa-star::before {\n content: \"\\f005\"; }\n\n.fa-repeat::before {\n content: \"\\f363\"; }\n\n.fa-cross::before {\n content: \"\\f654\"; }\n\n.fa-box::before {\n content: \"\\f466\"; }\n\n.fa-venus-mars::before {\n content: \"\\f228\"; }\n\n.fa-arrow-pointer::before {\n content: \"\\f245\"; }\n\n.fa-mouse-pointer::before {\n content: \"\\f245\"; }\n\n.fa-maximize::before {\n content: \"\\f31e\"; }\n\n.fa-expand-arrows-alt::before {\n content: \"\\f31e\"; }\n\n.fa-charging-station::before {\n content: \"\\f5e7\"; }\n\n.fa-shapes::before {\n content: \"\\f61f\"; }\n\n.fa-triangle-circle-square::before {\n content: \"\\f61f\"; }\n\n.fa-shuffle::before {\n content: \"\\f074\"; }\n\n.fa-random::before {\n content: \"\\f074\"; }\n\n.fa-person-running::before {\n content: \"\\f70c\"; }\n\n.fa-running::before {\n content: \"\\f70c\"; }\n\n.fa-mobile-retro::before {\n content: \"\\e527\"; }\n\n.fa-grip-lines-vertical::before {\n content: \"\\f7a5\"; }\n\n.fa-spider::before {\n content: \"\\f717\"; }\n\n.fa-hands-bound::before {\n content: \"\\e4f9\"; }\n\n.fa-file-invoice-dollar::before {\n content: \"\\f571\"; }\n\n.fa-plane-circle-exclamation::before {\n content: \"\\e556\"; }\n\n.fa-x-ray::before {\n content: \"\\f497\"; }\n\n.fa-spell-check::before {\n content: \"\\f891\"; }\n\n.fa-slash::before {\n content: \"\\f715\"; }\n\n.fa-computer-mouse::before {\n content: \"\\f8cc\"; }\n\n.fa-mouse::before {\n content: \"\\f8cc\"; }\n\n.fa-arrow-right-to-bracket::before {\n content: \"\\f090\"; }\n\n.fa-sign-in::before {\n content: \"\\f090\"; }\n\n.fa-shop-slash::before {\n content: \"\\e070\"; }\n\n.fa-store-alt-slash::before {\n content: \"\\e070\"; }\n\n.fa-server::before {\n content: \"\\f233\"; }\n\n.fa-virus-covid-slash::before {\n content: \"\\e4a9\"; }\n\n.fa-shop-lock::before {\n content: \"\\e4a5\"; }\n\n.fa-hourglass-start::before {\n content: \"\\f251\"; }\n\n.fa-hourglass-1::before {\n content: \"\\f251\"; }\n\n.fa-blender-phone::before {\n content: \"\\f6b6\"; }\n\n.fa-building-wheat::before {\n content: \"\\e4db\"; }\n\n.fa-person-breastfeeding::before {\n content: \"\\e53a\"; }\n\n.fa-right-to-bracket::before {\n content: \"\\f2f6\"; }\n\n.fa-sign-in-alt::before {\n content: \"\\f2f6\"; }\n\n.fa-venus::before {\n content: \"\\f221\"; }\n\n.fa-passport::before {\n content: \"\\f5ab\"; }\n\n.fa-heart-pulse::before {\n content: \"\\f21e\"; }\n\n.fa-heartbeat::before {\n content: \"\\f21e\"; }\n\n.fa-people-carry-box::before {\n content: \"\\f4ce\"; }\n\n.fa-people-carry::before {\n content: \"\\f4ce\"; }\n\n.fa-temperature-high::before {\n content: \"\\f769\"; }\n\n.fa-microchip::before {\n content: \"\\f2db\"; }\n\n.fa-crown::before {\n content: \"\\f521\"; }\n\n.fa-weight-hanging::before {\n content: \"\\f5cd\"; }\n\n.fa-xmarks-lines::before {\n content: \"\\e59a\"; }\n\n.fa-file-prescription::before {\n content: \"\\f572\"; }\n\n.fa-weight-scale::before {\n content: \"\\f496\"; }\n\n.fa-weight::before {\n content: \"\\f496\"; }\n\n.fa-user-group::before {\n content: \"\\f500\"; }\n\n.fa-user-friends::before {\n content: \"\\f500\"; }\n\n.fa-arrow-up-a-z::before {\n content: \"\\f15e\"; }\n\n.fa-sort-alpha-up::before {\n content: \"\\f15e\"; }\n\n.fa-chess-knight::before {\n content: \"\\f441\"; }\n\n.fa-face-laugh-squint::before {\n content: \"\\f59b\"; }\n\n.fa-laugh-squint::before {\n content: \"\\f59b\"; }\n\n.fa-wheelchair::before {\n content: \"\\f193\"; }\n\n.fa-circle-arrow-up::before {\n content: \"\\f0aa\"; }\n\n.fa-arrow-circle-up::before {\n content: \"\\f0aa\"; }\n\n.fa-toggle-on::before {\n content: \"\\f205\"; }\n\n.fa-person-walking::before {\n content: \"\\f554\"; }\n\n.fa-walking::before {\n content: \"\\f554\"; }\n\n.fa-l::before {\n content: \"\\4c\"; }\n\n.fa-fire::before {\n content: \"\\f06d\"; }\n\n.fa-bed-pulse::before {\n content: \"\\f487\"; }\n\n.fa-procedures::before {\n content: \"\\f487\"; }\n\n.fa-shuttle-space::before {\n content: \"\\f197\"; }\n\n.fa-space-shuttle::before {\n content: \"\\f197\"; }\n\n.fa-face-laugh::before {\n content: \"\\f599\"; }\n\n.fa-laugh::before {\n content: \"\\f599\"; }\n\n.fa-folder-open::before {\n content: \"\\f07c\"; }\n\n.fa-heart-circle-plus::before {\n content: \"\\e500\"; }\n\n.fa-code-fork::before {\n content: \"\\e13b\"; }\n\n.fa-city::before {\n content: \"\\f64f\"; }\n\n.fa-microphone-lines::before {\n content: \"\\f3c9\"; }\n\n.fa-microphone-alt::before {\n content: \"\\f3c9\"; }\n\n.fa-pepper-hot::before {\n content: \"\\f816\"; }\n\n.fa-unlock::before {\n content: \"\\f09c\"; }\n\n.fa-colon-sign::before {\n content: \"\\e140\"; }\n\n.fa-headset::before {\n content: \"\\f590\"; }\n\n.fa-store-slash::before {\n content: \"\\e071\"; }\n\n.fa-road-circle-xmark::before {\n content: \"\\e566\"; }\n\n.fa-user-minus::before {\n content: \"\\f503\"; }\n\n.fa-mars-stroke-up::before {\n content: \"\\f22a\"; }\n\n.fa-mars-stroke-v::before {\n content: \"\\f22a\"; }\n\n.fa-champagne-glasses::before {\n content: \"\\f79f\"; }\n\n.fa-glass-cheers::before {\n content: \"\\f79f\"; }\n\n.fa-clipboard::before {\n content: \"\\f328\"; }\n\n.fa-house-circle-exclamation::before {\n content: \"\\e50a\"; }\n\n.fa-file-arrow-up::before {\n content: \"\\f574\"; }\n\n.fa-file-upload::before {\n content: \"\\f574\"; }\n\n.fa-wifi::before {\n content: \"\\f1eb\"; }\n\n.fa-wifi-3::before {\n content: \"\\f1eb\"; }\n\n.fa-wifi-strong::before {\n content: \"\\f1eb\"; }\n\n.fa-bath::before {\n content: \"\\f2cd\"; }\n\n.fa-bathtub::before {\n content: \"\\f2cd\"; }\n\n.fa-underline::before {\n content: \"\\f0cd\"; }\n\n.fa-user-pen::before {\n content: \"\\f4ff\"; }\n\n.fa-user-edit::before {\n content: \"\\f4ff\"; }\n\n.fa-signature::before {\n content: \"\\f5b7\"; }\n\n.fa-stroopwafel::before {\n content: \"\\f551\"; }\n\n.fa-bold::before {\n content: \"\\f032\"; }\n\n.fa-anchor-lock::before {\n content: \"\\e4ad\"; }\n\n.fa-building-ngo::before {\n content: \"\\e4d7\"; }\n\n.fa-manat-sign::before {\n content: \"\\e1d5\"; }\n\n.fa-not-equal::before {\n content: \"\\f53e\"; }\n\n.fa-border-top-left::before {\n content: \"\\f853\"; }\n\n.fa-border-style::before {\n content: \"\\f853\"; }\n\n.fa-map-location-dot::before {\n content: \"\\f5a0\"; }\n\n.fa-map-marked-alt::before {\n content: \"\\f5a0\"; }\n\n.fa-jedi::before {\n content: \"\\f669\"; }\n\n.fa-square-poll-vertical::before {\n content: \"\\f681\"; }\n\n.fa-poll::before {\n content: \"\\f681\"; }\n\n.fa-mug-hot::before {\n content: \"\\f7b6\"; }\n\n.fa-car-battery::before {\n content: \"\\f5df\"; }\n\n.fa-battery-car::before {\n content: \"\\f5df\"; }\n\n.fa-gift::before {\n content: \"\\f06b\"; }\n\n.fa-dice-two::before {\n content: \"\\f528\"; }\n\n.fa-chess-queen::before {\n content: \"\\f445\"; }\n\n.fa-glasses::before {\n content: \"\\f530\"; }\n\n.fa-chess-board::before {\n content: \"\\f43c\"; }\n\n.fa-building-circle-check::before {\n content: \"\\e4d2\"; }\n\n.fa-person-chalkboard::before {\n content: \"\\e53d\"; }\n\n.fa-mars-stroke-right::before {\n content: \"\\f22b\"; }\n\n.fa-mars-stroke-h::before {\n content: \"\\f22b\"; }\n\n.fa-hand-back-fist::before {\n content: \"\\f255\"; }\n\n.fa-hand-rock::before {\n content: \"\\f255\"; }\n\n.fa-square-caret-up::before {\n content: \"\\f151\"; }\n\n.fa-caret-square-up::before {\n content: \"\\f151\"; }\n\n.fa-cloud-showers-water::before {\n content: \"\\e4e4\"; }\n\n.fa-chart-bar::before {\n content: \"\\f080\"; }\n\n.fa-bar-chart::before {\n content: \"\\f080\"; }\n\n.fa-hands-bubbles::before {\n content: \"\\e05e\"; }\n\n.fa-hands-wash::before {\n content: \"\\e05e\"; }\n\n.fa-less-than-equal::before {\n content: \"\\f537\"; }\n\n.fa-train::before {\n content: \"\\f238\"; }\n\n.fa-eye-low-vision::before {\n content: \"\\f2a8\"; }\n\n.fa-low-vision::before {\n content: \"\\f2a8\"; }\n\n.fa-crow::before {\n content: \"\\f520\"; }\n\n.fa-sailboat::before {\n content: \"\\e445\"; }\n\n.fa-window-restore::before {\n content: \"\\f2d2\"; }\n\n.fa-square-plus::before {\n content: \"\\f0fe\"; }\n\n.fa-plus-square::before {\n content: \"\\f0fe\"; }\n\n.fa-torii-gate::before {\n content: \"\\f6a1\"; }\n\n.fa-frog::before {\n content: \"\\f52e\"; }\n\n.fa-bucket::before {\n content: \"\\e4cf\"; }\n\n.fa-image::before {\n content: \"\\f03e\"; }\n\n.fa-microphone::before {\n content: \"\\f130\"; }\n\n.fa-cow::before {\n content: \"\\f6c8\"; }\n\n.fa-caret-up::before {\n content: \"\\f0d8\"; }\n\n.fa-screwdriver::before {\n content: \"\\f54a\"; }\n\n.fa-folder-closed::before {\n content: \"\\e185\"; }\n\n.fa-house-tsunami::before {\n content: \"\\e515\"; }\n\n.fa-square-nfi::before {\n content: \"\\e576\"; }\n\n.fa-arrow-up-from-ground-water::before {\n content: \"\\e4b5\"; }\n\n.fa-martini-glass::before {\n content: \"\\f57b\"; }\n\n.fa-glass-martini-alt::before {\n content: \"\\f57b\"; }\n\n.fa-rotate-left::before {\n content: \"\\f2ea\"; }\n\n.fa-rotate-back::before {\n content: \"\\f2ea\"; }\n\n.fa-rotate-backward::before {\n content: \"\\f2ea\"; }\n\n.fa-undo-alt::before {\n content: \"\\f2ea\"; }\n\n.fa-table-columns::before {\n content: \"\\f0db\"; }\n\n.fa-columns::before {\n content: \"\\f0db\"; }\n\n.fa-lemon::before {\n content: \"\\f094\"; }\n\n.fa-head-side-mask::before {\n content: \"\\e063\"; }\n\n.fa-handshake::before {\n content: \"\\f2b5\"; }\n\n.fa-gem::before {\n content: \"\\f3a5\"; }\n\n.fa-dolly::before {\n content: \"\\f472\"; }\n\n.fa-dolly-box::before {\n content: \"\\f472\"; }\n\n.fa-smoking::before {\n content: \"\\f48d\"; }\n\n.fa-minimize::before {\n content: \"\\f78c\"; }\n\n.fa-compress-arrows-alt::before {\n content: \"\\f78c\"; }\n\n.fa-monument::before {\n content: \"\\f5a6\"; }\n\n.fa-snowplow::before {\n content: \"\\f7d2\"; }\n\n.fa-angles-right::before {\n content: \"\\f101\"; }\n\n.fa-angle-double-right::before {\n content: \"\\f101\"; }\n\n.fa-cannabis::before {\n content: \"\\f55f\"; }\n\n.fa-circle-play::before {\n content: \"\\f144\"; }\n\n.fa-play-circle::before {\n content: \"\\f144\"; }\n\n.fa-tablets::before {\n content: \"\\f490\"; }\n\n.fa-ethernet::before {\n content: \"\\f796\"; }\n\n.fa-euro-sign::before {\n content: \"\\f153\"; }\n\n.fa-eur::before {\n content: \"\\f153\"; }\n\n.fa-euro::before {\n content: \"\\f153\"; }\n\n.fa-chair::before {\n content: \"\\f6c0\"; }\n\n.fa-circle-check::before {\n content: \"\\f058\"; }\n\n.fa-check-circle::before {\n content: \"\\f058\"; }\n\n.fa-circle-stop::before {\n content: \"\\f28d\"; }\n\n.fa-stop-circle::before {\n content: \"\\f28d\"; }\n\n.fa-compass-drafting::before {\n content: \"\\f568\"; }\n\n.fa-drafting-compass::before {\n content: \"\\f568\"; }\n\n.fa-plate-wheat::before {\n content: \"\\e55a\"; }\n\n.fa-icicles::before {\n content: \"\\f7ad\"; }\n\n.fa-person-shelter::before {\n content: \"\\e54f\"; }\n\n.fa-neuter::before {\n content: \"\\f22c\"; }\n\n.fa-id-badge::before {\n content: \"\\f2c1\"; }\n\n.fa-marker::before {\n content: \"\\f5a1\"; }\n\n.fa-face-laugh-beam::before {\n content: \"\\f59a\"; }\n\n.fa-laugh-beam::before {\n content: \"\\f59a\"; }\n\n.fa-helicopter-symbol::before {\n content: \"\\e502\"; }\n\n.fa-universal-access::before {\n content: \"\\f29a\"; }\n\n.fa-circle-chevron-up::before {\n content: \"\\f139\"; }\n\n.fa-chevron-circle-up::before {\n content: \"\\f139\"; }\n\n.fa-lari-sign::before {\n content: \"\\e1c8\"; }\n\n.fa-volcano::before {\n content: \"\\f770\"; }\n\n.fa-person-walking-dashed-line-arrow-right::before {\n content: \"\\e553\"; }\n\n.fa-sterling-sign::before {\n content: \"\\f154\"; }\n\n.fa-gbp::before {\n content: \"\\f154\"; }\n\n.fa-pound-sign::before {\n content: \"\\f154\"; }\n\n.fa-viruses::before {\n content: \"\\e076\"; }\n\n.fa-square-person-confined::before {\n content: \"\\e577\"; }\n\n.fa-user-tie::before {\n content: \"\\f508\"; }\n\n.fa-arrow-down-long::before {\n content: \"\\f175\"; }\n\n.fa-long-arrow-down::before {\n content: \"\\f175\"; }\n\n.fa-tent-arrow-down-to-line::before {\n content: \"\\e57e\"; }\n\n.fa-certificate::before {\n content: \"\\f0a3\"; }\n\n.fa-reply-all::before {\n content: \"\\f122\"; }\n\n.fa-mail-reply-all::before {\n content: \"\\f122\"; }\n\n.fa-suitcase::before {\n content: \"\\f0f2\"; }\n\n.fa-person-skating::before {\n content: \"\\f7c5\"; }\n\n.fa-skating::before {\n content: \"\\f7c5\"; }\n\n.fa-filter-circle-dollar::before {\n content: \"\\f662\"; }\n\n.fa-funnel-dollar::before {\n content: \"\\f662\"; }\n\n.fa-camera-retro::before {\n content: \"\\f083\"; }\n\n.fa-circle-arrow-down::before {\n content: \"\\f0ab\"; }\n\n.fa-arrow-circle-down::before {\n content: \"\\f0ab\"; }\n\n.fa-file-import::before {\n content: \"\\f56f\"; }\n\n.fa-arrow-right-to-file::before {\n content: \"\\f56f\"; }\n\n.fa-square-arrow-up-right::before {\n content: \"\\f14c\"; }\n\n.fa-external-link-square::before {\n content: \"\\f14c\"; }\n\n.fa-box-open::before {\n content: \"\\f49e\"; }\n\n.fa-scroll::before {\n content: \"\\f70e\"; }\n\n.fa-spa::before {\n content: \"\\f5bb\"; }\n\n.fa-location-pin-lock::before {\n content: \"\\e51f\"; }\n\n.fa-pause::before {\n content: \"\\f04c\"; }\n\n.fa-hill-avalanche::before {\n content: \"\\e507\"; }\n\n.fa-temperature-empty::before {\n content: \"\\f2cb\"; }\n\n.fa-temperature-0::before {\n content: \"\\f2cb\"; }\n\n.fa-thermometer-0::before {\n content: \"\\f2cb\"; }\n\n.fa-thermometer-empty::before {\n content: \"\\f2cb\"; }\n\n.fa-bomb::before {\n content: \"\\f1e2\"; }\n\n.fa-registered::before {\n content: \"\\f25d\"; }\n\n.fa-address-card::before {\n content: \"\\f2bb\"; }\n\n.fa-contact-card::before {\n content: \"\\f2bb\"; }\n\n.fa-vcard::before {\n content: \"\\f2bb\"; }\n\n.fa-scale-unbalanced-flip::before {\n content: \"\\f516\"; }\n\n.fa-balance-scale-right::before {\n content: \"\\f516\"; }\n\n.fa-subscript::before {\n content: \"\\f12c\"; }\n\n.fa-diamond-turn-right::before {\n content: \"\\f5eb\"; }\n\n.fa-directions::before {\n content: \"\\f5eb\"; }\n\n.fa-burst::before {\n content: \"\\e4dc\"; }\n\n.fa-house-laptop::before {\n content: \"\\e066\"; }\n\n.fa-laptop-house::before {\n content: \"\\e066\"; }\n\n.fa-face-tired::before {\n content: \"\\f5c8\"; }\n\n.fa-tired::before {\n content: \"\\f5c8\"; }\n\n.fa-money-bills::before {\n content: \"\\e1f3\"; }\n\n.fa-smog::before {\n content: \"\\f75f\"; }\n\n.fa-crutch::before {\n content: \"\\f7f7\"; }\n\n.fa-cloud-arrow-up::before {\n content: \"\\f0ee\"; }\n\n.fa-cloud-upload::before {\n content: \"\\f0ee\"; }\n\n.fa-cloud-upload-alt::before {\n content: \"\\f0ee\"; }\n\n.fa-palette::before {\n content: \"\\f53f\"; }\n\n.fa-arrows-turn-right::before {\n content: \"\\e4c0\"; }\n\n.fa-vest::before {\n content: \"\\e085\"; }\n\n.fa-ferry::before {\n content: \"\\e4ea\"; }\n\n.fa-arrows-down-to-people::before {\n content: \"\\e4b9\"; }\n\n.fa-seedling::before {\n content: \"\\f4d8\"; }\n\n.fa-sprout::before {\n content: \"\\f4d8\"; }\n\n.fa-left-right::before {\n content: \"\\f337\"; }\n\n.fa-arrows-alt-h::before {\n content: \"\\f337\"; }\n\n.fa-boxes-packing::before {\n content: \"\\e4c7\"; }\n\n.fa-circle-arrow-left::before {\n content: \"\\f0a8\"; }\n\n.fa-arrow-circle-left::before {\n content: \"\\f0a8\"; }\n\n.fa-group-arrows-rotate::before {\n content: \"\\e4f6\"; }\n\n.fa-bowl-food::before {\n content: \"\\e4c6\"; }\n\n.fa-candy-cane::before {\n content: \"\\f786\"; }\n\n.fa-arrow-down-wide-short::before {\n content: \"\\f160\"; }\n\n.fa-sort-amount-asc::before {\n content: \"\\f160\"; }\n\n.fa-sort-amount-down::before {\n content: \"\\f160\"; }\n\n.fa-cloud-bolt::before {\n content: \"\\f76c\"; }\n\n.fa-thunderstorm::before {\n content: \"\\f76c\"; }\n\n.fa-text-slash::before {\n content: \"\\f87d\"; }\n\n.fa-remove-format::before {\n content: \"\\f87d\"; }\n\n.fa-face-smile-wink::before {\n content: \"\\f4da\"; }\n\n.fa-smile-wink::before {\n content: \"\\f4da\"; }\n\n.fa-file-word::before {\n content: \"\\f1c2\"; }\n\n.fa-file-powerpoint::before {\n content: \"\\f1c4\"; }\n\n.fa-arrows-left-right::before {\n content: \"\\f07e\"; }\n\n.fa-arrows-h::before {\n content: \"\\f07e\"; }\n\n.fa-house-lock::before {\n content: \"\\e510\"; }\n\n.fa-cloud-arrow-down::before {\n content: \"\\f0ed\"; }\n\n.fa-cloud-download::before {\n content: \"\\f0ed\"; }\n\n.fa-cloud-download-alt::before {\n content: \"\\f0ed\"; }\n\n.fa-children::before {\n content: \"\\e4e1\"; }\n\n.fa-chalkboard::before {\n content: \"\\f51b\"; }\n\n.fa-blackboard::before {\n content: \"\\f51b\"; }\n\n.fa-user-large-slash::before {\n content: \"\\f4fa\"; }\n\n.fa-user-alt-slash::before {\n content: \"\\f4fa\"; }\n\n.fa-envelope-open::before {\n content: \"\\f2b6\"; }\n\n.fa-handshake-simple-slash::before {\n content: \"\\e05f\"; }\n\n.fa-handshake-alt-slash::before {\n content: \"\\e05f\"; }\n\n.fa-mattress-pillow::before {\n content: \"\\e525\"; }\n\n.fa-guarani-sign::before {\n content: \"\\e19a\"; }\n\n.fa-arrows-rotate::before {\n content: \"\\f021\"; }\n\n.fa-refresh::before {\n content: \"\\f021\"; }\n\n.fa-sync::before {\n content: \"\\f021\"; }\n\n.fa-fire-extinguisher::before {\n content: \"\\f134\"; }\n\n.fa-cruzeiro-sign::before {\n content: \"\\e152\"; }\n\n.fa-greater-than-equal::before {\n content: \"\\f532\"; }\n\n.fa-shield-halved::before {\n content: \"\\f3ed\"; }\n\n.fa-shield-alt::before {\n content: \"\\f3ed\"; }\n\n.fa-book-atlas::before {\n content: \"\\f558\"; }\n\n.fa-atlas::before {\n content: \"\\f558\"; }\n\n.fa-virus::before {\n content: \"\\e074\"; }\n\n.fa-envelope-circle-check::before {\n content: \"\\e4e8\"; }\n\n.fa-layer-group::before {\n content: \"\\f5fd\"; }\n\n.fa-arrows-to-dot::before {\n content: \"\\e4be\"; }\n\n.fa-archway::before {\n content: \"\\f557\"; }\n\n.fa-heart-circle-check::before {\n content: \"\\e4fd\"; }\n\n.fa-house-chimney-crack::before {\n content: \"\\f6f1\"; }\n\n.fa-house-damage::before {\n content: \"\\f6f1\"; }\n\n.fa-file-zipper::before {\n content: \"\\f1c6\"; }\n\n.fa-file-archive::before {\n content: \"\\f1c6\"; }\n\n.fa-square::before {\n content: \"\\f0c8\"; }\n\n.fa-martini-glass-empty::before {\n content: \"\\f000\"; }\n\n.fa-glass-martini::before {\n content: \"\\f000\"; }\n\n.fa-couch::before {\n content: \"\\f4b8\"; }\n\n.fa-cedi-sign::before {\n content: \"\\e0df\"; }\n\n.fa-italic::before {\n content: \"\\f033\"; }\n\n.fa-church::before {\n content: \"\\f51d\"; }\n\n.fa-comments-dollar::before {\n content: \"\\f653\"; }\n\n.fa-democrat::before {\n content: \"\\f747\"; }\n\n.fa-z::before {\n content: \"\\5a\"; }\n\n.fa-person-skiing::before {\n content: \"\\f7c9\"; }\n\n.fa-skiing::before {\n content: \"\\f7c9\"; }\n\n.fa-road-lock::before {\n content: \"\\e567\"; }\n\n.fa-a::before {\n content: \"\\41\"; }\n\n.fa-temperature-arrow-down::before {\n content: \"\\e03f\"; }\n\n.fa-temperature-down::before {\n content: \"\\e03f\"; }\n\n.fa-feather-pointed::before {\n content: \"\\f56b\"; }\n\n.fa-feather-alt::before {\n content: \"\\f56b\"; }\n\n.fa-p::before {\n content: \"\\50\"; }\n\n.fa-snowflake::before {\n content: \"\\f2dc\"; }\n\n.fa-newspaper::before {\n content: \"\\f1ea\"; }\n\n.fa-rectangle-ad::before {\n content: \"\\f641\"; }\n\n.fa-ad::before {\n content: \"\\f641\"; }\n\n.fa-circle-arrow-right::before {\n content: \"\\f0a9\"; }\n\n.fa-arrow-circle-right::before {\n content: \"\\f0a9\"; }\n\n.fa-filter-circle-xmark::before {\n content: \"\\e17b\"; }\n\n.fa-locust::before {\n content: \"\\e520\"; }\n\n.fa-sort::before {\n content: \"\\f0dc\"; }\n\n.fa-unsorted::before {\n content: \"\\f0dc\"; }\n\n.fa-list-ol::before {\n content: \"\\f0cb\"; }\n\n.fa-list-1-2::before {\n content: \"\\f0cb\"; }\n\n.fa-list-numeric::before {\n content: \"\\f0cb\"; }\n\n.fa-person-dress-burst::before {\n content: \"\\e544\"; }\n\n.fa-money-check-dollar::before {\n content: \"\\f53d\"; }\n\n.fa-money-check-alt::before {\n content: \"\\f53d\"; }\n\n.fa-vector-square::before {\n content: \"\\f5cb\"; }\n\n.fa-bread-slice::before {\n content: \"\\f7ec\"; }\n\n.fa-language::before {\n content: \"\\f1ab\"; }\n\n.fa-face-kiss-wink-heart::before {\n content: \"\\f598\"; }\n\n.fa-kiss-wink-heart::before {\n content: \"\\f598\"; }\n\n.fa-filter::before {\n content: \"\\f0b0\"; }\n\n.fa-question::before {\n content: \"\\3f\"; }\n\n.fa-file-signature::before {\n content: \"\\f573\"; }\n\n.fa-up-down-left-right::before {\n content: \"\\f0b2\"; }\n\n.fa-arrows-alt::before {\n content: \"\\f0b2\"; }\n\n.fa-house-chimney-user::before {\n content: \"\\e065\"; }\n\n.fa-hand-holding-heart::before {\n content: \"\\f4be\"; }\n\n.fa-puzzle-piece::before {\n content: \"\\f12e\"; }\n\n.fa-money-check::before {\n content: \"\\f53c\"; }\n\n.fa-star-half-stroke::before {\n content: \"\\f5c0\"; }\n\n.fa-star-half-alt::before {\n content: \"\\f5c0\"; }\n\n.fa-code::before {\n content: \"\\f121\"; }\n\n.fa-whiskey-glass::before {\n content: \"\\f7a0\"; }\n\n.fa-glass-whiskey::before {\n content: \"\\f7a0\"; }\n\n.fa-building-circle-exclamation::before {\n content: \"\\e4d3\"; }\n\n.fa-magnifying-glass-chart::before {\n content: \"\\e522\"; }\n\n.fa-arrow-up-right-from-square::before {\n content: \"\\f08e\"; }\n\n.fa-external-link::before {\n content: \"\\f08e\"; }\n\n.fa-cubes-stacked::before {\n content: \"\\e4e6\"; }\n\n.fa-won-sign::before {\n content: \"\\f159\"; }\n\n.fa-krw::before {\n content: \"\\f159\"; }\n\n.fa-won::before {\n content: \"\\f159\"; }\n\n.fa-virus-covid::before {\n content: \"\\e4a8\"; }\n\n.fa-austral-sign::before {\n content: \"\\e0a9\"; }\n\n.fa-f::before {\n content: \"\\46\"; }\n\n.fa-leaf::before {\n content: \"\\f06c\"; }\n\n.fa-road::before {\n content: \"\\f018\"; }\n\n.fa-taxi::before {\n content: \"\\f1ba\"; }\n\n.fa-cab::before {\n content: \"\\f1ba\"; }\n\n.fa-person-circle-plus::before {\n content: \"\\e541\"; }\n\n.fa-chart-pie::before {\n content: \"\\f200\"; }\n\n.fa-pie-chart::before {\n content: \"\\f200\"; }\n\n.fa-bolt-lightning::before {\n content: \"\\e0b7\"; }\n\n.fa-sack-xmark::before {\n content: \"\\e56a\"; }\n\n.fa-file-excel::before {\n content: \"\\f1c3\"; }\n\n.fa-file-contract::before {\n content: \"\\f56c\"; }\n\n.fa-fish-fins::before {\n content: \"\\e4f2\"; }\n\n.fa-building-flag::before {\n content: \"\\e4d5\"; }\n\n.fa-face-grin-beam::before {\n content: \"\\f582\"; }\n\n.fa-grin-beam::before {\n content: \"\\f582\"; }\n\n.fa-object-ungroup::before {\n content: \"\\f248\"; }\n\n.fa-poop::before {\n content: \"\\f619\"; }\n\n.fa-location-pin::before {\n content: \"\\f041\"; }\n\n.fa-map-marker::before {\n content: \"\\f041\"; }\n\n.fa-kaaba::before {\n content: \"\\f66b\"; }\n\n.fa-toilet-paper::before {\n content: \"\\f71e\"; }\n\n.fa-helmet-safety::before {\n content: \"\\f807\"; }\n\n.fa-hard-hat::before {\n content: \"\\f807\"; }\n\n.fa-hat-hard::before {\n content: \"\\f807\"; }\n\n.fa-eject::before {\n content: \"\\f052\"; }\n\n.fa-circle-right::before {\n content: \"\\f35a\"; }\n\n.fa-arrow-alt-circle-right::before {\n content: \"\\f35a\"; }\n\n.fa-plane-circle-check::before {\n content: \"\\e555\"; }\n\n.fa-face-rolling-eyes::before {\n content: \"\\f5a5\"; }\n\n.fa-meh-rolling-eyes::before {\n content: \"\\f5a5\"; }\n\n.fa-object-group::before {\n content: \"\\f247\"; }\n\n.fa-chart-line::before {\n content: \"\\f201\"; }\n\n.fa-line-chart::before {\n content: \"\\f201\"; }\n\n.fa-mask-ventilator::before {\n content: \"\\e524\"; }\n\n.fa-arrow-right::before {\n content: \"\\f061\"; }\n\n.fa-signs-post::before {\n content: \"\\f277\"; }\n\n.fa-map-signs::before {\n content: \"\\f277\"; }\n\n.fa-cash-register::before {\n content: \"\\f788\"; }\n\n.fa-person-circle-question::before {\n content: \"\\e542\"; }\n\n.fa-h::before {\n content: \"\\48\"; }\n\n.fa-tarp::before {\n content: \"\\e57b\"; }\n\n.fa-screwdriver-wrench::before {\n content: \"\\f7d9\"; }\n\n.fa-tools::before {\n content: \"\\f7d9\"; }\n\n.fa-arrows-to-eye::before {\n content: \"\\e4bf\"; }\n\n.fa-plug-circle-bolt::before {\n content: \"\\e55b\"; }\n\n.fa-heart::before {\n content: \"\\f004\"; }\n\n.fa-mars-and-venus::before {\n content: \"\\f224\"; }\n\n.fa-house-user::before {\n content: \"\\e1b0\"; }\n\n.fa-home-user::before {\n content: \"\\e1b0\"; }\n\n.fa-dumpster-fire::before {\n content: \"\\f794\"; }\n\n.fa-house-crack::before {\n content: \"\\e3b1\"; }\n\n.fa-martini-glass-citrus::before {\n content: \"\\f561\"; }\n\n.fa-cocktail::before {\n content: \"\\f561\"; }\n\n.fa-face-surprise::before {\n content: \"\\f5c2\"; }\n\n.fa-surprise::before {\n content: \"\\f5c2\"; }\n\n.fa-bottle-water::before {\n content: \"\\e4c5\"; }\n\n.fa-circle-pause::before {\n content: \"\\f28b\"; }\n\n.fa-pause-circle::before {\n content: \"\\f28b\"; }\n\n.fa-toilet-paper-slash::before {\n content: \"\\e072\"; }\n\n.fa-apple-whole::before {\n content: \"\\f5d1\"; }\n\n.fa-apple-alt::before {\n content: \"\\f5d1\"; }\n\n.fa-kitchen-set::before {\n content: \"\\e51a\"; }\n\n.fa-r::before {\n content: \"\\52\"; }\n\n.fa-temperature-quarter::before {\n content: \"\\f2ca\"; }\n\n.fa-temperature-1::before {\n content: \"\\f2ca\"; }\n\n.fa-thermometer-1::before {\n content: \"\\f2ca\"; }\n\n.fa-thermometer-quarter::before {\n content: \"\\f2ca\"; }\n\n.fa-cube::before {\n content: \"\\f1b2\"; }\n\n.fa-bitcoin-sign::before {\n content: \"\\e0b4\"; }\n\n.fa-shield-dog::before {\n content: \"\\e573\"; }\n\n.fa-solar-panel::before {\n content: \"\\f5ba\"; }\n\n.fa-lock-open::before {\n content: \"\\f3c1\"; }\n\n.fa-elevator::before {\n content: \"\\e16d\"; }\n\n.fa-money-bill-transfer::before {\n content: \"\\e528\"; }\n\n.fa-money-bill-trend-up::before {\n content: \"\\e529\"; }\n\n.fa-house-flood-water-circle-arrow-right::before {\n content: \"\\e50f\"; }\n\n.fa-square-poll-horizontal::before {\n content: \"\\f682\"; }\n\n.fa-poll-h::before {\n content: \"\\f682\"; }\n\n.fa-circle::before {\n content: \"\\f111\"; }\n\n.fa-backward-fast::before {\n content: \"\\f049\"; }\n\n.fa-fast-backward::before {\n content: \"\\f049\"; }\n\n.fa-recycle::before {\n content: \"\\f1b8\"; }\n\n.fa-user-astronaut::before {\n content: \"\\f4fb\"; }\n\n.fa-plane-slash::before {\n content: \"\\e069\"; }\n\n.fa-trademark::before {\n content: \"\\f25c\"; }\n\n.fa-basketball::before {\n content: \"\\f434\"; }\n\n.fa-basketball-ball::before {\n content: \"\\f434\"; }\n\n.fa-satellite-dish::before {\n content: \"\\f7c0\"; }\n\n.fa-circle-up::before {\n content: \"\\f35b\"; }\n\n.fa-arrow-alt-circle-up::before {\n content: \"\\f35b\"; }\n\n.fa-mobile-screen-button::before {\n content: \"\\f3cd\"; }\n\n.fa-mobile-alt::before {\n content: \"\\f3cd\"; }\n\n.fa-volume-high::before {\n content: \"\\f028\"; }\n\n.fa-volume-up::before {\n content: \"\\f028\"; }\n\n.fa-users-rays::before {\n content: \"\\e593\"; }\n\n.fa-wallet::before {\n content: \"\\f555\"; }\n\n.fa-clipboard-check::before {\n content: \"\\f46c\"; }\n\n.fa-file-audio::before {\n content: \"\\f1c7\"; }\n\n.fa-burger::before {\n content: \"\\f805\"; }\n\n.fa-hamburger::before {\n content: \"\\f805\"; }\n\n.fa-wrench::before {\n content: \"\\f0ad\"; }\n\n.fa-bugs::before {\n content: \"\\e4d0\"; }\n\n.fa-rupee-sign::before {\n content: \"\\f156\"; }\n\n.fa-rupee::before {\n content: \"\\f156\"; }\n\n.fa-file-image::before {\n content: \"\\f1c5\"; }\n\n.fa-circle-question::before {\n content: \"\\f059\"; }\n\n.fa-question-circle::before {\n content: \"\\f059\"; }\n\n.fa-plane-departure::before {\n content: \"\\f5b0\"; }\n\n.fa-handshake-slash::before {\n content: \"\\e060\"; }\n\n.fa-book-bookmark::before {\n content: \"\\e0bb\"; }\n\n.fa-code-branch::before {\n content: \"\\f126\"; }\n\n.fa-hat-cowboy::before {\n content: \"\\f8c0\"; }\n\n.fa-bridge::before {\n content: \"\\e4c8\"; }\n\n.fa-phone-flip::before {\n content: \"\\f879\"; }\n\n.fa-phone-alt::before {\n content: \"\\f879\"; }\n\n.fa-truck-front::before {\n content: \"\\e2b7\"; }\n\n.fa-cat::before {\n content: \"\\f6be\"; }\n\n.fa-anchor-circle-exclamation::before {\n content: \"\\e4ab\"; }\n\n.fa-truck-field::before {\n content: \"\\e58d\"; }\n\n.fa-route::before {\n content: \"\\f4d7\"; }\n\n.fa-clipboard-question::before {\n content: \"\\e4e3\"; }\n\n.fa-panorama::before {\n content: \"\\e209\"; }\n\n.fa-comment-medical::before {\n content: \"\\f7f5\"; }\n\n.fa-teeth-open::before {\n content: \"\\f62f\"; }\n\n.fa-file-circle-minus::before {\n content: \"\\e4ed\"; }\n\n.fa-tags::before {\n content: \"\\f02c\"; }\n\n.fa-wine-glass::before {\n content: \"\\f4e3\"; }\n\n.fa-forward-fast::before {\n content: \"\\f050\"; }\n\n.fa-fast-forward::before {\n content: \"\\f050\"; }\n\n.fa-face-meh-blank::before {\n content: \"\\f5a4\"; }\n\n.fa-meh-blank::before {\n content: \"\\f5a4\"; }\n\n.fa-square-parking::before {\n content: \"\\f540\"; }\n\n.fa-parking::before {\n content: \"\\f540\"; }\n\n.fa-house-signal::before {\n content: \"\\e012\"; }\n\n.fa-bars-progress::before {\n content: \"\\f828\"; }\n\n.fa-tasks-alt::before {\n content: \"\\f828\"; }\n\n.fa-faucet-drip::before {\n content: \"\\e006\"; }\n\n.fa-cart-flatbed::before {\n content: \"\\f474\"; }\n\n.fa-dolly-flatbed::before {\n content: \"\\f474\"; }\n\n.fa-ban-smoking::before {\n content: \"\\f54d\"; }\n\n.fa-smoking-ban::before {\n content: \"\\f54d\"; }\n\n.fa-terminal::before {\n content: \"\\f120\"; }\n\n.fa-mobile-button::before {\n content: \"\\f10b\"; }\n\n.fa-house-medical-flag::before {\n content: \"\\e514\"; }\n\n.fa-basket-shopping::before {\n content: \"\\f291\"; }\n\n.fa-shopping-basket::before {\n content: \"\\f291\"; }\n\n.fa-tape::before {\n content: \"\\f4db\"; }\n\n.fa-bus-simple::before {\n content: \"\\f55e\"; }\n\n.fa-bus-alt::before {\n content: \"\\f55e\"; }\n\n.fa-eye::before {\n content: \"\\f06e\"; }\n\n.fa-face-sad-cry::before {\n content: \"\\f5b3\"; }\n\n.fa-sad-cry::before {\n content: \"\\f5b3\"; }\n\n.fa-audio-description::before {\n content: \"\\f29e\"; }\n\n.fa-person-military-to-person::before {\n content: \"\\e54c\"; }\n\n.fa-file-shield::before {\n content: \"\\e4f0\"; }\n\n.fa-user-slash::before {\n content: \"\\f506\"; }\n\n.fa-pen::before {\n content: \"\\f304\"; }\n\n.fa-tower-observation::before {\n content: \"\\e586\"; }\n\n.fa-file-code::before {\n content: \"\\f1c9\"; }\n\n.fa-signal::before {\n content: \"\\f012\"; }\n\n.fa-signal-5::before {\n content: \"\\f012\"; }\n\n.fa-signal-perfect::before {\n content: \"\\f012\"; }\n\n.fa-bus::before {\n content: \"\\f207\"; }\n\n.fa-heart-circle-xmark::before {\n content: \"\\e501\"; }\n\n.fa-house-chimney::before {\n content: \"\\e3af\"; }\n\n.fa-home-lg::before {\n content: \"\\e3af\"; }\n\n.fa-window-maximize::before {\n content: \"\\f2d0\"; }\n\n.fa-face-frown::before {\n content: \"\\f119\"; }\n\n.fa-frown::before {\n content: \"\\f119\"; }\n\n.fa-prescription::before {\n content: \"\\f5b1\"; }\n\n.fa-shop::before {\n content: \"\\f54f\"; }\n\n.fa-store-alt::before {\n content: \"\\f54f\"; }\n\n.fa-floppy-disk::before {\n content: \"\\f0c7\"; }\n\n.fa-save::before {\n content: \"\\f0c7\"; }\n\n.fa-vihara::before {\n content: \"\\f6a7\"; }\n\n.fa-scale-unbalanced::before {\n content: \"\\f515\"; }\n\n.fa-balance-scale-left::before {\n content: \"\\f515\"; }\n\n.fa-sort-up::before {\n content: \"\\f0de\"; }\n\n.fa-sort-asc::before {\n content: \"\\f0de\"; }\n\n.fa-comment-dots::before {\n content: \"\\f4ad\"; }\n\n.fa-commenting::before {\n content: \"\\f4ad\"; }\n\n.fa-plant-wilt::before {\n content: \"\\e5aa\"; }\n\n.fa-diamond::before {\n content: \"\\f219\"; }\n\n.fa-face-grin-squint::before {\n content: \"\\f585\"; }\n\n.fa-grin-squint::before {\n content: \"\\f585\"; }\n\n.fa-hand-holding-dollar::before {\n content: \"\\f4c0\"; }\n\n.fa-hand-holding-usd::before {\n content: \"\\f4c0\"; }\n\n.fa-bacterium::before {\n content: \"\\e05a\"; }\n\n.fa-hand-pointer::before {\n content: \"\\f25a\"; }\n\n.fa-drum-steelpan::before {\n content: \"\\f56a\"; }\n\n.fa-hand-scissors::before {\n content: \"\\f257\"; }\n\n.fa-hands-praying::before {\n content: \"\\f684\"; }\n\n.fa-praying-hands::before {\n content: \"\\f684\"; }\n\n.fa-arrow-rotate-right::before {\n content: \"\\f01e\"; }\n\n.fa-arrow-right-rotate::before {\n content: \"\\f01e\"; }\n\n.fa-arrow-rotate-forward::before {\n content: \"\\f01e\"; }\n\n.fa-redo::before {\n content: \"\\f01e\"; }\n\n.fa-biohazard::before {\n content: \"\\f780\"; }\n\n.fa-location-crosshairs::before {\n content: \"\\f601\"; }\n\n.fa-location::before {\n content: \"\\f601\"; }\n\n.fa-mars-double::before {\n content: \"\\f227\"; }\n\n.fa-child-dress::before {\n content: \"\\e59c\"; }\n\n.fa-users-between-lines::before {\n content: \"\\e591\"; }\n\n.fa-lungs-virus::before {\n content: \"\\e067\"; }\n\n.fa-face-grin-tears::before {\n content: \"\\f588\"; }\n\n.fa-grin-tears::before {\n content: \"\\f588\"; }\n\n.fa-phone::before {\n content: \"\\f095\"; }\n\n.fa-calendar-xmark::before {\n content: \"\\f273\"; }\n\n.fa-calendar-times::before {\n content: \"\\f273\"; }\n\n.fa-child-reaching::before {\n content: \"\\e59d\"; }\n\n.fa-head-side-virus::before {\n content: \"\\e064\"; }\n\n.fa-user-gear::before {\n content: \"\\f4fe\"; }\n\n.fa-user-cog::before {\n content: \"\\f4fe\"; }\n\n.fa-arrow-up-1-9::before {\n content: \"\\f163\"; }\n\n.fa-sort-numeric-up::before {\n content: \"\\f163\"; }\n\n.fa-door-closed::before {\n content: \"\\f52a\"; }\n\n.fa-shield-virus::before {\n content: \"\\e06c\"; }\n\n.fa-dice-six::before {\n content: \"\\f526\"; }\n\n.fa-mosquito-net::before {\n content: \"\\e52c\"; }\n\n.fa-bridge-water::before {\n content: \"\\e4ce\"; }\n\n.fa-person-booth::before {\n content: \"\\f756\"; }\n\n.fa-text-width::before {\n content: \"\\f035\"; }\n\n.fa-hat-wizard::before {\n content: \"\\f6e8\"; }\n\n.fa-pen-fancy::before {\n content: \"\\f5ac\"; }\n\n.fa-person-digging::before {\n content: \"\\f85e\"; }\n\n.fa-digging::before {\n content: \"\\f85e\"; }\n\n.fa-trash::before {\n content: \"\\f1f8\"; }\n\n.fa-gauge-simple::before {\n content: \"\\f629\"; }\n\n.fa-gauge-simple-med::before {\n content: \"\\f629\"; }\n\n.fa-tachometer-average::before {\n content: \"\\f629\"; }\n\n.fa-book-medical::before {\n content: \"\\f7e6\"; }\n\n.fa-poo::before {\n content: \"\\f2fe\"; }\n\n.fa-quote-right::before {\n content: \"\\f10e\"; }\n\n.fa-quote-right-alt::before {\n content: \"\\f10e\"; }\n\n.fa-shirt::before {\n content: \"\\f553\"; }\n\n.fa-t-shirt::before {\n content: \"\\f553\"; }\n\n.fa-tshirt::before {\n content: \"\\f553\"; }\n\n.fa-cubes::before {\n content: \"\\f1b3\"; }\n\n.fa-divide::before {\n content: \"\\f529\"; }\n\n.fa-tenge-sign::before {\n content: \"\\f7d7\"; }\n\n.fa-tenge::before {\n content: \"\\f7d7\"; }\n\n.fa-headphones::before {\n content: \"\\f025\"; }\n\n.fa-hands-holding::before {\n content: \"\\f4c2\"; }\n\n.fa-hands-clapping::before {\n content: \"\\e1a8\"; }\n\n.fa-republican::before {\n content: \"\\f75e\"; }\n\n.fa-arrow-left::before {\n content: \"\\f060\"; }\n\n.fa-person-circle-xmark::before {\n content: \"\\e543\"; }\n\n.fa-ruler::before {\n content: \"\\f545\"; }\n\n.fa-align-left::before {\n content: \"\\f036\"; }\n\n.fa-dice-d6::before {\n content: \"\\f6d1\"; }\n\n.fa-restroom::before {\n content: \"\\f7bd\"; }\n\n.fa-j::before {\n content: \"\\4a\"; }\n\n.fa-users-viewfinder::before {\n content: \"\\e595\"; }\n\n.fa-file-video::before {\n content: \"\\f1c8\"; }\n\n.fa-up-right-from-square::before {\n content: \"\\f35d\"; }\n\n.fa-external-link-alt::before {\n content: \"\\f35d\"; }\n\n.fa-table-cells::before {\n content: \"\\f00a\"; }\n\n.fa-th::before {\n content: \"\\f00a\"; }\n\n.fa-file-pdf::before {\n content: \"\\f1c1\"; }\n\n.fa-book-bible::before {\n content: \"\\f647\"; }\n\n.fa-bible::before {\n content: \"\\f647\"; }\n\n.fa-o::before {\n content: \"\\4f\"; }\n\n.fa-suitcase-medical::before {\n content: \"\\f0fa\"; }\n\n.fa-medkit::before {\n content: \"\\f0fa\"; }\n\n.fa-user-secret::before {\n content: \"\\f21b\"; }\n\n.fa-otter::before {\n content: \"\\f700\"; }\n\n.fa-person-dress::before {\n content: \"\\f182\"; }\n\n.fa-female::before {\n content: \"\\f182\"; }\n\n.fa-comment-dollar::before {\n content: \"\\f651\"; }\n\n.fa-business-time::before {\n content: \"\\f64a\"; }\n\n.fa-briefcase-clock::before {\n content: \"\\f64a\"; }\n\n.fa-table-cells-large::before {\n content: \"\\f009\"; }\n\n.fa-th-large::before {\n content: \"\\f009\"; }\n\n.fa-book-tanakh::before {\n content: \"\\f827\"; }\n\n.fa-tanakh::before {\n content: \"\\f827\"; }\n\n.fa-phone-volume::before {\n content: \"\\f2a0\"; }\n\n.fa-volume-control-phone::before {\n content: \"\\f2a0\"; }\n\n.fa-hat-cowboy-side::before {\n content: \"\\f8c1\"; }\n\n.fa-clipboard-user::before {\n content: \"\\f7f3\"; }\n\n.fa-child::before {\n content: \"\\f1ae\"; }\n\n.fa-lira-sign::before {\n content: \"\\f195\"; }\n\n.fa-satellite::before {\n content: \"\\f7bf\"; }\n\n.fa-plane-lock::before {\n content: \"\\e558\"; }\n\n.fa-tag::before {\n content: \"\\f02b\"; }\n\n.fa-comment::before {\n content: \"\\f075\"; }\n\n.fa-cake-candles::before {\n content: \"\\f1fd\"; }\n\n.fa-birthday-cake::before {\n content: \"\\f1fd\"; }\n\n.fa-cake::before {\n content: \"\\f1fd\"; }\n\n.fa-envelope::before {\n content: \"\\f0e0\"; }\n\n.fa-angles-up::before {\n content: \"\\f102\"; }\n\n.fa-angle-double-up::before {\n content: \"\\f102\"; }\n\n.fa-paperclip::before {\n content: \"\\f0c6\"; }\n\n.fa-arrow-right-to-city::before {\n content: \"\\e4b3\"; }\n\n.fa-ribbon::before {\n content: \"\\f4d6\"; }\n\n.fa-lungs::before {\n content: \"\\f604\"; }\n\n.fa-arrow-up-9-1::before {\n content: \"\\f887\"; }\n\n.fa-sort-numeric-up-alt::before {\n content: \"\\f887\"; }\n\n.fa-litecoin-sign::before {\n content: \"\\e1d3\"; }\n\n.fa-border-none::before {\n content: \"\\f850\"; }\n\n.fa-circle-nodes::before {\n content: \"\\e4e2\"; }\n\n.fa-parachute-box::before {\n content: \"\\f4cd\"; }\n\n.fa-indent::before {\n content: \"\\f03c\"; }\n\n.fa-truck-field-un::before {\n content: \"\\e58e\"; }\n\n.fa-hourglass::before {\n content: \"\\f254\"; }\n\n.fa-hourglass-empty::before {\n content: \"\\f254\"; }\n\n.fa-mountain::before {\n content: \"\\f6fc\"; }\n\n.fa-user-doctor::before {\n content: \"\\f0f0\"; }\n\n.fa-user-md::before {\n content: \"\\f0f0\"; }\n\n.fa-circle-info::before {\n content: \"\\f05a\"; }\n\n.fa-info-circle::before {\n content: \"\\f05a\"; }\n\n.fa-cloud-meatball::before {\n content: \"\\f73b\"; }\n\n.fa-camera::before {\n content: \"\\f030\"; }\n\n.fa-camera-alt::before {\n content: \"\\f030\"; }\n\n.fa-square-virus::before {\n content: \"\\e578\"; }\n\n.fa-meteor::before {\n content: \"\\f753\"; }\n\n.fa-car-on::before {\n content: \"\\e4dd\"; }\n\n.fa-sleigh::before {\n content: \"\\f7cc\"; }\n\n.fa-arrow-down-1-9::before {\n content: \"\\f162\"; }\n\n.fa-sort-numeric-asc::before {\n content: \"\\f162\"; }\n\n.fa-sort-numeric-down::before {\n content: \"\\f162\"; }\n\n.fa-hand-holding-droplet::before {\n content: \"\\f4c1\"; }\n\n.fa-hand-holding-water::before {\n content: \"\\f4c1\"; }\n\n.fa-water::before {\n content: \"\\f773\"; }\n\n.fa-calendar-check::before {\n content: \"\\f274\"; }\n\n.fa-braille::before {\n content: \"\\f2a1\"; }\n\n.fa-prescription-bottle-medical::before {\n content: \"\\f486\"; }\n\n.fa-prescription-bottle-alt::before {\n content: \"\\f486\"; }\n\n.fa-landmark::before {\n content: \"\\f66f\"; }\n\n.fa-truck::before {\n content: \"\\f0d1\"; }\n\n.fa-crosshairs::before {\n content: \"\\f05b\"; }\n\n.fa-person-cane::before {\n content: \"\\e53c\"; }\n\n.fa-tent::before {\n content: \"\\e57d\"; }\n\n.fa-vest-patches::before {\n content: \"\\e086\"; }\n\n.fa-check-double::before {\n content: \"\\f560\"; }\n\n.fa-arrow-down-a-z::before {\n content: \"\\f15d\"; }\n\n.fa-sort-alpha-asc::before {\n content: \"\\f15d\"; }\n\n.fa-sort-alpha-down::before {\n content: \"\\f15d\"; }\n\n.fa-money-bill-wheat::before {\n content: \"\\e52a\"; }\n\n.fa-cookie::before {\n content: \"\\f563\"; }\n\n.fa-arrow-rotate-left::before {\n content: \"\\f0e2\"; }\n\n.fa-arrow-left-rotate::before {\n content: \"\\f0e2\"; }\n\n.fa-arrow-rotate-back::before {\n content: \"\\f0e2\"; }\n\n.fa-arrow-rotate-backward::before {\n content: \"\\f0e2\"; }\n\n.fa-undo::before {\n content: \"\\f0e2\"; }\n\n.fa-hard-drive::before {\n content: \"\\f0a0\"; }\n\n.fa-hdd::before {\n content: \"\\f0a0\"; }\n\n.fa-face-grin-squint-tears::before {\n content: \"\\f586\"; }\n\n.fa-grin-squint-tears::before {\n content: \"\\f586\"; }\n\n.fa-dumbbell::before {\n content: \"\\f44b\"; }\n\n.fa-rectangle-list::before {\n content: \"\\f022\"; }\n\n.fa-list-alt::before {\n content: \"\\f022\"; }\n\n.fa-tarp-droplet::before {\n content: \"\\e57c\"; }\n\n.fa-house-medical-circle-check::before {\n content: \"\\e511\"; }\n\n.fa-person-skiing-nordic::before {\n content: \"\\f7ca\"; }\n\n.fa-skiing-nordic::before {\n content: \"\\f7ca\"; }\n\n.fa-calendar-plus::before {\n content: \"\\f271\"; }\n\n.fa-plane-arrival::before {\n content: \"\\f5af\"; }\n\n.fa-circle-left::before {\n content: \"\\f359\"; }\n\n.fa-arrow-alt-circle-left::before {\n content: \"\\f359\"; }\n\n.fa-train-subway::before {\n content: \"\\f239\"; }\n\n.fa-subway::before {\n content: \"\\f239\"; }\n\n.fa-chart-gantt::before {\n content: \"\\e0e4\"; }\n\n.fa-indian-rupee-sign::before {\n content: \"\\e1bc\"; }\n\n.fa-indian-rupee::before {\n content: \"\\e1bc\"; }\n\n.fa-inr::before {\n content: \"\\e1bc\"; }\n\n.fa-crop-simple::before {\n content: \"\\f565\"; }\n\n.fa-crop-alt::before {\n content: \"\\f565\"; }\n\n.fa-money-bill-1::before {\n content: \"\\f3d1\"; }\n\n.fa-money-bill-alt::before {\n content: \"\\f3d1\"; }\n\n.fa-left-long::before {\n content: \"\\f30a\"; }\n\n.fa-long-arrow-alt-left::before {\n content: \"\\f30a\"; }\n\n.fa-dna::before {\n content: \"\\f471\"; }\n\n.fa-virus-slash::before {\n content: \"\\e075\"; }\n\n.fa-minus::before {\n content: \"\\f068\"; }\n\n.fa-subtract::before {\n content: \"\\f068\"; }\n\n.fa-chess::before {\n content: \"\\f439\"; }\n\n.fa-arrow-left-long::before {\n content: \"\\f177\"; }\n\n.fa-long-arrow-left::before {\n content: \"\\f177\"; }\n\n.fa-plug-circle-check::before {\n content: \"\\e55c\"; }\n\n.fa-street-view::before {\n content: \"\\f21d\"; }\n\n.fa-franc-sign::before {\n content: \"\\e18f\"; }\n\n.fa-volume-off::before {\n content: \"\\f026\"; }\n\n.fa-hands-asl-interpreting::before {\n content: \"\\f2a3\"; }\n\n.fa-american-sign-language-interpreting::before {\n content: \"\\f2a3\"; }\n\n.fa-asl-interpreting::before {\n content: \"\\f2a3\"; }\n\n.fa-hands-american-sign-language-interpreting::before {\n content: \"\\f2a3\"; }\n\n.fa-gear::before {\n content: \"\\f013\"; }\n\n.fa-cog::before {\n content: \"\\f013\"; }\n\n.fa-droplet-slash::before {\n content: \"\\f5c7\"; }\n\n.fa-tint-slash::before {\n content: \"\\f5c7\"; }\n\n.fa-mosque::before {\n content: \"\\f678\"; }\n\n.fa-mosquito::before {\n content: \"\\e52b\"; }\n\n.fa-star-of-david::before {\n content: \"\\f69a\"; }\n\n.fa-person-military-rifle::before {\n content: \"\\e54b\"; }\n\n.fa-cart-shopping::before {\n content: \"\\f07a\"; }\n\n.fa-shopping-cart::before {\n content: \"\\f07a\"; }\n\n.fa-vials::before {\n content: \"\\f493\"; }\n\n.fa-plug-circle-plus::before {\n content: \"\\e55f\"; }\n\n.fa-place-of-worship::before {\n content: \"\\f67f\"; }\n\n.fa-grip-vertical::before {\n content: \"\\f58e\"; }\n\n.fa-arrow-turn-up::before {\n content: \"\\f148\"; }\n\n.fa-level-up::before {\n content: \"\\f148\"; }\n\n.fa-u::before {\n content: \"\\55\"; }\n\n.fa-square-root-variable::before {\n content: \"\\f698\"; }\n\n.fa-square-root-alt::before {\n content: \"\\f698\"; }\n\n.fa-clock::before {\n content: \"\\f017\"; }\n\n.fa-clock-four::before {\n content: \"\\f017\"; }\n\n.fa-backward-step::before {\n content: \"\\f048\"; }\n\n.fa-step-backward::before {\n content: \"\\f048\"; }\n\n.fa-pallet::before {\n content: \"\\f482\"; }\n\n.fa-faucet::before {\n content: \"\\e005\"; }\n\n.fa-baseball-bat-ball::before {\n content: \"\\f432\"; }\n\n.fa-s::before {\n content: \"\\53\"; }\n\n.fa-timeline::before {\n content: \"\\e29c\"; }\n\n.fa-keyboard::before {\n content: \"\\f11c\"; }\n\n.fa-caret-down::before {\n content: \"\\f0d7\"; }\n\n.fa-house-chimney-medical::before {\n content: \"\\f7f2\"; }\n\n.fa-clinic-medical::before {\n content: \"\\f7f2\"; }\n\n.fa-temperature-three-quarters::before {\n content: \"\\f2c8\"; }\n\n.fa-temperature-3::before {\n content: \"\\f2c8\"; }\n\n.fa-thermometer-3::before {\n content: \"\\f2c8\"; }\n\n.fa-thermometer-three-quarters::before {\n content: \"\\f2c8\"; }\n\n.fa-mobile-screen::before {\n content: \"\\f3cf\"; }\n\n.fa-mobile-android-alt::before {\n content: \"\\f3cf\"; }\n\n.fa-plane-up::before {\n content: \"\\e22d\"; }\n\n.fa-piggy-bank::before {\n content: \"\\f4d3\"; }\n\n.fa-battery-half::before {\n content: \"\\f242\"; }\n\n.fa-battery-3::before {\n content: \"\\f242\"; }\n\n.fa-mountain-city::before {\n content: \"\\e52e\"; }\n\n.fa-coins::before {\n content: \"\\f51e\"; }\n\n.fa-khanda::before {\n content: \"\\f66d\"; }\n\n.fa-sliders::before {\n content: \"\\f1de\"; }\n\n.fa-sliders-h::before {\n content: \"\\f1de\"; }\n\n.fa-folder-tree::before {\n content: \"\\f802\"; }\n\n.fa-network-wired::before {\n content: \"\\f6ff\"; }\n\n.fa-map-pin::before {\n content: \"\\f276\"; }\n\n.fa-hamsa::before {\n content: \"\\f665\"; }\n\n.fa-cent-sign::before {\n content: \"\\e3f5\"; }\n\n.fa-flask::before {\n content: \"\\f0c3\"; }\n\n.fa-person-pregnant::before {\n content: \"\\e31e\"; }\n\n.fa-wand-sparkles::before {\n content: \"\\f72b\"; }\n\n.fa-ellipsis-vertical::before {\n content: \"\\f142\"; }\n\n.fa-ellipsis-v::before {\n content: \"\\f142\"; }\n\n.fa-ticket::before {\n content: \"\\f145\"; }\n\n.fa-power-off::before {\n content: \"\\f011\"; }\n\n.fa-right-long::before {\n content: \"\\f30b\"; }\n\n.fa-long-arrow-alt-right::before {\n content: \"\\f30b\"; }\n\n.fa-flag-usa::before {\n content: \"\\f74d\"; }\n\n.fa-laptop-file::before {\n content: \"\\e51d\"; }\n\n.fa-tty::before {\n content: \"\\f1e4\"; }\n\n.fa-teletype::before {\n content: \"\\f1e4\"; }\n\n.fa-diagram-next::before {\n content: \"\\e476\"; }\n\n.fa-person-rifle::before {\n content: \"\\e54e\"; }\n\n.fa-house-medical-circle-exclamation::before {\n content: \"\\e512\"; }\n\n.fa-closed-captioning::before {\n content: \"\\f20a\"; }\n\n.fa-person-hiking::before {\n content: \"\\f6ec\"; }\n\n.fa-hiking::before {\n content: \"\\f6ec\"; }\n\n.fa-venus-double::before {\n content: \"\\f226\"; }\n\n.fa-images::before {\n content: \"\\f302\"; }\n\n.fa-calculator::before {\n content: \"\\f1ec\"; }\n\n.fa-people-pulling::before {\n content: \"\\e535\"; }\n\n.fa-n::before {\n content: \"\\4e\"; }\n\n.fa-cable-car::before {\n content: \"\\f7da\"; }\n\n.fa-tram::before {\n content: \"\\f7da\"; }\n\n.fa-cloud-rain::before {\n content: \"\\f73d\"; }\n\n.fa-building-circle-xmark::before {\n content: \"\\e4d4\"; }\n\n.fa-ship::before {\n content: \"\\f21a\"; }\n\n.fa-arrows-down-to-line::before {\n content: \"\\e4b8\"; }\n\n.fa-download::before {\n content: \"\\f019\"; }\n\n.fa-face-grin::before {\n content: \"\\f580\"; }\n\n.fa-grin::before {\n content: \"\\f580\"; }\n\n.fa-delete-left::before {\n content: \"\\f55a\"; }\n\n.fa-backspace::before {\n content: \"\\f55a\"; }\n\n.fa-eye-dropper::before {\n content: \"\\f1fb\"; }\n\n.fa-eye-dropper-empty::before {\n content: \"\\f1fb\"; }\n\n.fa-eyedropper::before {\n content: \"\\f1fb\"; }\n\n.fa-file-circle-check::before {\n content: \"\\e5a0\"; }\n\n.fa-forward::before {\n content: \"\\f04e\"; }\n\n.fa-mobile::before {\n content: \"\\f3ce\"; }\n\n.fa-mobile-android::before {\n content: \"\\f3ce\"; }\n\n.fa-mobile-phone::before {\n content: \"\\f3ce\"; }\n\n.fa-face-meh::before {\n content: \"\\f11a\"; }\n\n.fa-meh::before {\n content: \"\\f11a\"; }\n\n.fa-align-center::before {\n content: \"\\f037\"; }\n\n.fa-book-skull::before {\n content: \"\\f6b7\"; }\n\n.fa-book-dead::before {\n content: \"\\f6b7\"; }\n\n.fa-id-card::before {\n content: \"\\f2c2\"; }\n\n.fa-drivers-license::before {\n content: \"\\f2c2\"; }\n\n.fa-outdent::before {\n content: \"\\f03b\"; }\n\n.fa-dedent::before {\n content: \"\\f03b\"; }\n\n.fa-heart-circle-exclamation::before {\n content: \"\\e4fe\"; }\n\n.fa-house::before {\n content: \"\\f015\"; }\n\n.fa-home::before {\n content: \"\\f015\"; }\n\n.fa-home-alt::before {\n content: \"\\f015\"; }\n\n.fa-home-lg-alt::before {\n content: \"\\f015\"; }\n\n.fa-calendar-week::before {\n content: \"\\f784\"; }\n\n.fa-laptop-medical::before {\n content: \"\\f812\"; }\n\n.fa-b::before {\n content: \"\\42\"; }\n\n.fa-file-medical::before {\n content: \"\\f477\"; }\n\n.fa-dice-one::before {\n content: \"\\f525\"; }\n\n.fa-kiwi-bird::before {\n content: \"\\f535\"; }\n\n.fa-arrow-right-arrow-left::before {\n content: \"\\f0ec\"; }\n\n.fa-exchange::before {\n content: \"\\f0ec\"; }\n\n.fa-rotate-right::before {\n content: \"\\f2f9\"; }\n\n.fa-redo-alt::before {\n content: \"\\f2f9\"; }\n\n.fa-rotate-forward::before {\n content: \"\\f2f9\"; }\n\n.fa-utensils::before {\n content: \"\\f2e7\"; }\n\n.fa-cutlery::before {\n content: \"\\f2e7\"; }\n\n.fa-arrow-up-wide-short::before {\n content: \"\\f161\"; }\n\n.fa-sort-amount-up::before {\n content: \"\\f161\"; }\n\n.fa-mill-sign::before {\n content: \"\\e1ed\"; }\n\n.fa-bowl-rice::before {\n content: \"\\e2eb\"; }\n\n.fa-skull::before {\n content: \"\\f54c\"; }\n\n.fa-tower-broadcast::before {\n content: \"\\f519\"; }\n\n.fa-broadcast-tower::before {\n content: \"\\f519\"; }\n\n.fa-truck-pickup::before {\n content: \"\\f63c\"; }\n\n.fa-up-long::before {\n content: \"\\f30c\"; }\n\n.fa-long-arrow-alt-up::before {\n content: \"\\f30c\"; }\n\n.fa-stop::before {\n content: \"\\f04d\"; }\n\n.fa-code-merge::before {\n content: \"\\f387\"; }\n\n.fa-upload::before {\n content: \"\\f093\"; }\n\n.fa-hurricane::before {\n content: \"\\f751\"; }\n\n.fa-mound::before {\n content: \"\\e52d\"; }\n\n.fa-toilet-portable::before {\n content: \"\\e583\"; }\n\n.fa-compact-disc::before {\n content: \"\\f51f\"; }\n\n.fa-file-arrow-down::before {\n content: \"\\f56d\"; }\n\n.fa-file-download::before {\n content: \"\\f56d\"; }\n\n.fa-caravan::before {\n content: \"\\f8ff\"; }\n\n.fa-shield-cat::before {\n content: \"\\e572\"; }\n\n.fa-bolt::before {\n content: \"\\f0e7\"; }\n\n.fa-zap::before {\n content: \"\\f0e7\"; }\n\n.fa-glass-water::before {\n content: \"\\e4f4\"; }\n\n.fa-oil-well::before {\n content: \"\\e532\"; }\n\n.fa-vault::before {\n content: \"\\e2c5\"; }\n\n.fa-mars::before {\n content: \"\\f222\"; }\n\n.fa-toilet::before {\n content: \"\\f7d8\"; }\n\n.fa-plane-circle-xmark::before {\n content: \"\\e557\"; }\n\n.fa-yen-sign::before {\n content: \"\\f157\"; }\n\n.fa-cny::before {\n content: \"\\f157\"; }\n\n.fa-jpy::before {\n content: \"\\f157\"; }\n\n.fa-rmb::before {\n content: \"\\f157\"; }\n\n.fa-yen::before {\n content: \"\\f157\"; }\n\n.fa-ruble-sign::before {\n content: \"\\f158\"; }\n\n.fa-rouble::before {\n content: \"\\f158\"; }\n\n.fa-rub::before {\n content: \"\\f158\"; }\n\n.fa-ruble::before {\n content: \"\\f158\"; }\n\n.fa-sun::before {\n content: \"\\f185\"; }\n\n.fa-guitar::before {\n content: \"\\f7a6\"; }\n\n.fa-face-laugh-wink::before {\n content: \"\\f59c\"; }\n\n.fa-laugh-wink::before {\n content: \"\\f59c\"; }\n\n.fa-horse-head::before {\n content: \"\\f7ab\"; }\n\n.fa-bore-hole::before {\n content: \"\\e4c3\"; }\n\n.fa-industry::before {\n content: \"\\f275\"; }\n\n.fa-circle-down::before {\n content: \"\\f358\"; }\n\n.fa-arrow-alt-circle-down::before {\n content: \"\\f358\"; }\n\n.fa-arrows-turn-to-dots::before {\n content: \"\\e4c1\"; }\n\n.fa-florin-sign::before {\n content: \"\\e184\"; }\n\n.fa-arrow-down-short-wide::before {\n content: \"\\f884\"; }\n\n.fa-sort-amount-desc::before {\n content: \"\\f884\"; }\n\n.fa-sort-amount-down-alt::before {\n content: \"\\f884\"; }\n\n.fa-less-than::before {\n content: \"\\3c\"; }\n\n.fa-angle-down::before {\n content: \"\\f107\"; }\n\n.fa-car-tunnel::before {\n content: \"\\e4de\"; }\n\n.fa-head-side-cough::before {\n content: \"\\e061\"; }\n\n.fa-grip-lines::before {\n content: \"\\f7a4\"; }\n\n.fa-thumbs-down::before {\n content: \"\\f165\"; }\n\n.fa-user-lock::before {\n content: \"\\f502\"; }\n\n.fa-arrow-right-long::before {\n content: \"\\f178\"; }\n\n.fa-long-arrow-right::before {\n content: \"\\f178\"; }\n\n.fa-anchor-circle-xmark::before {\n content: \"\\e4ac\"; }\n\n.fa-ellipsis::before {\n content: \"\\f141\"; }\n\n.fa-ellipsis-h::before {\n content: \"\\f141\"; }\n\n.fa-chess-pawn::before {\n content: \"\\f443\"; }\n\n.fa-kit-medical::before {\n content: \"\\f479\"; }\n\n.fa-first-aid::before {\n content: \"\\f479\"; }\n\n.fa-person-through-window::before {\n content: \"\\e5a9\"; }\n\n.fa-toolbox::before {\n content: \"\\f552\"; }\n\n.fa-hands-holding-circle::before {\n content: \"\\e4fb\"; }\n\n.fa-bug::before {\n content: \"\\f188\"; }\n\n.fa-credit-card::before {\n content: \"\\f09d\"; }\n\n.fa-credit-card-alt::before {\n content: \"\\f09d\"; }\n\n.fa-car::before {\n content: \"\\f1b9\"; }\n\n.fa-automobile::before {\n content: \"\\f1b9\"; }\n\n.fa-hand-holding-hand::before {\n content: \"\\e4f7\"; }\n\n.fa-book-open-reader::before {\n content: \"\\f5da\"; }\n\n.fa-book-reader::before {\n content: \"\\f5da\"; }\n\n.fa-mountain-sun::before {\n content: \"\\e52f\"; }\n\n.fa-arrows-left-right-to-line::before {\n content: \"\\e4ba\"; }\n\n.fa-dice-d20::before {\n content: \"\\f6cf\"; }\n\n.fa-truck-droplet::before {\n content: \"\\e58c\"; }\n\n.fa-file-circle-xmark::before {\n content: \"\\e5a1\"; }\n\n.fa-temperature-arrow-up::before {\n content: \"\\e040\"; }\n\n.fa-temperature-up::before {\n content: \"\\e040\"; }\n\n.fa-medal::before {\n content: \"\\f5a2\"; }\n\n.fa-bed::before {\n content: \"\\f236\"; }\n\n.fa-square-h::before {\n content: \"\\f0fd\"; }\n\n.fa-h-square::before {\n content: \"\\f0fd\"; }\n\n.fa-podcast::before {\n content: \"\\f2ce\"; }\n\n.fa-temperature-full::before {\n content: \"\\f2c7\"; }\n\n.fa-temperature-4::before {\n content: \"\\f2c7\"; }\n\n.fa-thermometer-4::before {\n content: \"\\f2c7\"; }\n\n.fa-thermometer-full::before {\n content: \"\\f2c7\"; }\n\n.fa-bell::before {\n content: \"\\f0f3\"; }\n\n.fa-superscript::before {\n content: \"\\f12b\"; }\n\n.fa-plug-circle-xmark::before {\n content: \"\\e560\"; }\n\n.fa-star-of-life::before {\n content: \"\\f621\"; }\n\n.fa-phone-slash::before {\n content: \"\\f3dd\"; }\n\n.fa-paint-roller::before {\n content: \"\\f5aa\"; }\n\n.fa-handshake-angle::before {\n content: \"\\f4c4\"; }\n\n.fa-hands-helping::before {\n content: \"\\f4c4\"; }\n\n.fa-location-dot::before {\n content: \"\\f3c5\"; }\n\n.fa-map-marker-alt::before {\n content: \"\\f3c5\"; }\n\n.fa-file::before {\n content: \"\\f15b\"; }\n\n.fa-greater-than::before {\n content: \"\\3e\"; }\n\n.fa-person-swimming::before {\n content: \"\\f5c4\"; }\n\n.fa-swimmer::before {\n content: \"\\f5c4\"; }\n\n.fa-arrow-down::before {\n content: \"\\f063\"; }\n\n.fa-droplet::before {\n content: \"\\f043\"; }\n\n.fa-tint::before {\n content: \"\\f043\"; }\n\n.fa-eraser::before {\n content: \"\\f12d\"; }\n\n.fa-earth-americas::before {\n content: \"\\f57d\"; }\n\n.fa-earth::before {\n content: \"\\f57d\"; }\n\n.fa-earth-america::before {\n content: \"\\f57d\"; }\n\n.fa-globe-americas::before {\n content: \"\\f57d\"; }\n\n.fa-person-burst::before {\n content: \"\\e53b\"; }\n\n.fa-dove::before {\n content: \"\\f4ba\"; }\n\n.fa-battery-empty::before {\n content: \"\\f244\"; }\n\n.fa-battery-0::before {\n content: \"\\f244\"; }\n\n.fa-socks::before {\n content: \"\\f696\"; }\n\n.fa-inbox::before {\n content: \"\\f01c\"; }\n\n.fa-section::before {\n content: \"\\e447\"; }\n\n.fa-gauge-high::before {\n content: \"\\f625\"; }\n\n.fa-tachometer-alt::before {\n content: \"\\f625\"; }\n\n.fa-tachometer-alt-fast::before {\n content: \"\\f625\"; }\n\n.fa-envelope-open-text::before {\n content: \"\\f658\"; }\n\n.fa-hospital::before {\n content: \"\\f0f8\"; }\n\n.fa-hospital-alt::before {\n content: \"\\f0f8\"; }\n\n.fa-hospital-wide::before {\n content: \"\\f0f8\"; }\n\n.fa-wine-bottle::before {\n content: \"\\f72f\"; }\n\n.fa-chess-rook::before {\n content: \"\\f447\"; }\n\n.fa-bars-staggered::before {\n content: \"\\f550\"; }\n\n.fa-reorder::before {\n content: \"\\f550\"; }\n\n.fa-stream::before {\n content: \"\\f550\"; }\n\n.fa-dharmachakra::before {\n content: \"\\f655\"; }\n\n.fa-hotdog::before {\n content: \"\\f80f\"; }\n\n.fa-person-walking-with-cane::before {\n content: \"\\f29d\"; }\n\n.fa-blind::before {\n content: \"\\f29d\"; }\n\n.fa-drum::before {\n content: \"\\f569\"; }\n\n.fa-ice-cream::before {\n content: \"\\f810\"; }\n\n.fa-heart-circle-bolt::before {\n content: \"\\e4fc\"; }\n\n.fa-fax::before {\n content: \"\\f1ac\"; }\n\n.fa-paragraph::before {\n content: \"\\f1dd\"; }\n\n.fa-check-to-slot::before {\n content: \"\\f772\"; }\n\n.fa-vote-yea::before {\n content: \"\\f772\"; }\n\n.fa-star-half::before {\n content: \"\\f089\"; }\n\n.fa-boxes-stacked::before {\n content: \"\\f468\"; }\n\n.fa-boxes::before {\n content: \"\\f468\"; }\n\n.fa-boxes-alt::before {\n content: \"\\f468\"; }\n\n.fa-link::before {\n content: \"\\f0c1\"; }\n\n.fa-chain::before {\n content: \"\\f0c1\"; }\n\n.fa-ear-listen::before {\n content: \"\\f2a2\"; }\n\n.fa-assistive-listening-systems::before {\n content: \"\\f2a2\"; }\n\n.fa-tree-city::before {\n content: \"\\e587\"; }\n\n.fa-play::before {\n content: \"\\f04b\"; }\n\n.fa-font::before {\n content: \"\\f031\"; }\n\n.fa-rupiah-sign::before {\n content: \"\\e23d\"; }\n\n.fa-magnifying-glass::before {\n content: \"\\f002\"; }\n\n.fa-search::before {\n content: \"\\f002\"; }\n\n.fa-table-tennis-paddle-ball::before {\n content: \"\\f45d\"; }\n\n.fa-ping-pong-paddle-ball::before {\n content: \"\\f45d\"; }\n\n.fa-table-tennis::before {\n content: \"\\f45d\"; }\n\n.fa-person-dots-from-line::before {\n content: \"\\f470\"; }\n\n.fa-diagnoses::before {\n content: \"\\f470\"; }\n\n.fa-trash-can-arrow-up::before {\n content: \"\\f82a\"; }\n\n.fa-trash-restore-alt::before {\n content: \"\\f82a\"; }\n\n.fa-naira-sign::before {\n content: \"\\e1f6\"; }\n\n.fa-cart-arrow-down::before {\n content: \"\\f218\"; }\n\n.fa-walkie-talkie::before {\n content: \"\\f8ef\"; }\n\n.fa-file-pen::before {\n content: \"\\f31c\"; }\n\n.fa-file-edit::before {\n content: \"\\f31c\"; }\n\n.fa-receipt::before {\n content: \"\\f543\"; }\n\n.fa-square-pen::before {\n content: \"\\f14b\"; }\n\n.fa-pen-square::before {\n content: \"\\f14b\"; }\n\n.fa-pencil-square::before {\n content: \"\\f14b\"; }\n\n.fa-suitcase-rolling::before {\n content: \"\\f5c1\"; }\n\n.fa-person-circle-exclamation::before {\n content: \"\\e53f\"; }\n\n.fa-chevron-down::before {\n content: \"\\f078\"; }\n\n.fa-battery-full::before {\n content: \"\\f240\"; }\n\n.fa-battery::before {\n content: \"\\f240\"; }\n\n.fa-battery-5::before {\n content: \"\\f240\"; }\n\n.fa-skull-crossbones::before {\n content: \"\\f714\"; }\n\n.fa-code-compare::before {\n content: \"\\e13a\"; }\n\n.fa-list-ul::before {\n content: \"\\f0ca\"; }\n\n.fa-list-dots::before {\n content: \"\\f0ca\"; }\n\n.fa-school-lock::before {\n content: \"\\e56f\"; }\n\n.fa-tower-cell::before {\n content: \"\\e585\"; }\n\n.fa-down-long::before {\n content: \"\\f309\"; }\n\n.fa-long-arrow-alt-down::before {\n content: \"\\f309\"; }\n\n.fa-ranking-star::before {\n content: \"\\e561\"; }\n\n.fa-chess-king::before {\n content: \"\\f43f\"; }\n\n.fa-person-harassing::before {\n content: \"\\e549\"; }\n\n.fa-brazilian-real-sign::before {\n content: \"\\e46c\"; }\n\n.fa-landmark-dome::before {\n content: \"\\f752\"; }\n\n.fa-landmark-alt::before {\n content: \"\\f752\"; }\n\n.fa-arrow-up::before {\n content: \"\\f062\"; }\n\n.fa-tv::before {\n content: \"\\f26c\"; }\n\n.fa-television::before {\n content: \"\\f26c\"; }\n\n.fa-tv-alt::before {\n content: \"\\f26c\"; }\n\n.fa-shrimp::before {\n content: \"\\e448\"; }\n\n.fa-list-check::before {\n content: \"\\f0ae\"; }\n\n.fa-tasks::before {\n content: \"\\f0ae\"; }\n\n.fa-jug-detergent::before {\n content: \"\\e519\"; }\n\n.fa-circle-user::before {\n content: \"\\f2bd\"; }\n\n.fa-user-circle::before {\n content: \"\\f2bd\"; }\n\n.fa-user-shield::before {\n content: \"\\f505\"; }\n\n.fa-wind::before {\n content: \"\\f72e\"; }\n\n.fa-car-burst::before {\n content: \"\\f5e1\"; }\n\n.fa-car-crash::before {\n content: \"\\f5e1\"; }\n\n.fa-y::before {\n content: \"\\59\"; }\n\n.fa-person-snowboarding::before {\n content: \"\\f7ce\"; }\n\n.fa-snowboarding::before {\n content: \"\\f7ce\"; }\n\n.fa-truck-fast::before {\n content: \"\\f48b\"; }\n\n.fa-shipping-fast::before {\n content: \"\\f48b\"; }\n\n.fa-fish::before {\n content: \"\\f578\"; }\n\n.fa-user-graduate::before {\n content: \"\\f501\"; }\n\n.fa-circle-half-stroke::before {\n content: \"\\f042\"; }\n\n.fa-adjust::before {\n content: \"\\f042\"; }\n\n.fa-clapperboard::before {\n content: \"\\e131\"; }\n\n.fa-circle-radiation::before {\n content: \"\\f7ba\"; }\n\n.fa-radiation-alt::before {\n content: \"\\f7ba\"; }\n\n.fa-baseball::before {\n content: \"\\f433\"; }\n\n.fa-baseball-ball::before {\n content: \"\\f433\"; }\n\n.fa-jet-fighter-up::before {\n content: \"\\e518\"; }\n\n.fa-diagram-project::before {\n content: \"\\f542\"; }\n\n.fa-project-diagram::before {\n content: \"\\f542\"; }\n\n.fa-copy::before {\n content: \"\\f0c5\"; }\n\n.fa-volume-xmark::before {\n content: \"\\f6a9\"; }\n\n.fa-volume-mute::before {\n content: \"\\f6a9\"; }\n\n.fa-volume-times::before {\n content: \"\\f6a9\"; }\n\n.fa-hand-sparkles::before {\n content: \"\\e05d\"; }\n\n.fa-grip::before {\n content: \"\\f58d\"; }\n\n.fa-grip-horizontal::before {\n content: \"\\f58d\"; }\n\n.fa-share-from-square::before {\n content: \"\\f14d\"; }\n\n.fa-share-square::before {\n content: \"\\f14d\"; }\n\n.fa-child-combatant::before {\n content: \"\\e4e0\"; }\n\n.fa-child-rifle::before {\n content: \"\\e4e0\"; }\n\n.fa-gun::before {\n content: \"\\e19b\"; }\n\n.fa-square-phone::before {\n content: \"\\f098\"; }\n\n.fa-phone-square::before {\n content: \"\\f098\"; }\n\n.fa-plus::before {\n content: \"\\2b\"; }\n\n.fa-add::before {\n content: \"\\2b\"; }\n\n.fa-expand::before {\n content: \"\\f065\"; }\n\n.fa-computer::before {\n content: \"\\e4e5\"; }\n\n.fa-xmark::before {\n content: \"\\f00d\"; }\n\n.fa-close::before {\n content: \"\\f00d\"; }\n\n.fa-multiply::before {\n content: \"\\f00d\"; }\n\n.fa-remove::before {\n content: \"\\f00d\"; }\n\n.fa-times::before {\n content: \"\\f00d\"; }\n\n.fa-arrows-up-down-left-right::before {\n content: \"\\f047\"; }\n\n.fa-arrows::before {\n content: \"\\f047\"; }\n\n.fa-chalkboard-user::before {\n content: \"\\f51c\"; }\n\n.fa-chalkboard-teacher::before {\n content: \"\\f51c\"; }\n\n.fa-peso-sign::before {\n content: \"\\e222\"; }\n\n.fa-building-shield::before {\n content: \"\\e4d8\"; }\n\n.fa-baby::before {\n content: \"\\f77c\"; }\n\n.fa-users-line::before {\n content: \"\\e592\"; }\n\n.fa-quote-left::before {\n content: \"\\f10d\"; }\n\n.fa-quote-left-alt::before {\n content: \"\\f10d\"; }\n\n.fa-tractor::before {\n content: \"\\f722\"; }\n\n.fa-trash-arrow-up::before {\n content: \"\\f829\"; }\n\n.fa-trash-restore::before {\n content: \"\\f829\"; }\n\n.fa-arrow-down-up-lock::before {\n content: \"\\e4b0\"; }\n\n.fa-lines-leaning::before {\n content: \"\\e51e\"; }\n\n.fa-ruler-combined::before {\n content: \"\\f546\"; }\n\n.fa-copyright::before {\n content: \"\\f1f9\"; }\n\n.fa-equals::before {\n content: \"\\3d\"; }\n\n.fa-blender::before {\n content: \"\\f517\"; }\n\n.fa-teeth::before {\n content: \"\\f62e\"; }\n\n.fa-shekel-sign::before {\n content: \"\\f20b\"; }\n\n.fa-ils::before {\n content: \"\\f20b\"; }\n\n.fa-shekel::before {\n content: \"\\f20b\"; }\n\n.fa-sheqel::before {\n content: \"\\f20b\"; }\n\n.fa-sheqel-sign::before {\n content: \"\\f20b\"; }\n\n.fa-map::before {\n content: \"\\f279\"; }\n\n.fa-rocket::before {\n content: \"\\f135\"; }\n\n.fa-photo-film::before {\n content: \"\\f87c\"; }\n\n.fa-photo-video::before {\n content: \"\\f87c\"; }\n\n.fa-folder-minus::before {\n content: \"\\f65d\"; }\n\n.fa-store::before {\n content: \"\\f54e\"; }\n\n.fa-arrow-trend-up::before {\n content: \"\\e098\"; }\n\n.fa-plug-circle-minus::before {\n content: \"\\e55e\"; }\n\n.fa-sign-hanging::before {\n content: \"\\f4d9\"; }\n\n.fa-sign::before {\n content: \"\\f4d9\"; }\n\n.fa-bezier-curve::before {\n content: \"\\f55b\"; }\n\n.fa-bell-slash::before {\n content: \"\\f1f6\"; }\n\n.fa-tablet::before {\n content: \"\\f3fb\"; }\n\n.fa-tablet-android::before {\n content: \"\\f3fb\"; }\n\n.fa-school-flag::before {\n content: \"\\e56e\"; }\n\n.fa-fill::before {\n content: \"\\f575\"; }\n\n.fa-angle-up::before {\n content: \"\\f106\"; }\n\n.fa-drumstick-bite::before {\n content: \"\\f6d7\"; }\n\n.fa-holly-berry::before {\n content: \"\\f7aa\"; }\n\n.fa-chevron-left::before {\n content: \"\\f053\"; }\n\n.fa-bacteria::before {\n content: \"\\e059\"; }\n\n.fa-hand-lizard::before {\n content: \"\\f258\"; }\n\n.fa-notdef::before {\n content: \"\\e1fe\"; }\n\n.fa-disease::before {\n content: \"\\f7fa\"; }\n\n.fa-briefcase-medical::before {\n content: \"\\f469\"; }\n\n.fa-genderless::before {\n content: \"\\f22d\"; }\n\n.fa-chevron-right::before {\n content: \"\\f054\"; }\n\n.fa-retweet::before {\n content: \"\\f079\"; }\n\n.fa-car-rear::before {\n content: \"\\f5de\"; }\n\n.fa-car-alt::before {\n content: \"\\f5de\"; }\n\n.fa-pump-soap::before {\n content: \"\\e06b\"; }\n\n.fa-video-slash::before {\n content: \"\\f4e2\"; }\n\n.fa-battery-quarter::before {\n content: \"\\f243\"; }\n\n.fa-battery-2::before {\n content: \"\\f243\"; }\n\n.fa-radio::before {\n content: \"\\f8d7\"; }\n\n.fa-baby-carriage::before {\n content: \"\\f77d\"; }\n\n.fa-carriage-baby::before {\n content: \"\\f77d\"; }\n\n.fa-traffic-light::before {\n content: \"\\f637\"; }\n\n.fa-thermometer::before {\n content: \"\\f491\"; }\n\n.fa-vr-cardboard::before {\n content: \"\\f729\"; }\n\n.fa-hand-middle-finger::before {\n content: \"\\f806\"; }\n\n.fa-percent::before {\n content: \"\\25\"; }\n\n.fa-percentage::before {\n content: \"\\25\"; }\n\n.fa-truck-moving::before {\n content: \"\\f4df\"; }\n\n.fa-glass-water-droplet::before {\n content: \"\\e4f5\"; }\n\n.fa-display::before {\n content: \"\\e163\"; }\n\n.fa-face-smile::before {\n content: \"\\f118\"; }\n\n.fa-smile::before {\n content: \"\\f118\"; }\n\n.fa-thumbtack::before {\n content: \"\\f08d\"; }\n\n.fa-thumb-tack::before {\n content: \"\\f08d\"; }\n\n.fa-trophy::before {\n content: \"\\f091\"; }\n\n.fa-person-praying::before {\n content: \"\\f683\"; }\n\n.fa-pray::before {\n content: \"\\f683\"; }\n\n.fa-hammer::before {\n content: \"\\f6e3\"; }\n\n.fa-hand-peace::before {\n content: \"\\f25b\"; }\n\n.fa-rotate::before {\n content: \"\\f2f1\"; }\n\n.fa-sync-alt::before {\n content: \"\\f2f1\"; }\n\n.fa-spinner::before {\n content: \"\\f110\"; }\n\n.fa-robot::before {\n content: \"\\f544\"; }\n\n.fa-peace::before {\n content: \"\\f67c\"; }\n\n.fa-gears::before {\n content: \"\\f085\"; }\n\n.fa-cogs::before {\n content: \"\\f085\"; }\n\n.fa-warehouse::before {\n content: \"\\f494\"; }\n\n.fa-arrow-up-right-dots::before {\n content: \"\\e4b7\"; }\n\n.fa-splotch::before {\n content: \"\\f5bc\"; }\n\n.fa-face-grin-hearts::before {\n content: \"\\f584\"; }\n\n.fa-grin-hearts::before {\n content: \"\\f584\"; }\n\n.fa-dice-four::before {\n content: \"\\f524\"; }\n\n.fa-sim-card::before {\n content: \"\\f7c4\"; }\n\n.fa-transgender::before {\n content: \"\\f225\"; }\n\n.fa-transgender-alt::before {\n content: \"\\f225\"; }\n\n.fa-mercury::before {\n content: \"\\f223\"; }\n\n.fa-arrow-turn-down::before {\n content: \"\\f149\"; }\n\n.fa-level-down::before {\n content: \"\\f149\"; }\n\n.fa-person-falling-burst::before {\n content: \"\\e547\"; }\n\n.fa-award::before {\n content: \"\\f559\"; }\n\n.fa-ticket-simple::before {\n content: \"\\f3ff\"; }\n\n.fa-ticket-alt::before {\n content: \"\\f3ff\"; }\n\n.fa-building::before {\n content: \"\\f1ad\"; }\n\n.fa-angles-left::before {\n content: \"\\f100\"; }\n\n.fa-angle-double-left::before {\n content: \"\\f100\"; }\n\n.fa-qrcode::before {\n content: \"\\f029\"; }\n\n.fa-clock-rotate-left::before {\n content: \"\\f1da\"; }\n\n.fa-history::before {\n content: \"\\f1da\"; }\n\n.fa-face-grin-beam-sweat::before {\n content: \"\\f583\"; }\n\n.fa-grin-beam-sweat::before {\n content: \"\\f583\"; }\n\n.fa-file-export::before {\n content: \"\\f56e\"; }\n\n.fa-arrow-right-from-file::before {\n content: \"\\f56e\"; }\n\n.fa-shield::before {\n content: \"\\f132\"; }\n\n.fa-shield-blank::before {\n content: \"\\f132\"; }\n\n.fa-arrow-up-short-wide::before {\n content: \"\\f885\"; }\n\n.fa-sort-amount-up-alt::before {\n content: \"\\f885\"; }\n\n.fa-house-medical::before {\n content: \"\\e3b2\"; }\n\n.fa-golf-ball-tee::before {\n content: \"\\f450\"; }\n\n.fa-golf-ball::before {\n content: \"\\f450\"; }\n\n.fa-circle-chevron-left::before {\n content: \"\\f137\"; }\n\n.fa-chevron-circle-left::before {\n content: \"\\f137\"; }\n\n.fa-house-chimney-window::before {\n content: \"\\e00d\"; }\n\n.fa-pen-nib::before {\n content: \"\\f5ad\"; }\n\n.fa-tent-arrow-turn-left::before {\n content: \"\\e580\"; }\n\n.fa-tents::before {\n content: \"\\e582\"; }\n\n.fa-wand-magic::before {\n content: \"\\f0d0\"; }\n\n.fa-magic::before {\n content: \"\\f0d0\"; }\n\n.fa-dog::before {\n content: \"\\f6d3\"; }\n\n.fa-carrot::before {\n content: \"\\f787\"; }\n\n.fa-moon::before {\n content: \"\\f186\"; }\n\n.fa-wine-glass-empty::before {\n content: \"\\f5ce\"; }\n\n.fa-wine-glass-alt::before {\n content: \"\\f5ce\"; }\n\n.fa-cheese::before {\n content: \"\\f7ef\"; }\n\n.fa-yin-yang::before {\n content: \"\\f6ad\"; }\n\n.fa-music::before {\n content: \"\\f001\"; }\n\n.fa-code-commit::before {\n content: \"\\f386\"; }\n\n.fa-temperature-low::before {\n content: \"\\f76b\"; }\n\n.fa-person-biking::before {\n content: \"\\f84a\"; }\n\n.fa-biking::before {\n content: \"\\f84a\"; }\n\n.fa-broom::before {\n content: \"\\f51a\"; }\n\n.fa-shield-heart::before {\n content: \"\\e574\"; }\n\n.fa-gopuram::before {\n content: \"\\f664\"; }\n\n.fa-earth-oceania::before {\n content: \"\\e47b\"; }\n\n.fa-globe-oceania::before {\n content: \"\\e47b\"; }\n\n.fa-square-xmark::before {\n content: \"\\f2d3\"; }\n\n.fa-times-square::before {\n content: \"\\f2d3\"; }\n\n.fa-xmark-square::before {\n content: \"\\f2d3\"; }\n\n.fa-hashtag::before {\n content: \"\\23\"; }\n\n.fa-up-right-and-down-left-from-center::before {\n content: \"\\f424\"; }\n\n.fa-expand-alt::before {\n content: \"\\f424\"; }\n\n.fa-oil-can::before {\n content: \"\\f613\"; }\n\n.fa-t::before {\n content: \"\\54\"; }\n\n.fa-hippo::before {\n content: \"\\f6ed\"; }\n\n.fa-chart-column::before {\n content: \"\\e0e3\"; }\n\n.fa-infinity::before {\n content: \"\\f534\"; }\n\n.fa-vial-circle-check::before {\n content: \"\\e596\"; }\n\n.fa-person-arrow-down-to-line::before {\n content: \"\\e538\"; }\n\n.fa-voicemail::before {\n content: \"\\f897\"; }\n\n.fa-fan::before {\n content: \"\\f863\"; }\n\n.fa-person-walking-luggage::before {\n content: \"\\e554\"; }\n\n.fa-up-down::before {\n content: \"\\f338\"; }\n\n.fa-arrows-alt-v::before {\n content: \"\\f338\"; }\n\n.fa-cloud-moon-rain::before {\n content: \"\\f73c\"; }\n\n.fa-calendar::before {\n content: \"\\f133\"; }\n\n.fa-trailer::before {\n content: \"\\e041\"; }\n\n.fa-bahai::before {\n content: \"\\f666\"; }\n\n.fa-haykal::before {\n content: \"\\f666\"; }\n\n.fa-sd-card::before {\n content: \"\\f7c2\"; }\n\n.fa-dragon::before {\n content: \"\\f6d5\"; }\n\n.fa-shoe-prints::before {\n content: \"\\f54b\"; }\n\n.fa-circle-plus::before {\n content: \"\\f055\"; }\n\n.fa-plus-circle::before {\n content: \"\\f055\"; }\n\n.fa-face-grin-tongue-wink::before {\n content: \"\\f58b\"; }\n\n.fa-grin-tongue-wink::before {\n content: \"\\f58b\"; }\n\n.fa-hand-holding::before {\n content: \"\\f4bd\"; }\n\n.fa-plug-circle-exclamation::before {\n content: \"\\e55d\"; }\n\n.fa-link-slash::before {\n content: \"\\f127\"; }\n\n.fa-chain-broken::before {\n content: \"\\f127\"; }\n\n.fa-chain-slash::before {\n content: \"\\f127\"; }\n\n.fa-unlink::before {\n content: \"\\f127\"; }\n\n.fa-clone::before {\n content: \"\\f24d\"; }\n\n.fa-person-walking-arrow-loop-left::before {\n content: \"\\e551\"; }\n\n.fa-arrow-up-z-a::before {\n content: \"\\f882\"; }\n\n.fa-sort-alpha-up-alt::before {\n content: \"\\f882\"; }\n\n.fa-fire-flame-curved::before {\n content: \"\\f7e4\"; }\n\n.fa-fire-alt::before {\n content: \"\\f7e4\"; }\n\n.fa-tornado::before {\n content: \"\\f76f\"; }\n\n.fa-file-circle-plus::before {\n content: \"\\e494\"; }\n\n.fa-book-quran::before {\n content: \"\\f687\"; }\n\n.fa-quran::before {\n content: \"\\f687\"; }\n\n.fa-anchor::before {\n content: \"\\f13d\"; }\n\n.fa-border-all::before {\n content: \"\\f84c\"; }\n\n.fa-face-angry::before {\n content: \"\\f556\"; }\n\n.fa-angry::before {\n content: \"\\f556\"; }\n\n.fa-cookie-bite::before {\n content: \"\\f564\"; }\n\n.fa-arrow-trend-down::before {\n content: \"\\e097\"; }\n\n.fa-rss::before {\n content: \"\\f09e\"; }\n\n.fa-feed::before {\n content: \"\\f09e\"; }\n\n.fa-draw-polygon::before {\n content: \"\\f5ee\"; }\n\n.fa-scale-balanced::before {\n content: \"\\f24e\"; }\n\n.fa-balance-scale::before {\n content: \"\\f24e\"; }\n\n.fa-gauge-simple-high::before {\n content: \"\\f62a\"; }\n\n.fa-tachometer::before {\n content: \"\\f62a\"; }\n\n.fa-tachometer-fast::before {\n content: \"\\f62a\"; }\n\n.fa-shower::before {\n content: \"\\f2cc\"; }\n\n.fa-desktop::before {\n content: \"\\f390\"; }\n\n.fa-desktop-alt::before {\n content: \"\\f390\"; }\n\n.fa-m::before {\n content: \"\\4d\"; }\n\n.fa-table-list::before {\n content: \"\\f00b\"; }\n\n.fa-th-list::before {\n content: \"\\f00b\"; }\n\n.fa-comment-sms::before {\n content: \"\\f7cd\"; }\n\n.fa-sms::before {\n content: \"\\f7cd\"; }\n\n.fa-book::before {\n content: \"\\f02d\"; }\n\n.fa-user-plus::before {\n content: \"\\f234\"; }\n\n.fa-check::before {\n content: \"\\f00c\"; }\n\n.fa-battery-three-quarters::before {\n content: \"\\f241\"; }\n\n.fa-battery-4::before {\n content: \"\\f241\"; }\n\n.fa-house-circle-check::before {\n content: \"\\e509\"; }\n\n.fa-angle-left::before {\n content: \"\\f104\"; }\n\n.fa-diagram-successor::before {\n content: \"\\e47a\"; }\n\n.fa-truck-arrow-right::before {\n content: \"\\e58b\"; }\n\n.fa-arrows-split-up-and-left::before {\n content: \"\\e4bc\"; }\n\n.fa-hand-fist::before {\n content: \"\\f6de\"; }\n\n.fa-fist-raised::before {\n content: \"\\f6de\"; }\n\n.fa-cloud-moon::before {\n content: \"\\f6c3\"; }\n\n.fa-briefcase::before {\n content: \"\\f0b1\"; }\n\n.fa-person-falling::before {\n content: \"\\e546\"; }\n\n.fa-image-portrait::before {\n content: \"\\f3e0\"; }\n\n.fa-portrait::before {\n content: \"\\f3e0\"; }\n\n.fa-user-tag::before {\n content: \"\\f507\"; }\n\n.fa-rug::before {\n content: \"\\e569\"; }\n\n.fa-earth-europe::before {\n content: \"\\f7a2\"; }\n\n.fa-globe-europe::before {\n content: \"\\f7a2\"; }\n\n.fa-cart-flatbed-suitcase::before {\n content: \"\\f59d\"; }\n\n.fa-luggage-cart::before {\n content: \"\\f59d\"; }\n\n.fa-rectangle-xmark::before {\n content: \"\\f410\"; }\n\n.fa-rectangle-times::before {\n content: \"\\f410\"; }\n\n.fa-times-rectangle::before {\n content: \"\\f410\"; }\n\n.fa-window-close::before {\n content: \"\\f410\"; }\n\n.fa-baht-sign::before {\n content: \"\\e0ac\"; }\n\n.fa-book-open::before {\n content: \"\\f518\"; }\n\n.fa-book-journal-whills::before {\n content: \"\\f66a\"; }\n\n.fa-journal-whills::before {\n content: \"\\f66a\"; }\n\n.fa-handcuffs::before {\n content: \"\\e4f8\"; }\n\n.fa-triangle-exclamation::before {\n content: \"\\f071\"; }\n\n.fa-exclamation-triangle::before {\n content: \"\\f071\"; }\n\n.fa-warning::before {\n content: \"\\f071\"; }\n\n.fa-database::before {\n content: \"\\f1c0\"; }\n\n.fa-share::before {\n content: \"\\f064\"; }\n\n.fa-arrow-turn-right::before {\n content: \"\\f064\"; }\n\n.fa-mail-forward::before {\n content: \"\\f064\"; }\n\n.fa-bottle-droplet::before {\n content: \"\\e4c4\"; }\n\n.fa-mask-face::before {\n content: \"\\e1d7\"; }\n\n.fa-hill-rockslide::before {\n content: \"\\e508\"; }\n\n.fa-right-left::before {\n content: \"\\f362\"; }\n\n.fa-exchange-alt::before {\n content: \"\\f362\"; }\n\n.fa-paper-plane::before {\n content: \"\\f1d8\"; }\n\n.fa-road-circle-exclamation::before {\n content: \"\\e565\"; }\n\n.fa-dungeon::before {\n content: \"\\f6d9\"; }\n\n.fa-align-right::before {\n content: \"\\f038\"; }\n\n.fa-money-bill-1-wave::before {\n content: \"\\f53b\"; }\n\n.fa-money-bill-wave-alt::before {\n content: \"\\f53b\"; }\n\n.fa-life-ring::before {\n content: \"\\f1cd\"; }\n\n.fa-hands::before {\n content: \"\\f2a7\"; }\n\n.fa-sign-language::before {\n content: \"\\f2a7\"; }\n\n.fa-signing::before {\n content: \"\\f2a7\"; }\n\n.fa-calendar-day::before {\n content: \"\\f783\"; }\n\n.fa-water-ladder::before {\n content: \"\\f5c5\"; }\n\n.fa-ladder-water::before {\n content: \"\\f5c5\"; }\n\n.fa-swimming-pool::before {\n content: \"\\f5c5\"; }\n\n.fa-arrows-up-down::before {\n content: \"\\f07d\"; }\n\n.fa-arrows-v::before {\n content: \"\\f07d\"; }\n\n.fa-face-grimace::before {\n content: \"\\f57f\"; }\n\n.fa-grimace::before {\n content: \"\\f57f\"; }\n\n.fa-wheelchair-move::before {\n content: \"\\e2ce\"; }\n\n.fa-wheelchair-alt::before {\n content: \"\\e2ce\"; }\n\n.fa-turn-down::before {\n content: \"\\f3be\"; }\n\n.fa-level-down-alt::before {\n content: \"\\f3be\"; }\n\n.fa-person-walking-arrow-right::before {\n content: \"\\e552\"; }\n\n.fa-square-envelope::before {\n content: \"\\f199\"; }\n\n.fa-envelope-square::before {\n content: \"\\f199\"; }\n\n.fa-dice::before {\n content: \"\\f522\"; }\n\n.fa-bowling-ball::before {\n content: \"\\f436\"; }\n\n.fa-brain::before {\n content: \"\\f5dc\"; }\n\n.fa-bandage::before {\n content: \"\\f462\"; }\n\n.fa-band-aid::before {\n content: \"\\f462\"; }\n\n.fa-calendar-minus::before {\n content: \"\\f272\"; }\n\n.fa-circle-xmark::before {\n content: \"\\f057\"; }\n\n.fa-times-circle::before {\n content: \"\\f057\"; }\n\n.fa-xmark-circle::before {\n content: \"\\f057\"; }\n\n.fa-gifts::before {\n content: \"\\f79c\"; }\n\n.fa-hotel::before {\n content: \"\\f594\"; }\n\n.fa-earth-asia::before {\n content: \"\\f57e\"; }\n\n.fa-globe-asia::before {\n content: \"\\f57e\"; }\n\n.fa-id-card-clip::before {\n content: \"\\f47f\"; }\n\n.fa-id-card-alt::before {\n content: \"\\f47f\"; }\n\n.fa-magnifying-glass-plus::before {\n content: \"\\f00e\"; }\n\n.fa-search-plus::before {\n content: \"\\f00e\"; }\n\n.fa-thumbs-up::before {\n content: \"\\f164\"; }\n\n.fa-user-clock::before {\n content: \"\\f4fd\"; }\n\n.fa-hand-dots::before {\n content: \"\\f461\"; }\n\n.fa-allergies::before {\n content: \"\\f461\"; }\n\n.fa-file-invoice::before {\n content: \"\\f570\"; }\n\n.fa-window-minimize::before {\n content: \"\\f2d1\"; }\n\n.fa-mug-saucer::before {\n content: \"\\f0f4\"; }\n\n.fa-coffee::before {\n content: \"\\f0f4\"; }\n\n.fa-brush::before {\n content: \"\\f55d\"; }\n\n.fa-mask::before {\n content: \"\\f6fa\"; }\n\n.fa-magnifying-glass-minus::before {\n content: \"\\f010\"; }\n\n.fa-search-minus::before {\n content: \"\\f010\"; }\n\n.fa-ruler-vertical::before {\n content: \"\\f548\"; }\n\n.fa-user-large::before {\n content: \"\\f406\"; }\n\n.fa-user-alt::before {\n content: \"\\f406\"; }\n\n.fa-train-tram::before {\n content: \"\\e5b4\"; }\n\n.fa-user-nurse::before {\n content: \"\\f82f\"; }\n\n.fa-syringe::before {\n content: \"\\f48e\"; }\n\n.fa-cloud-sun::before {\n content: \"\\f6c4\"; }\n\n.fa-stopwatch-20::before {\n content: \"\\e06f\"; }\n\n.fa-square-full::before {\n content: \"\\f45c\"; }\n\n.fa-magnet::before {\n content: \"\\f076\"; }\n\n.fa-jar::before {\n content: \"\\e516\"; }\n\n.fa-note-sticky::before {\n content: \"\\f249\"; }\n\n.fa-sticky-note::before {\n content: \"\\f249\"; }\n\n.fa-bug-slash::before {\n content: \"\\e490\"; }\n\n.fa-arrow-up-from-water-pump::before {\n content: \"\\e4b6\"; }\n\n.fa-bone::before {\n content: \"\\f5d7\"; }\n\n.fa-user-injured::before {\n content: \"\\f728\"; }\n\n.fa-face-sad-tear::before {\n content: \"\\f5b4\"; }\n\n.fa-sad-tear::before {\n content: \"\\f5b4\"; }\n\n.fa-plane::before {\n content: \"\\f072\"; }\n\n.fa-tent-arrows-down::before {\n content: \"\\e581\"; }\n\n.fa-exclamation::before {\n content: \"\\21\"; }\n\n.fa-arrows-spin::before {\n content: \"\\e4bb\"; }\n\n.fa-print::before {\n content: \"\\f02f\"; }\n\n.fa-turkish-lira-sign::before {\n content: \"\\e2bb\"; }\n\n.fa-try::before {\n content: \"\\e2bb\"; }\n\n.fa-turkish-lira::before {\n content: \"\\e2bb\"; }\n\n.fa-dollar-sign::before {\n content: \"\\24\"; }\n\n.fa-dollar::before {\n content: \"\\24\"; }\n\n.fa-usd::before {\n content: \"\\24\"; }\n\n.fa-x::before {\n content: \"\\58\"; }\n\n.fa-magnifying-glass-dollar::before {\n content: \"\\f688\"; }\n\n.fa-search-dollar::before {\n content: \"\\f688\"; }\n\n.fa-users-gear::before {\n content: \"\\f509\"; }\n\n.fa-users-cog::before {\n content: \"\\f509\"; }\n\n.fa-person-military-pointing::before {\n content: \"\\e54a\"; }\n\n.fa-building-columns::before {\n content: \"\\f19c\"; }\n\n.fa-bank::before {\n content: \"\\f19c\"; }\n\n.fa-institution::before {\n content: \"\\f19c\"; }\n\n.fa-museum::before {\n content: \"\\f19c\"; }\n\n.fa-university::before {\n content: \"\\f19c\"; }\n\n.fa-umbrella::before {\n content: \"\\f0e9\"; }\n\n.fa-trowel::before {\n content: \"\\e589\"; }\n\n.fa-d::before {\n content: \"\\44\"; }\n\n.fa-stapler::before {\n content: \"\\e5af\"; }\n\n.fa-masks-theater::before {\n content: \"\\f630\"; }\n\n.fa-theater-masks::before {\n content: \"\\f630\"; }\n\n.fa-kip-sign::before {\n content: \"\\e1c4\"; }\n\n.fa-hand-point-left::before {\n content: \"\\f0a5\"; }\n\n.fa-handshake-simple::before {\n content: \"\\f4c6\"; }\n\n.fa-handshake-alt::before {\n content: \"\\f4c6\"; }\n\n.fa-jet-fighter::before {\n content: \"\\f0fb\"; }\n\n.fa-fighter-jet::before {\n content: \"\\f0fb\"; }\n\n.fa-square-share-nodes::before {\n content: \"\\f1e1\"; }\n\n.fa-share-alt-square::before {\n content: \"\\f1e1\"; }\n\n.fa-barcode::before {\n content: \"\\f02a\"; }\n\n.fa-plus-minus::before {\n content: \"\\e43c\"; }\n\n.fa-video::before {\n content: \"\\f03d\"; }\n\n.fa-video-camera::before {\n content: \"\\f03d\"; }\n\n.fa-graduation-cap::before {\n content: \"\\f19d\"; }\n\n.fa-mortar-board::before {\n content: \"\\f19d\"; }\n\n.fa-hand-holding-medical::before {\n content: \"\\e05c\"; }\n\n.fa-person-circle-check::before {\n content: \"\\e53e\"; }\n\n.fa-turn-up::before {\n content: \"\\f3bf\"; }\n\n.fa-level-up-alt::before {\n content: \"\\f3bf\"; }\n\n.sr-only,\n.fa-sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0; }\n\n.sr-only-focusable:not(:focus),\n.fa-sr-only-focusable:not(:focus) {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0; }\n","/*!\n * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n * Copyright 2023 Fonticons, Inc.\n */\n:root, :host {\n --fa-style-family-classic: 'Font Awesome 6 Free';\n --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }\n\n@font-face {\n font-family: 'Font Awesome 6 Free';\n font-style: normal;\n font-weight: 400;\n font-display: block;\n src: url(\"../webfonts/fa-regular-400.woff2\") format(\"woff2\"), url(\"../webfonts/fa-regular-400.ttf\") format(\"truetype\"); }\n\n.far,\n.fa-regular {\n font-weight: 400; }\n","/*!\n * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n * Copyright 2023 Fonticons, Inc.\n */\n:root, :host {\n --fa-style-family-classic: 'Font Awesome 6 Free';\n --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }\n\n@font-face {\n font-family: 'Font Awesome 6 Free';\n font-style: normal;\n font-weight: 900;\n font-display: block;\n src: url(\"../webfonts/fa-solid-900.woff2\") format(\"woff2\"), url(\"../webfonts/fa-solid-900.ttf\") format(\"truetype\"); }\n\n.fas,\n.fa-solid {\n font-weight: 900; }\n","// Import FontAwesome\n@import '~@fortawesome/fontawesome-free/css/fontawesome.css';\n@import '~@fortawesome/fontawesome-free/css/regular.css';\n@import '~@fortawesome/fontawesome-free/css/solid.css';\n\n@mixin fontAwesome($code, $font-type: Regular) {\n font-family: 'Font Awesome 6 Free ' + $font-type;\n content: unquote(\"\\\"\")+unquote(str-insert($code, \"\\\\\", 1))+unquote(\"\\\"\");\n}\n\n@mixin ColoredIconInBeforeOfElement($code, $font-type, $color) {\n &:before {\n @include fontAwesome($code, $font-type);\n color: $color;\n }\n &:hover:before {\n color: darken($color, 10%);\n }\n}\n","body {\n font-size: 13px;\n color: #222;\n line-height: 1.5;\n}\n\nhtml[lang=\"ja\"] body {\n font-family: Meiryo, \"Hiragino Kaku Gothic Pro\", \"Hiragino Sans\", \"MS PGothic\", Verdana, system-ui, sans-serif;\n}\n\n@font-face {\n font-family: 'Font Awesome 6 Free Solid';\n font-style: normal;\n font-weight: 900;\n src: url(\"~@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2\") format(\"woff2\"),\n url(\"~@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf\") format(\"truetype\");\n}\n\n@font-face {\n font-family: 'Font Awesome 6 Free Regular';\n font-style: normal;\n font-weight: 400;\n src: url(\"~@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2\") format(\"woff2\"),\n url(\"~@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf\") format(\"truetype\");\n}\n","h1, h2, h3, h4 {\n font-weight: normal;\n color: $default-heading-font-color;\n}\n\n#content h1 {\n color: $default-heading-font-color;\n}\n","$color-top-menu-bg: #223342;\n$color-main-bg: #fafcfe;\n$color-border-sidebar-switch-button: #ddd;\n\n#top-menu {\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);\n background: $color-top-menu-bg;\n z-index: 1;\n position: relative;\n}\n\n#header {\n background: radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%), radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%), radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);\n padding: 10px 30px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n color: white;\n min-height: 1em;\n\n h1 {\n padding-bottom: 20px;\n color: white;\n }\n}\n\n#main {\n background-color: $color-main-bg;\n}\n\n#content {\n padding: 25px;\n background-color: $color-main-bg;\n box-sizing: border-box;\n width: 81%;\n}\n\n#sidebar {\n padding-left: 17px;\n padding-right: 17px;\n width: 19%;\n box-sizing: border-box;\n font-size: 0.9em;\n\n h3 { color: $default-heading-font-color; }\n}\n\n.icon {\n padding-bottom: 2px;\n padding-top: 2px;\n}\n\n// Fix a problem that underlines is broken in chrome\na:hover, a:active {\n outline: 1px solid transparent;\n}\n\n// Collapse sidebar\n#sidebar { width: 19%; display: none; background-color: $color-header-bg;}\n#main.visible-sidebar #sidebar{ display: block; }\n@media screen and (max-width: 899px) {\n #main.visible-sidebar {\n #sidebar, #sidebar-switch-panel { display: none; }\n }\n}\n\n#content { padding: 14px 14px 14px 14px; }\n#sidebar-switch-panel {\n float: right;\n left: 10px;\n top: 2px;\n width: 20px;\n height: 25px;\n position: relative;\n padding: 2px;\n margin-left: 5px;\n}\n#sidebar-switch-button {\n background-color: $color-header-bg;\n border-bottom: 1px solid $color-border-sidebar-switch-button;\n border-left: 1px solid $color-border-sidebar-switch-button;\n border-top: 1px solid $color-border-sidebar-switch-button;\n border-radius: 10px 0px 0px 10px;\n display: block;\n height: 100%;\n padding: 9px 20px 9px 5px;\n font-size: 0px;\n text-decoration: none;\n &:before {\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n margin-right: 3px;\n font-size: 15px;\n color: #666;\n }\n}\n#main:not(.visible-sidebar) #sidebar-switch-button:before{\n @include fontAwesome('f053', 'Solid'); // fa-chevron-left\n}\n#main.visible-sidebar #sidebar-switch-button:before {\n @include fontAwesome('f054', 'Solid'); // fa-chevron-right\n}\n@media print {\n #main.visible-sidebar #sidebar, #sidebar-switch-panel { display:none; }\n}\n\n// To prevent it from overlapping the sidebar\ntable.list.plugins {\n margin-top: 10px;\n}\n\n@media screen and (max-width: 899px) {\n #content>.contextual>a, #content>.contextual .drdn, p.buttons a {\n background: #ffffff;\n }\n}\n","$default-heading-font-color: #333;\n$color-issue-bg: #fff9c4;\n$color-header-bg: #e9eaf1;\n\n// icon\n$icon-color: #666;\n$hover-icon-color: #000000;\n$color-bookmark-icon: #557cff;\n$color-star-icon: #ffc400;\n$color-warning-icon: #ffae42;\n$color-success-icon: #55ab4f;\n$color-error-icon: #EC0B19;\n\n// priority\n$color-priority-lowest : #81D4FA;\n$color-priority-high3 : #EF9A9A;\n$color-priority-high2 : #E53935;\n$color-priority-highest : #C62828;\n\n// status\n$color-closed : #777777;\n",".box, .mypage-box,\n.controller-wiki.action-show .wiki.wiki-page,\n.controller-attachments.action-show .filecontent.wiki,\n.controller-repositories.action-entry .filecontent.wiki,\n.controller-wiki.action-index.pages-hierarchy,\n#activity,\n#roadmap article,\n.controller-news.action-index article.news-article,\n.controller-news.action-show #comments,\n.controller-projects.action-index li.root,\n.controller-documents.action-index .document-item\n {\n background-color: #fff;\n margin-bottom: 20px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n}\n\n.controller-wiki.action-show .wiki.wiki-page {\n margin-top: 25px;\n margin-bottom: 10px;\n}\n\n#activity {\n padding: 0px;\n h3 {\n top: 10px;\n }\n}\n\n.controller-news.action-index article.news-article {\n margin-bottom: 10px;\n}\n\n.gantt-table {\n background-color: #fff;\n}\n\n#wiki_add_attachment .box {\n padding: 6px;\n}\n\ndiv.issue-cards .issue-card {\n background-color: #fff9c4;\n}\n","$color-main-menu-line: #ffd600;\n$color-menu-children-bg: #ffffff;\n$color-menu-children-border: #dddddd;\n$color-menu-children-text: #777777;\n$color-menu-children-hover-bg: #eff4f6;\n$color-menu-children-hover-text: #2b2f33;\n\n\n#main-menu {\n ul{\n li {\n margin: 0;\n\n a {\n padding: 8px 12px;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &.selected, &:hover {\n position: relative;\n background: transparent;\n color: inherit;\n\n &:after {\n content: \"\";\n position: absolute;\n width: 100%;\n height: 3px;\n background-color: $color-main-menu-line;\n bottom: 0px;\n left: 0;\n }\n }\n\n &.selected:hover {\n background: transparent;\n color: white;\n }\n\n &.new-object {\n background: rgba(255,255,255,.05);\n border: 2px solid rgba(255,255,255,.25);\n position: relative;\n margin: 0 10px;\n padding: 0;\n width: 26px;\n height: 26px;\n line-height: 25px;\n border-radius: 50%;\n text-align: center;\n bottom: 1px;\n\n &:hover:after {\n content: none;\n }\n }\n\n }\n }\n\n .menu-children {\n border: none;\n background-color: $color-menu-children-bg;\n box-shadow: 0 1px 7px 2px rgba(135,158,171,.2);\n border-radius: 3px;\n\n li {\n border-bottom: $color-menu-children-border solid 1px;\n a {\n color: $color-menu-children-text;\n background-color: transparent;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &:after {\n content: none;\n }\n\n &:hover {\n color: $color-menu-children-hover-text;\n background: $color-menu-children-hover-bg;\n }\n }\n }\n }\n }\n}","$table-head-cell-padding: 5px;\n$table-cell-padding: 4px;\n$line-height-base: 1.74;\n$line-height-computed: 25px;\n$color-table-border: #dfe8f1;\n$color-th-bg: #eff1f9;\n$color-odd-bg: #f9f9f9;\n\n\ntable.list {\n border: none;\n margin-bottom: $line-height-computed;\n background-color: white;\n\n // Cells\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n line-height: $line-height-base;\n vertical-align: top;\n border-top: 1px solid $color-table-border;\n font-size: 0.9em;\n &.checkbox {\n padding: $table-cell-padding;\n\n input {\n margin: 0 7px 0 15px !important;\n }\n }\n }\n &.priority-lowest {\n background-color: lighten($color-priority-lowest, 20%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-lowest inset;\n }\n }\n &.priority-high3 {\n background-color: lighten($color-priority-high3, 18%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high3 inset;\n }\n }\n &.priority-high2 {\n background-color: lighten($color-priority-high2, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high2 inset;\n }\n }\n &.priority-highest {\n background-color: lighten($color-priority-highest, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-highest inset;\n }\n }\n &.closed {\n color: $color-closed;\n a { color: $color-closed; }\n }\n &:hover {\n background-color: #fff9c4;\n }\n }\n }\n // Bottom align for column headings\n > thead > tr > th {\n color: #4b5056;\n font-weight: 700;\n vertical-align: bottom;\n border-bottom: 2px solid $color-table-border;\n background-color: $color-th-bg;\n padding: $table-head-cell-padding;\n &.checkbox { padding: $table-head-cell-padding; }\n }\n // Remove top border from thead by default\n > caption + thead,\n > colgroup + thead,\n > thead:first-child {\n > tr:first-child {\n > th,\n > td {\n border-top: 0;\n }\n }\n }\n // Account for multiple tbody instances\n > tbody + tbody {\n border-top: 2px solid $color-table-border;\n }\n\n td.attachments {\n padding-bottom: 5px;\n }\n}\n","div.wiki {\n h1, h2, h3, h4 {\n font-weight: bold;\n }\n ul.toc {\n background-color: $color-issue-bg;\n border: none;\n padding: 9px;\n border-radius: 4px;\n }\n}\n\n/* Fix an issue where the default line-height is 1.5em, which breaks the layout. */\n.box div.wiki-preview {\n line-height: 1.5;\n}","$input-padding: 4px 6px;\n$color-input-bg: #ffffff;\n$color-disabled-input-bg: #ebebe4;\n$color-input-text: #2b2f33;\n$color-input-border: #dfe8f1;\n$color-input-border-focus: #3da6ff;\n$color-validation-error-input-border: #bb0000;\n\n$color-submit-text: #ffffff;\n$color-submit-border: #34495e;\n$color-submit-bg: #34495e;\n$color-submit-disabled-bg: #95a5a6;\n$color-submit-hover-border: #3f5872;\n$color-submit-hover-bg: #3f5872;\n\n$color-button-text: #555a60;\n$color-button-border: #dfe8f1;\n$color-button-bg: #fefeff;\n$color-button-disabled-bg: #95a5a6;\n$color-button-hover-text: #2b2f33;\n$color-button-hover-border: #bfc8d1;\n$color-button-hover-bg: #f3f3f9;\n\n$checkbox-size: 16px;\n$checkbox-margin: 7px 2px 7px 0px;\n\n\n#wrapper, .modal {\n input[type=\"text\"],\n input[type=\"password\"],\n input[type=\"date\"],\n input[type=\"file\"],\n select,\n textarea {\n background-color: $color-input-bg;\n padding: $input-padding;\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n height: auto;\n line-height: 1.3;\n\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n &.filename {\n box-shadow: none;\n }\n\n &:disabled {\n background-color: $color-disabled-input-bg;\n }\n }\n .select2-container--default .select2-selection--single {\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n line-height: 1.3;\n height: 24px;\n padding: 0px 25px 0px 5px;\n .select2-selection__arrow {\n // Hide original arrow icon\n b {\n display: none;\n }\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 0px;\n }\n .select2-selection__rendered {\n padding: 1px 2px;\n font-family: Arial;\n font-size: 13px;\n color: #2b2f33;\n line-height: 1.5;\n font-weight: 400;\n }\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n }\n .select2-container--default.select2-container--disabled .select2-selection--single {\n cursor: not-allowed;\n color: graytext;\n background-color: #ebebe4 !important;\n }\n // テキストボックスで等幅フォントを使用\n input[type=\"text\"] {\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n font-size: 100%;\n }\n\n textarea.wiki-edit {\n font-size: 13px;\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n letter-spacing: normal;\n line-height: 130%;\n }\n\n select {\n height: auto;\n appearance: none;\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 95% 50%;\n padding-right: 2.5em;\n\n &::-ms-expand {\n display: none;\n }\n\n &:hover {\n border-color: #ccc;\n outline: none;\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n // Fix Firefox dotted focusring\n &:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 #000;\n }\n\n &[multiple=\"multiple\"] {\n background: white;\n padding-right: 5px;\n }\n }\n\n .tabular label {\n margin-top: 5px;\n\n &.error {\n color: $color-validation-error-input-border !important;\n }\n &.error + *:not(#issue_description_and_toolbar), &.error + span#issue_description_and_toolbar div.jstBlock {\n border: 1px solid $color-validation-error-input-border !important;\n }\n }\n\n label.inline {\n margin-right: 5px;\n }\n\n input[type=\"submit\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-submit-text;\n border: 1px solid $color-submit-border;\n background: $color-submit-bg;\n box-shadow: none;\n &:hover, &:active {\n border-color: $color-submit-hover-border;\n background-color: $color-submit-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-submit-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"button\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-button-text;\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n color: $color-button-hover-text;\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-button-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"checkbox\"] {\n width: $checkbox-size;\n height: $checkbox-size;\n margin: $checkbox-margin;\n box-shadow: none;\n }\n\n .pagination ul.pages li.page {\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n a { color: $color-button-hover-text; }\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n }\n .pagination ul.pages li.previous, .pagination ul.pages li.next {\n background: $color-button-bg;\n }\n}\n\nform .attributes {\n select { width: 85%; }\n\n .check_box_group label {\n width: 100%;\n }\n}\n\n.select2-container.select2-container--default {\n .select2-dropdown {\n box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);\n border: none;\n }\n li.select2-results__option[role=\"option\"] {\n &:before {\n content: ' ';\n display: inline-block;\n line-height: 1em;\n width: 1em;\n height: 1em;\n margin-right: 4px;\n font-weight: bold;\n }\n }\n li.select2-results__option[role=\"option\"][aria-selected=true] {\n &:before {\n content: \"\\2713 \";\n }\n }\n li.select2-results__option--highlighted[role=\"option\"][aria-selected] {\n background-color: #759FC2;\n color: #fff;\n }\n\n input.select2-search__field {\n background: #fff url('../images/search.svg') no-repeat 2px 50%;\n background-size: 12px 12px;\n background-position: 5px;\n padding-left: 20px;\n &:focus {\n outline: none;\n border-color: $color-input-border-focus;\n }\n }\n}\n","$flash-padding: 10px 12px 10px 30px;\n\n$color-flash-error-text: #620f0f;\n$color-flash-error-bg: #ffc6c6;\n$color-flash-notice-text: #1e620f;\n$color-flash-notice-bg: #d3ffc6;\n$color-flash-warning-text: #624b0f;\n$color-flash-warning-bg: #ffeec6;\n\n#errorExplanation, div.flash, .nodata, .warning, .conflict {\n padding: $flash-padding;\n border-radius: 3px;\n border: none;\n}\n\ndiv.flash.error, #errorExplanation {\n color: $color-flash-error-text;\n background-color: $color-flash-error-bg;\n border: none;\n}\n\ndiv.flash.notice {\n color: $color-flash-notice-text;\n background: $color-flash-notice-bg;\n}\n\ndiv.flash.warning, .conflict {\n color: $color-flash-warning-text;\n background: $color-flash-warning-bg;\n}\n\n.nodata, .warning {\n text-align: center;\n background-color: #ffeec6;\n color: #624b0f;\n}\n","$color-modal-titlebar-bg: #f7f9fa;\n$color-modal-titlebar-text: #555555;\n$color-modal-titlebar-border: #e5e5e5;\n\n\ndiv.modal {\n border: none;\n box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);\n padding: 0;\n\n .ui-dialog-titlebar {\n padding: 15px;\n border: none;\n background: $color-modal-titlebar-bg;\n color: $color-modal-titlebar-text;\n font-weight: normal;\n border-bottom: 1px solid $color-modal-titlebar-border;\n\n .ui-dialog-title {\n margin: 0;\n }\n\n .ui-dialog-titlebar-close {\n right: 1em;\n }\n }\n\n .ui-dialog-content {\n padding: 5px 15px 15px;\n }\n}\n\n.ui-widget-overlay {\n background: black;\n opacity: 0.55;\n}","$issue-padding: 20px;\n\n$progress-height: 0.6em;\n$color-progress-closed-bg: #4DB6AC;\n\n$histry-padding: 15px;\n$color-history-bg: #ffffff;\n$color-history-border: #dfe8f1;\n\n$timeline-point-size: 8px;\n$color-timeline: #e5e5e5;\n\n$note-title-margin: 0 19px 0 10px;\n$note-title-padding: 6px 9px;\n$color-note-title-bg: #e9eaf1;\n\n$color-content-bg: #fafcfe;\n$color-unselected-tab-bg: #f0f0f0;\n$color-target-bg: #DDEEFF;\n\ndiv.issue {\n background: $color-issue-bg;\n padding: $issue-padding;\n margin-bottom: 12px;\n border-radius: 3px;\n border: none;\n\n hr {\n width: auto;\n background: rgba(0,0,0,0.12);\n padding: 0 10px;\n margin: 8px -10px;\n }\n}\n\ntable.progress {\n margin: 4px 6px 0px 0;\n\n td {\n height: $progress-height;\n border-radius: 2px;\n\n &.closed {\n background-color: $color-progress-closed-bg;\n }\n }\n}\n\np.percent {\n padding-top: 2px;\n}\n\n.edit_issue fieldset {\n border: none;\n background: #f4f7f9;\n margin-bottom: 15px;\n border-radius: 5px;\n padding: 23px 12px 13px;\n\n legend {\n position: relative;\n top: 18px;\n }\n}\n\n// 作成日・更新日に実際の日時を表示\na[href*=\"activity\"][data-absolute-date*=\":\"] {\n margin: 0 3px;\n box-shadow: inset 0 -1.5em 0 rgba(0, 0, 0, 0.08);\n display: inline-block;\n padding: 0 3px;\n border-radius: 3px;\n &:before {\n content: ' [' attr(data-absolute-date) '] ';\n }\n}\n\ndiv#content .tabs {\n ul {\n border-bottom: 1px solid $color-history-border;\n\n li a {\n background-color: $color-unselected-tab-bg;\n border: 1px solid $color-history-border;\n\n &.selected {\n background-color: $color-content-bg;\n border: 1px solid $color-history-border;\n border-bottom: 1px solid $color-content-bg;\n }\n }\n }\n}\ndiv#update .jstTabs.tabs li a {\n border-bottom: 1px solid $color-history-border;\n}\n\n#history {\n div.tabs {\n margin-bottom: 0px;\n\n ul li a.selected {\n background-color: $color-history-bg;\n border-bottom: 1px solid $color-history-bg;\n }\n }\n .tab-content {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border-right: 1px solid $color-history-border;\n border-left: 1px solid $color-history-border;\n border-bottom: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n // Do not show vertical lines connecting history if tab-notes or tab-properties\n &.discontinuity .journal:after {\n content: none;\n }\n\n .journal {\n padding: 8px 3px 3px 3px;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n .journal-actions, a.journal-link {\n position: relative;\n z-index: 5;\n }\n }\n\n // #tab-content-changesets内のh4要素のみ.contextualと隣接していないため個別の書き方をしている\n h4.note-header {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target .contextual + h4, div:target .contextual + h4 {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n\n .details {\n list-style: none;\n font-size: 0.9em;\n line-height: 1.5;\n margin-bottom: 1em;\n padding-left: 46px;\n\n li {\n position: relative;\n\n &:after {\n display: block;\n content: '';\n position: absolute;\n top: .5em;\n left: -1em;\n width: 4px;\n height: 4px;\n background-color: $color-history-bg;\n border: 1px solid #888;\n border-radius: 50%;\n }\n }\n }\n\n form .jstBlock, form input, div[id^=\"template_journal\"],\n .wiki:not(.wiki-preview),\n &.time_entry p, &.changeset .note > p {\n margin-left: 32px;\n }\n }\n }\n}\n\n.tabular p {\n padding-left: 160px;\n\n .edit_issue & {\n padding-left: 130px;\n }\n}\n.edit_issue .tabular .wiki-preview p {padding-left: 0 !important}\n\n.tabular label {\n margin-left: -160px;\n width: 150px;\n\n .edit_issue & {\n margin-left: -130px;\n width: 120px;\n }\n}\n\nfieldset#filters td.values input {\n height: inherit;\n}\n\n.jstBlock .wiki-preview {\n border: 1px solid $color-history-border;\n}\n\n.issue-card {\n background-color: $color-issue-bg;\n}","// forum(board)\n\n.controller-messages.action-show #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n\n & > p {\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n}\n\n#replies {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .message.reply {\n padding: 8px 3px 3px 3px !important;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n }\n }\n\n .wiki {\n padding-left: 32px;\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target h4.note-header, div:target h4.note-header {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n }\n}",".controller-news.action-show {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n #comments {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .wiki {\n padding-left: 32px;\n }\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n padding-bottom: 5px;\n }\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n\n #edit-news + p + div.wiki, h2 + p + div.wiki {\n position: relative;\n background-color: #fff;\n margin-bottom: 10px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n }\n}",".controller-documents.action-index #content {\n h3.group-name {\n position: relative;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n }\n h4.title {\n font-size: 1.2em;\n border-bottom: 0px;\n }\n}","// forum(board)\n\n.controller-repositories.action-revision, .controller-repositories.action-diff {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n &.avatars-on .details {\n h4 {\n left: 35px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n &.avatars-off .details {\n h4 {\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n }\n\n .wiki.changeset-comments, #related-issues, .revision-info {\n background-color: #fff;\n padding: 10px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n margin: 5px;\n }\n\n .revision-info {\n padding-left: 20px;\n }\n}\n","div#activity dt .time { color: #444; }\ndiv#activity dt.me .time { border-color: #666; }\ndiv#activity dd span.description, #search-results dd span.description { color: #444; }\n\ndiv#activity h3 {\n position: relative;\n margin: $note-title-margin;\n border: none;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n}\n\ndiv#activity dl {\n margin-right: 2em;\n}","$overridden-selectors: '.icon-add', '.icon-edit', '.icon-copy', '.icon-del', '.icon-move', '.icon-save', '.icon-download', '.icon-cancel', '.icon-multiple', '.icon-folder', '.open:not(.dmsf-expander)', '.icon-folder', '.icon-package', '.icon-user', '.icon-project', '.icon-projects', '.icon-help', '.icon-attachment', '.icon-history', '.icon-time-entry', '.icon-time', '.icon-time-add', '.icon-stats', '.icon-warning', '.icon-error', '.icon-fav', '.icon-fav-off', '.icon-reload', '.icon-lock', '.icon-locked', '.icon-unlock', '.icon-checked', '.icon-comment', '.icon-comments', '.icon-summary', '.icon-server-authentication', '.icon-issue', '.icon-zoom-in', '.icon-zoom-out', '.icon-passwd', '.icon-arrow-right', '.icon-test', '.icon-sticky', '.icon-email', '.icon-email-disabled', '.icon-email-add', '.icon-ok', '.icon-not-ok', '.icon-link-break', '.icon-list', '.icon-close', '.icon-settings', '.icon-roles', '.icon-issue-edit', '.icon-workflows', '.icon-custom-fields', '.icon-plugins', '.icon-news', '.icon-issue-closed', '.icon-issue-note', '.icon-changeset', '.icon-message', '.icon-reply', '.icon-wiki-page', '.icon-wiki-page', '.icon-document', '.icon-add-bullet', '.icon-shared', '.icon-actions', '.icon-expanded',\n'.icon-expended', '.icon-sidebar', '.icon-collapsed', '.icon-bookmark', '.icon-bookmark-off', '.icon-sort-handle', '.icon-sorted-asc', '.icon-sorted-desc', '.icon-toggle-plus', '.icon-toggle-minus', '.icon-file', '.icon-clear-query', '.icon-import', '.icon-group:not(.name):not(.group)', '.icon-bookmarked-project', '.icon-copy-link';\n\n// .atomアイコンは個別に置き換え\na.atom { background: transparent; padding: 2px 0px 3px 16px; }\na.atom:before { /* fa-atom */ @include fontAwesome('f143', 'Solid'); }\n\n.icon:before, .icon-only:before, #context-menu .icon-checked:before {\n color: $icon-color;\n}\n.icon:hover::before, .icon-only:hover::before, #context-menu .icon-checked:before {\n color: $hover-icon-color;\n}\n.icon:before, .icon-only:before, a.atom:before {\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n font-size: 14px;\n padding-right: 5px;\n}\n\n.icon-add:before { /* fa-circle-plus */ @include fontAwesome('f055', 'Solid');}\n.icon-edit:before { /* fa-pencil */ @include fontAwesome('f303', 'Solid'); }\n.icon-copy:before { /* fa-clone */ @include fontAwesome('f0c5'); }\n.icon-copy-link:before { /* fa-clipboard */ @include fontAwesome('f328') }\n.icon-del:before { /* fa-trash */ @include fontAwesome('f2ed'); }\n.icon-move:before { /* fa-share */ @include fontAwesome('f064', 'Solid'); }\n.icon-save:before { /* fa-floppy */ @include fontAwesome('f0c7'); }\n.icon-download:before { /* fa-download */ @include fontAwesome('f019', 'Solid'); }\n.icon-cancel:before { /* fa-reply */ @include fontAwesome('f3e5', 'Solid'); }\n.icon-multiple:before { /* fa-sync-alt */ @include fontAwesome('f2f1', 'Solid'); }\n.icon-folder:before { /* fa-folder */ @include fontAwesome('f07b'); }\n.open .icon-folder:before { /* fa-folder */ @include fontAwesome('f07c'); }\n.icon-package:before { /* fa-cube */ @include fontAwesome('f1b2', 'Solid'); }\n.icon-user:before { /* fa-user */ @include fontAwesome('f007', 'Solid'); }\n.icon-project:before, .icon-projects:before { /* fa-cubes */ @include fontAwesome('f1b3', 'Solid'); }\n.icon-help:before { /* fa-info-circle */ @include fontAwesome('f05a', 'Solid'); }\n.icon-attachment:before { /* fa-paperclip */ @include fontAwesome('f0c6', 'Solid'); }\n.icon-history:before { /* fa-history */ @include fontAwesome('f1da', 'Solid'); }\n.icon-time-entry:before, .icon-time:before { /* fa-clock */ @include fontAwesome('f017'); }\n.icon-time-add:before { /* fa-clock */ @include fontAwesome('f017'); }\n.icon-stats:before { /* fa-bar-chart */ @include fontAwesome('f080'); }\n.icon-warning { /* fa-warning */ @include ColoredIconInBeforeOfElement('f071', 'Solid', $color-warning-icon); }\n.icon-error { /* fa-warning */ @include ColoredIconInBeforeOfElement('f071', 'Solid', $color-error-icon); }\n.icon-fav { /* fa-star */ @include ColoredIconInBeforeOfElement('f005', 'Solid', $color-star-icon); }\n.icon-fav-off:before { /* fa-star */ @include fontAwesome('f005'); }\n.icon-reload:before { /* fa-refresh */ @include fontAwesome('f021', 'Solid'); }\n.icon-lock:before, .icon-locked:before { /* fa-lock */ @include fontAwesome('f023', 'Solid'); }\n.icon-unlock:before { /* fa-unlock */ @include fontAwesome('f09c', 'Solid'); }\n.icon-checked { /* fa-check */ @include ColoredIconInBeforeOfElement('f00c', 'Solid', $color-success-icon); }\n.icon-comment:before, .icon-comments:before { /* fa-comment */ @include fontAwesome('f075'); }\n.icon-summary:before { /* fa-table */ @include fontAwesome('f0ce', 'Solid'); }\n.icon-server-authentication:before { /* fa-key */ @include fontAwesome('f084', 'Solid'); }\n.icon-issue:before { /* fa-sticky-note */ @include fontAwesome('f249'); }\n.icon-zoom-in:before { /* fa-search-plus */ @include fontAwesome('f00e', 'Solid'); }\n.icon-zoom-out:before { /* fa-search-minus */ @include fontAwesome('f010', 'Solid'); }\n.icon-passwd:before { /* fa-key */ @include fontAwesome('f084', 'Solid'); }\n.icon-arrow-right:before, .icon-test:before, .icon-sticky:before { /* fa-arrow-right */ @include fontAwesome('f061', 'Solid'); }\n.icon-email:before { /* fa-envelope */ @include fontAwesome('f0e0'); }\n.icon-email-disabled:before { /* fa-envelope */ @include fontAwesome('f0e0', 'Solid'); }\n.icon-email-add:before { /* fa-envelope */ @include fontAwesome('f0e0'); }\n.icon-ok { /* fa-check */ @include ColoredIconInBeforeOfElement('f00c', 'Solid', $color-success-icon); }\n.icon-not-ok { /* fa-close */ @include ColoredIconInBeforeOfElement('f00d', 'Solid', $color-error-icon); }\n.icon-link-break:before { /* fa-unlink */ @include fontAwesome('f127', 'Solid'); }\n.icon-list:before { /* fa-list-ul */ @include fontAwesome('f0ca', 'Solid'); }\n.icon-close:before { /* fa-close */ @include fontAwesome('f00d', 'Solid'); }\n.icon-settings:before { /* fa-cog */ @include fontAwesome('f013', 'Solid'); }\n.icon-roles:before { /* fa-eye */ @include fontAwesome('f06e', 'Solid'); }\n.icon-issue-edit:before { /* fa-pencil-square */ @include fontAwesome('f044', 'Solid'); }\n.icon-workflows:before { /* fa-cogs */ @include fontAwesome('f085', 'Solid'); }\n.icon-custom-fields:before { /* fa-file-alt */ @include fontAwesome('f15c'); }\n.icon-plugins:before { /* fa-puzzle-piece */ @include fontAwesome('f12e', 'Solid'); }\n.icon-news:before { /* fa-newspaper */ @include fontAwesome('f1ea'); }\n.icon-issue-closed:before { /* fa-check-square */ @include fontAwesome('f14a'); }\n.icon-issue-note:before {/* fa-comment */ @include fontAwesome('f075'); }\n.icon-changeset:before { /* fa-code */ @include fontAwesome('f121', 'Solid'); }\n.icon-message:before {/* fa-comment */ @include fontAwesome('f075'); }\n.icon-reply:before { /* fa-comments */ @include fontAwesome('f086'); }\n.icon-wiki-page:before { /* fa-book */ @include fontAwesome('f02d', 'Solid'); }\n.icon-document:before { /* fa-file */ @include fontAwesome('f15b'); }\n.icon-add-bullet:before { /* fa-plus-circle */ @include fontAwesome('f055', 'Solid');}\n.icon-shared:before { /* fa-link */ @include fontAwesome('f0c1', 'Solid'); }\n.icon-actions:before { /* fa-ellipsis-h */ @include fontAwesome('f141', 'Solid'); }\n/* Support https: //redmine.org/issues/36149 */\n.icon-expanded:before { /* fa-angle-down */ @include fontAwesome('f107', 'Solid'); }\n.icon-expended:before { /* fa-angle-down */ @include fontAwesome('f107', 'Solid'); }\n.icon-sidebar:before { /* fa-left-right */ @include fontAwesome('f337', 'Solid'); }\n\n.icon-collapsed:before { /* fa-angle-right */ @include fontAwesome('f105', 'Solid'); }\n.icon-bookmark { /* fa-bookmark */ @include ColoredIconInBeforeOfElement('f02e', 'Solid', $color-bookmark-icon); }\n.icon-bookmark-off:before { /* fa-bookmark */ @include fontAwesome('f02e'); }\n.icon-sort-handle:before { /* fa-bookmark */ @include fontAwesome('f338', 'Solid'); }\n.icon-sorted-asc:before { /* fa-angle-down */ @include fontAwesome('f107', 'Solid'); }\n.icon-sorted-desc:before { /* fa-angle-up */ @include fontAwesome('f106', 'Solid'); }\n.icon-toggle-plus:before { /* fa-plus-square */ @include fontAwesome('f0fe'); }\n.icon-toggle-minus:before { /* fa-minus-square */ @include fontAwesome('f146'); }\n.icon-clear-query:before { /* fa-times-circle */ @include fontAwesome('f057', 'Solid'); }\n.icon-import:before { /* fa-file-import */ @include fontAwesome('f56f', 'Solid'); }\n\n.icon-file:before { /* fa-file */ @include fontAwesome('f15b'); }\n.icon-file.text-plain:before { /* fa-file */ @include fontAwesome('f15b'); }\n.icon-file.text-x-c:before { /* fa-file-code */ @include fontAwesome('f1c9'); }\n.icon-file.text-x-csharp:before { /* fa-file-code */ @include fontAwesome('f1c9'); }\n.icon-file.text-x-java:before { /* fa-file-code */ @include fontAwesome('f1c9'); }\n.icon-file.text-x-javascript:before { /* fa-file-code */ @include fontAwesome('f1c9'); }\n.icon-file.text-x-php:before { /* fa-file-code */ @include fontAwesome('f1c9'); }\n.icon-file.text-x-ruby:before { /* fa-file-code */ @include fontAwesome('f1c9'); }\n.icon-file.text-xml:before { /* fa-file-code */ @include fontAwesome('f1c9'); }\n.icon-file.text-css:before { /* fa-file-code */ @include fontAwesome('f1c9'); }\n.icon-file.text-html:before { /* fa-file-code */ @include fontAwesome('f1c9'); }\n.icon-file.image-gif:before { /* fa-file-image */ @include fontAwesome('f1c5'); }\n.icon-file.image-jpeg:before { /* fa-file-image */ @include fontAwesome('f1c5'); }\n.icon-file.image-png:before { /* fa-file-image */ @include fontAwesome('f1c5'); }\n.icon-file.image-tiff:before { /* fa-file-image */ @include fontAwesome('f1c5'); }\n.icon-file.application-pdf:before { /* fa-file-pdf */ @include fontAwesome('f1c1'); }\n.icon-file.application-zip:before { /* fa-file-archive */ @include fontAwesome('f1c6'); }\n.icon-file.application-x-gzip:before { /* fa-file-archive */ @include fontAwesome('f1c6'); }\n\n#{$overridden-selectors} {\n background-image: none !important;\n padding-left: 0px !important;\n\n &:before {\n padding-right: 2px;\n width: 17px;\n text-align: center;\n }\n &.icon-only {\n text-decoration: none;\n background-position: initial;\n background-repeat: initial;\n display: inline-block;\n width: auto;\n height: auto;\n overflow: initial;\n padding-top: initial;\n padding-bottom: initial;\n vertical-align: initial;\n font-size: 0;\n white-space: nowrap;\n }\n}\n\n// autocompleteのinput field内のサーチアイコンをsvgアイコンに置き換え\ninput.autocomplete {\n background: #fff url('../images/search.svg') no-repeat 2px 50%;\n background-size: 12px 12px;\n background-position: 5px center;\n}\n\n// ガントチャートの折りたたみが崩れる問題に対処\n.gantt-table .icon:not(.expander):before {\n width: 12px;\n padding-left: 2px;\n padding-right: 5px;\n}\n.gantt-table .icon.expander:before {\n width: 10px;\n}\n@media screen and (max-width: 899px) {\n .gantt-table .icon:not(.expander):before {\n width: 20px;\n }\n .gantt-table .icon.expander:before {\n width: 12px;\n }\n}\n\n// context-menuのicon位置がずれないように固定\n#context-menu ul li .icon {\n padding-left: 2px;\n}\n\n// 行を選択して背景色が青くなったときはアイコン色を白に変える\n.context-menu-selection .icon:before {\n color: white;\n}\n// 一部のgroupアイコンはimgタグのsrcとして直接埋め込まれており置換が難しい\n// .members.boxと#admin-menuのアイコンのみはメニューのアイコンと言うことでFont Awesomeに置き換え、\n// それ以外はグループのアバターという扱いでそのままにしておく(Gravatarと同じような扱い)\n// $overridden-selectorsも.icon-group:not(.name)というように.nameがついている要素はiconを置き換えないという扱いにしている\n.members.box h3.icon-group, #admin-menu .icon-group {\n background-image: none;\n\n &:before { /* fa-users */ @include fontAwesome('f0c0', 'Solid'); }\n}\n\n// プロジェクト一覧では、a:beforeでなくa:afterにアイコンを表示\nbody.controller-projects.action-index a.project, body.controller-projects.action-index span {\n &:before {\n content: \"\";\n width: 0px;\n }\n &.icon:after {\n color: $icon-color;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n font-size: 14px;\n }\n &.icon-bookmarked-project:after { /* fa-bookmark */ @include fontAwesome('00a0 \\\\f02e', 'Solid'); }\n &.icon.my-project:after { /* fa-user */ @include fontAwesome('00a0 \\\\f007', 'Solid'); }\n &.icon.my-project.icon-bookmarked-project:after {\n @include fontAwesome('00a0 \\\\f007 \\\\00a0 \\\\f02e', 'Solid');\n }\n\n}\n\n// 拡大画面でのサイドバーの検索フォームのレイアウトを修正\n@media screen and (max-width: 899px) {\n .flyout-menu .flyout-menu__search input[type='text'] {\n padding-left: 27px !important;\n }\n}\n\n// admin-menuで選択されたメニューの位置がずれる問題を修正\n#admin-menu {\n #{$overridden-selectors} {\n padding-left: 2px !important;\n &.selected {\n padding-left: 2px !important;\n }\n }\n}\n\n// アイコンをボタンのように見せるとき、padding-leftを入れる\n@media screen and (max-width: 899px) {\n p.buttons {\n #{$overridden-selectors} {\n padding-left: 6px !important;\n }\n }\n @each $selector in $overridden-selectors {\n #content>.contextual>#{$selector} {\n padding-left: 6px !important;\n }\n }\n}\n\n.flyout-menu {\n #{$overridden-selectors} {\n &:before {\n color: white !important;\n }\n }\n}\n","div.jstElements {\n display: inline-flex;\n -webkit-font-smoothing: antialiased;\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n font-size: 12px;\n height: 28px;\n\n button {\n background-image: initial;\n background-color: white !important;\n border-color: #c9c9c9 !important;\n padding: 2px 0px 1px 0px;\n }\n\n .jstb_strong:before {\n /* fa-bold */\n @include fontAwesome('f032', 'Solid');\n font-size: 12px;\n }\n .jstb_em:before {\n /* fa-italic */\n @include fontAwesome('f033', 'Solid');\n font-size: 12px;\n }\n .jstb_ins {\n &:before {\n /* fa-underline */\n @include fontAwesome('f0cd', 'Solid');\n font-size: 12px;\n }\n }\n .jstb_del:before {\n /* fa-strikethrough */\n @include fontAwesome('f0cc', 'Solid');\n font-size: 12px;\n }\n .jstb_code {\n &:before {\n content: \"C\";\n font-size: 15px;\n font-weight: 700;\n }\n }\n .jstb_h1 {\n &:before {\n content: \"H1\";\n font-size: 12px;\n font-weight: 700;\n }\n }\n .jstb_h2 {\n &:before {\n content: \"H2\";\n font-size: 12px;\n font-weight: 700;\n }\n }\n .jstb_h3 {\n &:before {\n content: \"H3\";\n font-size: 12px;\n font-weight: 700;\n }\n }\n .jstb_ul {\n padding: 0px;\n &:before {\n /* fa-list-ul */\n @include fontAwesome('f0ca', 'Solid');\n font-size: 16px;\n position: 0px;\n }\n }\n .jstb_ol {\n padding: 0px;\n &:before {\n /* fa-list-ol */\n @include fontAwesome('f0cb', 'Solid');\n font-size: 16px;\n }\n }\n .jstb_tl {\n padding: 0px;\n &:before {\n /* fa-list-check */\n @include fontAwesome('f0ae', 'Solid');\n font-size: 16px;\n }\n }\n .jstb_bq {\n padding: 0px;\n &:before {\n /* fa-indent */\n @include fontAwesome('f03c', 'Solid');\n font-size: 14px;\n }\n }\n .jstb_unbq {\n padding: 0px;\n &:before {\n /* fa-outdent */\n @include fontAwesome('f03b', 'Solid');\n font-size: 14px;\n }\n }\n .jstb_pre {\n padding: 0px 0px 3px 0px;\n &:before {\n content: \"pre\";\n font-size: 12px;\n font-weight: 700;\n }\n }\n .jstb_precode {\n &:before {\n /* fa-code */\n @include fontAwesome('f121', 'Solid');\n font-size: 12px;\n }\n }\n .jstb_link:before {\n /* fa-link */\n @include fontAwesome('f0c1', 'Solid');\n font-size: 12px;\n }\n .jstb_img:before {\n /* fa-image */\n @include fontAwesome('f03e', 'Solid');\n font-size: 12px;\n }\n .jstb_table:before {\n /* fa-image */\n @include fontAwesome('f0ce', 'Solid');\n font-size: 12px;\n }\n .jstb_help:before {\n /* fa-question-circle */\n @include fontAwesome('f059', 'Solid');\n font-size: 12px;\n }\n .jstb_macros {\n padding: 0px;\n &:before {\n /* fa-puzzle-piece */\n @include fontAwesome('f12e', 'Solid');\n font-size: 14px;\n }\n }\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"theme.css","mappings":"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","sources":["webpack://bleuclair/./src/styles/bleuclair.scss","webpack://bleuclair/./src/styles/components/_scaffolding.scss","webpack://bleuclair/./src/styles/components/_type.scss","webpack://bleuclair/./src/styles/foundation/variables.scss","webpack://bleuclair/./src/styles/components/_layout.scss","webpack://bleuclair/./src/styles/components/_box.scss","webpack://bleuclair/./src/styles/components/_main_menu.scss","webpack://bleuclair/./src/styles/components/_table.scss","webpack://bleuclair/./src/styles/components/_wiki.scss","webpack://bleuclair/./src/styles/components/_inputs.scss","webpack://bleuclair/./src/styles/components/_flash.scss","webpack://bleuclair/./src/styles/components/_modal.scss","webpack://bleuclair/./src/styles/components/_issues.scss","webpack://bleuclair/./src/styles/components/_boards.scss","webpack://bleuclair/./src/styles/components/_news.scss","webpack://bleuclair/./src/styles/components/_documents.scss","webpack://bleuclair/./src/styles/components/_repositories.scss","webpack://bleuclair/./src/styles/components/_activities.scss"],"sourcesContent":["body{font-size:13px;color:#222;line-height:1.5}html[lang=ja] body{font-family:Meiryo,\"Hiragino Kaku Gothic Pro\",\"Hiragino Sans\",\"MS PGothic\",Verdana,system-ui,sans-serif}h1,h2,h3,h4{font-weight:normal;color:#333}#content h1{color:#333}#top-menu{box-shadow:0 2px 5px rgba(0,0,0,.16);background:#223342;z-index:1;position:relative}#header{background:radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%),radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%),radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);padding:10px 30px;box-shadow:0 1px 2px rgba(0,0,0,.1);color:#fff;min-height:1em}#header h1{padding-bottom:20px;color:#fff}#main{background-color:#fafcfe}#content{padding:25px;background-color:#fafcfe;box-sizing:border-box;width:81%}#sidebar{padding-left:17px;padding-right:17px;width:19%;box-sizing:border-box;font-size:.9em}#sidebar h3{color:#333}a:hover,a:active{outline:1px solid rgba(0,0,0,0)}#sidebar{width:19%;display:none;background-color:#e9eaf1}#main.visible-sidebar #sidebar{display:block}@media screen and (max-width: 899px){#main.visible-sidebar #sidebar,#main.visible-sidebar #sidebar-switch-panel{display:none}}#content{padding:14px 14px 14px 14px}#sidebar-switch-panel{float:right;left:10px;top:2px;width:20px;height:25px;position:relative;padding:2px;margin-left:5px}#sidebar-switch-button{background-color:#e9eaf1;border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-top:1px solid #ddd;border-radius:10px 0px 0px 10px;display:block;height:100%;padding:9px 20px 9px 5px;font-size:0px;text-decoration:none}#sidebar-switch-button:before{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:3px;font-size:15px;color:#666}@media print{#main.visible-sidebar #sidebar,#sidebar-switch-panel{display:none}}table.list.plugins{margin-top:10px}@media screen and (max-width: 899px){#content>.contextual>a,#content>.contextual .drdn,p.buttons a{background:#fff}}.box,.mypage-box,.controller-wiki.action-show .wiki.wiki-page,.controller-attachments.action-show .filecontent.wiki,.controller-repositories.action-entry .filecontent.wiki,.controller-wiki.action-index.pages-hierarchy,#activity,#roadmap article,.controller-news.action-index article.news-article,.controller-news.action-show #comments,.controller-projects.action-index li.root,.controller-documents.action-index .document-item{background-color:#fff;margin-bottom:20px;padding:20px;border-radius:3px;border:1px solid #dfe8f1}.controller-wiki.action-show .wiki.wiki-page{margin-top:25px;margin-bottom:10px}#activity{padding:0px}#activity h3{top:10px}.controller-news.action-index article.news-article{margin-bottom:10px}.gantt-table{background-color:#fff}#wiki_add_attachment .box{padding:6px}div.issue-cards .issue-card{background-color:#fff9c4}#main-menu ul li{margin:0}#main-menu ul li a{padding:8px 12px;letter-spacing:.5px;font-weight:normal}#main-menu ul li a.selected,#main-menu ul li a:hover{position:relative;background:rgba(0,0,0,0);color:inherit}#main-menu ul li a.selected:after,#main-menu ul li a:hover:after{content:\"\";position:absolute;width:100%;height:3px;background-color:#ffd600;bottom:0px;left:0}#main-menu ul li a.selected:hover{background:rgba(0,0,0,0);color:#fff}#main-menu ul li a.new-object{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.25);position:relative;margin:0 10px;padding:0;width:26px;height:26px;line-height:25px;border-radius:50%;text-align:center;bottom:1px}#main-menu ul li a.new-object:hover:after{content:none}#main-menu ul .menu-children{border:none;background-color:#fff;box-shadow:0 1px 7px 2px rgba(135,158,171,.2);border-radius:3px}#main-menu ul .menu-children li{border-bottom:#ddd solid 1px}#main-menu ul .menu-children li a{color:#777;background-color:rgba(0,0,0,0);letter-spacing:.5px;font-weight:normal}#main-menu ul .menu-children li a:after{content:none}#main-menu ul .menu-children li a:hover{color:#2b2f33;background:#eff4f6}table.list{border:none;margin-bottom:25px;background-color:#fff}table.list>thead>tr>th,table.list>thead>tr>td,table.list>tbody>tr>th,table.list>tbody>tr>td,table.list>tfoot>tr>th,table.list>tfoot>tr>td{line-height:1.74;vertical-align:top;border-top:1px solid #dfe8f1;font-size:.9em}table.list>thead>tr>th.checkbox,table.list>thead>tr>td.checkbox,table.list>tbody>tr>th.checkbox,table.list>tbody>tr>td.checkbox,table.list>tfoot>tr>th.checkbox,table.list>tfoot>tr>td.checkbox{padding:4px}table.list>thead>tr>th.checkbox input,table.list>thead>tr>td.checkbox input,table.list>tbody>tr>th.checkbox input,table.list>tbody>tr>td.checkbox input,table.list>tfoot>tr>th.checkbox input,table.list>tfoot>tr>td.checkbox input{margin:0 7px 0 15px !important}table.list>thead>tr.priority-lowest,table.list>tbody>tr.priority-lowest,table.list>tfoot>tr.priority-lowest{background-color:#e3f5fe}table.list>thead>tr.priority-lowest td.checkbox,table.list>tbody>tr.priority-lowest td.checkbox,table.list>tfoot>tr.priority-lowest td.checkbox{box-shadow:6px 0px 0px 0px #81d4fa inset}table.list>thead>tr.priority-high3,table.list>tbody>tr.priority-high3,table.list>tfoot>tr.priority-high3{background-color:#fce9e9}table.list>thead>tr.priority-high3 td.checkbox,table.list>tbody>tr.priority-high3 td.checkbox,table.list>tfoot>tr.priority-high3 td.checkbox{box-shadow:6px 0px 0px 0px #ef9a9a inset}table.list>thead>tr.priority-high2,table.list>tbody>tr.priority-high2,table.list>tfoot>tr.priority-high2{background-color:#f9d4d3}table.list>thead>tr.priority-high2 td.checkbox,table.list>tbody>tr.priority-high2 td.checkbox,table.list>tfoot>tr.priority-high2 td.checkbox{box-shadow:6px 0px 0px 0px #e53935 inset}table.list>thead>tr.priority-highest,table.list>tbody>tr.priority-highest,table.list>tfoot>tr.priority-highest{background-color:#efb1b1}table.list>thead>tr.priority-highest td.checkbox,table.list>tbody>tr.priority-highest td.checkbox,table.list>tfoot>tr.priority-highest td.checkbox{box-shadow:6px 0px 0px 0px #c62828 inset}table.list>thead>tr.closed,table.list>tbody>tr.closed,table.list>tfoot>tr.closed{color:#777}table.list>thead>tr.closed a,table.list>tbody>tr.closed a,table.list>tfoot>tr.closed a{color:#777}table.list>thead>tr:hover,table.list>tbody>tr:hover,table.list>tfoot>tr:hover{background-color:#fff9c4}table.list>thead>tr>th{color:#4b5056;font-weight:700;vertical-align:bottom;border-bottom:2px solid #dfe8f1;background-color:#eff1f9;padding:5px}table.list>thead>tr>th.checkbox{padding:5px}table.list>caption+thead>tr:first-child>th,table.list>caption+thead>tr:first-child>td,table.list>colgroup+thead>tr:first-child>th,table.list>colgroup+thead>tr:first-child>td,table.list>thead:first-child>tr:first-child>th,table.list>thead:first-child>tr:first-child>td{border-top:0}table.list>tbody+tbody{border-top:2px solid #dfe8f1}table.list td.attachments{padding-bottom:5px}div.wiki h1,div.wiki h2,div.wiki h3,div.wiki h4{font-weight:bold}div.wiki ul.toc{background-color:#fff9c4;border:none;padding:9px;border-radius:4px}.box div.wiki-preview{line-height:1.5}#wrapper input[type=text],#wrapper input[type=password],#wrapper input[type=date],#wrapper input[type=file],#wrapper select,#wrapper textarea,.modal input[type=text],.modal input[type=password],.modal input[type=date],.modal input[type=file],.modal select,.modal textarea{background-color:#fff;padding:4px 6px;color:#2b2f33;border:1px solid #dfe8f1;box-shadow:inset 1px 1px 3px #f6f6f6;border-radius:3px;box-sizing:border-box;outline:none;height:auto;line-height:1.3}#wrapper input[type=text]:hover,#wrapper input[type=password]:hover,#wrapper input[type=date]:hover,#wrapper input[type=file]:hover,#wrapper select:hover,#wrapper textarea:hover,.modal input[type=text]:hover,.modal input[type=password]:hover,.modal input[type=date]:hover,.modal input[type=file]:hover,.modal select:hover,.modal textarea:hover{border:1px solid #bccfe1}#wrapper input[type=text]:focus,#wrapper input[type=text]:active,#wrapper input[type=password]:focus,#wrapper input[type=password]:active,#wrapper input[type=date]:focus,#wrapper input[type=date]:active,#wrapper input[type=file]:focus,#wrapper input[type=file]:active,#wrapper select:focus,#wrapper select:active,#wrapper textarea:focus,#wrapper textarea:active,.modal input[type=text]:focus,.modal input[type=text]:active,.modal input[type=password]:focus,.modal input[type=password]:active,.modal input[type=date]:focus,.modal input[type=date]:active,.modal input[type=file]:focus,.modal input[type=file]:active,.modal select:focus,.modal select:active,.modal textarea:focus,.modal textarea:active{border-color:#3da6ff !important}#wrapper input[type=text].filename,#wrapper input[type=password].filename,#wrapper input[type=date].filename,#wrapper input[type=file].filename,#wrapper select.filename,#wrapper textarea.filename,.modal input[type=text].filename,.modal input[type=password].filename,.modal input[type=date].filename,.modal input[type=file].filename,.modal select.filename,.modal textarea.filename{box-shadow:none}#wrapper input[type=text]:disabled,#wrapper input[type=password]:disabled,#wrapper input[type=date]:disabled,#wrapper input[type=file]:disabled,#wrapper select:disabled,#wrapper textarea:disabled,.modal input[type=text]:disabled,.modal input[type=password]:disabled,.modal input[type=date]:disabled,.modal input[type=file]:disabled,.modal select:disabled,.modal textarea:disabled{background-color:#ebebe4}#wrapper .select2-container--default .select2-selection--single,.modal .select2-container--default .select2-selection--single{color:#2b2f33;border:1px solid #dfe8f1;box-shadow:inset 1px 1px 3px #f6f6f6;border-radius:3px;box-sizing:border-box;outline:none;line-height:1.3;height:24px;padding:0px 25px 0px 5px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,.modal .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url(\"../images/arrow.svg\");background-size:10px;background-repeat:no-repeat;background-position:0px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,.modal .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,.modal .select2-container--default .select2-selection--single .select2-selection__rendered{padding:1px 2px;font-family:Arial;font-size:13px;color:#2b2f33;line-height:1.5;font-weight:400}#wrapper .select2-container--default .select2-selection--single:hover,.modal .select2-container--default .select2-selection--single:hover{border:1px solid #bccfe1}#wrapper .select2-container--default .select2-selection--single:focus,#wrapper .select2-container--default .select2-selection--single:active,.modal .select2-container--default .select2-selection--single:focus,.modal .select2-container--default .select2-selection--single:active{border-color:#3da6ff !important}#wrapper .select2-container--default.select2-container--disabled .select2-selection--single,.modal .select2-container--default.select2-container--disabled .select2-selection--single{cursor:not-allowed;color:graytext;background-color:#ebebe4 !important}#wrapper input[type=text],.modal input[type=text]{font-family:\"Osaka-Mono\",\"MS Gothic\",sans-serif;font-size:100%}#wrapper textarea.wiki-edit,.modal textarea.wiki-edit{font-size:13px;font-family:\"Osaka-Mono\",\"MS Gothic\",sans-serif;letter-spacing:normal;line-height:130%}#wrapper select,.modal select{height:auto;appearance:none;background-image:url(\"../images/arrow.svg\");background-size:10px;background-repeat:no-repeat;background-position:95% 50%;padding-right:2.5em}#wrapper select::-ms-expand,.modal select::-ms-expand{display:none}#wrapper select:hover,.modal select:hover{border-color:#ccc;outline:none}#wrapper select:focus,#wrapper select:active,.modal select:focus,.modal select:active{border-color:#3da6ff !important}#wrapper select:-moz-focusring,.modal select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}#wrapper select[multiple=multiple],.modal select[multiple=multiple]{background:#fff;padding-right:5px}#wrapper .tabular label,.modal .tabular label{margin-top:5px}#wrapper .tabular label.error,.modal .tabular label.error{color:#b00 !important}#wrapper .tabular label.error+*:not(#issue_description_and_toolbar),#wrapper .tabular label.error+span#issue_description_and_toolbar div.jstBlock,.modal .tabular label.error+*:not(#issue_description_and_toolbar),.modal .tabular label.error+span#issue_description_and_toolbar div.jstBlock{border:1px solid #b00 !important}#wrapper label.inline,.modal label.inline{margin-right:5px}#wrapper input[type=submit],.modal input[type=submit]{border-radius:3px;padding:2px 12px 3px;color:#fff;border:1px solid #34495e;background:#34495e;box-shadow:none}#wrapper input[type=submit]:hover,#wrapper input[type=submit]:active,.modal input[type=submit]:hover,.modal input[type=submit]:active{border-color:#3f5872;background-color:#3f5872}#wrapper input[type=submit]:active,.modal input[type=submit]:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper input[type=submit]:disabled,.modal input[type=submit]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=button],.modal input[type=button]{border-radius:3px;padding:2px 12px 3px;color:#555a60;border:1px solid #dfe8f1;background:#fefeff;box-shadow:none}#wrapper input[type=button]:hover,#wrapper input[type=button]:active,.modal input[type=button]:hover,.modal input[type=button]:active{color:#2b2f33;border-color:#bfc8d1;background-color:#f3f3f9}#wrapper input[type=button]:active,.modal input[type=button]:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper input[type=button]:disabled,.modal input[type=button]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=checkbox],.modal input[type=checkbox]{width:16px;height:16px;margin:7px 2px 7px 0px;box-shadow:none}#wrapper .pagination ul.pages li.page,.modal .pagination ul.pages li.page{border:1px solid #dfe8f1;background:#fefeff;box-shadow:none}#wrapper .pagination ul.pages li.page:hover,#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:hover,.modal .pagination ul.pages li.page:active{border-color:#bfc8d1;background-color:#f3f3f9}#wrapper .pagination ul.pages li.page:hover a,#wrapper .pagination ul.pages li.page:active a,.modal .pagination ul.pages li.page:hover a,.modal .pagination ul.pages li.page:active a{color:#2b2f33}#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper .pagination ul.pages li.previous,#wrapper .pagination ul.pages li.next,.modal .pagination ul.pages li.previous,.modal .pagination ul.pages li.next{background:#fefeff}form .attributes select{width:85%}form .attributes .check_box_group label{width:100%}.select2-container.select2-container--default .select2-dropdown{box-shadow:0 3px 3px 0 rgba(0,0,0,.5);border:none}.select2-container.select2-container--default li.select2-results__option[role=option]:before{content:\" \";display:inline-block;line-height:1em;width:1em;height:1em;margin-right:4px;font-weight:bold}.select2-container.select2-container--default li.select2-results__option[role=option][aria-selected=true]:before{content:\"✓\"}.select2-container.select2-container--default li.select2-results__option--highlighted[role=option][aria-selected]{background-color:#759fc2;color:#fff}.select2-container.select2-container--default input.select2-search__field{background:#fff url(\"../images/search.svg\") no-repeat 2px 50%;background-size:12px 12px;background-position:5px;padding-left:20px}.select2-container.select2-container--default input.select2-search__field:focus{outline:none;border-color:#3da6ff}#errorExplanation,div.flash,.nodata,.warning,.conflict{padding:10px 12px 10px 30px;border-radius:3px;border:none}div.flash.error,#errorExplanation{color:#620f0f;background-color:#ffc6c6;border:none}div.flash.notice{color:#1e620f;background:#d3ffc6}div.flash.warning,.conflict{color:#624b0f;background:#ffeec6}.nodata,.warning{text-align:center;background-color:#ffeec6;color:#624b0f}div.modal{border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.2);padding:0}div.modal .ui-dialog-titlebar{padding:15px;border:none;background:#f7f9fa;color:#555;font-weight:normal;border-bottom:1px solid #e5e5e5}div.modal .ui-dialog-titlebar .ui-dialog-title{margin:0}div.modal .ui-dialog-titlebar .ui-dialog-titlebar-close{right:1em}div.modal .ui-dialog-content{padding:5px 15px 15px}.ui-widget-overlay{background:#000;opacity:.55}div.issue{background:#fff9c4;padding:20px;margin-bottom:12px;border-radius:3px;border:none}div.issue hr{width:auto;background:rgba(0,0,0,.12);padding:0 10px;margin:8px -10px}table.progress{margin:4px 6px 0px 0}table.progress td{height:.6em;border-radius:2px}table.progress td.closed{background-color:#4db6ac}p.percent{padding-top:2px}.edit_issue fieldset{border:none;background:#f4f7f9;margin-bottom:15px;border-radius:5px;padding:23px 12px 13px}.edit_issue fieldset legend{position:relative;top:18px}a[href*=activity][data-absolute-date*=\":\"]{margin:0 3px;box-shadow:inset 0 -1.5em 0 rgba(0,0,0,.08);display:inline-block;padding:0 3px;border-radius:3px}a[href*=activity][data-absolute-date*=\":\"]:before{content:\" [\" attr(data-absolute-date) \"] \"}div#content .tabs ul{border-bottom:1px solid #dfe8f1}div#content .tabs ul li a{background-color:#f0f0f0;border:1px solid #dfe8f1}div#content .tabs ul li a.selected{background-color:#fafcfe;border:1px solid #dfe8f1;border-bottom:1px solid #fafcfe}div#update .jstTabs.tabs li a{border-bottom:1px solid #dfe8f1}#history div.tabs{margin-bottom:0px}#history div.tabs ul li a.selected{background-color:#fff;border-bottom:1px solid #fff}#history .tab-content{background-color:#fff;border-radius:0px 0px 3px 3px;border-right:1px solid #dfe8f1;border-left:1px solid #dfe8f1;border-bottom:1px solid #dfe8f1;padding-top:15px;padding-left:10px}#history .tab-content.discontinuity .journal:after{content:none}#history .tab-content .journal{padding:8px 3px 3px 3px;background-color:#fff;position:relative;overflow:visible}#history .tab-content .journal:before{content:\"\";width:8px;height:8px;background-color:#fff;position:absolute;left:6px;top:16px;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;z-index:1}#history .tab-content .journal:after{content:\"\";height:100%;width:2px;background-color:#e5e5e5;position:absolute;left:9px;top:0px}#history .tab-content .journal:first-of-type:after{top:15px}#history .tab-content .journal:last-of-type:after{height:18px}#history .tab-content .journal:first-of-type:last-of-type:after{content:none}#history .tab-content .journal .contextual{padding-right:10px;padding-top:5px}#history .tab-content .journal .contextual .journal-actions,#history .tab-content .journal .contextual a.journal-link{position:relative;z-index:5}#history .tab-content .journal h4.note-header{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}#history .tab-content .journal h4.note-header a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#history .tab-content .journal h4.note-header:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}#history .tab-content .journal h4.note-header .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}#history .tab-content .journal:target .contextual+h4,#history .tab-content .journal div:target .contextual+h4{background:#def}#history .tab-content .journal:target .contextual+h4:before,#history .tab-content .journal div:target .contextual+h4:before{border-right:6px solid #def}#history .tab-content .journal .details{list-style:none;font-size:.9em;line-height:1.5;margin-bottom:1em;padding-left:46px}#history .tab-content .journal .details li{position:relative}#history .tab-content .journal .details li:after{display:block;content:\"\";position:absolute;top:.5em;left:-1em;width:4px;height:4px;background-color:#fff;border:1px solid #888;border-radius:50%}#history .tab-content .journal form .jstBlock,#history .tab-content .journal form input,#history .tab-content .journal div[id^=template_journal],#history .tab-content .journal .wiki:not(.wiki-preview),#history .tab-content .journal.time_entry p,#history .tab-content .journal.changeset .note>p{margin-left:32px}.tabular p{padding-left:160px}.edit_issue .tabular p{padding-left:130px}.edit_issue .tabular .wiki-preview p{padding-left:0 !important}.tabular label{margin-left:-160px;width:150px}.edit_issue .tabular label{margin-left:-130px;width:120px}fieldset#filters td.values input{height:inherit}.jstBlock .wiki-preview{border:1px solid #dfe8f1}.issue-card{background-color:#fff9c4}.controller-messages.action-show #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-messages.action-show #content>div.message>p{background-color:#e9eaf1;padding:6px 9px}.controller-messages.action-show #content>div.message>p a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#replies{background-color:#fff;border-radius:0px 0px 3px 3px;border:1px solid #dfe8f1;padding-top:15px;padding-left:10px}#replies .message.reply{padding:8px 3px 3px 3px !important;background-color:#fff;position:relative;overflow:visible}#replies .message.reply:before{content:\"\";width:8px;height:8px;background-color:#fff;position:absolute;left:6px;top:16px;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;z-index:1}#replies .message.reply:after{content:\"\";height:100%;width:2px;background-color:#e5e5e5;position:absolute;left:9px;top:0px}#replies .message.reply:first-of-type:after{top:15px}#replies .message.reply:last-of-type:after{height:18px}#replies .message.reply:first-of-type:last-of-type:after{content:none}#replies .message.reply .contextual{padding-right:10px;padding-top:5px}#replies .message.reply .contextual a{position:relative;z-index:5}#replies .message.reply .wiki{padding-left:32px}#replies .message.reply .contextual+h4{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}#replies .message.reply .contextual+h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#replies .message.reply .contextual+h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}#replies .message.reply .contextual+h4 .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}#replies .message.reply:target h4.note-header,#replies .message.reply div:target h4.note-header{background:#def}#replies .message.reply:target h4.note-header:before,#replies .message.reply div:target h4.note-header:before{border-right:6px solid #def}.controller-news.action-show #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-news.action-show #comments{background-color:#fff;border-radius:0px 0px 3px 3px;border:1px solid #dfe8f1;padding-top:15px;padding-left:10px}.controller-news.action-show #comments .wiki{padding-left:32px}.controller-news.action-show #comments .contextual{padding-right:10px;padding-top:5px}.controller-news.action-show #comments .contextual a{position:relative;z-index:5;padding-bottom:5px}.controller-news.action-show #comments .contextual+h4{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-news.action-show #comments .contextual+h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-news.action-show #comments .contextual+h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}.controller-news.action-show #comments .contextual+h4 .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}.controller-news.action-show #edit-news+p+div.wiki,.controller-news.action-show h2+p+div.wiki{position:relative;background-color:#fff;margin-bottom:10px;padding:20px;border-radius:3px;border:1px solid #dfe8f1}.controller-documents.action-index #content h3.group-name{position:relative;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;border-radius:4px}.controller-documents.action-index #content h4.title{font-size:1.2em;border-bottom:0px}.controller-repositories.action-revision #content>div.message,.controller-repositories.action-diff #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-repositories.action-revision.avatars-on .details h4,.controller-repositories.action-diff.avatars-on .details h4{left:35px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-repositories.action-revision.avatars-on .details h4 a[href*=activity][data-absolute-date*=\":\"],.controller-repositories.action-diff.avatars-on .details h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-repositories.action-revision.avatars-on .details h4:before,.controller-repositories.action-diff.avatars-on .details h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}.controller-repositories.action-revision.avatars-on .details h4 .gravatar,.controller-repositories.action-diff.avatars-on .details h4 .gravatar{position:absolute;left:-35px;z-index:5;margin-left:0}.controller-repositories.action-revision.avatars-off .details h4,.controller-repositories.action-diff.avatars-off .details h4{margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-repositories.action-revision.avatars-off .details h4 a[href*=activity][data-absolute-date*=\":\"],.controller-repositories.action-diff.avatars-off .details h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-repositories.action-revision .wiki.changeset-comments,.controller-repositories.action-revision #related-issues,.controller-repositories.action-revision .revision-info,.controller-repositories.action-diff .wiki.changeset-comments,.controller-repositories.action-diff #related-issues,.controller-repositories.action-diff .revision-info{background-color:#fff;padding:10px;border-radius:3px;border:1px solid #dfe8f1;margin:5px}.controller-repositories.action-revision .revision-info,.controller-repositories.action-diff .revision-info{padding-left:20px}div#activity dt .time{color:#444}div#activity dt.me .time{border-color:#666}div#activity dd span.description,#search-results dd span.description{color:#444}div#activity h3{position:relative;margin:0 19px 0 10px;border:none;background-color:#e9eaf1;padding:6px 9px;border-radius:4px}div#activity dl{margin-right:2em}","body {\n font-size: 13px;\n color: #222;\n line-height: 1.5;\n}\n\nhtml[lang=\"ja\"] body {\n font-family: Meiryo, \"Hiragino Kaku Gothic Pro\", \"Hiragino Sans\", \"MS PGothic\", Verdana, system-ui, sans-serif;\n}\n","h1, h2, h3, h4 {\n font-weight: normal;\n color: $default-heading-font-color;\n}\n\n#content h1 {\n color: $default-heading-font-color;\n}\n","$default-heading-font-color: #333;\n$color-issue-bg: #fff9c4;\n$color-header-bg: #e9eaf1;\n\n// icon\n$icon-color: #666;\n$hover-icon-color: #000000;\n$color-bookmark-icon: #557cff;\n$color-star-icon: #ffc400;\n$color-warning-icon: #ffae42;\n$color-success-icon: #55ab4f;\n$color-error-icon: #EC0B19;\n\n// priority\n$color-priority-lowest : #81D4FA;\n$color-priority-high3 : #EF9A9A;\n$color-priority-high2 : #E53935;\n$color-priority-highest : #C62828;\n\n// status\n$color-closed : #777777;\n","$color-top-menu-bg: #223342;\n$color-main-bg: #fafcfe;\n$color-border-sidebar-switch-button: #ddd;\n\n#top-menu {\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);\n background: $color-top-menu-bg;\n z-index: 1;\n position: relative;\n}\n\n#header {\n background: radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%), radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%), radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);\n padding: 10px 30px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n color: white;\n min-height: 1em;\n\n h1 {\n padding-bottom: 20px;\n color: white;\n }\n}\n\n#main {\n background-color: $color-main-bg;\n}\n\n#content {\n padding: 25px;\n background-color: $color-main-bg;\n box-sizing: border-box;\n width: 81%;\n}\n\n#sidebar {\n padding-left: 17px;\n padding-right: 17px;\n width: 19%;\n box-sizing: border-box;\n font-size: 0.9em;\n\n h3 { color: $default-heading-font-color; }\n}\n\n// Fix a problem that underlines is broken in chrome\na:hover, a:active {\n outline: 1px solid transparent;\n}\n\n// Collapse sidebar\n#sidebar { width: 19%; display: none; background-color: $color-header-bg;}\n#main.visible-sidebar #sidebar{ display: block; }\n@media screen and (max-width: 899px) {\n #main.visible-sidebar {\n #sidebar, #sidebar-switch-panel { display: none; }\n }\n}\n\n#content { padding: 14px 14px 14px 14px; }\n#sidebar-switch-panel {\n float: right;\n left: 10px;\n top: 2px;\n width: 20px;\n height: 25px;\n position: relative;\n padding: 2px;\n margin-left: 5px;\n}\n#sidebar-switch-button {\n background-color: $color-header-bg;\n border-bottom: 1px solid $color-border-sidebar-switch-button;\n border-left: 1px solid $color-border-sidebar-switch-button;\n border-top: 1px solid $color-border-sidebar-switch-button;\n border-radius: 10px 0px 0px 10px;\n display: block;\n height: 100%;\n padding: 9px 20px 9px 5px;\n font-size: 0px;\n text-decoration: none;\n &:before {\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n margin-right: 3px;\n font-size: 15px;\n color: #666;\n }\n}\n\n@media print {\n #main.visible-sidebar #sidebar, #sidebar-switch-panel { display:none; }\n}\n\n// To prevent it from overlapping the sidebar\ntable.list.plugins {\n margin-top: 10px;\n}\n\n@media screen and (max-width: 899px) {\n #content>.contextual>a, #content>.contextual .drdn, p.buttons a {\n background: #ffffff;\n }\n}\n",".box, .mypage-box,\n.controller-wiki.action-show .wiki.wiki-page,\n.controller-attachments.action-show .filecontent.wiki,\n.controller-repositories.action-entry .filecontent.wiki,\n.controller-wiki.action-index.pages-hierarchy,\n#activity,\n#roadmap article,\n.controller-news.action-index article.news-article,\n.controller-news.action-show #comments,\n.controller-projects.action-index li.root,\n.controller-documents.action-index .document-item\n {\n background-color: #fff;\n margin-bottom: 20px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n}\n\n.controller-wiki.action-show .wiki.wiki-page {\n margin-top: 25px;\n margin-bottom: 10px;\n}\n\n#activity {\n padding: 0px;\n h3 {\n top: 10px;\n }\n}\n\n.controller-news.action-index article.news-article {\n margin-bottom: 10px;\n}\n\n.gantt-table {\n background-color: #fff;\n}\n\n#wiki_add_attachment .box {\n padding: 6px;\n}\n\ndiv.issue-cards .issue-card {\n background-color: #fff9c4;\n}\n","$color-main-menu-line: #ffd600;\n$color-menu-children-bg: #ffffff;\n$color-menu-children-border: #dddddd;\n$color-menu-children-text: #777777;\n$color-menu-children-hover-bg: #eff4f6;\n$color-menu-children-hover-text: #2b2f33;\n\n\n#main-menu {\n ul{\n li {\n margin: 0;\n\n a {\n padding: 8px 12px;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &.selected, &:hover {\n position: relative;\n background: transparent;\n color: inherit;\n\n &:after {\n content: \"\";\n position: absolute;\n width: 100%;\n height: 3px;\n background-color: $color-main-menu-line;\n bottom: 0px;\n left: 0;\n }\n }\n\n &.selected:hover {\n background: transparent;\n color: white;\n }\n\n &.new-object {\n background: rgba(255,255,255,.05);\n border: 2px solid rgba(255,255,255,.25);\n position: relative;\n margin: 0 10px;\n padding: 0;\n width: 26px;\n height: 26px;\n line-height: 25px;\n border-radius: 50%;\n text-align: center;\n bottom: 1px;\n\n &:hover:after {\n content: none;\n }\n }\n\n }\n }\n\n .menu-children {\n border: none;\n background-color: $color-menu-children-bg;\n box-shadow: 0 1px 7px 2px rgba(135,158,171,.2);\n border-radius: 3px;\n\n li {\n border-bottom: $color-menu-children-border solid 1px;\n a {\n color: $color-menu-children-text;\n background-color: transparent;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &:after {\n content: none;\n }\n\n &:hover {\n color: $color-menu-children-hover-text;\n background: $color-menu-children-hover-bg;\n }\n }\n }\n }\n }\n}","$table-head-cell-padding: 5px;\n$table-cell-padding: 4px;\n$line-height-base: 1.74;\n$line-height-computed: 25px;\n$color-table-border: #dfe8f1;\n$color-th-bg: #eff1f9;\n$color-odd-bg: #f9f9f9;\n\n\ntable.list {\n border: none;\n margin-bottom: $line-height-computed;\n background-color: white;\n\n // Cells\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n line-height: $line-height-base;\n vertical-align: top;\n border-top: 1px solid $color-table-border;\n font-size: 0.9em;\n &.checkbox {\n padding: $table-cell-padding;\n\n input {\n margin: 0 7px 0 15px !important;\n }\n }\n }\n &.priority-lowest {\n background-color: lighten($color-priority-lowest, 20%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-lowest inset;\n }\n }\n &.priority-high3 {\n background-color: lighten($color-priority-high3, 18%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high3 inset;\n }\n }\n &.priority-high2 {\n background-color: lighten($color-priority-high2, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high2 inset;\n }\n }\n &.priority-highest {\n background-color: lighten($color-priority-highest, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-highest inset;\n }\n }\n &.closed {\n color: $color-closed;\n a { color: $color-closed; }\n }\n &:hover {\n background-color: #fff9c4;\n }\n }\n }\n // Bottom align for column headings\n > thead > tr > th {\n color: #4b5056;\n font-weight: 700;\n vertical-align: bottom;\n border-bottom: 2px solid $color-table-border;\n background-color: $color-th-bg;\n padding: $table-head-cell-padding;\n &.checkbox { padding: $table-head-cell-padding; }\n }\n // Remove top border from thead by default\n > caption + thead,\n > colgroup + thead,\n > thead:first-child {\n > tr:first-child {\n > th,\n > td {\n border-top: 0;\n }\n }\n }\n // Account for multiple tbody instances\n > tbody + tbody {\n border-top: 2px solid $color-table-border;\n }\n\n td.attachments {\n padding-bottom: 5px;\n }\n}\n","div.wiki {\n h1, h2, h3, h4 {\n font-weight: bold;\n }\n ul.toc {\n background-color: $color-issue-bg;\n border: none;\n padding: 9px;\n border-radius: 4px;\n }\n}\n\n/* Fix an issue where the default line-height is 1.5em, which breaks the layout. */\n.box div.wiki-preview {\n line-height: 1.5;\n}","$input-padding: 4px 6px;\n$color-input-bg: #ffffff;\n$color-disabled-input-bg: #ebebe4;\n$color-input-text: #2b2f33;\n$color-input-border: #dfe8f1;\n$color-input-border-focus: #3da6ff;\n$color-validation-error-input-border: #bb0000;\n\n$color-submit-text: #ffffff;\n$color-submit-border: #34495e;\n$color-submit-bg: #34495e;\n$color-submit-disabled-bg: #95a5a6;\n$color-submit-hover-border: #3f5872;\n$color-submit-hover-bg: #3f5872;\n\n$color-button-text: #555a60;\n$color-button-border: #dfe8f1;\n$color-button-bg: #fefeff;\n$color-button-disabled-bg: #95a5a6;\n$color-button-hover-text: #2b2f33;\n$color-button-hover-border: #bfc8d1;\n$color-button-hover-bg: #f3f3f9;\n\n$checkbox-size: 16px;\n$checkbox-margin: 7px 2px 7px 0px;\n\n\n#wrapper, .modal {\n input[type=\"text\"],\n input[type=\"password\"],\n input[type=\"date\"],\n input[type=\"file\"],\n select,\n textarea {\n background-color: $color-input-bg;\n padding: $input-padding;\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n height: auto;\n line-height: 1.3;\n\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n &.filename {\n box-shadow: none;\n }\n\n &:disabled {\n background-color: $color-disabled-input-bg;\n }\n }\n .select2-container--default .select2-selection--single {\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n line-height: 1.3;\n height: 24px;\n padding: 0px 25px 0px 5px;\n .select2-selection__arrow {\n // Hide original arrow icon\n b {\n display: none;\n }\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 0px;\n }\n .select2-selection__rendered {\n padding: 1px 2px;\n font-family: Arial;\n font-size: 13px;\n color: #2b2f33;\n line-height: 1.5;\n font-weight: 400;\n }\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n }\n .select2-container--default.select2-container--disabled .select2-selection--single {\n cursor: not-allowed;\n color: graytext;\n background-color: #ebebe4 !important;\n }\n // テキストボックスで等幅フォントを使用\n input[type=\"text\"] {\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n font-size: 100%;\n }\n\n textarea.wiki-edit {\n font-size: 13px;\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n letter-spacing: normal;\n line-height: 130%;\n }\n\n select {\n height: auto;\n appearance: none;\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 95% 50%;\n padding-right: 2.5em;\n\n &::-ms-expand {\n display: none;\n }\n\n &:hover {\n border-color: #ccc;\n outline: none;\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n // Fix Firefox dotted focusring\n &:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 #000;\n }\n\n &[multiple=\"multiple\"] {\n background: white;\n padding-right: 5px;\n }\n }\n\n .tabular label {\n margin-top: 5px;\n\n &.error {\n color: $color-validation-error-input-border !important;\n }\n &.error + *:not(#issue_description_and_toolbar), &.error + span#issue_description_and_toolbar div.jstBlock {\n border: 1px solid $color-validation-error-input-border !important;\n }\n }\n\n label.inline {\n margin-right: 5px;\n }\n\n input[type=\"submit\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-submit-text;\n border: 1px solid $color-submit-border;\n background: $color-submit-bg;\n box-shadow: none;\n &:hover, &:active {\n border-color: $color-submit-hover-border;\n background-color: $color-submit-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-submit-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"button\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-button-text;\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n color: $color-button-hover-text;\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-button-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"checkbox\"] {\n width: $checkbox-size;\n height: $checkbox-size;\n margin: $checkbox-margin;\n box-shadow: none;\n }\n\n .pagination ul.pages li.page {\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n a { color: $color-button-hover-text; }\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n }\n .pagination ul.pages li.previous, .pagination ul.pages li.next {\n background: $color-button-bg;\n }\n}\n\nform .attributes {\n select { width: 85%; }\n\n .check_box_group label {\n width: 100%;\n }\n}\n\n.select2-container.select2-container--default {\n .select2-dropdown {\n box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);\n border: none;\n }\n li.select2-results__option[role=\"option\"] {\n &:before {\n content: ' ';\n display: inline-block;\n line-height: 1em;\n width: 1em;\n height: 1em;\n margin-right: 4px;\n font-weight: bold;\n }\n }\n li.select2-results__option[role=\"option\"][aria-selected=true] {\n &:before {\n content: \"\\2713 \";\n }\n }\n li.select2-results__option--highlighted[role=\"option\"][aria-selected] {\n background-color: #759FC2;\n color: #fff;\n }\n\n input.select2-search__field {\n background: #fff url('../images/search.svg') no-repeat 2px 50%;\n background-size: 12px 12px;\n background-position: 5px;\n padding-left: 20px;\n &:focus {\n outline: none;\n border-color: $color-input-border-focus;\n }\n }\n}\n","$flash-padding: 10px 12px 10px 30px;\n\n$color-flash-error-text: #620f0f;\n$color-flash-error-bg: #ffc6c6;\n$color-flash-notice-text: #1e620f;\n$color-flash-notice-bg: #d3ffc6;\n$color-flash-warning-text: #624b0f;\n$color-flash-warning-bg: #ffeec6;\n\n#errorExplanation, div.flash, .nodata, .warning, .conflict {\n padding: $flash-padding;\n border-radius: 3px;\n border: none;\n}\n\ndiv.flash.error, #errorExplanation {\n color: $color-flash-error-text;\n background-color: $color-flash-error-bg;\n border: none;\n}\n\ndiv.flash.notice {\n color: $color-flash-notice-text;\n background: $color-flash-notice-bg;\n}\n\ndiv.flash.warning, .conflict {\n color: $color-flash-warning-text;\n background: $color-flash-warning-bg;\n}\n\n.nodata, .warning {\n text-align: center;\n background-color: #ffeec6;\n color: #624b0f;\n}\n","$color-modal-titlebar-bg: #f7f9fa;\n$color-modal-titlebar-text: #555555;\n$color-modal-titlebar-border: #e5e5e5;\n\n\ndiv.modal {\n border: none;\n box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);\n padding: 0;\n\n .ui-dialog-titlebar {\n padding: 15px;\n border: none;\n background: $color-modal-titlebar-bg;\n color: $color-modal-titlebar-text;\n font-weight: normal;\n border-bottom: 1px solid $color-modal-titlebar-border;\n\n .ui-dialog-title {\n margin: 0;\n }\n\n .ui-dialog-titlebar-close {\n right: 1em;\n }\n }\n\n .ui-dialog-content {\n padding: 5px 15px 15px;\n }\n}\n\n.ui-widget-overlay {\n background: black;\n opacity: 0.55;\n}","$issue-padding: 20px;\n\n$progress-height: 0.6em;\n$color-progress-closed-bg: #4DB6AC;\n\n$histry-padding: 15px;\n$color-history-bg: #ffffff;\n$color-history-border: #dfe8f1;\n\n$timeline-point-size: 8px;\n$color-timeline: #e5e5e5;\n\n$note-title-margin: 0 19px 0 10px;\n$note-title-padding: 6px 9px;\n$color-note-title-bg: #e9eaf1;\n\n$color-content-bg: #fafcfe;\n$color-unselected-tab-bg: #f0f0f0;\n$color-target-bg: #DDEEFF;\n\ndiv.issue {\n background: $color-issue-bg;\n padding: $issue-padding;\n margin-bottom: 12px;\n border-radius: 3px;\n border: none;\n\n hr {\n width: auto;\n background: rgba(0,0,0,0.12);\n padding: 0 10px;\n margin: 8px -10px;\n }\n}\n\ntable.progress {\n margin: 4px 6px 0px 0;\n\n td {\n height: $progress-height;\n border-radius: 2px;\n\n &.closed {\n background-color: $color-progress-closed-bg;\n }\n }\n}\n\np.percent {\n padding-top: 2px;\n}\n\n.edit_issue fieldset {\n border: none;\n background: #f4f7f9;\n margin-bottom: 15px;\n border-radius: 5px;\n padding: 23px 12px 13px;\n\n legend {\n position: relative;\n top: 18px;\n }\n}\n\n// 作成日・更新日に実際の日時を表示\na[href*=\"activity\"][data-absolute-date*=\":\"] {\n margin: 0 3px;\n box-shadow: inset 0 -1.5em 0 rgba(0, 0, 0, 0.08);\n display: inline-block;\n padding: 0 3px;\n border-radius: 3px;\n &:before {\n content: ' [' attr(data-absolute-date) '] ';\n }\n}\n\ndiv#content .tabs {\n ul {\n border-bottom: 1px solid $color-history-border;\n\n li a {\n background-color: $color-unselected-tab-bg;\n border: 1px solid $color-history-border;\n\n &.selected {\n background-color: $color-content-bg;\n border: 1px solid $color-history-border;\n border-bottom: 1px solid $color-content-bg;\n }\n }\n }\n}\ndiv#update .jstTabs.tabs li a {\n border-bottom: 1px solid $color-history-border;\n}\n\n#history {\n div.tabs {\n margin-bottom: 0px;\n\n ul li a.selected {\n background-color: $color-history-bg;\n border-bottom: 1px solid $color-history-bg;\n }\n }\n .tab-content {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border-right: 1px solid $color-history-border;\n border-left: 1px solid $color-history-border;\n border-bottom: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n // Do not show vertical lines connecting history if tab-notes or tab-properties\n &.discontinuity .journal:after {\n content: none;\n }\n\n .journal {\n padding: 8px 3px 3px 3px;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n .journal-actions, a.journal-link {\n position: relative;\n z-index: 5;\n }\n }\n\n // #tab-content-changesets内のh4要素のみ.contextualと隣接していないため個別の書き方をしている\n h4.note-header {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target .contextual + h4, div:target .contextual + h4 {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n\n .details {\n list-style: none;\n font-size: 0.9em;\n line-height: 1.5;\n margin-bottom: 1em;\n padding-left: 46px;\n\n li {\n position: relative;\n\n &:after {\n display: block;\n content: '';\n position: absolute;\n top: .5em;\n left: -1em;\n width: 4px;\n height: 4px;\n background-color: $color-history-bg;\n border: 1px solid #888;\n border-radius: 50%;\n }\n }\n }\n\n form .jstBlock, form input, div[id^=\"template_journal\"],\n .wiki:not(.wiki-preview),\n &.time_entry p, &.changeset .note > p {\n margin-left: 32px;\n }\n }\n }\n}\n\n.tabular p {\n padding-left: 160px;\n\n .edit_issue & {\n padding-left: 130px;\n }\n}\n.edit_issue .tabular .wiki-preview p {padding-left: 0 !important}\n\n.tabular label {\n margin-left: -160px;\n width: 150px;\n\n .edit_issue & {\n margin-left: -130px;\n width: 120px;\n }\n}\n\nfieldset#filters td.values input {\n height: inherit;\n}\n\n.jstBlock .wiki-preview {\n border: 1px solid $color-history-border;\n}\n\n.issue-card {\n background-color: $color-issue-bg;\n}","// forum(board)\n\n.controller-messages.action-show #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n\n & > p {\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n}\n\n#replies {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .message.reply {\n padding: 8px 3px 3px 3px !important;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n }\n }\n\n .wiki {\n padding-left: 32px;\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target h4.note-header, div:target h4.note-header {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n }\n}",".controller-news.action-show {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n #comments {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .wiki {\n padding-left: 32px;\n }\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n padding-bottom: 5px;\n }\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n\n #edit-news + p + div.wiki, h2 + p + div.wiki {\n position: relative;\n background-color: #fff;\n margin-bottom: 10px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n }\n}",".controller-documents.action-index #content {\n h3.group-name {\n position: relative;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n }\n h4.title {\n font-size: 1.2em;\n border-bottom: 0px;\n }\n}","// forum(board)\n\n.controller-repositories.action-revision, .controller-repositories.action-diff {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n &.avatars-on .details {\n h4 {\n left: 35px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n &.avatars-off .details {\n h4 {\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n }\n\n .wiki.changeset-comments, #related-issues, .revision-info {\n background-color: #fff;\n padding: 10px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n margin: 5px;\n }\n\n .revision-info {\n padding-left: 20px;\n }\n}\n","div#activity dt .time { color: #444; }\ndiv#activity dt.me .time { border-color: #666; }\ndiv#activity dd span.description, #search-results dd span.description { color: #444; }\n\ndiv#activity h3 {\n position: relative;\n margin: $note-title-margin;\n border: none;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n}\n\ndiv#activity dl {\n margin-right: 2em;\n}"],"names":[],"sourceRoot":""} \ No newline at end of file From ecc73f42d6facd74db20dc935cca9eeb223005fd Mon Sep 17 00:00:00 2001 From: ishikawa999 Date: Tue, 8 Oct 2024 01:56:35 +0000 Subject: [PATCH 4/9] Fix sidebar-switch-panel arrow icon --- javascripts/theme.js | 2 +- javascripts/theme.js.map | 2 +- package-lock.json | 9 +++++---- src/scripts/bleuclair.js | 2 +- src/styles/components/_layout.scss | 17 +++++++++++++++++ stylesheets/theme.css | 2 +- stylesheets/theme.css.map | 2 +- 7 files changed, 27 insertions(+), 9 deletions(-) diff --git a/javascripts/theme.js b/javascripts/theme.js index 6422176..48f8f8b 100644 --- a/javascripts/theme.js +++ b/javascripts/theme.js @@ -116,7 +116,7 @@ $(function () { window.addEventListener('DOMContentLoaded', function () { if (!$('#main').hasClass('nosidebar')) { if ($('#sidebar-switch-panel').length == 0) { - $('#content').prepend(''); + $('#content').prepend(''); } try { $('#main').collapsibleSidebar(); diff --git a/javascripts/theme.js.map b/javascripts/theme.js.map index 8a4b966..85a0c55 100644 --- a/javascripts/theme.js.map +++ b/javascripts/theme.js.map @@ -1 +1 @@ -{"version":3,"file":"../javascripts/theme.js","mappings":"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","sources":["webpack://bleuclair/./src/scripts/bleuclair.js","webpack://bleuclair/webpack/bootstrap","webpack://bleuclair/webpack/runtime/compat get default export","webpack://bleuclair/webpack/runtime/define property getters","webpack://bleuclair/webpack/runtime/hasOwnProperty shorthand","webpack://bleuclair/./src/index.js"],"sourcesContent":["function setDiscontinuityClassToTabContent(id) {\n if ($('#' + id).hasClass('selected')) {\n if (id === 'tab-notes' || id === 'tab-properties' || id === 'tab-changesets') {\n $('div#tab-content-history').addClass('discontinuity');\n } else {\n $('div#tab-content-history').removeClass('discontinuity');\n }\n }\n}\n\n$(document).ajaxSuccess(function() {\n // Put the title in the before content without breaking the tooltip (For issues/show time_entries and changesets tabs)\n $('body.controller-issues.action-show a[href*=\"activity\"][title*=\":\"]:not([data-absolute-date*=\":\"])').each(function(_index, element){\n $(element).attr('data-absolute-date', element.title);\n });\n});\n\n$(function(){\n /* Change to open external link in another tab */\n $(\"a.external\").attr(\"target\",\"_blank\");\n $(\"a.help\").attr(\"target\",\"_blank\");\n $(\"div#footer a[href^='https://www.redmine.org/']\").attr(\"target\",\"_blank\");\n\n if (($(\"a.help\").text() == \"ヘルプ\" ? \"ja\" : $(\"html\").attr(\"lang\")) == \"ja\") {\n /* When the language is Japanese, the link destination of help is Redmine.jp */\n $(\"a.help\").attr(\"href\", \"https://redmine.jp/guide/\");\n }\n\n // Put the title in the before content without breaking the tooltip\n $('a[href*=\"activity\"][title*=\":\"]').each(function(_index, element){\n $(element).attr(\"data-absolute-date\", element.title);\n });\n\n $('#history > .tabs a').each(function(){\n setDiscontinuityClassToTabContent($(this).attr('id'));\n $(this)[0].addEventListener('click', function(){\n setDiscontinuityClassToTabContent($(this).attr('id'));\n });\n });\n});\n\n// Function based on https://www.redmine.org/issues/21808#note-27 patch.\n// collapsible sidebar jQuery plugin\n(function($) {\n // main container this is applied to\n var main;\n // triggers show/hide\n var button;\n // the key to use in local storage\n // this will later be expanded using the current controller and action to\n // allow for different sidebar states for different pages\n var localStorageKey;\n // true if local storage is available\n var canUseLocalStorage = function(){\n try {\n if('localStorage' in window){\n localStorage.setItem('redmine.test.storage', 'ok');\n var item = localStorage.getItem('redmine.test.storage');\n localStorage.removeItem('redmine.test.storage');\n if(item === 'ok') return true;\n }\n } catch (err) {}\n return false;\n }();\n // function to set current sidebar state\n var setState = function(state){\n if(canUseLocalStorage){\n localStorage.setItem(localStorageKey, state);\n }\n };\n var applyState = function(){\n if(main.hasClass('visible-sidebar')){\n setState('visible');\n } else {\n setState('hidden');\n }\n };\n var setupToggleButton = function(){\n button = $('#sidebar-switch-button');\n button.click(function(e){\n main.addClass(\"animate\");\n main.toggleClass('visible-sidebar');\n applyState();\n e.preventDefault();\n return false;\n });\n applyState();\n };\n $.fn.collapsibleSidebar = function() {\n main = this;\n // determine previously stored sidebar state for this page\n if(canUseLocalStorage) {\n // determine current controller/action pair and use them as storage key\n var bodyClass = $('body').attr('class');\n if(bodyClass){\n try {\n localStorageKey = 'redmine-sidebar-state-' + bodyClass.split(/\\s+/).filter(function(s){\n return s.match(/(action|controller)-.*/);\n }).sort().join('-');\n } catch(e) {\n // in case of error (probably IE8), continue with the default key.\n localStorageKey = 'redmine-sidebar-state';\n }\n }\n var storedState = localStorage.getItem(localStorageKey);\n main.toggleClass('visible-sidebar', (storedState === 'visible' || !storedState));\n } else {\n main.toggleClass('visible-sidebar', true);\n }\n // draw the toggle button once the DOM is complete\n $(document).ready(setupToggleButton);\n };\n}(jQuery));\n\nwindow.addEventListener('DOMContentLoaded', function () {\n if (!$('#main').hasClass('nosidebar')) {\n if ($('#sidebar-switch-panel').length == 0) {\n $('#content').prepend('
');\n }\n try {\n $('#main').collapsibleSidebar();\n } catch(e) {\n $('#main').toggleClass('visible-sidebar', true);\n $('div#sidebar-switch-panel').remove();\n console.error(e);\n }\n }\n});","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// When built, it will be output as bleuclair/javascripts/theme.js\nimport './scripts/bleuclair.js'\n\n// When built, it will be output as bleuclair/stylesheets/theme.css\nimport './styles/bleuclair.scss';\n"],"names":["setDiscontinuityClassToTabContent","id","$","hasClass","addClass","removeClass","document","ajaxSuccess","each","_index","element","attr","title","text","addEventListener","main","button","localStorageKey","canUseLocalStorage","window","localStorage","setItem","item","getItem","removeItem","err","setState","state","applyState","setupToggleButton","click","e","toggleClass","preventDefault","fn","collapsibleSidebar","bodyClass","split","filter","s","match","sort","join","storedState","ready","jQuery","length","prepend","remove","console","error"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"../javascripts/theme.js","mappings":"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","sources":["webpack://bleuclair/./src/scripts/bleuclair.js","webpack://bleuclair/webpack/bootstrap","webpack://bleuclair/webpack/runtime/compat get default export","webpack://bleuclair/webpack/runtime/define property getters","webpack://bleuclair/webpack/runtime/hasOwnProperty shorthand","webpack://bleuclair/./src/index.js"],"sourcesContent":["function setDiscontinuityClassToTabContent(id) {\n if ($('#' + id).hasClass('selected')) {\n if (id === 'tab-notes' || id === 'tab-properties' || id === 'tab-changesets') {\n $('div#tab-content-history').addClass('discontinuity');\n } else {\n $('div#tab-content-history').removeClass('discontinuity');\n }\n }\n}\n\n$(document).ajaxSuccess(function() {\n // Put the title in the before content without breaking the tooltip (For issues/show time_entries and changesets tabs)\n $('body.controller-issues.action-show a[href*=\"activity\"][title*=\":\"]:not([data-absolute-date*=\":\"])').each(function(_index, element){\n $(element).attr('data-absolute-date', element.title);\n });\n});\n\n$(function(){\n /* Change to open external link in another tab */\n $(\"a.external\").attr(\"target\",\"_blank\");\n $(\"a.help\").attr(\"target\",\"_blank\");\n $(\"div#footer a[href^='https://www.redmine.org/']\").attr(\"target\",\"_blank\");\n\n if (($(\"a.help\").text() == \"ヘルプ\" ? \"ja\" : $(\"html\").attr(\"lang\")) == \"ja\") {\n /* When the language is Japanese, the link destination of help is Redmine.jp */\n $(\"a.help\").attr(\"href\", \"https://redmine.jp/guide/\");\n }\n\n // Put the title in the before content without breaking the tooltip\n $('a[href*=\"activity\"][title*=\":\"]').each(function(_index, element){\n $(element).attr(\"data-absolute-date\", element.title);\n });\n\n $('#history > .tabs a').each(function(){\n setDiscontinuityClassToTabContent($(this).attr('id'));\n $(this)[0].addEventListener('click', function(){\n setDiscontinuityClassToTabContent($(this).attr('id'));\n });\n });\n});\n\n// Function based on https://www.redmine.org/issues/21808#note-27 patch.\n// collapsible sidebar jQuery plugin\n(function($) {\n // main container this is applied to\n var main;\n // triggers show/hide\n var button;\n // the key to use in local storage\n // this will later be expanded using the current controller and action to\n // allow for different sidebar states for different pages\n var localStorageKey;\n // true if local storage is available\n var canUseLocalStorage = function(){\n try {\n if('localStorage' in window){\n localStorage.setItem('redmine.test.storage', 'ok');\n var item = localStorage.getItem('redmine.test.storage');\n localStorage.removeItem('redmine.test.storage');\n if(item === 'ok') return true;\n }\n } catch (err) {}\n return false;\n }();\n // function to set current sidebar state\n var setState = function(state){\n if(canUseLocalStorage){\n localStorage.setItem(localStorageKey, state);\n }\n };\n var applyState = function(){\n if(main.hasClass('visible-sidebar')){\n setState('visible');\n } else {\n setState('hidden');\n }\n };\n var setupToggleButton = function(){\n button = $('#sidebar-switch-button');\n button.click(function(e){\n main.addClass(\"animate\");\n main.toggleClass('visible-sidebar');\n applyState();\n e.preventDefault();\n return false;\n });\n applyState();\n };\n $.fn.collapsibleSidebar = function() {\n main = this;\n // determine previously stored sidebar state for this page\n if(canUseLocalStorage) {\n // determine current controller/action pair and use them as storage key\n var bodyClass = $('body').attr('class');\n if(bodyClass){\n try {\n localStorageKey = 'redmine-sidebar-state-' + bodyClass.split(/\\s+/).filter(function(s){\n return s.match(/(action|controller)-.*/);\n }).sort().join('-');\n } catch(e) {\n // in case of error (probably IE8), continue with the default key.\n localStorageKey = 'redmine-sidebar-state';\n }\n }\n var storedState = localStorage.getItem(localStorageKey);\n main.toggleClass('visible-sidebar', (storedState === 'visible' || !storedState));\n } else {\n main.toggleClass('visible-sidebar', true);\n }\n // draw the toggle button once the DOM is complete\n $(document).ready(setupToggleButton);\n };\n}(jQuery));\n\nwindow.addEventListener('DOMContentLoaded', function () {\n if (!$('#main').hasClass('nosidebar')) {\n if ($('#sidebar-switch-panel').length == 0) {\n $('#content').prepend('
');\n }\n try {\n $('#main').collapsibleSidebar();\n } catch(e) {\n $('#main').toggleClass('visible-sidebar', true);\n $('div#sidebar-switch-panel').remove();\n console.error(e);\n }\n }\n});","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// When built, it will be output as bleuclair/javascripts/theme.js\nimport './scripts/bleuclair.js'\n\n// When built, it will be output as bleuclair/stylesheets/theme.css\nimport './styles/bleuclair.scss';\n"],"names":["setDiscontinuityClassToTabContent","id","$","hasClass","addClass","removeClass","document","ajaxSuccess","each","_index","element","attr","title","text","addEventListener","main","button","localStorageKey","canUseLocalStorage","window","localStorage","setItem","item","getItem","removeItem","err","setState","state","applyState","setupToggleButton","click","e","toggleClass","preventDefault","fn","collapsibleSidebar","bodyClass","split","filter","s","match","sort","join","storedState","ready","jQuery","length","prepend","remove","console","error"],"sourceRoot":""} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 08766a9..a653480 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2439,9 +2439,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001543", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001543.tgz", - "integrity": "sha512-qxdO8KPWPQ+Zk6bvNpPeQIOH47qZSYdFZd6dXQzb2KzhnSXju4Kd7H1PkSJx6NICSMgo/IhRZRhhfPTHYpJUCA==", + "version": "1.0.30001667", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001667.tgz", + "integrity": "sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==", "dev": true, "funding": [ { @@ -2456,7 +2456,8 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/chalk": { "version": "2.4.2", diff --git a/src/scripts/bleuclair.js b/src/scripts/bleuclair.js index 515afb9..e5f7f32 100644 --- a/src/scripts/bleuclair.js +++ b/src/scripts/bleuclair.js @@ -115,7 +115,7 @@ $(function(){ window.addEventListener('DOMContentLoaded', function () { if (!$('#main').hasClass('nosidebar')) { if ($('#sidebar-switch-panel').length == 0) { - $('#content').prepend(''); + $('#content').prepend(''); } try { $('#main').collapsibleSidebar(); diff --git a/src/styles/components/_layout.scss b/src/styles/components/_layout.scss index 1e177b3..48d3e9c 100644 --- a/src/styles/components/_layout.scss +++ b/src/styles/components/_layout.scss @@ -90,6 +90,23 @@ a:hover, a:active { } } + +#main #sidebar-switch-button .sidebar-switch-arrow { + display: inline-block; + width: 6px; + height: 6px; + margin-top: 8px; + border-top: 2px solid gray; + border-right: 2px solid gray; +} +#main:not(.visible-sidebar) #sidebar-switch-button .sidebar-switch-arrow { + margin-left: 4px; + transform: rotate(-135deg); +} +#main.visible-sidebar #sidebar-switch-button .sidebar-switch-arrow { + transform: rotate(45deg); +} + @media print { #main.visible-sidebar #sidebar, #sidebar-switch-panel { display:none; } } diff --git a/stylesheets/theme.css b/stylesheets/theme.css index 8de66f6..c798a64 100644 --- a/stylesheets/theme.css +++ b/stylesheets/theme.css @@ -1,2 +1,2 @@ -body{color:#222;font-size:13px;line-height:1.5}html[lang=ja] body{font-family:Meiryo,Hiragino Kaku Gothic Pro,Hiragino Sans,MS PGothic,Verdana,system-ui,sans-serif}h1,h2,h3,h4{color:#333;font-weight:400}#content h1{color:#333}#top-menu{background:#223342;box-shadow:0 2px 5px rgba(0,0,0,.16);position:relative;z-index:1}#header{background:radial-gradient(circle at 1.98% 20.98%,#4b6cb7,transparent 100%),radial-gradient(circle at 98.02% 20.98%,#2e4063,transparent 100%),radial-gradient(circle at 50% 50%,#19c8b5,#19c8b5 100%);box-shadow:0 1px 2px rgba(0,0,0,.1);color:#fff;min-height:1em;padding:10px 30px}#header h1{color:#fff;padding-bottom:20px}#content,#main{background-color:#fafcfe}#content{padding:25px;width:81%}#content,#sidebar{box-sizing:border-box}#sidebar{font-size:.9em;padding-left:17px;padding-right:17px}#sidebar h3{color:#333}a:active,a:hover{outline:1px solid rgba(0,0,0,0)}#sidebar{background-color:#e9eaf1;display:none;width:19%}#main.visible-sidebar #sidebar{display:block}@media screen and (max-width:899px){#main.visible-sidebar #sidebar,#main.visible-sidebar #sidebar-switch-panel{display:none}}#content{padding:14px}#sidebar-switch-panel{float:right;height:25px;left:10px;margin-left:5px;padding:2px;position:relative;top:2px;width:20px}#sidebar-switch-button{background-color:#e9eaf1;border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-radius:10px 0 0 10px;border-top:1px solid #ddd;display:block;font-size:0;height:100%;padding:9px 20px 9px 5px;text-decoration:none}#sidebar-switch-button:before{color:#666;display:inline-block;font-size:15px;font-style:normal;font-variant:normal;margin-right:3px;text-rendering:auto}@media print{#main.visible-sidebar #sidebar,#sidebar-switch-panel{display:none}}table.list.plugins{margin-top:10px}@media screen and (max-width:899px){#content>.contextual .drdn,#content>.contextual>a,p.buttons a{background:#fff}}#activity,#roadmap article,.box,.controller-attachments.action-show .filecontent.wiki,.controller-documents.action-index .document-item,.controller-news.action-index article.news-article,.controller-news.action-show #comments,.controller-projects.action-index li.root,.controller-repositories.action-entry .filecontent.wiki,.controller-wiki.action-index.pages-hierarchy,.controller-wiki.action-show .wiki.wiki-page,.mypage-box{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin-bottom:20px;padding:20px}.controller-wiki.action-show .wiki.wiki-page{margin-bottom:10px;margin-top:25px}#activity{padding:0}#activity h3{top:10px}.controller-news.action-index article.news-article{margin-bottom:10px}.gantt-table{background-color:#fff}#wiki_add_attachment .box{padding:6px}div.issue-cards .issue-card{background-color:#fff9c4}#main-menu ul li{margin:0}#main-menu ul li a{font-weight:400;letter-spacing:.5px;padding:8px 12px}#main-menu ul li a.selected,#main-menu ul li a:hover{background:rgba(0,0,0,0);color:inherit;position:relative}#main-menu ul li a.selected:after,#main-menu ul li a:hover:after{background-color:#ffd600;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}#main-menu ul li a.selected:hover{background:rgba(0,0,0,0);color:#fff}#main-menu ul li a.new-object{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.25);border-radius:50%;bottom:1px;height:26px;line-height:25px;margin:0 10px;padding:0;position:relative;text-align:center;width:26px}#main-menu ul li a.new-object:hover:after{content:none}#main-menu ul .menu-children{background-color:#fff;border:none;border-radius:3px;box-shadow:0 1px 7px 2px rgba(135,158,171,.2)}#main-menu ul .menu-children li{border-bottom:1px solid #ddd}#main-menu ul .menu-children li a{background-color:rgba(0,0,0,0);color:#777;font-weight:400;letter-spacing:.5px}#main-menu ul .menu-children li a:after{content:none}#main-menu ul .menu-children li a:hover{background:#eff4f6;color:#2b2f33}table.list{background-color:#fff;border:none;margin-bottom:25px}table.list>tbody>tr>td,table.list>tbody>tr>th,table.list>tfoot>tr>td,table.list>tfoot>tr>th,table.list>thead>tr>td,table.list>thead>tr>th{border-top:1px solid #dfe8f1;font-size:.9em;line-height:1.74;vertical-align:top}table.list>tbody>tr>td.checkbox,table.list>tbody>tr>th.checkbox,table.list>tfoot>tr>td.checkbox,table.list>tfoot>tr>th.checkbox,table.list>thead>tr>td.checkbox,table.list>thead>tr>th.checkbox{padding:4px}table.list>tbody>tr>td.checkbox input,table.list>tbody>tr>th.checkbox input,table.list>tfoot>tr>td.checkbox input,table.list>tfoot>tr>th.checkbox input,table.list>thead>tr>td.checkbox input,table.list>thead>tr>th.checkbox input{margin:0 7px 0 15px!important}table.list>tbody>tr.priority-lowest,table.list>tfoot>tr.priority-lowest,table.list>thead>tr.priority-lowest{background-color:#e3f5fe}table.list>tbody>tr.priority-lowest td.checkbox,table.list>tfoot>tr.priority-lowest td.checkbox,table.list>thead>tr.priority-lowest td.checkbox{box-shadow:inset 6px 0 0 0 #81d4fa}table.list>tbody>tr.priority-high3,table.list>tfoot>tr.priority-high3,table.list>thead>tr.priority-high3{background-color:#fce9e9}table.list>tbody>tr.priority-high3 td.checkbox,table.list>tfoot>tr.priority-high3 td.checkbox,table.list>thead>tr.priority-high3 td.checkbox{box-shadow:inset 6px 0 0 0 #ef9a9a}table.list>tbody>tr.priority-high2,table.list>tfoot>tr.priority-high2,table.list>thead>tr.priority-high2{background-color:#f9d4d3}table.list>tbody>tr.priority-high2 td.checkbox,table.list>tfoot>tr.priority-high2 td.checkbox,table.list>thead>tr.priority-high2 td.checkbox{box-shadow:inset 6px 0 0 0 #e53935}table.list>tbody>tr.priority-highest,table.list>tfoot>tr.priority-highest,table.list>thead>tr.priority-highest{background-color:#efb1b1}table.list>tbody>tr.priority-highest td.checkbox,table.list>tfoot>tr.priority-highest td.checkbox,table.list>thead>tr.priority-highest td.checkbox{box-shadow:inset 6px 0 0 0 #c62828}table.list>tbody>tr.closed,table.list>tbody>tr.closed a,table.list>tfoot>tr.closed,table.list>tfoot>tr.closed a,table.list>thead>tr.closed,table.list>thead>tr.closed a{color:#777}table.list>tbody>tr:hover,table.list>tfoot>tr:hover,table.list>thead>tr:hover{background-color:#fff9c4}table.list>thead>tr>th{background-color:#eff1f9;border-bottom:2px solid #dfe8f1;color:#4b5056;font-weight:700;padding:5px;vertical-align:bottom}table.list>thead>tr>th.checkbox{padding:5px}table.list>caption+thead>tr:first-child>td,table.list>caption+thead>tr:first-child>th,table.list>colgroup+thead>tr:first-child>td,table.list>colgroup+thead>tr:first-child>th,table.list>thead:first-child>tr:first-child>td,table.list>thead:first-child>tr:first-child>th{border-top:0}table.list>tbody+tbody{border-top:2px solid #dfe8f1}table.list td.attachments{padding-bottom:5px}div.wiki h1,div.wiki h2,div.wiki h3,div.wiki h4{font-weight:700}div.wiki ul.toc{background-color:#fff9c4;border:none;border-radius:4px;padding:9px}.box div.wiki-preview{line-height:1.5}#wrapper input[type=date],#wrapper input[type=file],#wrapper input[type=password],#wrapper input[type=text],#wrapper select,#wrapper textarea,.modal input[type=date],.modal input[type=file],.modal input[type=password],.modal input[type=text],.modal select,.modal textarea{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;box-shadow:inset 1px 1px 3px #f6f6f6;box-sizing:border-box;color:#2b2f33;height:auto;line-height:1.3;outline:none;padding:4px 6px}#wrapper input[type=date]:hover,#wrapper input[type=file]:hover,#wrapper input[type=password]:hover,#wrapper input[type=text]:hover,#wrapper select:hover,#wrapper textarea:hover,.modal input[type=date]:hover,.modal input[type=file]:hover,.modal input[type=password]:hover,.modal input[type=text]:hover,.modal select:hover,.modal textarea:hover{border:1px solid #bccfe1}#wrapper input[type=date]:active,#wrapper input[type=date]:focus,#wrapper input[type=file]:active,#wrapper input[type=file]:focus,#wrapper input[type=password]:active,#wrapper input[type=password]:focus,#wrapper input[type=text]:active,#wrapper input[type=text]:focus,#wrapper select:active,#wrapper select:focus,#wrapper textarea:active,#wrapper textarea:focus,.modal input[type=date]:active,.modal input[type=date]:focus,.modal input[type=file]:active,.modal input[type=file]:focus,.modal input[type=password]:active,.modal input[type=password]:focus,.modal input[type=text]:active,.modal input[type=text]:focus,.modal select:active,.modal select:focus,.modal textarea:active,.modal textarea:focus{border-color:#3da6ff!important}#wrapper input[type=date].filename,#wrapper input[type=file].filename,#wrapper input[type=password].filename,#wrapper input[type=text].filename,#wrapper select.filename,#wrapper textarea.filename,.modal input[type=date].filename,.modal input[type=file].filename,.modal input[type=password].filename,.modal input[type=text].filename,.modal select.filename,.modal textarea.filename{box-shadow:none}#wrapper input[type=date]:disabled,#wrapper input[type=file]:disabled,#wrapper input[type=password]:disabled,#wrapper input[type=text]:disabled,#wrapper select:disabled,#wrapper textarea:disabled,.modal input[type=date]:disabled,.modal input[type=file]:disabled,.modal input[type=password]:disabled,.modal input[type=text]:disabled,.modal select:disabled,.modal textarea:disabled{background-color:#ebebe4}#wrapper .select2-container--default .select2-selection--single,.modal .select2-container--default .select2-selection--single{border:1px solid #dfe8f1;border-radius:3px;box-shadow:inset 1px 1px 3px #f6f6f6;box-sizing:border-box;color:#2b2f33;height:24px;line-height:1.3;outline:none;padding:0 25px 0 5px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,.modal .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZD0iTTI0LjkgMzkuOGMtLjkgMC0xLjctLjMtMi40LTFsLTIxLTIxQy4yIDE2LjUuMiAxNC4zIDEuNSAxM3MzLjUtMS4zIDQuOCAwbDE4LjYgMTguNkw0My41IDEzYzEuMy0xLjMgMy41LTEuMyA0LjggMHMxLjMgMy41IDAgNC44bC0yMSAyMWMtLjYuNy0xLjUgMS0yLjQgMXoiIG9wYWNpdHk9Ii42NSIvPjwvc3ZnPg==);background-position:0;background-repeat:no-repeat;background-size:10px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,.modal .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,.modal .select2-container--default .select2-selection--single .select2-selection__rendered{color:#2b2f33;font-family:Arial;font-size:13px;font-weight:400;line-height:1.5;padding:1px 2px}#wrapper .select2-container--default .select2-selection--single:hover,.modal .select2-container--default .select2-selection--single:hover{border:1px solid #bccfe1}#wrapper .select2-container--default .select2-selection--single:active,#wrapper .select2-container--default .select2-selection--single:focus,.modal .select2-container--default .select2-selection--single:active,.modal .select2-container--default .select2-selection--single:focus{border-color:#3da6ff!important}#wrapper .select2-container--default.select2-container--disabled .select2-selection--single,.modal .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#ebebe4!important;color:graytext;cursor:not-allowed}#wrapper input[type=text],.modal input[type=text]{font-family:Osaka-Mono,MS Gothic,sans-serif;font-size:100%}#wrapper textarea.wiki-edit,.modal textarea.wiki-edit{font-family:Osaka-Mono,MS Gothic,sans-serif;font-size:13px;letter-spacing:normal;line-height:130%}#wrapper select,.modal select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZD0iTTI0LjkgMzkuOGMtLjkgMC0xLjctLjMtMi40LTFsLTIxLTIxQy4yIDE2LjUuMiAxNC4zIDEuNSAxM3MzLjUtMS4zIDQuOCAwbDE4LjYgMTguNkw0My41IDEzYzEuMy0xLjMgMy41LTEuMyA0LjggMHMxLjMgMy41IDAgNC44bC0yMSAyMWMtLjYuNy0xLjUgMS0yLjQgMXoiIG9wYWNpdHk9Ii42NSIvPjwvc3ZnPg==);background-position:95% 50%;background-repeat:no-repeat;background-size:10px;height:auto;padding-right:2.5em}#wrapper select::-ms-expand,.modal select::-ms-expand{display:none}#wrapper select:hover,.modal select:hover{border-color:#ccc;outline:none}#wrapper select:active,#wrapper select:focus,.modal select:active,.modal select:focus{border-color:#3da6ff!important}#wrapper select:-moz-focusring,.modal select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}#wrapper select[multiple=multiple],.modal select[multiple=multiple]{background:#fff;padding-right:5px}#wrapper .tabular label,.modal .tabular label{margin-top:5px}#wrapper .tabular label.error,.modal .tabular label.error{color:#b00!important}#wrapper .tabular label.error+:not(#issue_description_and_toolbar),#wrapper .tabular label.error+span#issue_description_and_toolbar div.jstBlock,.modal .tabular label.error+:not(#issue_description_and_toolbar),.modal .tabular label.error+span#issue_description_and_toolbar div.jstBlock{border:1px solid #b00!important}#wrapper label.inline,.modal label.inline{margin-right:5px}#wrapper input[type=submit],.modal input[type=submit]{background:#34495e;border:1px solid #34495e;border-radius:3px;box-shadow:none;color:#fff;padding:2px 12px 3px}#wrapper input[type=submit]:active,#wrapper input[type=submit]:hover,.modal input[type=submit]:active,.modal input[type=submit]:hover{background-color:#3f5872;border-color:#3f5872}#wrapper input[type=submit]:active,.modal input[type=submit]:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper input[type=submit]:disabled,.modal input[type=submit]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=button],.modal input[type=button]{background:#fefeff;border:1px solid #dfe8f1;border-radius:3px;box-shadow:none;color:#555a60;padding:2px 12px 3px}#wrapper input[type=button]:active,#wrapper input[type=button]:hover,.modal input[type=button]:active,.modal input[type=button]:hover{background-color:#f3f3f9;border-color:#bfc8d1;color:#2b2f33}#wrapper input[type=button]:active,.modal input[type=button]:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper input[type=button]:disabled,.modal input[type=button]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=checkbox],.modal input[type=checkbox]{box-shadow:none;height:16px;margin:7px 2px 7px 0;width:16px}#wrapper .pagination ul.pages li.page,.modal .pagination ul.pages li.page{background:#fefeff;border:1px solid #dfe8f1;box-shadow:none}#wrapper .pagination ul.pages li.page:active,#wrapper .pagination ul.pages li.page:hover,.modal .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:hover{background-color:#f3f3f9;border-color:#bfc8d1}#wrapper .pagination ul.pages li.page:active a,#wrapper .pagination ul.pages li.page:hover a,.modal .pagination ul.pages li.page:active a,.modal .pagination ul.pages li.page:hover a{color:#2b2f33}#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper .pagination ul.pages li.next,#wrapper .pagination ul.pages li.previous,.modal .pagination ul.pages li.next,.modal .pagination ul.pages li.previous{background:#fefeff}form .attributes select{width:85%}form .attributes .check_box_group label{width:100%}.select2-container.select2-container--default .select2-dropdown{border:none;box-shadow:0 3px 3px 0 rgba(0,0,0,.5)}.select2-container.select2-container--default li.select2-results__option[role=option]:before{content:" ";display:inline-block;font-weight:700;height:1em;line-height:1em;margin-right:4px;width:1em}.select2-container.select2-container--default li.select2-results__option[role=option][aria-selected=true]:before{content:"✓"}.select2-container.select2-container--default li.select2-results__option--highlighted[role=option][aria-selected]{background-color:#759fc2;color:#fff}.select2-container.select2-container--default input.select2-search__field{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNTA1IDQ0Mi43IDQwNS4zIDM0M2MtNC41LTQuNS0xMC42LTctMTctN0gzNzJjMjcuNi0zNS4zIDQ0LTc5LjcgNDQtMTI4QzQxNiA5My4xIDMyMi45IDAgMjA4IDBTMCA5My4xIDAgMjA4czkzLjEgMjA4IDIwOCAyMDhjNDguMyAwIDkyLjctMTYuNCAxMjgtNDR2MTYuM2MwIDYuNCAyLjUgMTIuNSA3IDE3bDk5LjcgOTkuN2M5LjQgOS40IDI0LjYgOS40IDMzLjkgMGwyOC4zLTI4LjNjOS40LTkuNCA5LjQtMjQuNi4xLTM0ek0yMDggMzM2Yy03MC43IDAtMTI4LTU3LjItMTI4LTEyOCAwLTcwLjcgNTcuMi0xMjggMTI4LTEyOCA3MC43IDAgMTI4IDU3LjIgMTI4IDEyOCAwIDcwLjctNTcuMiAxMjgtMTI4IDEyOHoiLz48L3N2Zz4=) no-repeat 2px 50%;background-position:5px;background-size:12px 12px;padding-left:20px}.select2-container.select2-container--default input.select2-search__field:focus{border-color:#3da6ff;outline:none}#errorExplanation,.conflict,.nodata,.warning,div.flash{border:none;border-radius:3px;padding:10px 12px 10px 30px}#errorExplanation,div.flash.error{background-color:#ffc6c6;border:none;color:#620f0f}div.flash.notice{background:#d3ffc6;color:#1e620f}.conflict,div.flash.warning{background:#ffeec6;color:#624b0f}.nodata,.warning{background-color:#ffeec6;color:#624b0f;text-align:center}div.modal{border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.2);padding:0}div.modal .ui-dialog-titlebar{background:#f7f9fa;border:none;border-bottom:1px solid #e5e5e5;color:#555;font-weight:400;padding:15px}div.modal .ui-dialog-titlebar .ui-dialog-title{margin:0}div.modal .ui-dialog-titlebar .ui-dialog-titlebar-close{right:1em}div.modal .ui-dialog-content{padding:5px 15px 15px}.ui-widget-overlay{background:#000;opacity:.55}div.issue{background:#fff9c4;border:none;border-radius:3px;margin-bottom:12px;padding:20px}div.issue hr{background:rgba(0,0,0,.12);margin:8px -10px;padding:0 10px;width:auto}table.progress{margin:4px 6px 0 0}table.progress td{border-radius:2px;height:.6em}table.progress td.closed{background-color:#4db6ac}p.percent{padding-top:2px}.edit_issue fieldset{background:#f4f7f9;border:none;border-radius:5px;margin-bottom:15px;padding:23px 12px 13px}.edit_issue fieldset legend{position:relative;top:18px}a[href*=activity][data-absolute-date*=":"]{border-radius:3px;box-shadow:inset 0 -1.5em 0 rgba(0,0,0,.08);display:inline-block;margin:0 3px;padding:0 3px}a[href*=activity][data-absolute-date*=":"]:before{content:" [" attr(data-absolute-date) "] "}div#content .tabs ul{border-bottom:1px solid #dfe8f1}div#content .tabs ul li a{background-color:#f0f0f0;border:1px solid #dfe8f1}div#content .tabs ul li a.selected{background-color:#fafcfe;border:1px solid #dfe8f1;border-bottom-color:#fafcfe}div#update .jstTabs.tabs li a{border-bottom:1px solid #dfe8f1}#history div.tabs{margin-bottom:0}#history div.tabs ul li a.selected{background-color:#fff;border-bottom:1px solid #fff}#history .tab-content{background-color:#fff;border-bottom:1px solid #dfe8f1;border-left:1px solid #dfe8f1;border-radius:0 0 3px 3px;border-right:1px solid #dfe8f1;padding-left:10px;padding-top:15px}#history .tab-content.discontinuity .journal:after{content:none}#history .tab-content .journal{background-color:#fff;overflow:visible;padding:8px 3px 3px;position:relative}#history .tab-content .journal:before{background-color:#fff;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;content:"";height:8px;left:6px;position:absolute;top:16px;width:8px;z-index:1}#history .tab-content .journal:after{background-color:#e5e5e5;content:"";height:100%;left:9px;position:absolute;top:0;width:2px}#history .tab-content .journal:first-of-type:after{top:15px}#history .tab-content .journal:last-of-type:after{height:18px}#history .tab-content .journal:first-of-type:last-of-type:after{content:none}#history .tab-content .journal .contextual{padding-right:10px;padding-top:5px}#history .tab-content .journal .contextual .journal-actions,#history .tab-content .journal .contextual a.journal-link{position:relative;z-index:5}#history .tab-content .journal h4.note-header{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}#history .tab-content .journal h4.note-header a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#history .tab-content .journal h4.note-header:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}#history .tab-content .journal h4.note-header .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}#history .tab-content .journal div:target .contextual+h4,#history .tab-content .journal:target .contextual+h4{background:#def}#history .tab-content .journal div:target .contextual+h4:before,#history .tab-content .journal:target .contextual+h4:before{border-right:6px solid #def}#history .tab-content .journal .details{font-size:.9em;line-height:1.5;list-style:none;margin-bottom:1em;padding-left:46px}#history .tab-content .journal .details li{position:relative}#history .tab-content .journal .details li:after{background-color:#fff;border:1px solid #888;border-radius:50%;content:"";display:block;height:4px;left:-1em;position:absolute;top:.5em;width:4px}#history .tab-content .journal .wiki:not(.wiki-preview),#history .tab-content .journal div[id^=template_journal],#history .tab-content .journal form .jstBlock,#history .tab-content .journal form input,#history .tab-content .journal.changeset .note>p,#history .tab-content .journal.time_entry p{margin-left:32px}.tabular p{padding-left:160px}.edit_issue .tabular p{padding-left:130px}.edit_issue .tabular .wiki-preview p{padding-left:0!important}.tabular label{margin-left:-160px;width:150px}.edit_issue .tabular label{margin-left:-130px;width:120px}fieldset#filters td.values input{height:inherit}.jstBlock .wiki-preview{border:1px solid #dfe8f1}.issue-card{background-color:#fff9c4}.controller-messages.action-show #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-messages.action-show #content>div.message>p{background-color:#e9eaf1;padding:6px 9px}.controller-messages.action-show #content>div.message>p a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#replies{background-color:#fff;border:1px solid #dfe8f1;border-radius:0 0 3px 3px;padding-left:10px;padding-top:15px}#replies .message.reply{background-color:#fff;overflow:visible;padding:8px 3px 3px!important;position:relative}#replies .message.reply:before{background-color:#fff;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;content:"";height:8px;left:6px;position:absolute;top:16px;width:8px;z-index:1}#replies .message.reply:after{background-color:#e5e5e5;content:"";height:100%;left:9px;position:absolute;top:0;width:2px}#replies .message.reply:first-of-type:after{top:15px}#replies .message.reply:last-of-type:after{height:18px}#replies .message.reply:first-of-type:last-of-type:after{content:none}#replies .message.reply .contextual{padding-right:10px;padding-top:5px}#replies .message.reply .contextual a{position:relative;z-index:5}#replies .message.reply .wiki{padding-left:32px}#replies .message.reply .contextual+h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}#replies .message.reply .contextual+h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#replies .message.reply .contextual+h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}#replies .message.reply .contextual+h4 .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}#replies .message.reply div:target h4.note-header,#replies .message.reply:target h4.note-header{background:#def}#replies .message.reply div:target h4.note-header:before,#replies .message.reply:target h4.note-header:before{border-right:6px solid #def}.controller-news.action-show #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-news.action-show #comments{background-color:#fff;border:1px solid #dfe8f1;border-radius:0 0 3px 3px;padding-left:10px;padding-top:15px}.controller-news.action-show #comments .wiki{padding-left:32px}.controller-news.action-show #comments .contextual{padding-right:10px;padding-top:5px}.controller-news.action-show #comments .contextual a{padding-bottom:5px;position:relative;z-index:5}.controller-news.action-show #comments .contextual+h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}.controller-news.action-show #comments .contextual+h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-news.action-show #comments .contextual+h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}.controller-news.action-show #comments .contextual+h4 .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}.controller-news.action-show #edit-news+p+div.wiki,.controller-news.action-show h2+p+div.wiki{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin-bottom:10px;padding:20px;position:relative}.controller-documents.action-index #content h3.group-name{background-color:#e9eaf1;border:none;border-radius:4px;font-weight:700;padding:6px 9px;position:relative}.controller-documents.action-index #content h4.title{border-bottom:0;font-size:1.2em}.controller-repositories.action-diff #content>div.message,.controller-repositories.action-revision #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-repositories.action-diff.avatars-on .details h4,.controller-repositories.action-revision.avatars-on .details h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:35px;margin:0 19px 0 10px;padding:6px 9px;position:relative}.controller-repositories.action-diff.avatars-on .details h4 a[href*=activity][data-absolute-date*=":"],.controller-repositories.action-revision.avatars-on .details h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-repositories.action-diff.avatars-on .details h4:before,.controller-repositories.action-revision.avatars-on .details h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}.controller-repositories.action-diff.avatars-on .details h4 .gravatar,.controller-repositories.action-revision.avatars-on .details h4 .gravatar{left:-35px;margin-left:0;position:absolute;z-index:5}.controller-repositories.action-diff.avatars-off .details h4,.controller-repositories.action-revision.avatars-off .details h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;margin:0 19px 0 10px;padding:6px 9px}.controller-repositories.action-diff.avatars-off .details h4 a[href*=activity][data-absolute-date*=":"],.controller-repositories.action-revision.avatars-off .details h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-repositories.action-diff #related-issues,.controller-repositories.action-diff .revision-info,.controller-repositories.action-diff .wiki.changeset-comments,.controller-repositories.action-revision #related-issues,.controller-repositories.action-revision .revision-info,.controller-repositories.action-revision .wiki.changeset-comments{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin:5px;padding:10px}.controller-repositories.action-diff .revision-info,.controller-repositories.action-revision .revision-info{padding-left:20px}div#activity dt .time{color:#444}div#activity dt.me .time{border-color:#666}#search-results dd span.description,div#activity dd span.description{color:#444}div#activity h3{background-color:#e9eaf1;border:none;border-radius:4px;margin:0 19px 0 10px;padding:6px 9px;position:relative}div#activity dl{margin-right:2em} +body{color:#222;font-size:13px;line-height:1.5}html[lang=ja] body{font-family:Meiryo,Hiragino Kaku Gothic Pro,Hiragino Sans,MS PGothic,Verdana,system-ui,sans-serif}h1,h2,h3,h4{color:#333;font-weight:400}#content h1{color:#333}#top-menu{background:#223342;box-shadow:0 2px 5px rgba(0,0,0,.16);position:relative;z-index:1}#header{background:radial-gradient(circle at 1.98% 20.98%,#4b6cb7,transparent 100%),radial-gradient(circle at 98.02% 20.98%,#2e4063,transparent 100%),radial-gradient(circle at 50% 50%,#19c8b5,#19c8b5 100%);box-shadow:0 1px 2px rgba(0,0,0,.1);color:#fff;min-height:1em;padding:10px 30px}#header h1{color:#fff;padding-bottom:20px}#content,#main{background-color:#fafcfe}#content{padding:25px;width:81%}#content,#sidebar{box-sizing:border-box}#sidebar{font-size:.9em;padding-left:17px;padding-right:17px}#sidebar h3{color:#333}a:active,a:hover{outline:1px solid rgba(0,0,0,0)}#sidebar{background-color:#e9eaf1;display:none;width:19%}#main.visible-sidebar #sidebar{display:block}@media screen and (max-width:899px){#main.visible-sidebar #sidebar,#main.visible-sidebar #sidebar-switch-panel{display:none}}#content{padding:14px}#sidebar-switch-panel{float:right;height:25px;left:10px;margin-left:5px;padding:2px;position:relative;top:2px;width:20px}#sidebar-switch-button{background-color:#e9eaf1;border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-radius:10px 0 0 10px;border-top:1px solid #ddd;display:block;font-size:0;height:100%;padding:9px 20px 9px 5px;text-decoration:none}#sidebar-switch-button:before{color:#666;display:inline-block;font-size:15px;font-style:normal;font-variant:normal;margin-right:3px;text-rendering:auto}#main #sidebar-switch-button .sidebar-switch-arrow{border-right:2px solid gray;border-top:2px solid gray;display:inline-block;height:6px;margin-top:8px;width:6px}#main:not(.visible-sidebar) #sidebar-switch-button .sidebar-switch-arrow{margin-left:4px;transform:rotate(-135deg)}#main.visible-sidebar #sidebar-switch-button .sidebar-switch-arrow{transform:rotate(45deg)}@media print{#main.visible-sidebar #sidebar,#sidebar-switch-panel{display:none}}table.list.plugins{margin-top:10px}@media screen and (max-width:899px){#content>.contextual .drdn,#content>.contextual>a,p.buttons a{background:#fff}}#activity,#roadmap article,.box,.controller-attachments.action-show .filecontent.wiki,.controller-documents.action-index .document-item,.controller-news.action-index article.news-article,.controller-news.action-show #comments,.controller-projects.action-index li.root,.controller-repositories.action-entry .filecontent.wiki,.controller-wiki.action-index.pages-hierarchy,.controller-wiki.action-show .wiki.wiki-page,.mypage-box{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin-bottom:20px;padding:20px}.controller-wiki.action-show .wiki.wiki-page{margin-bottom:10px;margin-top:25px}#activity{padding:0}#activity h3{top:10px}.controller-news.action-index article.news-article{margin-bottom:10px}.gantt-table{background-color:#fff}#wiki_add_attachment .box{padding:6px}div.issue-cards .issue-card{background-color:#fff9c4}#main-menu ul li{margin:0}#main-menu ul li a{font-weight:400;letter-spacing:.5px;padding:8px 12px}#main-menu ul li a.selected,#main-menu ul li a:hover{background:rgba(0,0,0,0);color:inherit;position:relative}#main-menu ul li a.selected:after,#main-menu ul li a:hover:after{background-color:#ffd600;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}#main-menu ul li a.selected:hover{background:rgba(0,0,0,0);color:#fff}#main-menu ul li a.new-object{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.25);border-radius:50%;bottom:1px;height:26px;line-height:25px;margin:0 10px;padding:0;position:relative;text-align:center;width:26px}#main-menu ul li a.new-object:hover:after{content:none}#main-menu ul .menu-children{background-color:#fff;border:none;border-radius:3px;box-shadow:0 1px 7px 2px rgba(135,158,171,.2)}#main-menu ul .menu-children li{border-bottom:1px solid #ddd}#main-menu ul .menu-children li a{background-color:rgba(0,0,0,0);color:#777;font-weight:400;letter-spacing:.5px}#main-menu ul .menu-children li a:after{content:none}#main-menu ul .menu-children li a:hover{background:#eff4f6;color:#2b2f33}table.list{background-color:#fff;border:none;margin-bottom:25px}table.list>tbody>tr>td,table.list>tbody>tr>th,table.list>tfoot>tr>td,table.list>tfoot>tr>th,table.list>thead>tr>td,table.list>thead>tr>th{border-top:1px solid #dfe8f1;font-size:.9em;line-height:1.74;vertical-align:top}table.list>tbody>tr>td.checkbox,table.list>tbody>tr>th.checkbox,table.list>tfoot>tr>td.checkbox,table.list>tfoot>tr>th.checkbox,table.list>thead>tr>td.checkbox,table.list>thead>tr>th.checkbox{padding:4px}table.list>tbody>tr>td.checkbox input,table.list>tbody>tr>th.checkbox input,table.list>tfoot>tr>td.checkbox input,table.list>tfoot>tr>th.checkbox input,table.list>thead>tr>td.checkbox input,table.list>thead>tr>th.checkbox input{margin:0 7px 0 15px!important}table.list>tbody>tr.priority-lowest,table.list>tfoot>tr.priority-lowest,table.list>thead>tr.priority-lowest{background-color:#e3f5fe}table.list>tbody>tr.priority-lowest td.checkbox,table.list>tfoot>tr.priority-lowest td.checkbox,table.list>thead>tr.priority-lowest td.checkbox{box-shadow:inset 6px 0 0 0 #81d4fa}table.list>tbody>tr.priority-high3,table.list>tfoot>tr.priority-high3,table.list>thead>tr.priority-high3{background-color:#fce9e9}table.list>tbody>tr.priority-high3 td.checkbox,table.list>tfoot>tr.priority-high3 td.checkbox,table.list>thead>tr.priority-high3 td.checkbox{box-shadow:inset 6px 0 0 0 #ef9a9a}table.list>tbody>tr.priority-high2,table.list>tfoot>tr.priority-high2,table.list>thead>tr.priority-high2{background-color:#f9d4d3}table.list>tbody>tr.priority-high2 td.checkbox,table.list>tfoot>tr.priority-high2 td.checkbox,table.list>thead>tr.priority-high2 td.checkbox{box-shadow:inset 6px 0 0 0 #e53935}table.list>tbody>tr.priority-highest,table.list>tfoot>tr.priority-highest,table.list>thead>tr.priority-highest{background-color:#efb1b1}table.list>tbody>tr.priority-highest td.checkbox,table.list>tfoot>tr.priority-highest td.checkbox,table.list>thead>tr.priority-highest td.checkbox{box-shadow:inset 6px 0 0 0 #c62828}table.list>tbody>tr.closed,table.list>tbody>tr.closed a,table.list>tfoot>tr.closed,table.list>tfoot>tr.closed a,table.list>thead>tr.closed,table.list>thead>tr.closed a{color:#777}table.list>tbody>tr:hover,table.list>tfoot>tr:hover,table.list>thead>tr:hover{background-color:#fff9c4}table.list>thead>tr>th{background-color:#eff1f9;border-bottom:2px solid #dfe8f1;color:#4b5056;font-weight:700;padding:5px;vertical-align:bottom}table.list>thead>tr>th.checkbox{padding:5px}table.list>caption+thead>tr:first-child>td,table.list>caption+thead>tr:first-child>th,table.list>colgroup+thead>tr:first-child>td,table.list>colgroup+thead>tr:first-child>th,table.list>thead:first-child>tr:first-child>td,table.list>thead:first-child>tr:first-child>th{border-top:0}table.list>tbody+tbody{border-top:2px solid #dfe8f1}table.list td.attachments{padding-bottom:5px}div.wiki h1,div.wiki h2,div.wiki h3,div.wiki h4{font-weight:700}div.wiki ul.toc{background-color:#fff9c4;border:none;border-radius:4px;padding:9px}.box div.wiki-preview{line-height:1.5}#wrapper input[type=date],#wrapper input[type=file],#wrapper input[type=password],#wrapper input[type=text],#wrapper select,#wrapper textarea,.modal input[type=date],.modal input[type=file],.modal input[type=password],.modal input[type=text],.modal select,.modal textarea{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;box-shadow:inset 1px 1px 3px #f6f6f6;box-sizing:border-box;color:#2b2f33;height:auto;line-height:1.3;outline:none;padding:4px 6px}#wrapper input[type=date]:hover,#wrapper input[type=file]:hover,#wrapper input[type=password]:hover,#wrapper input[type=text]:hover,#wrapper select:hover,#wrapper textarea:hover,.modal input[type=date]:hover,.modal input[type=file]:hover,.modal input[type=password]:hover,.modal input[type=text]:hover,.modal select:hover,.modal textarea:hover{border:1px solid #bccfe1}#wrapper input[type=date]:active,#wrapper input[type=date]:focus,#wrapper input[type=file]:active,#wrapper input[type=file]:focus,#wrapper input[type=password]:active,#wrapper input[type=password]:focus,#wrapper input[type=text]:active,#wrapper input[type=text]:focus,#wrapper select:active,#wrapper select:focus,#wrapper textarea:active,#wrapper textarea:focus,.modal input[type=date]:active,.modal input[type=date]:focus,.modal input[type=file]:active,.modal input[type=file]:focus,.modal input[type=password]:active,.modal input[type=password]:focus,.modal input[type=text]:active,.modal input[type=text]:focus,.modal select:active,.modal select:focus,.modal textarea:active,.modal textarea:focus{border-color:#3da6ff!important}#wrapper input[type=date].filename,#wrapper input[type=file].filename,#wrapper input[type=password].filename,#wrapper input[type=text].filename,#wrapper select.filename,#wrapper textarea.filename,.modal input[type=date].filename,.modal input[type=file].filename,.modal input[type=password].filename,.modal input[type=text].filename,.modal select.filename,.modal textarea.filename{box-shadow:none}#wrapper input[type=date]:disabled,#wrapper input[type=file]:disabled,#wrapper input[type=password]:disabled,#wrapper input[type=text]:disabled,#wrapper select:disabled,#wrapper textarea:disabled,.modal input[type=date]:disabled,.modal input[type=file]:disabled,.modal input[type=password]:disabled,.modal input[type=text]:disabled,.modal select:disabled,.modal textarea:disabled{background-color:#ebebe4}#wrapper .select2-container--default .select2-selection--single,.modal .select2-container--default .select2-selection--single{border:1px solid #dfe8f1;border-radius:3px;box-shadow:inset 1px 1px 3px #f6f6f6;box-sizing:border-box;color:#2b2f33;height:24px;line-height:1.3;outline:none;padding:0 25px 0 5px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,.modal .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZD0iTTI0LjkgMzkuOGMtLjkgMC0xLjctLjMtMi40LTFsLTIxLTIxQy4yIDE2LjUuMiAxNC4zIDEuNSAxM3MzLjUtMS4zIDQuOCAwbDE4LjYgMTguNkw0My41IDEzYzEuMy0xLjMgMy41LTEuMyA0LjggMHMxLjMgMy41IDAgNC44bC0yMSAyMWMtLjYuNy0xLjUgMS0yLjQgMXoiIG9wYWNpdHk9Ii42NSIvPjwvc3ZnPg==);background-position:0;background-repeat:no-repeat;background-size:10px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,.modal .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,.modal .select2-container--default .select2-selection--single .select2-selection__rendered{color:#2b2f33;font-family:Arial;font-size:13px;font-weight:400;line-height:1.5;padding:1px 2px}#wrapper .select2-container--default .select2-selection--single:hover,.modal .select2-container--default .select2-selection--single:hover{border:1px solid #bccfe1}#wrapper .select2-container--default .select2-selection--single:active,#wrapper .select2-container--default .select2-selection--single:focus,.modal .select2-container--default .select2-selection--single:active,.modal .select2-container--default .select2-selection--single:focus{border-color:#3da6ff!important}#wrapper .select2-container--default.select2-container--disabled .select2-selection--single,.modal .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#ebebe4!important;color:graytext;cursor:not-allowed}#wrapper input[type=text],.modal input[type=text]{font-family:Osaka-Mono,MS Gothic,sans-serif;font-size:100%}#wrapper textarea.wiki-edit,.modal textarea.wiki-edit{font-family:Osaka-Mono,MS Gothic,sans-serif;font-size:13px;letter-spacing:normal;line-height:130%}#wrapper select,.modal select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZD0iTTI0LjkgMzkuOGMtLjkgMC0xLjctLjMtMi40LTFsLTIxLTIxQy4yIDE2LjUuMiAxNC4zIDEuNSAxM3MzLjUtMS4zIDQuOCAwbDE4LjYgMTguNkw0My41IDEzYzEuMy0xLjMgMy41LTEuMyA0LjggMHMxLjMgMy41IDAgNC44bC0yMSAyMWMtLjYuNy0xLjUgMS0yLjQgMXoiIG9wYWNpdHk9Ii42NSIvPjwvc3ZnPg==);background-position:95% 50%;background-repeat:no-repeat;background-size:10px;height:auto;padding-right:2.5em}#wrapper select::-ms-expand,.modal select::-ms-expand{display:none}#wrapper select:hover,.modal select:hover{border-color:#ccc;outline:none}#wrapper select:active,#wrapper select:focus,.modal select:active,.modal select:focus{border-color:#3da6ff!important}#wrapper select:-moz-focusring,.modal select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}#wrapper select[multiple=multiple],.modal select[multiple=multiple]{background:#fff;padding-right:5px}#wrapper .tabular label,.modal .tabular label{margin-top:5px}#wrapper .tabular label.error,.modal .tabular label.error{color:#b00!important}#wrapper .tabular label.error+:not(#issue_description_and_toolbar),#wrapper .tabular label.error+span#issue_description_and_toolbar div.jstBlock,.modal .tabular label.error+:not(#issue_description_and_toolbar),.modal .tabular label.error+span#issue_description_and_toolbar div.jstBlock{border:1px solid #b00!important}#wrapper label.inline,.modal label.inline{margin-right:5px}#wrapper input[type=submit],.modal input[type=submit]{background:#34495e;border:1px solid #34495e;border-radius:3px;box-shadow:none;color:#fff;padding:2px 12px 3px}#wrapper input[type=submit]:active,#wrapper input[type=submit]:hover,.modal input[type=submit]:active,.modal input[type=submit]:hover{background-color:#3f5872;border-color:#3f5872}#wrapper input[type=submit]:active,.modal input[type=submit]:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper input[type=submit]:disabled,.modal input[type=submit]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=button],.modal input[type=button]{background:#fefeff;border:1px solid #dfe8f1;border-radius:3px;box-shadow:none;color:#555a60;padding:2px 12px 3px}#wrapper input[type=button]:active,#wrapper input[type=button]:hover,.modal input[type=button]:active,.modal input[type=button]:hover{background-color:#f3f3f9;border-color:#bfc8d1;color:#2b2f33}#wrapper input[type=button]:active,.modal input[type=button]:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper input[type=button]:disabled,.modal input[type=button]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=checkbox],.modal input[type=checkbox]{box-shadow:none;height:16px;margin:7px 2px 7px 0;width:16px}#wrapper .pagination ul.pages li.page,.modal .pagination ul.pages li.page{background:#fefeff;border:1px solid #dfe8f1;box-shadow:none}#wrapper .pagination ul.pages li.page:active,#wrapper .pagination ul.pages li.page:hover,.modal .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:hover{background-color:#f3f3f9;border-color:#bfc8d1}#wrapper .pagination ul.pages li.page:active a,#wrapper .pagination ul.pages li.page:hover a,.modal .pagination ul.pages li.page:active a,.modal .pagination ul.pages li.page:hover a{color:#2b2f33}#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper .pagination ul.pages li.next,#wrapper .pagination ul.pages li.previous,.modal .pagination ul.pages li.next,.modal .pagination ul.pages li.previous{background:#fefeff}form .attributes select{width:85%}form .attributes .check_box_group label{width:100%}.select2-container.select2-container--default .select2-dropdown{border:none;box-shadow:0 3px 3px 0 rgba(0,0,0,.5)}.select2-container.select2-container--default li.select2-results__option[role=option]:before{content:" ";display:inline-block;font-weight:700;height:1em;line-height:1em;margin-right:4px;width:1em}.select2-container.select2-container--default li.select2-results__option[role=option][aria-selected=true]:before{content:"✓"}.select2-container.select2-container--default li.select2-results__option--highlighted[role=option][aria-selected]{background-color:#759fc2;color:#fff}.select2-container.select2-container--default input.select2-search__field{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNTA1IDQ0Mi43IDQwNS4zIDM0M2MtNC41LTQuNS0xMC42LTctMTctN0gzNzJjMjcuNi0zNS4zIDQ0LTc5LjcgNDQtMTI4QzQxNiA5My4xIDMyMi45IDAgMjA4IDBTMCA5My4xIDAgMjA4czkzLjEgMjA4IDIwOCAyMDhjNDguMyAwIDkyLjctMTYuNCAxMjgtNDR2MTYuM2MwIDYuNCAyLjUgMTIuNSA3IDE3bDk5LjcgOTkuN2M5LjQgOS40IDI0LjYgOS40IDMzLjkgMGwyOC4zLTI4LjNjOS40LTkuNCA5LjQtMjQuNi4xLTM0ek0yMDggMzM2Yy03MC43IDAtMTI4LTU3LjItMTI4LTEyOCAwLTcwLjcgNTcuMi0xMjggMTI4LTEyOCA3MC43IDAgMTI4IDU3LjIgMTI4IDEyOCAwIDcwLjctNTcuMiAxMjgtMTI4IDEyOHoiLz48L3N2Zz4=) no-repeat 2px 50%;background-position:5px;background-size:12px 12px;padding-left:20px}.select2-container.select2-container--default input.select2-search__field:focus{border-color:#3da6ff;outline:none}#errorExplanation,.conflict,.nodata,.warning,div.flash{border:none;border-radius:3px;padding:10px 12px 10px 30px}#errorExplanation,div.flash.error{background-color:#ffc6c6;border:none;color:#620f0f}div.flash.notice{background:#d3ffc6;color:#1e620f}.conflict,div.flash.warning{background:#ffeec6;color:#624b0f}.nodata,.warning{background-color:#ffeec6;color:#624b0f;text-align:center}div.modal{border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.2);padding:0}div.modal .ui-dialog-titlebar{background:#f7f9fa;border:none;border-bottom:1px solid #e5e5e5;color:#555;font-weight:400;padding:15px}div.modal .ui-dialog-titlebar .ui-dialog-title{margin:0}div.modal .ui-dialog-titlebar .ui-dialog-titlebar-close{right:1em}div.modal .ui-dialog-content{padding:5px 15px 15px}.ui-widget-overlay{background:#000;opacity:.55}div.issue{background:#fff9c4;border:none;border-radius:3px;margin-bottom:12px;padding:20px}div.issue hr{background:rgba(0,0,0,.12);margin:8px -10px;padding:0 10px;width:auto}table.progress{margin:4px 6px 0 0}table.progress td{border-radius:2px;height:.6em}table.progress td.closed{background-color:#4db6ac}p.percent{padding-top:2px}.edit_issue fieldset{background:#f4f7f9;border:none;border-radius:5px;margin-bottom:15px;padding:23px 12px 13px}.edit_issue fieldset legend{position:relative;top:18px}a[href*=activity][data-absolute-date*=":"]{border-radius:3px;box-shadow:inset 0 -1.5em 0 rgba(0,0,0,.08);display:inline-block;margin:0 3px;padding:0 3px}a[href*=activity][data-absolute-date*=":"]:before{content:" [" attr(data-absolute-date) "] "}div#content .tabs ul{border-bottom:1px solid #dfe8f1}div#content .tabs ul li a{background-color:#f0f0f0;border:1px solid #dfe8f1}div#content .tabs ul li a.selected{background-color:#fafcfe;border:1px solid #dfe8f1;border-bottom-color:#fafcfe}div#update .jstTabs.tabs li a{border-bottom:1px solid #dfe8f1}#history div.tabs{margin-bottom:0}#history div.tabs ul li a.selected{background-color:#fff;border-bottom:1px solid #fff}#history .tab-content{background-color:#fff;border-bottom:1px solid #dfe8f1;border-left:1px solid #dfe8f1;border-radius:0 0 3px 3px;border-right:1px solid #dfe8f1;padding-left:10px;padding-top:15px}#history .tab-content.discontinuity .journal:after{content:none}#history .tab-content .journal{background-color:#fff;overflow:visible;padding:8px 3px 3px;position:relative}#history .tab-content .journal:before{background-color:#fff;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;content:"";height:8px;left:6px;position:absolute;top:16px;width:8px;z-index:1}#history .tab-content .journal:after{background-color:#e5e5e5;content:"";height:100%;left:9px;position:absolute;top:0;width:2px}#history .tab-content .journal:first-of-type:after{top:15px}#history .tab-content .journal:last-of-type:after{height:18px}#history .tab-content .journal:first-of-type:last-of-type:after{content:none}#history .tab-content .journal .contextual{padding-right:10px;padding-top:5px}#history .tab-content .journal .contextual .journal-actions,#history .tab-content .journal .contextual a.journal-link{position:relative;z-index:5}#history .tab-content .journal h4.note-header{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}#history .tab-content .journal h4.note-header a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#history .tab-content .journal h4.note-header:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}#history .tab-content .journal h4.note-header .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}#history .tab-content .journal div:target .contextual+h4,#history .tab-content .journal:target .contextual+h4{background:#def}#history .tab-content .journal div:target .contextual+h4:before,#history .tab-content .journal:target .contextual+h4:before{border-right:6px solid #def}#history .tab-content .journal .details{font-size:.9em;line-height:1.5;list-style:none;margin-bottom:1em;padding-left:46px}#history .tab-content .journal .details li{position:relative}#history .tab-content .journal .details li:after{background-color:#fff;border:1px solid #888;border-radius:50%;content:"";display:block;height:4px;left:-1em;position:absolute;top:.5em;width:4px}#history .tab-content .journal .wiki:not(.wiki-preview),#history .tab-content .journal div[id^=template_journal],#history .tab-content .journal form .jstBlock,#history .tab-content .journal form input,#history .tab-content .journal.changeset .note>p,#history .tab-content .journal.time_entry p{margin-left:32px}.tabular p{padding-left:160px}.edit_issue .tabular p{padding-left:130px}.edit_issue .tabular .wiki-preview p{padding-left:0!important}.tabular label{margin-left:-160px;width:150px}.edit_issue .tabular label{margin-left:-130px;width:120px}fieldset#filters td.values input{height:inherit}.jstBlock .wiki-preview{border:1px solid #dfe8f1}.issue-card{background-color:#fff9c4}.controller-messages.action-show #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-messages.action-show #content>div.message>p{background-color:#e9eaf1;padding:6px 9px}.controller-messages.action-show #content>div.message>p a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#replies{background-color:#fff;border:1px solid #dfe8f1;border-radius:0 0 3px 3px;padding-left:10px;padding-top:15px}#replies .message.reply{background-color:#fff;overflow:visible;padding:8px 3px 3px!important;position:relative}#replies .message.reply:before{background-color:#fff;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;content:"";height:8px;left:6px;position:absolute;top:16px;width:8px;z-index:1}#replies .message.reply:after{background-color:#e5e5e5;content:"";height:100%;left:9px;position:absolute;top:0;width:2px}#replies .message.reply:first-of-type:after{top:15px}#replies .message.reply:last-of-type:after{height:18px}#replies .message.reply:first-of-type:last-of-type:after{content:none}#replies .message.reply .contextual{padding-right:10px;padding-top:5px}#replies .message.reply .contextual a{position:relative;z-index:5}#replies .message.reply .wiki{padding-left:32px}#replies .message.reply .contextual+h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}#replies .message.reply .contextual+h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#replies .message.reply .contextual+h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}#replies .message.reply .contextual+h4 .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}#replies .message.reply div:target h4.note-header,#replies .message.reply:target h4.note-header{background:#def}#replies .message.reply div:target h4.note-header:before,#replies .message.reply:target h4.note-header:before{border-right:6px solid #def}.controller-news.action-show #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-news.action-show #comments{background-color:#fff;border:1px solid #dfe8f1;border-radius:0 0 3px 3px;padding-left:10px;padding-top:15px}.controller-news.action-show #comments .wiki{padding-left:32px}.controller-news.action-show #comments .contextual{padding-right:10px;padding-top:5px}.controller-news.action-show #comments .contextual a{padding-bottom:5px;position:relative;z-index:5}.controller-news.action-show #comments .contextual+h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}.controller-news.action-show #comments .contextual+h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-news.action-show #comments .contextual+h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}.controller-news.action-show #comments .contextual+h4 .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}.controller-news.action-show #edit-news+p+div.wiki,.controller-news.action-show h2+p+div.wiki{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin-bottom:10px;padding:20px;position:relative}.controller-documents.action-index #content h3.group-name{background-color:#e9eaf1;border:none;border-radius:4px;font-weight:700;padding:6px 9px;position:relative}.controller-documents.action-index #content h4.title{border-bottom:0;font-size:1.2em}.controller-repositories.action-diff #content>div.message,.controller-repositories.action-revision #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-repositories.action-diff.avatars-on .details h4,.controller-repositories.action-revision.avatars-on .details h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:35px;margin:0 19px 0 10px;padding:6px 9px;position:relative}.controller-repositories.action-diff.avatars-on .details h4 a[href*=activity][data-absolute-date*=":"],.controller-repositories.action-revision.avatars-on .details h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-repositories.action-diff.avatars-on .details h4:before,.controller-repositories.action-revision.avatars-on .details h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}.controller-repositories.action-diff.avatars-on .details h4 .gravatar,.controller-repositories.action-revision.avatars-on .details h4 .gravatar{left:-35px;margin-left:0;position:absolute;z-index:5}.controller-repositories.action-diff.avatars-off .details h4,.controller-repositories.action-revision.avatars-off .details h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;margin:0 19px 0 10px;padding:6px 9px}.controller-repositories.action-diff.avatars-off .details h4 a[href*=activity][data-absolute-date*=":"],.controller-repositories.action-revision.avatars-off .details h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-repositories.action-diff #related-issues,.controller-repositories.action-diff .revision-info,.controller-repositories.action-diff .wiki.changeset-comments,.controller-repositories.action-revision #related-issues,.controller-repositories.action-revision .revision-info,.controller-repositories.action-revision .wiki.changeset-comments{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin:5px;padding:10px}.controller-repositories.action-diff .revision-info,.controller-repositories.action-revision .revision-info{padding-left:20px}div#activity dt .time{color:#444}div#activity dt.me .time{border-color:#666}#search-results dd span.description,div#activity dd span.description{color:#444}div#activity h3{background-color:#e9eaf1;border:none;border-radius:4px;margin:0 19px 0 10px;padding:6px 9px;position:relative}div#activity dl{margin-right:2em} /*# sourceMappingURL=theme.css.map*/ \ No newline at end of file diff --git a/stylesheets/theme.css.map b/stylesheets/theme.css.map index f2eb028..3ac4d4b 100644 --- a/stylesheets/theme.css.map +++ b/stylesheets/theme.css.map @@ -1 +1 @@ -{"version":3,"file":"theme.css","mappings":"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","sources":["webpack://bleuclair/./src/styles/bleuclair.scss","webpack://bleuclair/./src/styles/components/_scaffolding.scss","webpack://bleuclair/./src/styles/components/_type.scss","webpack://bleuclair/./src/styles/foundation/variables.scss","webpack://bleuclair/./src/styles/components/_layout.scss","webpack://bleuclair/./src/styles/components/_box.scss","webpack://bleuclair/./src/styles/components/_main_menu.scss","webpack://bleuclair/./src/styles/components/_table.scss","webpack://bleuclair/./src/styles/components/_wiki.scss","webpack://bleuclair/./src/styles/components/_inputs.scss","webpack://bleuclair/./src/styles/components/_flash.scss","webpack://bleuclair/./src/styles/components/_modal.scss","webpack://bleuclair/./src/styles/components/_issues.scss","webpack://bleuclair/./src/styles/components/_boards.scss","webpack://bleuclair/./src/styles/components/_news.scss","webpack://bleuclair/./src/styles/components/_documents.scss","webpack://bleuclair/./src/styles/components/_repositories.scss","webpack://bleuclair/./src/styles/components/_activities.scss"],"sourcesContent":["body{font-size:13px;color:#222;line-height:1.5}html[lang=ja] body{font-family:Meiryo,\"Hiragino Kaku Gothic Pro\",\"Hiragino Sans\",\"MS PGothic\",Verdana,system-ui,sans-serif}h1,h2,h3,h4{font-weight:normal;color:#333}#content h1{color:#333}#top-menu{box-shadow:0 2px 5px rgba(0,0,0,.16);background:#223342;z-index:1;position:relative}#header{background:radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%),radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%),radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);padding:10px 30px;box-shadow:0 1px 2px rgba(0,0,0,.1);color:#fff;min-height:1em}#header h1{padding-bottom:20px;color:#fff}#main{background-color:#fafcfe}#content{padding:25px;background-color:#fafcfe;box-sizing:border-box;width:81%}#sidebar{padding-left:17px;padding-right:17px;width:19%;box-sizing:border-box;font-size:.9em}#sidebar h3{color:#333}a:hover,a:active{outline:1px solid rgba(0,0,0,0)}#sidebar{width:19%;display:none;background-color:#e9eaf1}#main.visible-sidebar #sidebar{display:block}@media screen and (max-width: 899px){#main.visible-sidebar #sidebar,#main.visible-sidebar #sidebar-switch-panel{display:none}}#content{padding:14px 14px 14px 14px}#sidebar-switch-panel{float:right;left:10px;top:2px;width:20px;height:25px;position:relative;padding:2px;margin-left:5px}#sidebar-switch-button{background-color:#e9eaf1;border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-top:1px solid #ddd;border-radius:10px 0px 0px 10px;display:block;height:100%;padding:9px 20px 9px 5px;font-size:0px;text-decoration:none}#sidebar-switch-button:before{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:3px;font-size:15px;color:#666}@media print{#main.visible-sidebar #sidebar,#sidebar-switch-panel{display:none}}table.list.plugins{margin-top:10px}@media screen and (max-width: 899px){#content>.contextual>a,#content>.contextual .drdn,p.buttons a{background:#fff}}.box,.mypage-box,.controller-wiki.action-show .wiki.wiki-page,.controller-attachments.action-show .filecontent.wiki,.controller-repositories.action-entry .filecontent.wiki,.controller-wiki.action-index.pages-hierarchy,#activity,#roadmap article,.controller-news.action-index article.news-article,.controller-news.action-show #comments,.controller-projects.action-index li.root,.controller-documents.action-index .document-item{background-color:#fff;margin-bottom:20px;padding:20px;border-radius:3px;border:1px solid #dfe8f1}.controller-wiki.action-show .wiki.wiki-page{margin-top:25px;margin-bottom:10px}#activity{padding:0px}#activity h3{top:10px}.controller-news.action-index article.news-article{margin-bottom:10px}.gantt-table{background-color:#fff}#wiki_add_attachment .box{padding:6px}div.issue-cards .issue-card{background-color:#fff9c4}#main-menu ul li{margin:0}#main-menu ul li a{padding:8px 12px;letter-spacing:.5px;font-weight:normal}#main-menu ul li a.selected,#main-menu ul li a:hover{position:relative;background:rgba(0,0,0,0);color:inherit}#main-menu ul li a.selected:after,#main-menu ul li a:hover:after{content:\"\";position:absolute;width:100%;height:3px;background-color:#ffd600;bottom:0px;left:0}#main-menu ul li a.selected:hover{background:rgba(0,0,0,0);color:#fff}#main-menu ul li a.new-object{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.25);position:relative;margin:0 10px;padding:0;width:26px;height:26px;line-height:25px;border-radius:50%;text-align:center;bottom:1px}#main-menu ul li a.new-object:hover:after{content:none}#main-menu ul .menu-children{border:none;background-color:#fff;box-shadow:0 1px 7px 2px rgba(135,158,171,.2);border-radius:3px}#main-menu ul .menu-children li{border-bottom:#ddd solid 1px}#main-menu ul .menu-children li a{color:#777;background-color:rgba(0,0,0,0);letter-spacing:.5px;font-weight:normal}#main-menu ul .menu-children li a:after{content:none}#main-menu ul .menu-children li a:hover{color:#2b2f33;background:#eff4f6}table.list{border:none;margin-bottom:25px;background-color:#fff}table.list>thead>tr>th,table.list>thead>tr>td,table.list>tbody>tr>th,table.list>tbody>tr>td,table.list>tfoot>tr>th,table.list>tfoot>tr>td{line-height:1.74;vertical-align:top;border-top:1px solid #dfe8f1;font-size:.9em}table.list>thead>tr>th.checkbox,table.list>thead>tr>td.checkbox,table.list>tbody>tr>th.checkbox,table.list>tbody>tr>td.checkbox,table.list>tfoot>tr>th.checkbox,table.list>tfoot>tr>td.checkbox{padding:4px}table.list>thead>tr>th.checkbox input,table.list>thead>tr>td.checkbox input,table.list>tbody>tr>th.checkbox input,table.list>tbody>tr>td.checkbox input,table.list>tfoot>tr>th.checkbox input,table.list>tfoot>tr>td.checkbox input{margin:0 7px 0 15px !important}table.list>thead>tr.priority-lowest,table.list>tbody>tr.priority-lowest,table.list>tfoot>tr.priority-lowest{background-color:#e3f5fe}table.list>thead>tr.priority-lowest td.checkbox,table.list>tbody>tr.priority-lowest td.checkbox,table.list>tfoot>tr.priority-lowest td.checkbox{box-shadow:6px 0px 0px 0px #81d4fa inset}table.list>thead>tr.priority-high3,table.list>tbody>tr.priority-high3,table.list>tfoot>tr.priority-high3{background-color:#fce9e9}table.list>thead>tr.priority-high3 td.checkbox,table.list>tbody>tr.priority-high3 td.checkbox,table.list>tfoot>tr.priority-high3 td.checkbox{box-shadow:6px 0px 0px 0px #ef9a9a inset}table.list>thead>tr.priority-high2,table.list>tbody>tr.priority-high2,table.list>tfoot>tr.priority-high2{background-color:#f9d4d3}table.list>thead>tr.priority-high2 td.checkbox,table.list>tbody>tr.priority-high2 td.checkbox,table.list>tfoot>tr.priority-high2 td.checkbox{box-shadow:6px 0px 0px 0px #e53935 inset}table.list>thead>tr.priority-highest,table.list>tbody>tr.priority-highest,table.list>tfoot>tr.priority-highest{background-color:#efb1b1}table.list>thead>tr.priority-highest td.checkbox,table.list>tbody>tr.priority-highest td.checkbox,table.list>tfoot>tr.priority-highest td.checkbox{box-shadow:6px 0px 0px 0px #c62828 inset}table.list>thead>tr.closed,table.list>tbody>tr.closed,table.list>tfoot>tr.closed{color:#777}table.list>thead>tr.closed a,table.list>tbody>tr.closed a,table.list>tfoot>tr.closed a{color:#777}table.list>thead>tr:hover,table.list>tbody>tr:hover,table.list>tfoot>tr:hover{background-color:#fff9c4}table.list>thead>tr>th{color:#4b5056;font-weight:700;vertical-align:bottom;border-bottom:2px solid #dfe8f1;background-color:#eff1f9;padding:5px}table.list>thead>tr>th.checkbox{padding:5px}table.list>caption+thead>tr:first-child>th,table.list>caption+thead>tr:first-child>td,table.list>colgroup+thead>tr:first-child>th,table.list>colgroup+thead>tr:first-child>td,table.list>thead:first-child>tr:first-child>th,table.list>thead:first-child>tr:first-child>td{border-top:0}table.list>tbody+tbody{border-top:2px solid #dfe8f1}table.list td.attachments{padding-bottom:5px}div.wiki h1,div.wiki h2,div.wiki h3,div.wiki h4{font-weight:bold}div.wiki ul.toc{background-color:#fff9c4;border:none;padding:9px;border-radius:4px}.box div.wiki-preview{line-height:1.5}#wrapper input[type=text],#wrapper input[type=password],#wrapper input[type=date],#wrapper input[type=file],#wrapper select,#wrapper textarea,.modal input[type=text],.modal input[type=password],.modal input[type=date],.modal input[type=file],.modal select,.modal textarea{background-color:#fff;padding:4px 6px;color:#2b2f33;border:1px solid #dfe8f1;box-shadow:inset 1px 1px 3px #f6f6f6;border-radius:3px;box-sizing:border-box;outline:none;height:auto;line-height:1.3}#wrapper input[type=text]:hover,#wrapper input[type=password]:hover,#wrapper input[type=date]:hover,#wrapper input[type=file]:hover,#wrapper select:hover,#wrapper textarea:hover,.modal input[type=text]:hover,.modal input[type=password]:hover,.modal input[type=date]:hover,.modal input[type=file]:hover,.modal select:hover,.modal textarea:hover{border:1px solid #bccfe1}#wrapper input[type=text]:focus,#wrapper input[type=text]:active,#wrapper input[type=password]:focus,#wrapper input[type=password]:active,#wrapper input[type=date]:focus,#wrapper input[type=date]:active,#wrapper input[type=file]:focus,#wrapper input[type=file]:active,#wrapper select:focus,#wrapper select:active,#wrapper textarea:focus,#wrapper textarea:active,.modal input[type=text]:focus,.modal input[type=text]:active,.modal input[type=password]:focus,.modal input[type=password]:active,.modal input[type=date]:focus,.modal input[type=date]:active,.modal input[type=file]:focus,.modal input[type=file]:active,.modal select:focus,.modal select:active,.modal textarea:focus,.modal textarea:active{border-color:#3da6ff !important}#wrapper input[type=text].filename,#wrapper input[type=password].filename,#wrapper input[type=date].filename,#wrapper input[type=file].filename,#wrapper select.filename,#wrapper textarea.filename,.modal input[type=text].filename,.modal input[type=password].filename,.modal input[type=date].filename,.modal input[type=file].filename,.modal select.filename,.modal textarea.filename{box-shadow:none}#wrapper input[type=text]:disabled,#wrapper input[type=password]:disabled,#wrapper input[type=date]:disabled,#wrapper input[type=file]:disabled,#wrapper select:disabled,#wrapper textarea:disabled,.modal input[type=text]:disabled,.modal input[type=password]:disabled,.modal input[type=date]:disabled,.modal input[type=file]:disabled,.modal select:disabled,.modal textarea:disabled{background-color:#ebebe4}#wrapper .select2-container--default .select2-selection--single,.modal .select2-container--default .select2-selection--single{color:#2b2f33;border:1px solid #dfe8f1;box-shadow:inset 1px 1px 3px #f6f6f6;border-radius:3px;box-sizing:border-box;outline:none;line-height:1.3;height:24px;padding:0px 25px 0px 5px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,.modal .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url(\"../images/arrow.svg\");background-size:10px;background-repeat:no-repeat;background-position:0px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,.modal .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,.modal .select2-container--default .select2-selection--single .select2-selection__rendered{padding:1px 2px;font-family:Arial;font-size:13px;color:#2b2f33;line-height:1.5;font-weight:400}#wrapper .select2-container--default .select2-selection--single:hover,.modal .select2-container--default .select2-selection--single:hover{border:1px solid #bccfe1}#wrapper .select2-container--default .select2-selection--single:focus,#wrapper .select2-container--default .select2-selection--single:active,.modal .select2-container--default .select2-selection--single:focus,.modal .select2-container--default .select2-selection--single:active{border-color:#3da6ff !important}#wrapper .select2-container--default.select2-container--disabled .select2-selection--single,.modal .select2-container--default.select2-container--disabled .select2-selection--single{cursor:not-allowed;color:graytext;background-color:#ebebe4 !important}#wrapper input[type=text],.modal input[type=text]{font-family:\"Osaka-Mono\",\"MS Gothic\",sans-serif;font-size:100%}#wrapper textarea.wiki-edit,.modal textarea.wiki-edit{font-size:13px;font-family:\"Osaka-Mono\",\"MS Gothic\",sans-serif;letter-spacing:normal;line-height:130%}#wrapper select,.modal select{height:auto;appearance:none;background-image:url(\"../images/arrow.svg\");background-size:10px;background-repeat:no-repeat;background-position:95% 50%;padding-right:2.5em}#wrapper select::-ms-expand,.modal select::-ms-expand{display:none}#wrapper select:hover,.modal select:hover{border-color:#ccc;outline:none}#wrapper select:focus,#wrapper select:active,.modal select:focus,.modal select:active{border-color:#3da6ff !important}#wrapper select:-moz-focusring,.modal select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}#wrapper select[multiple=multiple],.modal select[multiple=multiple]{background:#fff;padding-right:5px}#wrapper .tabular label,.modal .tabular label{margin-top:5px}#wrapper .tabular label.error,.modal .tabular label.error{color:#b00 !important}#wrapper .tabular label.error+*:not(#issue_description_and_toolbar),#wrapper .tabular label.error+span#issue_description_and_toolbar div.jstBlock,.modal .tabular label.error+*:not(#issue_description_and_toolbar),.modal .tabular label.error+span#issue_description_and_toolbar div.jstBlock{border:1px solid #b00 !important}#wrapper label.inline,.modal label.inline{margin-right:5px}#wrapper input[type=submit],.modal input[type=submit]{border-radius:3px;padding:2px 12px 3px;color:#fff;border:1px solid #34495e;background:#34495e;box-shadow:none}#wrapper input[type=submit]:hover,#wrapper input[type=submit]:active,.modal input[type=submit]:hover,.modal input[type=submit]:active{border-color:#3f5872;background-color:#3f5872}#wrapper input[type=submit]:active,.modal input[type=submit]:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper input[type=submit]:disabled,.modal input[type=submit]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=button],.modal input[type=button]{border-radius:3px;padding:2px 12px 3px;color:#555a60;border:1px solid #dfe8f1;background:#fefeff;box-shadow:none}#wrapper input[type=button]:hover,#wrapper input[type=button]:active,.modal input[type=button]:hover,.modal input[type=button]:active{color:#2b2f33;border-color:#bfc8d1;background-color:#f3f3f9}#wrapper input[type=button]:active,.modal input[type=button]:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper input[type=button]:disabled,.modal input[type=button]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=checkbox],.modal input[type=checkbox]{width:16px;height:16px;margin:7px 2px 7px 0px;box-shadow:none}#wrapper .pagination ul.pages li.page,.modal .pagination ul.pages li.page{border:1px solid #dfe8f1;background:#fefeff;box-shadow:none}#wrapper .pagination ul.pages li.page:hover,#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:hover,.modal .pagination ul.pages li.page:active{border-color:#bfc8d1;background-color:#f3f3f9}#wrapper .pagination ul.pages li.page:hover a,#wrapper .pagination ul.pages li.page:active a,.modal .pagination ul.pages li.page:hover a,.modal .pagination ul.pages li.page:active a{color:#2b2f33}#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper .pagination ul.pages li.previous,#wrapper .pagination ul.pages li.next,.modal .pagination ul.pages li.previous,.modal .pagination ul.pages li.next{background:#fefeff}form .attributes select{width:85%}form .attributes .check_box_group label{width:100%}.select2-container.select2-container--default .select2-dropdown{box-shadow:0 3px 3px 0 rgba(0,0,0,.5);border:none}.select2-container.select2-container--default li.select2-results__option[role=option]:before{content:\" \";display:inline-block;line-height:1em;width:1em;height:1em;margin-right:4px;font-weight:bold}.select2-container.select2-container--default li.select2-results__option[role=option][aria-selected=true]:before{content:\"✓\"}.select2-container.select2-container--default li.select2-results__option--highlighted[role=option][aria-selected]{background-color:#759fc2;color:#fff}.select2-container.select2-container--default input.select2-search__field{background:#fff url(\"../images/search.svg\") no-repeat 2px 50%;background-size:12px 12px;background-position:5px;padding-left:20px}.select2-container.select2-container--default input.select2-search__field:focus{outline:none;border-color:#3da6ff}#errorExplanation,div.flash,.nodata,.warning,.conflict{padding:10px 12px 10px 30px;border-radius:3px;border:none}div.flash.error,#errorExplanation{color:#620f0f;background-color:#ffc6c6;border:none}div.flash.notice{color:#1e620f;background:#d3ffc6}div.flash.warning,.conflict{color:#624b0f;background:#ffeec6}.nodata,.warning{text-align:center;background-color:#ffeec6;color:#624b0f}div.modal{border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.2);padding:0}div.modal .ui-dialog-titlebar{padding:15px;border:none;background:#f7f9fa;color:#555;font-weight:normal;border-bottom:1px solid #e5e5e5}div.modal .ui-dialog-titlebar .ui-dialog-title{margin:0}div.modal .ui-dialog-titlebar .ui-dialog-titlebar-close{right:1em}div.modal .ui-dialog-content{padding:5px 15px 15px}.ui-widget-overlay{background:#000;opacity:.55}div.issue{background:#fff9c4;padding:20px;margin-bottom:12px;border-radius:3px;border:none}div.issue hr{width:auto;background:rgba(0,0,0,.12);padding:0 10px;margin:8px -10px}table.progress{margin:4px 6px 0px 0}table.progress td{height:.6em;border-radius:2px}table.progress td.closed{background-color:#4db6ac}p.percent{padding-top:2px}.edit_issue fieldset{border:none;background:#f4f7f9;margin-bottom:15px;border-radius:5px;padding:23px 12px 13px}.edit_issue fieldset legend{position:relative;top:18px}a[href*=activity][data-absolute-date*=\":\"]{margin:0 3px;box-shadow:inset 0 -1.5em 0 rgba(0,0,0,.08);display:inline-block;padding:0 3px;border-radius:3px}a[href*=activity][data-absolute-date*=\":\"]:before{content:\" [\" attr(data-absolute-date) \"] \"}div#content .tabs ul{border-bottom:1px solid #dfe8f1}div#content .tabs ul li a{background-color:#f0f0f0;border:1px solid #dfe8f1}div#content .tabs ul li a.selected{background-color:#fafcfe;border:1px solid #dfe8f1;border-bottom:1px solid #fafcfe}div#update .jstTabs.tabs li a{border-bottom:1px solid #dfe8f1}#history div.tabs{margin-bottom:0px}#history div.tabs ul li a.selected{background-color:#fff;border-bottom:1px solid #fff}#history .tab-content{background-color:#fff;border-radius:0px 0px 3px 3px;border-right:1px solid #dfe8f1;border-left:1px solid #dfe8f1;border-bottom:1px solid #dfe8f1;padding-top:15px;padding-left:10px}#history .tab-content.discontinuity .journal:after{content:none}#history .tab-content .journal{padding:8px 3px 3px 3px;background-color:#fff;position:relative;overflow:visible}#history .tab-content .journal:before{content:\"\";width:8px;height:8px;background-color:#fff;position:absolute;left:6px;top:16px;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;z-index:1}#history .tab-content .journal:after{content:\"\";height:100%;width:2px;background-color:#e5e5e5;position:absolute;left:9px;top:0px}#history .tab-content .journal:first-of-type:after{top:15px}#history .tab-content .journal:last-of-type:after{height:18px}#history .tab-content .journal:first-of-type:last-of-type:after{content:none}#history .tab-content .journal .contextual{padding-right:10px;padding-top:5px}#history .tab-content .journal .contextual .journal-actions,#history .tab-content .journal .contextual a.journal-link{position:relative;z-index:5}#history .tab-content .journal h4.note-header{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}#history .tab-content .journal h4.note-header a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#history .tab-content .journal h4.note-header:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}#history .tab-content .journal h4.note-header .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}#history .tab-content .journal:target .contextual+h4,#history .tab-content .journal div:target .contextual+h4{background:#def}#history .tab-content .journal:target .contextual+h4:before,#history .tab-content .journal div:target .contextual+h4:before{border-right:6px solid #def}#history .tab-content .journal .details{list-style:none;font-size:.9em;line-height:1.5;margin-bottom:1em;padding-left:46px}#history .tab-content .journal .details li{position:relative}#history .tab-content .journal .details li:after{display:block;content:\"\";position:absolute;top:.5em;left:-1em;width:4px;height:4px;background-color:#fff;border:1px solid #888;border-radius:50%}#history .tab-content .journal form .jstBlock,#history .tab-content .journal form input,#history .tab-content .journal div[id^=template_journal],#history .tab-content .journal .wiki:not(.wiki-preview),#history .tab-content .journal.time_entry p,#history .tab-content .journal.changeset .note>p{margin-left:32px}.tabular p{padding-left:160px}.edit_issue .tabular p{padding-left:130px}.edit_issue .tabular .wiki-preview p{padding-left:0 !important}.tabular label{margin-left:-160px;width:150px}.edit_issue .tabular label{margin-left:-130px;width:120px}fieldset#filters td.values input{height:inherit}.jstBlock .wiki-preview{border:1px solid #dfe8f1}.issue-card{background-color:#fff9c4}.controller-messages.action-show #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-messages.action-show #content>div.message>p{background-color:#e9eaf1;padding:6px 9px}.controller-messages.action-show #content>div.message>p a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#replies{background-color:#fff;border-radius:0px 0px 3px 3px;border:1px solid #dfe8f1;padding-top:15px;padding-left:10px}#replies .message.reply{padding:8px 3px 3px 3px !important;background-color:#fff;position:relative;overflow:visible}#replies .message.reply:before{content:\"\";width:8px;height:8px;background-color:#fff;position:absolute;left:6px;top:16px;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;z-index:1}#replies .message.reply:after{content:\"\";height:100%;width:2px;background-color:#e5e5e5;position:absolute;left:9px;top:0px}#replies .message.reply:first-of-type:after{top:15px}#replies .message.reply:last-of-type:after{height:18px}#replies .message.reply:first-of-type:last-of-type:after{content:none}#replies .message.reply .contextual{padding-right:10px;padding-top:5px}#replies .message.reply .contextual a{position:relative;z-index:5}#replies .message.reply .wiki{padding-left:32px}#replies .message.reply .contextual+h4{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}#replies .message.reply .contextual+h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#replies .message.reply .contextual+h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}#replies .message.reply .contextual+h4 .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}#replies .message.reply:target h4.note-header,#replies .message.reply div:target h4.note-header{background:#def}#replies .message.reply:target h4.note-header:before,#replies .message.reply div:target h4.note-header:before{border-right:6px solid #def}.controller-news.action-show #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-news.action-show #comments{background-color:#fff;border-radius:0px 0px 3px 3px;border:1px solid #dfe8f1;padding-top:15px;padding-left:10px}.controller-news.action-show #comments .wiki{padding-left:32px}.controller-news.action-show #comments .contextual{padding-right:10px;padding-top:5px}.controller-news.action-show #comments .contextual a{position:relative;z-index:5;padding-bottom:5px}.controller-news.action-show #comments .contextual+h4{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-news.action-show #comments .contextual+h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-news.action-show #comments .contextual+h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}.controller-news.action-show #comments .contextual+h4 .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}.controller-news.action-show #edit-news+p+div.wiki,.controller-news.action-show h2+p+div.wiki{position:relative;background-color:#fff;margin-bottom:10px;padding:20px;border-radius:3px;border:1px solid #dfe8f1}.controller-documents.action-index #content h3.group-name{position:relative;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;border-radius:4px}.controller-documents.action-index #content h4.title{font-size:1.2em;border-bottom:0px}.controller-repositories.action-revision #content>div.message,.controller-repositories.action-diff #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-repositories.action-revision.avatars-on .details h4,.controller-repositories.action-diff.avatars-on .details h4{left:35px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-repositories.action-revision.avatars-on .details h4 a[href*=activity][data-absolute-date*=\":\"],.controller-repositories.action-diff.avatars-on .details h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-repositories.action-revision.avatars-on .details h4:before,.controller-repositories.action-diff.avatars-on .details h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}.controller-repositories.action-revision.avatars-on .details h4 .gravatar,.controller-repositories.action-diff.avatars-on .details h4 .gravatar{position:absolute;left:-35px;z-index:5;margin-left:0}.controller-repositories.action-revision.avatars-off .details h4,.controller-repositories.action-diff.avatars-off .details h4{margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-repositories.action-revision.avatars-off .details h4 a[href*=activity][data-absolute-date*=\":\"],.controller-repositories.action-diff.avatars-off .details h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-repositories.action-revision .wiki.changeset-comments,.controller-repositories.action-revision #related-issues,.controller-repositories.action-revision .revision-info,.controller-repositories.action-diff .wiki.changeset-comments,.controller-repositories.action-diff #related-issues,.controller-repositories.action-diff .revision-info{background-color:#fff;padding:10px;border-radius:3px;border:1px solid #dfe8f1;margin:5px}.controller-repositories.action-revision .revision-info,.controller-repositories.action-diff .revision-info{padding-left:20px}div#activity dt .time{color:#444}div#activity dt.me .time{border-color:#666}div#activity dd span.description,#search-results dd span.description{color:#444}div#activity h3{position:relative;margin:0 19px 0 10px;border:none;background-color:#e9eaf1;padding:6px 9px;border-radius:4px}div#activity dl{margin-right:2em}","body {\n font-size: 13px;\n color: #222;\n line-height: 1.5;\n}\n\nhtml[lang=\"ja\"] body {\n font-family: Meiryo, \"Hiragino Kaku Gothic Pro\", \"Hiragino Sans\", \"MS PGothic\", Verdana, system-ui, sans-serif;\n}\n","h1, h2, h3, h4 {\n font-weight: normal;\n color: $default-heading-font-color;\n}\n\n#content h1 {\n color: $default-heading-font-color;\n}\n","$default-heading-font-color: #333;\n$color-issue-bg: #fff9c4;\n$color-header-bg: #e9eaf1;\n\n// icon\n$icon-color: #666;\n$hover-icon-color: #000000;\n$color-bookmark-icon: #557cff;\n$color-star-icon: #ffc400;\n$color-warning-icon: #ffae42;\n$color-success-icon: #55ab4f;\n$color-error-icon: #EC0B19;\n\n// priority\n$color-priority-lowest : #81D4FA;\n$color-priority-high3 : #EF9A9A;\n$color-priority-high2 : #E53935;\n$color-priority-highest : #C62828;\n\n// status\n$color-closed : #777777;\n","$color-top-menu-bg: #223342;\n$color-main-bg: #fafcfe;\n$color-border-sidebar-switch-button: #ddd;\n\n#top-menu {\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);\n background: $color-top-menu-bg;\n z-index: 1;\n position: relative;\n}\n\n#header {\n background: radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%), radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%), radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);\n padding: 10px 30px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n color: white;\n min-height: 1em;\n\n h1 {\n padding-bottom: 20px;\n color: white;\n }\n}\n\n#main {\n background-color: $color-main-bg;\n}\n\n#content {\n padding: 25px;\n background-color: $color-main-bg;\n box-sizing: border-box;\n width: 81%;\n}\n\n#sidebar {\n padding-left: 17px;\n padding-right: 17px;\n width: 19%;\n box-sizing: border-box;\n font-size: 0.9em;\n\n h3 { color: $default-heading-font-color; }\n}\n\n// Fix a problem that underlines is broken in chrome\na:hover, a:active {\n outline: 1px solid transparent;\n}\n\n// Collapse sidebar\n#sidebar { width: 19%; display: none; background-color: $color-header-bg;}\n#main.visible-sidebar #sidebar{ display: block; }\n@media screen and (max-width: 899px) {\n #main.visible-sidebar {\n #sidebar, #sidebar-switch-panel { display: none; }\n }\n}\n\n#content { padding: 14px 14px 14px 14px; }\n#sidebar-switch-panel {\n float: right;\n left: 10px;\n top: 2px;\n width: 20px;\n height: 25px;\n position: relative;\n padding: 2px;\n margin-left: 5px;\n}\n#sidebar-switch-button {\n background-color: $color-header-bg;\n border-bottom: 1px solid $color-border-sidebar-switch-button;\n border-left: 1px solid $color-border-sidebar-switch-button;\n border-top: 1px solid $color-border-sidebar-switch-button;\n border-radius: 10px 0px 0px 10px;\n display: block;\n height: 100%;\n padding: 9px 20px 9px 5px;\n font-size: 0px;\n text-decoration: none;\n &:before {\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n margin-right: 3px;\n font-size: 15px;\n color: #666;\n }\n}\n\n@media print {\n #main.visible-sidebar #sidebar, #sidebar-switch-panel { display:none; }\n}\n\n// To prevent it from overlapping the sidebar\ntable.list.plugins {\n margin-top: 10px;\n}\n\n@media screen and (max-width: 899px) {\n #content>.contextual>a, #content>.contextual .drdn, p.buttons a {\n background: #ffffff;\n }\n}\n",".box, .mypage-box,\n.controller-wiki.action-show .wiki.wiki-page,\n.controller-attachments.action-show .filecontent.wiki,\n.controller-repositories.action-entry .filecontent.wiki,\n.controller-wiki.action-index.pages-hierarchy,\n#activity,\n#roadmap article,\n.controller-news.action-index article.news-article,\n.controller-news.action-show #comments,\n.controller-projects.action-index li.root,\n.controller-documents.action-index .document-item\n {\n background-color: #fff;\n margin-bottom: 20px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n}\n\n.controller-wiki.action-show .wiki.wiki-page {\n margin-top: 25px;\n margin-bottom: 10px;\n}\n\n#activity {\n padding: 0px;\n h3 {\n top: 10px;\n }\n}\n\n.controller-news.action-index article.news-article {\n margin-bottom: 10px;\n}\n\n.gantt-table {\n background-color: #fff;\n}\n\n#wiki_add_attachment .box {\n padding: 6px;\n}\n\ndiv.issue-cards .issue-card {\n background-color: #fff9c4;\n}\n","$color-main-menu-line: #ffd600;\n$color-menu-children-bg: #ffffff;\n$color-menu-children-border: #dddddd;\n$color-menu-children-text: #777777;\n$color-menu-children-hover-bg: #eff4f6;\n$color-menu-children-hover-text: #2b2f33;\n\n\n#main-menu {\n ul{\n li {\n margin: 0;\n\n a {\n padding: 8px 12px;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &.selected, &:hover {\n position: relative;\n background: transparent;\n color: inherit;\n\n &:after {\n content: \"\";\n position: absolute;\n width: 100%;\n height: 3px;\n background-color: $color-main-menu-line;\n bottom: 0px;\n left: 0;\n }\n }\n\n &.selected:hover {\n background: transparent;\n color: white;\n }\n\n &.new-object {\n background: rgba(255,255,255,.05);\n border: 2px solid rgba(255,255,255,.25);\n position: relative;\n margin: 0 10px;\n padding: 0;\n width: 26px;\n height: 26px;\n line-height: 25px;\n border-radius: 50%;\n text-align: center;\n bottom: 1px;\n\n &:hover:after {\n content: none;\n }\n }\n\n }\n }\n\n .menu-children {\n border: none;\n background-color: $color-menu-children-bg;\n box-shadow: 0 1px 7px 2px rgba(135,158,171,.2);\n border-radius: 3px;\n\n li {\n border-bottom: $color-menu-children-border solid 1px;\n a {\n color: $color-menu-children-text;\n background-color: transparent;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &:after {\n content: none;\n }\n\n &:hover {\n color: $color-menu-children-hover-text;\n background: $color-menu-children-hover-bg;\n }\n }\n }\n }\n }\n}","$table-head-cell-padding: 5px;\n$table-cell-padding: 4px;\n$line-height-base: 1.74;\n$line-height-computed: 25px;\n$color-table-border: #dfe8f1;\n$color-th-bg: #eff1f9;\n$color-odd-bg: #f9f9f9;\n\n\ntable.list {\n border: none;\n margin-bottom: $line-height-computed;\n background-color: white;\n\n // Cells\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n line-height: $line-height-base;\n vertical-align: top;\n border-top: 1px solid $color-table-border;\n font-size: 0.9em;\n &.checkbox {\n padding: $table-cell-padding;\n\n input {\n margin: 0 7px 0 15px !important;\n }\n }\n }\n &.priority-lowest {\n background-color: lighten($color-priority-lowest, 20%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-lowest inset;\n }\n }\n &.priority-high3 {\n background-color: lighten($color-priority-high3, 18%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high3 inset;\n }\n }\n &.priority-high2 {\n background-color: lighten($color-priority-high2, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high2 inset;\n }\n }\n &.priority-highest {\n background-color: lighten($color-priority-highest, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-highest inset;\n }\n }\n &.closed {\n color: $color-closed;\n a { color: $color-closed; }\n }\n &:hover {\n background-color: #fff9c4;\n }\n }\n }\n // Bottom align for column headings\n > thead > tr > th {\n color: #4b5056;\n font-weight: 700;\n vertical-align: bottom;\n border-bottom: 2px solid $color-table-border;\n background-color: $color-th-bg;\n padding: $table-head-cell-padding;\n &.checkbox { padding: $table-head-cell-padding; }\n }\n // Remove top border from thead by default\n > caption + thead,\n > colgroup + thead,\n > thead:first-child {\n > tr:first-child {\n > th,\n > td {\n border-top: 0;\n }\n }\n }\n // Account for multiple tbody instances\n > tbody + tbody {\n border-top: 2px solid $color-table-border;\n }\n\n td.attachments {\n padding-bottom: 5px;\n }\n}\n","div.wiki {\n h1, h2, h3, h4 {\n font-weight: bold;\n }\n ul.toc {\n background-color: $color-issue-bg;\n border: none;\n padding: 9px;\n border-radius: 4px;\n }\n}\n\n/* Fix an issue where the default line-height is 1.5em, which breaks the layout. */\n.box div.wiki-preview {\n line-height: 1.5;\n}","$input-padding: 4px 6px;\n$color-input-bg: #ffffff;\n$color-disabled-input-bg: #ebebe4;\n$color-input-text: #2b2f33;\n$color-input-border: #dfe8f1;\n$color-input-border-focus: #3da6ff;\n$color-validation-error-input-border: #bb0000;\n\n$color-submit-text: #ffffff;\n$color-submit-border: #34495e;\n$color-submit-bg: #34495e;\n$color-submit-disabled-bg: #95a5a6;\n$color-submit-hover-border: #3f5872;\n$color-submit-hover-bg: #3f5872;\n\n$color-button-text: #555a60;\n$color-button-border: #dfe8f1;\n$color-button-bg: #fefeff;\n$color-button-disabled-bg: #95a5a6;\n$color-button-hover-text: #2b2f33;\n$color-button-hover-border: #bfc8d1;\n$color-button-hover-bg: #f3f3f9;\n\n$checkbox-size: 16px;\n$checkbox-margin: 7px 2px 7px 0px;\n\n\n#wrapper, .modal {\n input[type=\"text\"],\n input[type=\"password\"],\n input[type=\"date\"],\n input[type=\"file\"],\n select,\n textarea {\n background-color: $color-input-bg;\n padding: $input-padding;\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n height: auto;\n line-height: 1.3;\n\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n &.filename {\n box-shadow: none;\n }\n\n &:disabled {\n background-color: $color-disabled-input-bg;\n }\n }\n .select2-container--default .select2-selection--single {\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n line-height: 1.3;\n height: 24px;\n padding: 0px 25px 0px 5px;\n .select2-selection__arrow {\n // Hide original arrow icon\n b {\n display: none;\n }\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 0px;\n }\n .select2-selection__rendered {\n padding: 1px 2px;\n font-family: Arial;\n font-size: 13px;\n color: #2b2f33;\n line-height: 1.5;\n font-weight: 400;\n }\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n }\n .select2-container--default.select2-container--disabled .select2-selection--single {\n cursor: not-allowed;\n color: graytext;\n background-color: #ebebe4 !important;\n }\n // テキストボックスで等幅フォントを使用\n input[type=\"text\"] {\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n font-size: 100%;\n }\n\n textarea.wiki-edit {\n font-size: 13px;\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n letter-spacing: normal;\n line-height: 130%;\n }\n\n select {\n height: auto;\n appearance: none;\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 95% 50%;\n padding-right: 2.5em;\n\n &::-ms-expand {\n display: none;\n }\n\n &:hover {\n border-color: #ccc;\n outline: none;\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n // Fix Firefox dotted focusring\n &:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 #000;\n }\n\n &[multiple=\"multiple\"] {\n background: white;\n padding-right: 5px;\n }\n }\n\n .tabular label {\n margin-top: 5px;\n\n &.error {\n color: $color-validation-error-input-border !important;\n }\n &.error + *:not(#issue_description_and_toolbar), &.error + span#issue_description_and_toolbar div.jstBlock {\n border: 1px solid $color-validation-error-input-border !important;\n }\n }\n\n label.inline {\n margin-right: 5px;\n }\n\n input[type=\"submit\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-submit-text;\n border: 1px solid $color-submit-border;\n background: $color-submit-bg;\n box-shadow: none;\n &:hover, &:active {\n border-color: $color-submit-hover-border;\n background-color: $color-submit-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-submit-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"button\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-button-text;\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n color: $color-button-hover-text;\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-button-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"checkbox\"] {\n width: $checkbox-size;\n height: $checkbox-size;\n margin: $checkbox-margin;\n box-shadow: none;\n }\n\n .pagination ul.pages li.page {\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n a { color: $color-button-hover-text; }\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n }\n .pagination ul.pages li.previous, .pagination ul.pages li.next {\n background: $color-button-bg;\n }\n}\n\nform .attributes {\n select { width: 85%; }\n\n .check_box_group label {\n width: 100%;\n }\n}\n\n.select2-container.select2-container--default {\n .select2-dropdown {\n box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);\n border: none;\n }\n li.select2-results__option[role=\"option\"] {\n &:before {\n content: ' ';\n display: inline-block;\n line-height: 1em;\n width: 1em;\n height: 1em;\n margin-right: 4px;\n font-weight: bold;\n }\n }\n li.select2-results__option[role=\"option\"][aria-selected=true] {\n &:before {\n content: \"\\2713 \";\n }\n }\n li.select2-results__option--highlighted[role=\"option\"][aria-selected] {\n background-color: #759FC2;\n color: #fff;\n }\n\n input.select2-search__field {\n background: #fff url('../images/search.svg') no-repeat 2px 50%;\n background-size: 12px 12px;\n background-position: 5px;\n padding-left: 20px;\n &:focus {\n outline: none;\n border-color: $color-input-border-focus;\n }\n }\n}\n","$flash-padding: 10px 12px 10px 30px;\n\n$color-flash-error-text: #620f0f;\n$color-flash-error-bg: #ffc6c6;\n$color-flash-notice-text: #1e620f;\n$color-flash-notice-bg: #d3ffc6;\n$color-flash-warning-text: #624b0f;\n$color-flash-warning-bg: #ffeec6;\n\n#errorExplanation, div.flash, .nodata, .warning, .conflict {\n padding: $flash-padding;\n border-radius: 3px;\n border: none;\n}\n\ndiv.flash.error, #errorExplanation {\n color: $color-flash-error-text;\n background-color: $color-flash-error-bg;\n border: none;\n}\n\ndiv.flash.notice {\n color: $color-flash-notice-text;\n background: $color-flash-notice-bg;\n}\n\ndiv.flash.warning, .conflict {\n color: $color-flash-warning-text;\n background: $color-flash-warning-bg;\n}\n\n.nodata, .warning {\n text-align: center;\n background-color: #ffeec6;\n color: #624b0f;\n}\n","$color-modal-titlebar-bg: #f7f9fa;\n$color-modal-titlebar-text: #555555;\n$color-modal-titlebar-border: #e5e5e5;\n\n\ndiv.modal {\n border: none;\n box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);\n padding: 0;\n\n .ui-dialog-titlebar {\n padding: 15px;\n border: none;\n background: $color-modal-titlebar-bg;\n color: $color-modal-titlebar-text;\n font-weight: normal;\n border-bottom: 1px solid $color-modal-titlebar-border;\n\n .ui-dialog-title {\n margin: 0;\n }\n\n .ui-dialog-titlebar-close {\n right: 1em;\n }\n }\n\n .ui-dialog-content {\n padding: 5px 15px 15px;\n }\n}\n\n.ui-widget-overlay {\n background: black;\n opacity: 0.55;\n}","$issue-padding: 20px;\n\n$progress-height: 0.6em;\n$color-progress-closed-bg: #4DB6AC;\n\n$histry-padding: 15px;\n$color-history-bg: #ffffff;\n$color-history-border: #dfe8f1;\n\n$timeline-point-size: 8px;\n$color-timeline: #e5e5e5;\n\n$note-title-margin: 0 19px 0 10px;\n$note-title-padding: 6px 9px;\n$color-note-title-bg: #e9eaf1;\n\n$color-content-bg: #fafcfe;\n$color-unselected-tab-bg: #f0f0f0;\n$color-target-bg: #DDEEFF;\n\ndiv.issue {\n background: $color-issue-bg;\n padding: $issue-padding;\n margin-bottom: 12px;\n border-radius: 3px;\n border: none;\n\n hr {\n width: auto;\n background: rgba(0,0,0,0.12);\n padding: 0 10px;\n margin: 8px -10px;\n }\n}\n\ntable.progress {\n margin: 4px 6px 0px 0;\n\n td {\n height: $progress-height;\n border-radius: 2px;\n\n &.closed {\n background-color: $color-progress-closed-bg;\n }\n }\n}\n\np.percent {\n padding-top: 2px;\n}\n\n.edit_issue fieldset {\n border: none;\n background: #f4f7f9;\n margin-bottom: 15px;\n border-radius: 5px;\n padding: 23px 12px 13px;\n\n legend {\n position: relative;\n top: 18px;\n }\n}\n\n// 作成日・更新日に実際の日時を表示\na[href*=\"activity\"][data-absolute-date*=\":\"] {\n margin: 0 3px;\n box-shadow: inset 0 -1.5em 0 rgba(0, 0, 0, 0.08);\n display: inline-block;\n padding: 0 3px;\n border-radius: 3px;\n &:before {\n content: ' [' attr(data-absolute-date) '] ';\n }\n}\n\ndiv#content .tabs {\n ul {\n border-bottom: 1px solid $color-history-border;\n\n li a {\n background-color: $color-unselected-tab-bg;\n border: 1px solid $color-history-border;\n\n &.selected {\n background-color: $color-content-bg;\n border: 1px solid $color-history-border;\n border-bottom: 1px solid $color-content-bg;\n }\n }\n }\n}\ndiv#update .jstTabs.tabs li a {\n border-bottom: 1px solid $color-history-border;\n}\n\n#history {\n div.tabs {\n margin-bottom: 0px;\n\n ul li a.selected {\n background-color: $color-history-bg;\n border-bottom: 1px solid $color-history-bg;\n }\n }\n .tab-content {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border-right: 1px solid $color-history-border;\n border-left: 1px solid $color-history-border;\n border-bottom: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n // Do not show vertical lines connecting history if tab-notes or tab-properties\n &.discontinuity .journal:after {\n content: none;\n }\n\n .journal {\n padding: 8px 3px 3px 3px;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n .journal-actions, a.journal-link {\n position: relative;\n z-index: 5;\n }\n }\n\n // #tab-content-changesets内のh4要素のみ.contextualと隣接していないため個別の書き方をしている\n h4.note-header {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target .contextual + h4, div:target .contextual + h4 {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n\n .details {\n list-style: none;\n font-size: 0.9em;\n line-height: 1.5;\n margin-bottom: 1em;\n padding-left: 46px;\n\n li {\n position: relative;\n\n &:after {\n display: block;\n content: '';\n position: absolute;\n top: .5em;\n left: -1em;\n width: 4px;\n height: 4px;\n background-color: $color-history-bg;\n border: 1px solid #888;\n border-radius: 50%;\n }\n }\n }\n\n form .jstBlock, form input, div[id^=\"template_journal\"],\n .wiki:not(.wiki-preview),\n &.time_entry p, &.changeset .note > p {\n margin-left: 32px;\n }\n }\n }\n}\n\n.tabular p {\n padding-left: 160px;\n\n .edit_issue & {\n padding-left: 130px;\n }\n}\n.edit_issue .tabular .wiki-preview p {padding-left: 0 !important}\n\n.tabular label {\n margin-left: -160px;\n width: 150px;\n\n .edit_issue & {\n margin-left: -130px;\n width: 120px;\n }\n}\n\nfieldset#filters td.values input {\n height: inherit;\n}\n\n.jstBlock .wiki-preview {\n border: 1px solid $color-history-border;\n}\n\n.issue-card {\n background-color: $color-issue-bg;\n}","// forum(board)\n\n.controller-messages.action-show #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n\n & > p {\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n}\n\n#replies {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .message.reply {\n padding: 8px 3px 3px 3px !important;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n }\n }\n\n .wiki {\n padding-left: 32px;\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target h4.note-header, div:target h4.note-header {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n }\n}",".controller-news.action-show {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n #comments {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .wiki {\n padding-left: 32px;\n }\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n padding-bottom: 5px;\n }\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n\n #edit-news + p + div.wiki, h2 + p + div.wiki {\n position: relative;\n background-color: #fff;\n margin-bottom: 10px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n }\n}",".controller-documents.action-index #content {\n h3.group-name {\n position: relative;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n }\n h4.title {\n font-size: 1.2em;\n border-bottom: 0px;\n }\n}","// forum(board)\n\n.controller-repositories.action-revision, .controller-repositories.action-diff {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n &.avatars-on .details {\n h4 {\n left: 35px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n &.avatars-off .details {\n h4 {\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n }\n\n .wiki.changeset-comments, #related-issues, .revision-info {\n background-color: #fff;\n padding: 10px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n margin: 5px;\n }\n\n .revision-info {\n padding-left: 20px;\n }\n}\n","div#activity dt .time { color: #444; }\ndiv#activity dt.me .time { border-color: #666; }\ndiv#activity dd span.description, #search-results dd span.description { color: #444; }\n\ndiv#activity h3 {\n position: relative;\n margin: $note-title-margin;\n border: none;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n}\n\ndiv#activity dl {\n margin-right: 2em;\n}"],"names":[],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"theme.css","mappings":"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","sources":["webpack://bleuclair/./src/styles/bleuclair.scss","webpack://bleuclair/./src/styles/components/_scaffolding.scss","webpack://bleuclair/./src/styles/components/_type.scss","webpack://bleuclair/./src/styles/foundation/variables.scss","webpack://bleuclair/./src/styles/components/_layout.scss","webpack://bleuclair/./src/styles/components/_box.scss","webpack://bleuclair/./src/styles/components/_main_menu.scss","webpack://bleuclair/./src/styles/components/_table.scss","webpack://bleuclair/./src/styles/components/_wiki.scss","webpack://bleuclair/./src/styles/components/_inputs.scss","webpack://bleuclair/./src/styles/components/_flash.scss","webpack://bleuclair/./src/styles/components/_modal.scss","webpack://bleuclair/./src/styles/components/_issues.scss","webpack://bleuclair/./src/styles/components/_boards.scss","webpack://bleuclair/./src/styles/components/_news.scss","webpack://bleuclair/./src/styles/components/_documents.scss","webpack://bleuclair/./src/styles/components/_repositories.scss","webpack://bleuclair/./src/styles/components/_activities.scss"],"sourcesContent":["body{font-size:13px;color:#222;line-height:1.5}html[lang=ja] body{font-family:Meiryo,\"Hiragino Kaku Gothic Pro\",\"Hiragino Sans\",\"MS PGothic\",Verdana,system-ui,sans-serif}h1,h2,h3,h4{font-weight:normal;color:#333}#content h1{color:#333}#top-menu{box-shadow:0 2px 5px rgba(0,0,0,.16);background:#223342;z-index:1;position:relative}#header{background:radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%),radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%),radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);padding:10px 30px;box-shadow:0 1px 2px rgba(0,0,0,.1);color:#fff;min-height:1em}#header h1{padding-bottom:20px;color:#fff}#main{background-color:#fafcfe}#content{padding:25px;background-color:#fafcfe;box-sizing:border-box;width:81%}#sidebar{padding-left:17px;padding-right:17px;width:19%;box-sizing:border-box;font-size:.9em}#sidebar h3{color:#333}a:hover,a:active{outline:1px solid rgba(0,0,0,0)}#sidebar{width:19%;display:none;background-color:#e9eaf1}#main.visible-sidebar #sidebar{display:block}@media screen and (max-width: 899px){#main.visible-sidebar #sidebar,#main.visible-sidebar #sidebar-switch-panel{display:none}}#content{padding:14px 14px 14px 14px}#sidebar-switch-panel{float:right;left:10px;top:2px;width:20px;height:25px;position:relative;padding:2px;margin-left:5px}#sidebar-switch-button{background-color:#e9eaf1;border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-top:1px solid #ddd;border-radius:10px 0px 0px 10px;display:block;height:100%;padding:9px 20px 9px 5px;font-size:0px;text-decoration:none}#sidebar-switch-button:before{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:3px;font-size:15px;color:#666}#main #sidebar-switch-button .sidebar-switch-arrow{display:inline-block;width:6px;height:6px;margin-top:8px;border-top:2px solid gray;border-right:2px solid gray}#main:not(.visible-sidebar) #sidebar-switch-button .sidebar-switch-arrow{margin-left:4px;transform:rotate(-135deg)}#main.visible-sidebar #sidebar-switch-button .sidebar-switch-arrow{transform:rotate(45deg)}@media print{#main.visible-sidebar #sidebar,#sidebar-switch-panel{display:none}}table.list.plugins{margin-top:10px}@media screen and (max-width: 899px){#content>.contextual>a,#content>.contextual .drdn,p.buttons a{background:#fff}}.box,.mypage-box,.controller-wiki.action-show .wiki.wiki-page,.controller-attachments.action-show .filecontent.wiki,.controller-repositories.action-entry .filecontent.wiki,.controller-wiki.action-index.pages-hierarchy,#activity,#roadmap article,.controller-news.action-index article.news-article,.controller-news.action-show #comments,.controller-projects.action-index li.root,.controller-documents.action-index .document-item{background-color:#fff;margin-bottom:20px;padding:20px;border-radius:3px;border:1px solid #dfe8f1}.controller-wiki.action-show .wiki.wiki-page{margin-top:25px;margin-bottom:10px}#activity{padding:0px}#activity h3{top:10px}.controller-news.action-index article.news-article{margin-bottom:10px}.gantt-table{background-color:#fff}#wiki_add_attachment .box{padding:6px}div.issue-cards .issue-card{background-color:#fff9c4}#main-menu ul li{margin:0}#main-menu ul li a{padding:8px 12px;letter-spacing:.5px;font-weight:normal}#main-menu ul li a.selected,#main-menu ul li a:hover{position:relative;background:rgba(0,0,0,0);color:inherit}#main-menu ul li a.selected:after,#main-menu ul li a:hover:after{content:\"\";position:absolute;width:100%;height:3px;background-color:#ffd600;bottom:0px;left:0}#main-menu ul li a.selected:hover{background:rgba(0,0,0,0);color:#fff}#main-menu ul li a.new-object{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.25);position:relative;margin:0 10px;padding:0;width:26px;height:26px;line-height:25px;border-radius:50%;text-align:center;bottom:1px}#main-menu ul li a.new-object:hover:after{content:none}#main-menu ul .menu-children{border:none;background-color:#fff;box-shadow:0 1px 7px 2px rgba(135,158,171,.2);border-radius:3px}#main-menu ul .menu-children li{border-bottom:#ddd solid 1px}#main-menu ul .menu-children li a{color:#777;background-color:rgba(0,0,0,0);letter-spacing:.5px;font-weight:normal}#main-menu ul .menu-children li a:after{content:none}#main-menu ul .menu-children li a:hover{color:#2b2f33;background:#eff4f6}table.list{border:none;margin-bottom:25px;background-color:#fff}table.list>thead>tr>th,table.list>thead>tr>td,table.list>tbody>tr>th,table.list>tbody>tr>td,table.list>tfoot>tr>th,table.list>tfoot>tr>td{line-height:1.74;vertical-align:top;border-top:1px solid #dfe8f1;font-size:.9em}table.list>thead>tr>th.checkbox,table.list>thead>tr>td.checkbox,table.list>tbody>tr>th.checkbox,table.list>tbody>tr>td.checkbox,table.list>tfoot>tr>th.checkbox,table.list>tfoot>tr>td.checkbox{padding:4px}table.list>thead>tr>th.checkbox input,table.list>thead>tr>td.checkbox input,table.list>tbody>tr>th.checkbox input,table.list>tbody>tr>td.checkbox input,table.list>tfoot>tr>th.checkbox input,table.list>tfoot>tr>td.checkbox input{margin:0 7px 0 15px !important}table.list>thead>tr.priority-lowest,table.list>tbody>tr.priority-lowest,table.list>tfoot>tr.priority-lowest{background-color:#e3f5fe}table.list>thead>tr.priority-lowest td.checkbox,table.list>tbody>tr.priority-lowest td.checkbox,table.list>tfoot>tr.priority-lowest td.checkbox{box-shadow:6px 0px 0px 0px #81d4fa inset}table.list>thead>tr.priority-high3,table.list>tbody>tr.priority-high3,table.list>tfoot>tr.priority-high3{background-color:#fce9e9}table.list>thead>tr.priority-high3 td.checkbox,table.list>tbody>tr.priority-high3 td.checkbox,table.list>tfoot>tr.priority-high3 td.checkbox{box-shadow:6px 0px 0px 0px #ef9a9a inset}table.list>thead>tr.priority-high2,table.list>tbody>tr.priority-high2,table.list>tfoot>tr.priority-high2{background-color:#f9d4d3}table.list>thead>tr.priority-high2 td.checkbox,table.list>tbody>tr.priority-high2 td.checkbox,table.list>tfoot>tr.priority-high2 td.checkbox{box-shadow:6px 0px 0px 0px #e53935 inset}table.list>thead>tr.priority-highest,table.list>tbody>tr.priority-highest,table.list>tfoot>tr.priority-highest{background-color:#efb1b1}table.list>thead>tr.priority-highest td.checkbox,table.list>tbody>tr.priority-highest td.checkbox,table.list>tfoot>tr.priority-highest td.checkbox{box-shadow:6px 0px 0px 0px #c62828 inset}table.list>thead>tr.closed,table.list>tbody>tr.closed,table.list>tfoot>tr.closed{color:#777}table.list>thead>tr.closed a,table.list>tbody>tr.closed a,table.list>tfoot>tr.closed a{color:#777}table.list>thead>tr:hover,table.list>tbody>tr:hover,table.list>tfoot>tr:hover{background-color:#fff9c4}table.list>thead>tr>th{color:#4b5056;font-weight:700;vertical-align:bottom;border-bottom:2px solid #dfe8f1;background-color:#eff1f9;padding:5px}table.list>thead>tr>th.checkbox{padding:5px}table.list>caption+thead>tr:first-child>th,table.list>caption+thead>tr:first-child>td,table.list>colgroup+thead>tr:first-child>th,table.list>colgroup+thead>tr:first-child>td,table.list>thead:first-child>tr:first-child>th,table.list>thead:first-child>tr:first-child>td{border-top:0}table.list>tbody+tbody{border-top:2px solid #dfe8f1}table.list td.attachments{padding-bottom:5px}div.wiki h1,div.wiki h2,div.wiki h3,div.wiki h4{font-weight:bold}div.wiki ul.toc{background-color:#fff9c4;border:none;padding:9px;border-radius:4px}.box div.wiki-preview{line-height:1.5}#wrapper input[type=text],#wrapper input[type=password],#wrapper input[type=date],#wrapper input[type=file],#wrapper select,#wrapper textarea,.modal input[type=text],.modal input[type=password],.modal input[type=date],.modal input[type=file],.modal select,.modal textarea{background-color:#fff;padding:4px 6px;color:#2b2f33;border:1px solid #dfe8f1;box-shadow:inset 1px 1px 3px #f6f6f6;border-radius:3px;box-sizing:border-box;outline:none;height:auto;line-height:1.3}#wrapper input[type=text]:hover,#wrapper input[type=password]:hover,#wrapper input[type=date]:hover,#wrapper input[type=file]:hover,#wrapper select:hover,#wrapper textarea:hover,.modal input[type=text]:hover,.modal input[type=password]:hover,.modal input[type=date]:hover,.modal input[type=file]:hover,.modal select:hover,.modal textarea:hover{border:1px solid #bccfe1}#wrapper input[type=text]:focus,#wrapper input[type=text]:active,#wrapper input[type=password]:focus,#wrapper input[type=password]:active,#wrapper input[type=date]:focus,#wrapper input[type=date]:active,#wrapper input[type=file]:focus,#wrapper input[type=file]:active,#wrapper select:focus,#wrapper select:active,#wrapper textarea:focus,#wrapper textarea:active,.modal input[type=text]:focus,.modal input[type=text]:active,.modal input[type=password]:focus,.modal input[type=password]:active,.modal input[type=date]:focus,.modal input[type=date]:active,.modal input[type=file]:focus,.modal input[type=file]:active,.modal select:focus,.modal select:active,.modal textarea:focus,.modal textarea:active{border-color:#3da6ff !important}#wrapper input[type=text].filename,#wrapper input[type=password].filename,#wrapper input[type=date].filename,#wrapper input[type=file].filename,#wrapper select.filename,#wrapper textarea.filename,.modal input[type=text].filename,.modal input[type=password].filename,.modal input[type=date].filename,.modal input[type=file].filename,.modal select.filename,.modal textarea.filename{box-shadow:none}#wrapper input[type=text]:disabled,#wrapper input[type=password]:disabled,#wrapper input[type=date]:disabled,#wrapper input[type=file]:disabled,#wrapper select:disabled,#wrapper textarea:disabled,.modal input[type=text]:disabled,.modal input[type=password]:disabled,.modal input[type=date]:disabled,.modal input[type=file]:disabled,.modal select:disabled,.modal textarea:disabled{background-color:#ebebe4}#wrapper .select2-container--default .select2-selection--single,.modal .select2-container--default .select2-selection--single{color:#2b2f33;border:1px solid #dfe8f1;box-shadow:inset 1px 1px 3px #f6f6f6;border-radius:3px;box-sizing:border-box;outline:none;line-height:1.3;height:24px;padding:0px 25px 0px 5px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,.modal .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url(\"../images/arrow.svg\");background-size:10px;background-repeat:no-repeat;background-position:0px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,.modal .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,.modal .select2-container--default .select2-selection--single .select2-selection__rendered{padding:1px 2px;font-family:Arial;font-size:13px;color:#2b2f33;line-height:1.5;font-weight:400}#wrapper .select2-container--default .select2-selection--single:hover,.modal .select2-container--default .select2-selection--single:hover{border:1px solid #bccfe1}#wrapper .select2-container--default .select2-selection--single:focus,#wrapper .select2-container--default .select2-selection--single:active,.modal .select2-container--default .select2-selection--single:focus,.modal .select2-container--default .select2-selection--single:active{border-color:#3da6ff !important}#wrapper .select2-container--default.select2-container--disabled .select2-selection--single,.modal .select2-container--default.select2-container--disabled .select2-selection--single{cursor:not-allowed;color:graytext;background-color:#ebebe4 !important}#wrapper input[type=text],.modal input[type=text]{font-family:\"Osaka-Mono\",\"MS Gothic\",sans-serif;font-size:100%}#wrapper textarea.wiki-edit,.modal textarea.wiki-edit{font-size:13px;font-family:\"Osaka-Mono\",\"MS Gothic\",sans-serif;letter-spacing:normal;line-height:130%}#wrapper select,.modal select{height:auto;appearance:none;background-image:url(\"../images/arrow.svg\");background-size:10px;background-repeat:no-repeat;background-position:95% 50%;padding-right:2.5em}#wrapper select::-ms-expand,.modal select::-ms-expand{display:none}#wrapper select:hover,.modal select:hover{border-color:#ccc;outline:none}#wrapper select:focus,#wrapper select:active,.modal select:focus,.modal select:active{border-color:#3da6ff !important}#wrapper select:-moz-focusring,.modal select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}#wrapper select[multiple=multiple],.modal select[multiple=multiple]{background:#fff;padding-right:5px}#wrapper .tabular label,.modal .tabular label{margin-top:5px}#wrapper .tabular label.error,.modal .tabular label.error{color:#b00 !important}#wrapper .tabular label.error+*:not(#issue_description_and_toolbar),#wrapper .tabular label.error+span#issue_description_and_toolbar div.jstBlock,.modal .tabular label.error+*:not(#issue_description_and_toolbar),.modal .tabular label.error+span#issue_description_and_toolbar div.jstBlock{border:1px solid #b00 !important}#wrapper label.inline,.modal label.inline{margin-right:5px}#wrapper input[type=submit],.modal input[type=submit]{border-radius:3px;padding:2px 12px 3px;color:#fff;border:1px solid #34495e;background:#34495e;box-shadow:none}#wrapper input[type=submit]:hover,#wrapper input[type=submit]:active,.modal input[type=submit]:hover,.modal input[type=submit]:active{border-color:#3f5872;background-color:#3f5872}#wrapper input[type=submit]:active,.modal input[type=submit]:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper input[type=submit]:disabled,.modal input[type=submit]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=button],.modal input[type=button]{border-radius:3px;padding:2px 12px 3px;color:#555a60;border:1px solid #dfe8f1;background:#fefeff;box-shadow:none}#wrapper input[type=button]:hover,#wrapper input[type=button]:active,.modal input[type=button]:hover,.modal input[type=button]:active{color:#2b2f33;border-color:#bfc8d1;background-color:#f3f3f9}#wrapper input[type=button]:active,.modal input[type=button]:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper input[type=button]:disabled,.modal input[type=button]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=checkbox],.modal input[type=checkbox]{width:16px;height:16px;margin:7px 2px 7px 0px;box-shadow:none}#wrapper .pagination ul.pages li.page,.modal .pagination ul.pages li.page{border:1px solid #dfe8f1;background:#fefeff;box-shadow:none}#wrapper .pagination ul.pages li.page:hover,#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:hover,.modal .pagination ul.pages li.page:active{border-color:#bfc8d1;background-color:#f3f3f9}#wrapper .pagination ul.pages li.page:hover a,#wrapper .pagination ul.pages li.page:active a,.modal .pagination ul.pages li.page:hover a,.modal .pagination ul.pages li.page:active a{color:#2b2f33}#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper .pagination ul.pages li.previous,#wrapper .pagination ul.pages li.next,.modal .pagination ul.pages li.previous,.modal .pagination ul.pages li.next{background:#fefeff}form .attributes select{width:85%}form .attributes .check_box_group label{width:100%}.select2-container.select2-container--default .select2-dropdown{box-shadow:0 3px 3px 0 rgba(0,0,0,.5);border:none}.select2-container.select2-container--default li.select2-results__option[role=option]:before{content:\" \";display:inline-block;line-height:1em;width:1em;height:1em;margin-right:4px;font-weight:bold}.select2-container.select2-container--default li.select2-results__option[role=option][aria-selected=true]:before{content:\"✓\"}.select2-container.select2-container--default li.select2-results__option--highlighted[role=option][aria-selected]{background-color:#759fc2;color:#fff}.select2-container.select2-container--default input.select2-search__field{background:#fff url(\"../images/search.svg\") no-repeat 2px 50%;background-size:12px 12px;background-position:5px;padding-left:20px}.select2-container.select2-container--default input.select2-search__field:focus{outline:none;border-color:#3da6ff}#errorExplanation,div.flash,.nodata,.warning,.conflict{padding:10px 12px 10px 30px;border-radius:3px;border:none}div.flash.error,#errorExplanation{color:#620f0f;background-color:#ffc6c6;border:none}div.flash.notice{color:#1e620f;background:#d3ffc6}div.flash.warning,.conflict{color:#624b0f;background:#ffeec6}.nodata,.warning{text-align:center;background-color:#ffeec6;color:#624b0f}div.modal{border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.2);padding:0}div.modal .ui-dialog-titlebar{padding:15px;border:none;background:#f7f9fa;color:#555;font-weight:normal;border-bottom:1px solid #e5e5e5}div.modal .ui-dialog-titlebar .ui-dialog-title{margin:0}div.modal .ui-dialog-titlebar .ui-dialog-titlebar-close{right:1em}div.modal .ui-dialog-content{padding:5px 15px 15px}.ui-widget-overlay{background:#000;opacity:.55}div.issue{background:#fff9c4;padding:20px;margin-bottom:12px;border-radius:3px;border:none}div.issue hr{width:auto;background:rgba(0,0,0,.12);padding:0 10px;margin:8px -10px}table.progress{margin:4px 6px 0px 0}table.progress td{height:.6em;border-radius:2px}table.progress td.closed{background-color:#4db6ac}p.percent{padding-top:2px}.edit_issue fieldset{border:none;background:#f4f7f9;margin-bottom:15px;border-radius:5px;padding:23px 12px 13px}.edit_issue fieldset legend{position:relative;top:18px}a[href*=activity][data-absolute-date*=\":\"]{margin:0 3px;box-shadow:inset 0 -1.5em 0 rgba(0,0,0,.08);display:inline-block;padding:0 3px;border-radius:3px}a[href*=activity][data-absolute-date*=\":\"]:before{content:\" [\" attr(data-absolute-date) \"] \"}div#content .tabs ul{border-bottom:1px solid #dfe8f1}div#content .tabs ul li a{background-color:#f0f0f0;border:1px solid #dfe8f1}div#content .tabs ul li a.selected{background-color:#fafcfe;border:1px solid #dfe8f1;border-bottom:1px solid #fafcfe}div#update .jstTabs.tabs li a{border-bottom:1px solid #dfe8f1}#history div.tabs{margin-bottom:0px}#history div.tabs ul li a.selected{background-color:#fff;border-bottom:1px solid #fff}#history .tab-content{background-color:#fff;border-radius:0px 0px 3px 3px;border-right:1px solid #dfe8f1;border-left:1px solid #dfe8f1;border-bottom:1px solid #dfe8f1;padding-top:15px;padding-left:10px}#history .tab-content.discontinuity .journal:after{content:none}#history .tab-content .journal{padding:8px 3px 3px 3px;background-color:#fff;position:relative;overflow:visible}#history .tab-content .journal:before{content:\"\";width:8px;height:8px;background-color:#fff;position:absolute;left:6px;top:16px;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;z-index:1}#history .tab-content .journal:after{content:\"\";height:100%;width:2px;background-color:#e5e5e5;position:absolute;left:9px;top:0px}#history .tab-content .journal:first-of-type:after{top:15px}#history .tab-content .journal:last-of-type:after{height:18px}#history .tab-content .journal:first-of-type:last-of-type:after{content:none}#history .tab-content .journal .contextual{padding-right:10px;padding-top:5px}#history .tab-content .journal .contextual .journal-actions,#history .tab-content .journal .contextual a.journal-link{position:relative;z-index:5}#history .tab-content .journal h4.note-header{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}#history .tab-content .journal h4.note-header a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#history .tab-content .journal h4.note-header:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}#history .tab-content .journal h4.note-header .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}#history .tab-content .journal:target .contextual+h4,#history .tab-content .journal div:target .contextual+h4{background:#def}#history .tab-content .journal:target .contextual+h4:before,#history .tab-content .journal div:target .contextual+h4:before{border-right:6px solid #def}#history .tab-content .journal .details{list-style:none;font-size:.9em;line-height:1.5;margin-bottom:1em;padding-left:46px}#history .tab-content .journal .details li{position:relative}#history .tab-content .journal .details li:after{display:block;content:\"\";position:absolute;top:.5em;left:-1em;width:4px;height:4px;background-color:#fff;border:1px solid #888;border-radius:50%}#history .tab-content .journal form .jstBlock,#history .tab-content .journal form input,#history .tab-content .journal div[id^=template_journal],#history .tab-content .journal .wiki:not(.wiki-preview),#history .tab-content .journal.time_entry p,#history .tab-content .journal.changeset .note>p{margin-left:32px}.tabular p{padding-left:160px}.edit_issue .tabular p{padding-left:130px}.edit_issue .tabular .wiki-preview p{padding-left:0 !important}.tabular label{margin-left:-160px;width:150px}.edit_issue .tabular label{margin-left:-130px;width:120px}fieldset#filters td.values input{height:inherit}.jstBlock .wiki-preview{border:1px solid #dfe8f1}.issue-card{background-color:#fff9c4}.controller-messages.action-show #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-messages.action-show #content>div.message>p{background-color:#e9eaf1;padding:6px 9px}.controller-messages.action-show #content>div.message>p a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#replies{background-color:#fff;border-radius:0px 0px 3px 3px;border:1px solid #dfe8f1;padding-top:15px;padding-left:10px}#replies .message.reply{padding:8px 3px 3px 3px !important;background-color:#fff;position:relative;overflow:visible}#replies .message.reply:before{content:\"\";width:8px;height:8px;background-color:#fff;position:absolute;left:6px;top:16px;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;z-index:1}#replies .message.reply:after{content:\"\";height:100%;width:2px;background-color:#e5e5e5;position:absolute;left:9px;top:0px}#replies .message.reply:first-of-type:after{top:15px}#replies .message.reply:last-of-type:after{height:18px}#replies .message.reply:first-of-type:last-of-type:after{content:none}#replies .message.reply .contextual{padding-right:10px;padding-top:5px}#replies .message.reply .contextual a{position:relative;z-index:5}#replies .message.reply .wiki{padding-left:32px}#replies .message.reply .contextual+h4{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}#replies .message.reply .contextual+h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#replies .message.reply .contextual+h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}#replies .message.reply .contextual+h4 .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}#replies .message.reply:target h4.note-header,#replies .message.reply div:target h4.note-header{background:#def}#replies .message.reply:target h4.note-header:before,#replies .message.reply div:target h4.note-header:before{border-right:6px solid #def}.controller-news.action-show #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-news.action-show #comments{background-color:#fff;border-radius:0px 0px 3px 3px;border:1px solid #dfe8f1;padding-top:15px;padding-left:10px}.controller-news.action-show #comments .wiki{padding-left:32px}.controller-news.action-show #comments .contextual{padding-right:10px;padding-top:5px}.controller-news.action-show #comments .contextual a{position:relative;z-index:5;padding-bottom:5px}.controller-news.action-show #comments .contextual+h4{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-news.action-show #comments .contextual+h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-news.action-show #comments .contextual+h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}.controller-news.action-show #comments .contextual+h4 .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}.controller-news.action-show #edit-news+p+div.wiki,.controller-news.action-show h2+p+div.wiki{position:relative;background-color:#fff;margin-bottom:10px;padding:20px;border-radius:3px;border:1px solid #dfe8f1}.controller-documents.action-index #content h3.group-name{position:relative;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;border-radius:4px}.controller-documents.action-index #content h4.title{font-size:1.2em;border-bottom:0px}.controller-repositories.action-revision #content>div.message,.controller-repositories.action-diff #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-repositories.action-revision.avatars-on .details h4,.controller-repositories.action-diff.avatars-on .details h4{left:35px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-repositories.action-revision.avatars-on .details h4 a[href*=activity][data-absolute-date*=\":\"],.controller-repositories.action-diff.avatars-on .details h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-repositories.action-revision.avatars-on .details h4:before,.controller-repositories.action-diff.avatars-on .details h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}.controller-repositories.action-revision.avatars-on .details h4 .gravatar,.controller-repositories.action-diff.avatars-on .details h4 .gravatar{position:absolute;left:-35px;z-index:5;margin-left:0}.controller-repositories.action-revision.avatars-off .details h4,.controller-repositories.action-diff.avatars-off .details h4{margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-repositories.action-revision.avatars-off .details h4 a[href*=activity][data-absolute-date*=\":\"],.controller-repositories.action-diff.avatars-off .details h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-repositories.action-revision .wiki.changeset-comments,.controller-repositories.action-revision #related-issues,.controller-repositories.action-revision .revision-info,.controller-repositories.action-diff .wiki.changeset-comments,.controller-repositories.action-diff #related-issues,.controller-repositories.action-diff .revision-info{background-color:#fff;padding:10px;border-radius:3px;border:1px solid #dfe8f1;margin:5px}.controller-repositories.action-revision .revision-info,.controller-repositories.action-diff .revision-info{padding-left:20px}div#activity dt .time{color:#444}div#activity dt.me .time{border-color:#666}div#activity dd span.description,#search-results dd span.description{color:#444}div#activity h3{position:relative;margin:0 19px 0 10px;border:none;background-color:#e9eaf1;padding:6px 9px;border-radius:4px}div#activity dl{margin-right:2em}","body {\n font-size: 13px;\n color: #222;\n line-height: 1.5;\n}\n\nhtml[lang=\"ja\"] body {\n font-family: Meiryo, \"Hiragino Kaku Gothic Pro\", \"Hiragino Sans\", \"MS PGothic\", Verdana, system-ui, sans-serif;\n}\n","h1, h2, h3, h4 {\n font-weight: normal;\n color: $default-heading-font-color;\n}\n\n#content h1 {\n color: $default-heading-font-color;\n}\n","$default-heading-font-color: #333;\n$color-issue-bg: #fff9c4;\n$color-header-bg: #e9eaf1;\n\n// icon\n$icon-color: #666;\n$hover-icon-color: #000000;\n$color-bookmark-icon: #557cff;\n$color-star-icon: #ffc400;\n$color-warning-icon: #ffae42;\n$color-success-icon: #55ab4f;\n$color-error-icon: #EC0B19;\n\n// priority\n$color-priority-lowest : #81D4FA;\n$color-priority-high3 : #EF9A9A;\n$color-priority-high2 : #E53935;\n$color-priority-highest : #C62828;\n\n// status\n$color-closed : #777777;\n","$color-top-menu-bg: #223342;\n$color-main-bg: #fafcfe;\n$color-border-sidebar-switch-button: #ddd;\n\n#top-menu {\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);\n background: $color-top-menu-bg;\n z-index: 1;\n position: relative;\n}\n\n#header {\n background: radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%), radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%), radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);\n padding: 10px 30px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n color: white;\n min-height: 1em;\n\n h1 {\n padding-bottom: 20px;\n color: white;\n }\n}\n\n#main {\n background-color: $color-main-bg;\n}\n\n#content {\n padding: 25px;\n background-color: $color-main-bg;\n box-sizing: border-box;\n width: 81%;\n}\n\n#sidebar {\n padding-left: 17px;\n padding-right: 17px;\n width: 19%;\n box-sizing: border-box;\n font-size: 0.9em;\n\n h3 { color: $default-heading-font-color; }\n}\n\n// Fix a problem that underlines is broken in chrome\na:hover, a:active {\n outline: 1px solid transparent;\n}\n\n// Collapse sidebar\n#sidebar { width: 19%; display: none; background-color: $color-header-bg;}\n#main.visible-sidebar #sidebar{ display: block; }\n@media screen and (max-width: 899px) {\n #main.visible-sidebar {\n #sidebar, #sidebar-switch-panel { display: none; }\n }\n}\n\n#content { padding: 14px 14px 14px 14px; }\n#sidebar-switch-panel {\n float: right;\n left: 10px;\n top: 2px;\n width: 20px;\n height: 25px;\n position: relative;\n padding: 2px;\n margin-left: 5px;\n}\n#sidebar-switch-button {\n background-color: $color-header-bg;\n border-bottom: 1px solid $color-border-sidebar-switch-button;\n border-left: 1px solid $color-border-sidebar-switch-button;\n border-top: 1px solid $color-border-sidebar-switch-button;\n border-radius: 10px 0px 0px 10px;\n display: block;\n height: 100%;\n padding: 9px 20px 9px 5px;\n font-size: 0px;\n text-decoration: none;\n &:before {\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n margin-right: 3px;\n font-size: 15px;\n color: #666;\n }\n}\n\n\n#main #sidebar-switch-button .sidebar-switch-arrow {\n display: inline-block;\n width: 6px;\n height: 6px;\n margin-top: 8px;\n border-top: 2px solid gray;\n border-right: 2px solid gray;\n}\n#main:not(.visible-sidebar) #sidebar-switch-button .sidebar-switch-arrow {\n margin-left: 4px;\n transform: rotate(-135deg);\n}\n#main.visible-sidebar #sidebar-switch-button .sidebar-switch-arrow {\n transform: rotate(45deg);\n}\n\n@media print {\n #main.visible-sidebar #sidebar, #sidebar-switch-panel { display:none; }\n}\n\n// To prevent it from overlapping the sidebar\ntable.list.plugins {\n margin-top: 10px;\n}\n\n@media screen and (max-width: 899px) {\n #content>.contextual>a, #content>.contextual .drdn, p.buttons a {\n background: #ffffff;\n }\n}\n",".box, .mypage-box,\n.controller-wiki.action-show .wiki.wiki-page,\n.controller-attachments.action-show .filecontent.wiki,\n.controller-repositories.action-entry .filecontent.wiki,\n.controller-wiki.action-index.pages-hierarchy,\n#activity,\n#roadmap article,\n.controller-news.action-index article.news-article,\n.controller-news.action-show #comments,\n.controller-projects.action-index li.root,\n.controller-documents.action-index .document-item\n {\n background-color: #fff;\n margin-bottom: 20px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n}\n\n.controller-wiki.action-show .wiki.wiki-page {\n margin-top: 25px;\n margin-bottom: 10px;\n}\n\n#activity {\n padding: 0px;\n h3 {\n top: 10px;\n }\n}\n\n.controller-news.action-index article.news-article {\n margin-bottom: 10px;\n}\n\n.gantt-table {\n background-color: #fff;\n}\n\n#wiki_add_attachment .box {\n padding: 6px;\n}\n\ndiv.issue-cards .issue-card {\n background-color: #fff9c4;\n}\n","$color-main-menu-line: #ffd600;\n$color-menu-children-bg: #ffffff;\n$color-menu-children-border: #dddddd;\n$color-menu-children-text: #777777;\n$color-menu-children-hover-bg: #eff4f6;\n$color-menu-children-hover-text: #2b2f33;\n\n\n#main-menu {\n ul{\n li {\n margin: 0;\n\n a {\n padding: 8px 12px;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &.selected, &:hover {\n position: relative;\n background: transparent;\n color: inherit;\n\n &:after {\n content: \"\";\n position: absolute;\n width: 100%;\n height: 3px;\n background-color: $color-main-menu-line;\n bottom: 0px;\n left: 0;\n }\n }\n\n &.selected:hover {\n background: transparent;\n color: white;\n }\n\n &.new-object {\n background: rgba(255,255,255,.05);\n border: 2px solid rgba(255,255,255,.25);\n position: relative;\n margin: 0 10px;\n padding: 0;\n width: 26px;\n height: 26px;\n line-height: 25px;\n border-radius: 50%;\n text-align: center;\n bottom: 1px;\n\n &:hover:after {\n content: none;\n }\n }\n\n }\n }\n\n .menu-children {\n border: none;\n background-color: $color-menu-children-bg;\n box-shadow: 0 1px 7px 2px rgba(135,158,171,.2);\n border-radius: 3px;\n\n li {\n border-bottom: $color-menu-children-border solid 1px;\n a {\n color: $color-menu-children-text;\n background-color: transparent;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &:after {\n content: none;\n }\n\n &:hover {\n color: $color-menu-children-hover-text;\n background: $color-menu-children-hover-bg;\n }\n }\n }\n }\n }\n}","$table-head-cell-padding: 5px;\n$table-cell-padding: 4px;\n$line-height-base: 1.74;\n$line-height-computed: 25px;\n$color-table-border: #dfe8f1;\n$color-th-bg: #eff1f9;\n$color-odd-bg: #f9f9f9;\n\n\ntable.list {\n border: none;\n margin-bottom: $line-height-computed;\n background-color: white;\n\n // Cells\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n line-height: $line-height-base;\n vertical-align: top;\n border-top: 1px solid $color-table-border;\n font-size: 0.9em;\n &.checkbox {\n padding: $table-cell-padding;\n\n input {\n margin: 0 7px 0 15px !important;\n }\n }\n }\n &.priority-lowest {\n background-color: lighten($color-priority-lowest, 20%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-lowest inset;\n }\n }\n &.priority-high3 {\n background-color: lighten($color-priority-high3, 18%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high3 inset;\n }\n }\n &.priority-high2 {\n background-color: lighten($color-priority-high2, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high2 inset;\n }\n }\n &.priority-highest {\n background-color: lighten($color-priority-highest, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-highest inset;\n }\n }\n &.closed {\n color: $color-closed;\n a { color: $color-closed; }\n }\n &:hover {\n background-color: #fff9c4;\n }\n }\n }\n // Bottom align for column headings\n > thead > tr > th {\n color: #4b5056;\n font-weight: 700;\n vertical-align: bottom;\n border-bottom: 2px solid $color-table-border;\n background-color: $color-th-bg;\n padding: $table-head-cell-padding;\n &.checkbox { padding: $table-head-cell-padding; }\n }\n // Remove top border from thead by default\n > caption + thead,\n > colgroup + thead,\n > thead:first-child {\n > tr:first-child {\n > th,\n > td {\n border-top: 0;\n }\n }\n }\n // Account for multiple tbody instances\n > tbody + tbody {\n border-top: 2px solid $color-table-border;\n }\n\n td.attachments {\n padding-bottom: 5px;\n }\n}\n","div.wiki {\n h1, h2, h3, h4 {\n font-weight: bold;\n }\n ul.toc {\n background-color: $color-issue-bg;\n border: none;\n padding: 9px;\n border-radius: 4px;\n }\n}\n\n/* Fix an issue where the default line-height is 1.5em, which breaks the layout. */\n.box div.wiki-preview {\n line-height: 1.5;\n}","$input-padding: 4px 6px;\n$color-input-bg: #ffffff;\n$color-disabled-input-bg: #ebebe4;\n$color-input-text: #2b2f33;\n$color-input-border: #dfe8f1;\n$color-input-border-focus: #3da6ff;\n$color-validation-error-input-border: #bb0000;\n\n$color-submit-text: #ffffff;\n$color-submit-border: #34495e;\n$color-submit-bg: #34495e;\n$color-submit-disabled-bg: #95a5a6;\n$color-submit-hover-border: #3f5872;\n$color-submit-hover-bg: #3f5872;\n\n$color-button-text: #555a60;\n$color-button-border: #dfe8f1;\n$color-button-bg: #fefeff;\n$color-button-disabled-bg: #95a5a6;\n$color-button-hover-text: #2b2f33;\n$color-button-hover-border: #bfc8d1;\n$color-button-hover-bg: #f3f3f9;\n\n$checkbox-size: 16px;\n$checkbox-margin: 7px 2px 7px 0px;\n\n\n#wrapper, .modal {\n input[type=\"text\"],\n input[type=\"password\"],\n input[type=\"date\"],\n input[type=\"file\"],\n select,\n textarea {\n background-color: $color-input-bg;\n padding: $input-padding;\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n height: auto;\n line-height: 1.3;\n\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n &.filename {\n box-shadow: none;\n }\n\n &:disabled {\n background-color: $color-disabled-input-bg;\n }\n }\n .select2-container--default .select2-selection--single {\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n line-height: 1.3;\n height: 24px;\n padding: 0px 25px 0px 5px;\n .select2-selection__arrow {\n // Hide original arrow icon\n b {\n display: none;\n }\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 0px;\n }\n .select2-selection__rendered {\n padding: 1px 2px;\n font-family: Arial;\n font-size: 13px;\n color: #2b2f33;\n line-height: 1.5;\n font-weight: 400;\n }\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n }\n .select2-container--default.select2-container--disabled .select2-selection--single {\n cursor: not-allowed;\n color: graytext;\n background-color: #ebebe4 !important;\n }\n // テキストボックスで等幅フォントを使用\n input[type=\"text\"] {\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n font-size: 100%;\n }\n\n textarea.wiki-edit {\n font-size: 13px;\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n letter-spacing: normal;\n line-height: 130%;\n }\n\n select {\n height: auto;\n appearance: none;\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 95% 50%;\n padding-right: 2.5em;\n\n &::-ms-expand {\n display: none;\n }\n\n &:hover {\n border-color: #ccc;\n outline: none;\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n // Fix Firefox dotted focusring\n &:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 #000;\n }\n\n &[multiple=\"multiple\"] {\n background: white;\n padding-right: 5px;\n }\n }\n\n .tabular label {\n margin-top: 5px;\n\n &.error {\n color: $color-validation-error-input-border !important;\n }\n &.error + *:not(#issue_description_and_toolbar), &.error + span#issue_description_and_toolbar div.jstBlock {\n border: 1px solid $color-validation-error-input-border !important;\n }\n }\n\n label.inline {\n margin-right: 5px;\n }\n\n input[type=\"submit\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-submit-text;\n border: 1px solid $color-submit-border;\n background: $color-submit-bg;\n box-shadow: none;\n &:hover, &:active {\n border-color: $color-submit-hover-border;\n background-color: $color-submit-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-submit-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"button\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-button-text;\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n color: $color-button-hover-text;\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-button-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"checkbox\"] {\n width: $checkbox-size;\n height: $checkbox-size;\n margin: $checkbox-margin;\n box-shadow: none;\n }\n\n .pagination ul.pages li.page {\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n a { color: $color-button-hover-text; }\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n }\n .pagination ul.pages li.previous, .pagination ul.pages li.next {\n background: $color-button-bg;\n }\n}\n\nform .attributes {\n select { width: 85%; }\n\n .check_box_group label {\n width: 100%;\n }\n}\n\n.select2-container.select2-container--default {\n .select2-dropdown {\n box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);\n border: none;\n }\n li.select2-results__option[role=\"option\"] {\n &:before {\n content: ' ';\n display: inline-block;\n line-height: 1em;\n width: 1em;\n height: 1em;\n margin-right: 4px;\n font-weight: bold;\n }\n }\n li.select2-results__option[role=\"option\"][aria-selected=true] {\n &:before {\n content: \"\\2713 \";\n }\n }\n li.select2-results__option--highlighted[role=\"option\"][aria-selected] {\n background-color: #759FC2;\n color: #fff;\n }\n\n input.select2-search__field {\n background: #fff url('../images/search.svg') no-repeat 2px 50%;\n background-size: 12px 12px;\n background-position: 5px;\n padding-left: 20px;\n &:focus {\n outline: none;\n border-color: $color-input-border-focus;\n }\n }\n}\n","$flash-padding: 10px 12px 10px 30px;\n\n$color-flash-error-text: #620f0f;\n$color-flash-error-bg: #ffc6c6;\n$color-flash-notice-text: #1e620f;\n$color-flash-notice-bg: #d3ffc6;\n$color-flash-warning-text: #624b0f;\n$color-flash-warning-bg: #ffeec6;\n\n#errorExplanation, div.flash, .nodata, .warning, .conflict {\n padding: $flash-padding;\n border-radius: 3px;\n border: none;\n}\n\ndiv.flash.error, #errorExplanation {\n color: $color-flash-error-text;\n background-color: $color-flash-error-bg;\n border: none;\n}\n\ndiv.flash.notice {\n color: $color-flash-notice-text;\n background: $color-flash-notice-bg;\n}\n\ndiv.flash.warning, .conflict {\n color: $color-flash-warning-text;\n background: $color-flash-warning-bg;\n}\n\n.nodata, .warning {\n text-align: center;\n background-color: #ffeec6;\n color: #624b0f;\n}\n","$color-modal-titlebar-bg: #f7f9fa;\n$color-modal-titlebar-text: #555555;\n$color-modal-titlebar-border: #e5e5e5;\n\n\ndiv.modal {\n border: none;\n box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);\n padding: 0;\n\n .ui-dialog-titlebar {\n padding: 15px;\n border: none;\n background: $color-modal-titlebar-bg;\n color: $color-modal-titlebar-text;\n font-weight: normal;\n border-bottom: 1px solid $color-modal-titlebar-border;\n\n .ui-dialog-title {\n margin: 0;\n }\n\n .ui-dialog-titlebar-close {\n right: 1em;\n }\n }\n\n .ui-dialog-content {\n padding: 5px 15px 15px;\n }\n}\n\n.ui-widget-overlay {\n background: black;\n opacity: 0.55;\n}","$issue-padding: 20px;\n\n$progress-height: 0.6em;\n$color-progress-closed-bg: #4DB6AC;\n\n$histry-padding: 15px;\n$color-history-bg: #ffffff;\n$color-history-border: #dfe8f1;\n\n$timeline-point-size: 8px;\n$color-timeline: #e5e5e5;\n\n$note-title-margin: 0 19px 0 10px;\n$note-title-padding: 6px 9px;\n$color-note-title-bg: #e9eaf1;\n\n$color-content-bg: #fafcfe;\n$color-unselected-tab-bg: #f0f0f0;\n$color-target-bg: #DDEEFF;\n\ndiv.issue {\n background: $color-issue-bg;\n padding: $issue-padding;\n margin-bottom: 12px;\n border-radius: 3px;\n border: none;\n\n hr {\n width: auto;\n background: rgba(0,0,0,0.12);\n padding: 0 10px;\n margin: 8px -10px;\n }\n}\n\ntable.progress {\n margin: 4px 6px 0px 0;\n\n td {\n height: $progress-height;\n border-radius: 2px;\n\n &.closed {\n background-color: $color-progress-closed-bg;\n }\n }\n}\n\np.percent {\n padding-top: 2px;\n}\n\n.edit_issue fieldset {\n border: none;\n background: #f4f7f9;\n margin-bottom: 15px;\n border-radius: 5px;\n padding: 23px 12px 13px;\n\n legend {\n position: relative;\n top: 18px;\n }\n}\n\n// 作成日・更新日に実際の日時を表示\na[href*=\"activity\"][data-absolute-date*=\":\"] {\n margin: 0 3px;\n box-shadow: inset 0 -1.5em 0 rgba(0, 0, 0, 0.08);\n display: inline-block;\n padding: 0 3px;\n border-radius: 3px;\n &:before {\n content: ' [' attr(data-absolute-date) '] ';\n }\n}\n\ndiv#content .tabs {\n ul {\n border-bottom: 1px solid $color-history-border;\n\n li a {\n background-color: $color-unselected-tab-bg;\n border: 1px solid $color-history-border;\n\n &.selected {\n background-color: $color-content-bg;\n border: 1px solid $color-history-border;\n border-bottom: 1px solid $color-content-bg;\n }\n }\n }\n}\ndiv#update .jstTabs.tabs li a {\n border-bottom: 1px solid $color-history-border;\n}\n\n#history {\n div.tabs {\n margin-bottom: 0px;\n\n ul li a.selected {\n background-color: $color-history-bg;\n border-bottom: 1px solid $color-history-bg;\n }\n }\n .tab-content {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border-right: 1px solid $color-history-border;\n border-left: 1px solid $color-history-border;\n border-bottom: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n // Do not show vertical lines connecting history if tab-notes or tab-properties\n &.discontinuity .journal:after {\n content: none;\n }\n\n .journal {\n padding: 8px 3px 3px 3px;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n .journal-actions, a.journal-link {\n position: relative;\n z-index: 5;\n }\n }\n\n // #tab-content-changesets内のh4要素のみ.contextualと隣接していないため個別の書き方をしている\n h4.note-header {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target .contextual + h4, div:target .contextual + h4 {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n\n .details {\n list-style: none;\n font-size: 0.9em;\n line-height: 1.5;\n margin-bottom: 1em;\n padding-left: 46px;\n\n li {\n position: relative;\n\n &:after {\n display: block;\n content: '';\n position: absolute;\n top: .5em;\n left: -1em;\n width: 4px;\n height: 4px;\n background-color: $color-history-bg;\n border: 1px solid #888;\n border-radius: 50%;\n }\n }\n }\n\n form .jstBlock, form input, div[id^=\"template_journal\"],\n .wiki:not(.wiki-preview),\n &.time_entry p, &.changeset .note > p {\n margin-left: 32px;\n }\n }\n }\n}\n\n.tabular p {\n padding-left: 160px;\n\n .edit_issue & {\n padding-left: 130px;\n }\n}\n.edit_issue .tabular .wiki-preview p {padding-left: 0 !important}\n\n.tabular label {\n margin-left: -160px;\n width: 150px;\n\n .edit_issue & {\n margin-left: -130px;\n width: 120px;\n }\n}\n\nfieldset#filters td.values input {\n height: inherit;\n}\n\n.jstBlock .wiki-preview {\n border: 1px solid $color-history-border;\n}\n\n.issue-card {\n background-color: $color-issue-bg;\n}","// forum(board)\n\n.controller-messages.action-show #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n\n & > p {\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n}\n\n#replies {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .message.reply {\n padding: 8px 3px 3px 3px !important;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n }\n }\n\n .wiki {\n padding-left: 32px;\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target h4.note-header, div:target h4.note-header {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n }\n}",".controller-news.action-show {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n #comments {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .wiki {\n padding-left: 32px;\n }\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n padding-bottom: 5px;\n }\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n\n #edit-news + p + div.wiki, h2 + p + div.wiki {\n position: relative;\n background-color: #fff;\n margin-bottom: 10px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n }\n}",".controller-documents.action-index #content {\n h3.group-name {\n position: relative;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n }\n h4.title {\n font-size: 1.2em;\n border-bottom: 0px;\n }\n}","// forum(board)\n\n.controller-repositories.action-revision, .controller-repositories.action-diff {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n &.avatars-on .details {\n h4 {\n left: 35px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n &.avatars-off .details {\n h4 {\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n }\n\n .wiki.changeset-comments, #related-issues, .revision-info {\n background-color: #fff;\n padding: 10px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n margin: 5px;\n }\n\n .revision-info {\n padding-left: 20px;\n }\n}\n","div#activity dt .time { color: #444; }\ndiv#activity dt.me .time { border-color: #666; }\ndiv#activity dd span.description, #search-results dd span.description { color: #444; }\n\ndiv#activity h3 {\n position: relative;\n margin: $note-title-margin;\n border: none;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n}\n\ndiv#activity dl {\n margin-right: 2em;\n}"],"names":[],"sourceRoot":""} \ No newline at end of file From c4a2bd19e8933a7dc4b8585908a2cc5511ff25c2 Mon Sep 17 00:00:00 2001 From: ishikawa999 Date: Thu, 7 Nov 2024 05:30:30 +0000 Subject: [PATCH 5/9] Revert unnecessary path changes (c06330c) for Propshaft support --- stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index a7616b2..51f5c11 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -1,2 +1,2 @@ -@import url(../../application.css); +@import url(../../../stylesheets/application.css); @import url(./theme.css); From 30c7f3a63416d96adf9ccbe0a95c6d2715566ca0 Mon Sep 17 00:00:00 2001 From: ishikawa999 Date: Thu, 7 Nov 2024 05:53:05 +0000 Subject: [PATCH 6/9] Remove sidebar toggle implementation from the theme as Redmine6 now provides this feature --- javascripts/theme.js | 87 ----------------------------- javascripts/theme.js.map | 2 +- src/scripts/bleuclair.js | 88 ------------------------------ src/styles/components/_layout.scss | 79 ++------------------------- stylesheets/theme.css | 2 +- stylesheets/theme.css.map | 2 +- 6 files changed, 9 insertions(+), 251 deletions(-) diff --git a/javascripts/theme.js b/javascripts/theme.js index 48f8f8b..8385044 100644 --- a/javascripts/theme.js +++ b/javascripts/theme.js @@ -41,93 +41,6 @@ $(function () { }); }); -// Function based on https://www.redmine.org/issues/21808#note-27 patch. -// collapsible sidebar jQuery plugin -(function ($) { - // main container this is applied to - var main; - // triggers show/hide - var button; - // the key to use in local storage - // this will later be expanded using the current controller and action to - // allow for different sidebar states for different pages - var localStorageKey; - // true if local storage is available - var canUseLocalStorage = function () { - try { - if ('localStorage' in window) { - localStorage.setItem('redmine.test.storage', 'ok'); - var item = localStorage.getItem('redmine.test.storage'); - localStorage.removeItem('redmine.test.storage'); - if (item === 'ok') return true; - } - } catch (err) {} - return false; - }(); - // function to set current sidebar state - var setState = function setState(state) { - if (canUseLocalStorage) { - localStorage.setItem(localStorageKey, state); - } - }; - var applyState = function applyState() { - if (main.hasClass('visible-sidebar')) { - setState('visible'); - } else { - setState('hidden'); - } - }; - var setupToggleButton = function setupToggleButton() { - button = $('#sidebar-switch-button'); - button.click(function (e) { - main.addClass("animate"); - main.toggleClass('visible-sidebar'); - applyState(); - e.preventDefault(); - return false; - }); - applyState(); - }; - $.fn.collapsibleSidebar = function () { - main = this; - // determine previously stored sidebar state for this page - if (canUseLocalStorage) { - // determine current controller/action pair and use them as storage key - var bodyClass = $('body').attr('class'); - if (bodyClass) { - try { - localStorageKey = 'redmine-sidebar-state-' + bodyClass.split(/\s+/).filter(function (s) { - return s.match(/(action|controller)-.*/); - }).sort().join('-'); - } catch (e) { - // in case of error (probably IE8), continue with the default key. - localStorageKey = 'redmine-sidebar-state'; - } - } - var storedState = localStorage.getItem(localStorageKey); - main.toggleClass('visible-sidebar', storedState === 'visible' || !storedState); - } else { - main.toggleClass('visible-sidebar', true); - } - // draw the toggle button once the DOM is complete - $(document).ready(setupToggleButton); - }; -})(jQuery); -window.addEventListener('DOMContentLoaded', function () { - if (!$('#main').hasClass('nosidebar')) { - if ($('#sidebar-switch-panel').length == 0) { - $('#content').prepend(''); - } - try { - $('#main').collapsibleSidebar(); - } catch (e) { - $('#main').toggleClass('visible-sidebar', true); - $('div#sidebar-switch-panel').remove(); - console.error(e); - } - } -}); - /***/ }) /******/ }); diff --git a/javascripts/theme.js.map b/javascripts/theme.js.map index 85a0c55..3109b89 100644 --- a/javascripts/theme.js.map +++ b/javascripts/theme.js.map @@ -1 +1 @@ -{"version":3,"file":"../javascripts/theme.js","mappings":"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","sources":["webpack://bleuclair/./src/scripts/bleuclair.js","webpack://bleuclair/webpack/bootstrap","webpack://bleuclair/webpack/runtime/compat get default export","webpack://bleuclair/webpack/runtime/define property getters","webpack://bleuclair/webpack/runtime/hasOwnProperty shorthand","webpack://bleuclair/./src/index.js"],"sourcesContent":["function setDiscontinuityClassToTabContent(id) {\n if ($('#' + id).hasClass('selected')) {\n if (id === 'tab-notes' || id === 'tab-properties' || id === 'tab-changesets') {\n $('div#tab-content-history').addClass('discontinuity');\n } else {\n $('div#tab-content-history').removeClass('discontinuity');\n }\n }\n}\n\n$(document).ajaxSuccess(function() {\n // Put the title in the before content without breaking the tooltip (For issues/show time_entries and changesets tabs)\n $('body.controller-issues.action-show a[href*=\"activity\"][title*=\":\"]:not([data-absolute-date*=\":\"])').each(function(_index, element){\n $(element).attr('data-absolute-date', element.title);\n });\n});\n\n$(function(){\n /* Change to open external link in another tab */\n $(\"a.external\").attr(\"target\",\"_blank\");\n $(\"a.help\").attr(\"target\",\"_blank\");\n $(\"div#footer a[href^='https://www.redmine.org/']\").attr(\"target\",\"_blank\");\n\n if (($(\"a.help\").text() == \"ヘルプ\" ? \"ja\" : $(\"html\").attr(\"lang\")) == \"ja\") {\n /* When the language is Japanese, the link destination of help is Redmine.jp */\n $(\"a.help\").attr(\"href\", \"https://redmine.jp/guide/\");\n }\n\n // Put the title in the before content without breaking the tooltip\n $('a[href*=\"activity\"][title*=\":\"]').each(function(_index, element){\n $(element).attr(\"data-absolute-date\", element.title);\n });\n\n $('#history > .tabs a').each(function(){\n setDiscontinuityClassToTabContent($(this).attr('id'));\n $(this)[0].addEventListener('click', function(){\n setDiscontinuityClassToTabContent($(this).attr('id'));\n });\n });\n});\n\n// Function based on https://www.redmine.org/issues/21808#note-27 patch.\n// collapsible sidebar jQuery plugin\n(function($) {\n // main container this is applied to\n var main;\n // triggers show/hide\n var button;\n // the key to use in local storage\n // this will later be expanded using the current controller and action to\n // allow for different sidebar states for different pages\n var localStorageKey;\n // true if local storage is available\n var canUseLocalStorage = function(){\n try {\n if('localStorage' in window){\n localStorage.setItem('redmine.test.storage', 'ok');\n var item = localStorage.getItem('redmine.test.storage');\n localStorage.removeItem('redmine.test.storage');\n if(item === 'ok') return true;\n }\n } catch (err) {}\n return false;\n }();\n // function to set current sidebar state\n var setState = function(state){\n if(canUseLocalStorage){\n localStorage.setItem(localStorageKey, state);\n }\n };\n var applyState = function(){\n if(main.hasClass('visible-sidebar')){\n setState('visible');\n } else {\n setState('hidden');\n }\n };\n var setupToggleButton = function(){\n button = $('#sidebar-switch-button');\n button.click(function(e){\n main.addClass(\"animate\");\n main.toggleClass('visible-sidebar');\n applyState();\n e.preventDefault();\n return false;\n });\n applyState();\n };\n $.fn.collapsibleSidebar = function() {\n main = this;\n // determine previously stored sidebar state for this page\n if(canUseLocalStorage) {\n // determine current controller/action pair and use them as storage key\n var bodyClass = $('body').attr('class');\n if(bodyClass){\n try {\n localStorageKey = 'redmine-sidebar-state-' + bodyClass.split(/\\s+/).filter(function(s){\n return s.match(/(action|controller)-.*/);\n }).sort().join('-');\n } catch(e) {\n // in case of error (probably IE8), continue with the default key.\n localStorageKey = 'redmine-sidebar-state';\n }\n }\n var storedState = localStorage.getItem(localStorageKey);\n main.toggleClass('visible-sidebar', (storedState === 'visible' || !storedState));\n } else {\n main.toggleClass('visible-sidebar', true);\n }\n // draw the toggle button once the DOM is complete\n $(document).ready(setupToggleButton);\n };\n}(jQuery));\n\nwindow.addEventListener('DOMContentLoaded', function () {\n if (!$('#main').hasClass('nosidebar')) {\n if ($('#sidebar-switch-panel').length == 0) {\n $('#content').prepend('
');\n }\n try {\n $('#main').collapsibleSidebar();\n } catch(e) {\n $('#main').toggleClass('visible-sidebar', true);\n $('div#sidebar-switch-panel').remove();\n console.error(e);\n }\n }\n});","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// When built, it will be output as bleuclair/javascripts/theme.js\nimport './scripts/bleuclair.js'\n\n// When built, it will be output as bleuclair/stylesheets/theme.css\nimport './styles/bleuclair.scss';\n"],"names":["setDiscontinuityClassToTabContent","id","$","hasClass","addClass","removeClass","document","ajaxSuccess","each","_index","element","attr","title","text","addEventListener","main","button","localStorageKey","canUseLocalStorage","window","localStorage","setItem","item","getItem","removeItem","err","setState","state","applyState","setupToggleButton","click","e","toggleClass","preventDefault","fn","collapsibleSidebar","bodyClass","split","filter","s","match","sort","join","storedState","ready","jQuery","length","prepend","remove","console","error"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"../javascripts/theme.js","mappings":";;;;;;AAAA,SAASA,iCAAiCA,CAACC,EAAE,EAAE;EAC7C,IAAIC,CAAC,CAAC,GAAG,GAAGD,EAAE,CAAC,CAACE,QAAQ,CAAC,UAAU,CAAC,EAAE;IACpC,IAAIF,EAAE,KAAK,WAAW,IAAIA,EAAE,KAAK,gBAAgB,IAAIA,EAAE,KAAK,gBAAgB,EAAE;MAC5EC,CAAC,CAAC,yBAAyB,CAAC,CAACE,QAAQ,CAAC,eAAe,CAAC;IACxD,CAAC,MAAM;MACLF,CAAC,CAAC,yBAAyB,CAAC,CAACG,WAAW,CAAC,eAAe,CAAC;IAC3D;EACF;AACF;AAEAH,CAAC,CAACI,QAAQ,CAAC,CAACC,WAAW,CAAC,YAAW;EACjC;EACAL,CAAC,CAAC,mGAAmG,CAAC,CAACM,IAAI,CAAC,UAASC,MAAM,EAAEC,OAAO,EAAC;IACnIR,CAAC,CAACQ,OAAO,CAAC,CAACC,IAAI,CAAC,oBAAoB,EAAED,OAAO,CAACE,KAAK,CAAC;EACtD,CAAC,CAAC;AACJ,CAAC,CAAC;AAEFV,CAAC,CAAC,YAAU;EACV;EACAA,CAAC,CAAC,YAAY,CAAC,CAACS,IAAI,CAAC,QAAQ,EAAC,QAAQ,CAAC;EACvCT,CAAC,CAAC,QAAQ,CAAC,CAACS,IAAI,CAAC,QAAQ,EAAC,QAAQ,CAAC;EACnCT,CAAC,CAAC,gDAAgD,CAAC,CAACS,IAAI,CAAC,QAAQ,EAAC,QAAQ,CAAC;EAE3E,IAAI,CAACT,CAAC,CAAC,QAAQ,CAAC,CAACW,IAAI,CAAC,CAAC,IAAI,KAAK,GAAG,IAAI,GAAGX,CAAC,CAAC,MAAM,CAAC,CAACS,IAAI,CAAC,MAAM,CAAC,KAAK,IAAI,EAAE;IACzE;IACAT,CAAC,CAAC,QAAQ,CAAC,CAACS,IAAI,CAAC,MAAM,EAAE,2BAA2B,CAAC;EACvD;;EAEA;EACAT,CAAC,CAAC,iCAAiC,CAAC,CAACM,IAAI,CAAC,UAASC,MAAM,EAAEC,OAAO,EAAC;IACjER,CAAC,CAACQ,OAAO,CAAC,CAACC,IAAI,CAAC,oBAAoB,EAAED,OAAO,CAACE,KAAK,CAAC;EACtD,CAAC,CAAC;EAEFV,CAAC,CAAC,oBAAoB,CAAC,CAACM,IAAI,CAAC,YAAU;IACrCR,iCAAiC,CAACE,CAAC,CAAC,IAAI,CAAC,CAACS,IAAI,CAAC,IAAI,CAAC,CAAC;IACrDT,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAACY,gBAAgB,CAAC,OAAO,EAAE,YAAU;MAC7Cd,iCAAiC,CAACE,CAAC,CAAC,IAAI,CAAC,CAACS,IAAI,CAAC,IAAI,CAAC,CAAC;IACvD,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ,CAAC,CAAC;;;;;;UCvCF;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA,eAAe,4BAA4B;WAC3C,eAAe;WACf,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA,8CAA8C;;;;;;;;;;ACA9C;AAC+B;;AAE/B","sources":["webpack://bleuclair/./src/scripts/bleuclair.js","webpack://bleuclair/webpack/bootstrap","webpack://bleuclair/webpack/runtime/compat get default export","webpack://bleuclair/webpack/runtime/define property getters","webpack://bleuclair/webpack/runtime/hasOwnProperty shorthand","webpack://bleuclair/./src/index.js"],"sourcesContent":["function setDiscontinuityClassToTabContent(id) {\n if ($('#' + id).hasClass('selected')) {\n if (id === 'tab-notes' || id === 'tab-properties' || id === 'tab-changesets') {\n $('div#tab-content-history').addClass('discontinuity');\n } else {\n $('div#tab-content-history').removeClass('discontinuity');\n }\n }\n}\n\n$(document).ajaxSuccess(function() {\n // Put the title in the before content without breaking the tooltip (For issues/show time_entries and changesets tabs)\n $('body.controller-issues.action-show a[href*=\"activity\"][title*=\":\"]:not([data-absolute-date*=\":\"])').each(function(_index, element){\n $(element).attr('data-absolute-date', element.title);\n });\n});\n\n$(function(){\n /* Change to open external link in another tab */\n $(\"a.external\").attr(\"target\",\"_blank\");\n $(\"a.help\").attr(\"target\",\"_blank\");\n $(\"div#footer a[href^='https://www.redmine.org/']\").attr(\"target\",\"_blank\");\n\n if (($(\"a.help\").text() == \"ヘルプ\" ? \"ja\" : $(\"html\").attr(\"lang\")) == \"ja\") {\n /* When the language is Japanese, the link destination of help is Redmine.jp */\n $(\"a.help\").attr(\"href\", \"https://redmine.jp/guide/\");\n }\n\n // Put the title in the before content without breaking the tooltip\n $('a[href*=\"activity\"][title*=\":\"]').each(function(_index, element){\n $(element).attr(\"data-absolute-date\", element.title);\n });\n\n $('#history > .tabs a').each(function(){\n setDiscontinuityClassToTabContent($(this).attr('id'));\n $(this)[0].addEventListener('click', function(){\n setDiscontinuityClassToTabContent($(this).attr('id'));\n });\n });\n});\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// When built, it will be output as bleuclair/javascripts/theme.js\nimport './scripts/bleuclair.js'\n\n// When built, it will be output as bleuclair/stylesheets/theme.css\nimport './styles/bleuclair.scss';\n"],"names":["setDiscontinuityClassToTabContent","id","$","hasClass","addClass","removeClass","document","ajaxSuccess","each","_index","element","attr","title","text","addEventListener"],"sourceRoot":""} \ No newline at end of file diff --git a/src/scripts/bleuclair.js b/src/scripts/bleuclair.js index e5f7f32..2a350c1 100644 --- a/src/scripts/bleuclair.js +++ b/src/scripts/bleuclair.js @@ -38,91 +38,3 @@ $(function(){ }); }); }); - -// Function based on https://www.redmine.org/issues/21808#note-27 patch. -// collapsible sidebar jQuery plugin -(function($) { - // main container this is applied to - var main; - // triggers show/hide - var button; - // the key to use in local storage - // this will later be expanded using the current controller and action to - // allow for different sidebar states for different pages - var localStorageKey; - // true if local storage is available - var canUseLocalStorage = function(){ - try { - if('localStorage' in window){ - localStorage.setItem('redmine.test.storage', 'ok'); - var item = localStorage.getItem('redmine.test.storage'); - localStorage.removeItem('redmine.test.storage'); - if(item === 'ok') return true; - } - } catch (err) {} - return false; - }(); - // function to set current sidebar state - var setState = function(state){ - if(canUseLocalStorage){ - localStorage.setItem(localStorageKey, state); - } - }; - var applyState = function(){ - if(main.hasClass('visible-sidebar')){ - setState('visible'); - } else { - setState('hidden'); - } - }; - var setupToggleButton = function(){ - button = $('#sidebar-switch-button'); - button.click(function(e){ - main.addClass("animate"); - main.toggleClass('visible-sidebar'); - applyState(); - e.preventDefault(); - return false; - }); - applyState(); - }; - $.fn.collapsibleSidebar = function() { - main = this; - // determine previously stored sidebar state for this page - if(canUseLocalStorage) { - // determine current controller/action pair and use them as storage key - var bodyClass = $('body').attr('class'); - if(bodyClass){ - try { - localStorageKey = 'redmine-sidebar-state-' + bodyClass.split(/\s+/).filter(function(s){ - return s.match(/(action|controller)-.*/); - }).sort().join('-'); - } catch(e) { - // in case of error (probably IE8), continue with the default key. - localStorageKey = 'redmine-sidebar-state'; - } - } - var storedState = localStorage.getItem(localStorageKey); - main.toggleClass('visible-sidebar', (storedState === 'visible' || !storedState)); - } else { - main.toggleClass('visible-sidebar', true); - } - // draw the toggle button once the DOM is complete - $(document).ready(setupToggleButton); - }; -}(jQuery)); - -window.addEventListener('DOMContentLoaded', function () { - if (!$('#main').hasClass('nosidebar')) { - if ($('#sidebar-switch-panel').length == 0) { - $('#content').prepend(''); - } - try { - $('#main').collapsibleSidebar(); - } catch(e) { - $('#main').toggleClass('visible-sidebar', true); - $('div#sidebar-switch-panel').remove(); - console.error(e); - } - } -}); \ No newline at end of file diff --git a/src/styles/components/_layout.scss b/src/styles/components/_layout.scss index 48d3e9c..4b97ddc 100644 --- a/src/styles/components/_layout.scss +++ b/src/styles/components/_layout.scss @@ -1,6 +1,5 @@ $color-top-menu-bg: #223342; $color-main-bg: #fafcfe; -$color-border-sidebar-switch-button: #ddd; #top-menu { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16); @@ -34,86 +33,20 @@ $color-border-sidebar-switch-button: #ddd; } #sidebar { - padding-left: 17px; - padding-right: 17px; - width: 19%; - box-sizing: border-box; - font-size: 0.9em; + background-color: $color-header-bg; h3 { color: $default-heading-font-color; } } -// Fix a problem that underlines is broken in chrome -a:hover, a:active { - outline: 1px solid transparent; -} - -// Collapse sidebar -#sidebar { width: 19%; display: none; background-color: $color-header-bg;} -#main.visible-sidebar #sidebar{ display: block; } -@media screen and (max-width: 899px) { - #main.visible-sidebar { - #sidebar, #sidebar-switch-panel { display: none; } - } -} - -#content { padding: 14px 14px 14px 14px; } -#sidebar-switch-panel { - float: right; - left: 10px; - top: 2px; - width: 20px; - height: 25px; - position: relative; - padding: 2px; - margin-left: 5px; -} #sidebar-switch-button { - background-color: $color-header-bg; - border-bottom: 1px solid $color-border-sidebar-switch-button; - border-left: 1px solid $color-border-sidebar-switch-button; - border-top: 1px solid $color-border-sidebar-switch-button; - border-radius: 10px 0px 0px 10px; - display: block; - height: 100%; - padding: 9px 20px 9px 5px; - font-size: 0px; - text-decoration: none; - &:before { - display: inline-block; - font-style: normal; - font-variant: normal; - text-rendering: auto; - margin-right: 3px; - font-size: 15px; - color: #666; + &:hover { + background-color: darken($color-header-bg, 10%); } } - -#main #sidebar-switch-button .sidebar-switch-arrow { - display: inline-block; - width: 6px; - height: 6px; - margin-top: 8px; - border-top: 2px solid gray; - border-right: 2px solid gray; -} -#main:not(.visible-sidebar) #sidebar-switch-button .sidebar-switch-arrow { - margin-left: 4px; - transform: rotate(-135deg); -} -#main.visible-sidebar #sidebar-switch-button .sidebar-switch-arrow { - transform: rotate(45deg); -} - -@media print { - #main.visible-sidebar #sidebar, #sidebar-switch-panel { display:none; } -} - -// To prevent it from overlapping the sidebar -table.list.plugins { - margin-top: 10px; +// Fix a problem that underlines is broken in chrome +a:hover, a:active { + outline: 1px solid transparent; } @media screen and (max-width: 899px) { diff --git a/stylesheets/theme.css b/stylesheets/theme.css index c798a64..574e870 100644 --- a/stylesheets/theme.css +++ b/stylesheets/theme.css @@ -1,2 +1,2 @@ -body{color:#222;font-size:13px;line-height:1.5}html[lang=ja] body{font-family:Meiryo,Hiragino Kaku Gothic Pro,Hiragino Sans,MS PGothic,Verdana,system-ui,sans-serif}h1,h2,h3,h4{color:#333;font-weight:400}#content h1{color:#333}#top-menu{background:#223342;box-shadow:0 2px 5px rgba(0,0,0,.16);position:relative;z-index:1}#header{background:radial-gradient(circle at 1.98% 20.98%,#4b6cb7,transparent 100%),radial-gradient(circle at 98.02% 20.98%,#2e4063,transparent 100%),radial-gradient(circle at 50% 50%,#19c8b5,#19c8b5 100%);box-shadow:0 1px 2px rgba(0,0,0,.1);color:#fff;min-height:1em;padding:10px 30px}#header h1{color:#fff;padding-bottom:20px}#content,#main{background-color:#fafcfe}#content{padding:25px;width:81%}#content,#sidebar{box-sizing:border-box}#sidebar{font-size:.9em;padding-left:17px;padding-right:17px}#sidebar h3{color:#333}a:active,a:hover{outline:1px solid rgba(0,0,0,0)}#sidebar{background-color:#e9eaf1;display:none;width:19%}#main.visible-sidebar #sidebar{display:block}@media screen and (max-width:899px){#main.visible-sidebar #sidebar,#main.visible-sidebar #sidebar-switch-panel{display:none}}#content{padding:14px}#sidebar-switch-panel{float:right;height:25px;left:10px;margin-left:5px;padding:2px;position:relative;top:2px;width:20px}#sidebar-switch-button{background-color:#e9eaf1;border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-radius:10px 0 0 10px;border-top:1px solid #ddd;display:block;font-size:0;height:100%;padding:9px 20px 9px 5px;text-decoration:none}#sidebar-switch-button:before{color:#666;display:inline-block;font-size:15px;font-style:normal;font-variant:normal;margin-right:3px;text-rendering:auto}#main #sidebar-switch-button .sidebar-switch-arrow{border-right:2px solid gray;border-top:2px solid gray;display:inline-block;height:6px;margin-top:8px;width:6px}#main:not(.visible-sidebar) #sidebar-switch-button .sidebar-switch-arrow{margin-left:4px;transform:rotate(-135deg)}#main.visible-sidebar #sidebar-switch-button .sidebar-switch-arrow{transform:rotate(45deg)}@media print{#main.visible-sidebar #sidebar,#sidebar-switch-panel{display:none}}table.list.plugins{margin-top:10px}@media screen and (max-width:899px){#content>.contextual .drdn,#content>.contextual>a,p.buttons a{background:#fff}}#activity,#roadmap article,.box,.controller-attachments.action-show .filecontent.wiki,.controller-documents.action-index .document-item,.controller-news.action-index article.news-article,.controller-news.action-show #comments,.controller-projects.action-index li.root,.controller-repositories.action-entry .filecontent.wiki,.controller-wiki.action-index.pages-hierarchy,.controller-wiki.action-show .wiki.wiki-page,.mypage-box{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin-bottom:20px;padding:20px}.controller-wiki.action-show .wiki.wiki-page{margin-bottom:10px;margin-top:25px}#activity{padding:0}#activity h3{top:10px}.controller-news.action-index article.news-article{margin-bottom:10px}.gantt-table{background-color:#fff}#wiki_add_attachment .box{padding:6px}div.issue-cards .issue-card{background-color:#fff9c4}#main-menu ul li{margin:0}#main-menu ul li a{font-weight:400;letter-spacing:.5px;padding:8px 12px}#main-menu ul li a.selected,#main-menu ul li a:hover{background:rgba(0,0,0,0);color:inherit;position:relative}#main-menu ul li a.selected:after,#main-menu ul li a:hover:after{background-color:#ffd600;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}#main-menu ul li a.selected:hover{background:rgba(0,0,0,0);color:#fff}#main-menu ul li a.new-object{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.25);border-radius:50%;bottom:1px;height:26px;line-height:25px;margin:0 10px;padding:0;position:relative;text-align:center;width:26px}#main-menu ul li a.new-object:hover:after{content:none}#main-menu ul .menu-children{background-color:#fff;border:none;border-radius:3px;box-shadow:0 1px 7px 2px rgba(135,158,171,.2)}#main-menu ul .menu-children li{border-bottom:1px solid #ddd}#main-menu ul .menu-children li a{background-color:rgba(0,0,0,0);color:#777;font-weight:400;letter-spacing:.5px}#main-menu ul .menu-children li a:after{content:none}#main-menu ul .menu-children li a:hover{background:#eff4f6;color:#2b2f33}table.list{background-color:#fff;border:none;margin-bottom:25px}table.list>tbody>tr>td,table.list>tbody>tr>th,table.list>tfoot>tr>td,table.list>tfoot>tr>th,table.list>thead>tr>td,table.list>thead>tr>th{border-top:1px solid #dfe8f1;font-size:.9em;line-height:1.74;vertical-align:top}table.list>tbody>tr>td.checkbox,table.list>tbody>tr>th.checkbox,table.list>tfoot>tr>td.checkbox,table.list>tfoot>tr>th.checkbox,table.list>thead>tr>td.checkbox,table.list>thead>tr>th.checkbox{padding:4px}table.list>tbody>tr>td.checkbox input,table.list>tbody>tr>th.checkbox input,table.list>tfoot>tr>td.checkbox input,table.list>tfoot>tr>th.checkbox input,table.list>thead>tr>td.checkbox input,table.list>thead>tr>th.checkbox input{margin:0 7px 0 15px!important}table.list>tbody>tr.priority-lowest,table.list>tfoot>tr.priority-lowest,table.list>thead>tr.priority-lowest{background-color:#e3f5fe}table.list>tbody>tr.priority-lowest td.checkbox,table.list>tfoot>tr.priority-lowest td.checkbox,table.list>thead>tr.priority-lowest td.checkbox{box-shadow:inset 6px 0 0 0 #81d4fa}table.list>tbody>tr.priority-high3,table.list>tfoot>tr.priority-high3,table.list>thead>tr.priority-high3{background-color:#fce9e9}table.list>tbody>tr.priority-high3 td.checkbox,table.list>tfoot>tr.priority-high3 td.checkbox,table.list>thead>tr.priority-high3 td.checkbox{box-shadow:inset 6px 0 0 0 #ef9a9a}table.list>tbody>tr.priority-high2,table.list>tfoot>tr.priority-high2,table.list>thead>tr.priority-high2{background-color:#f9d4d3}table.list>tbody>tr.priority-high2 td.checkbox,table.list>tfoot>tr.priority-high2 td.checkbox,table.list>thead>tr.priority-high2 td.checkbox{box-shadow:inset 6px 0 0 0 #e53935}table.list>tbody>tr.priority-highest,table.list>tfoot>tr.priority-highest,table.list>thead>tr.priority-highest{background-color:#efb1b1}table.list>tbody>tr.priority-highest td.checkbox,table.list>tfoot>tr.priority-highest td.checkbox,table.list>thead>tr.priority-highest td.checkbox{box-shadow:inset 6px 0 0 0 #c62828}table.list>tbody>tr.closed,table.list>tbody>tr.closed a,table.list>tfoot>tr.closed,table.list>tfoot>tr.closed a,table.list>thead>tr.closed,table.list>thead>tr.closed a{color:#777}table.list>tbody>tr:hover,table.list>tfoot>tr:hover,table.list>thead>tr:hover{background-color:#fff9c4}table.list>thead>tr>th{background-color:#eff1f9;border-bottom:2px solid #dfe8f1;color:#4b5056;font-weight:700;padding:5px;vertical-align:bottom}table.list>thead>tr>th.checkbox{padding:5px}table.list>caption+thead>tr:first-child>td,table.list>caption+thead>tr:first-child>th,table.list>colgroup+thead>tr:first-child>td,table.list>colgroup+thead>tr:first-child>th,table.list>thead:first-child>tr:first-child>td,table.list>thead:first-child>tr:first-child>th{border-top:0}table.list>tbody+tbody{border-top:2px solid #dfe8f1}table.list td.attachments{padding-bottom:5px}div.wiki h1,div.wiki h2,div.wiki h3,div.wiki h4{font-weight:700}div.wiki ul.toc{background-color:#fff9c4;border:none;border-radius:4px;padding:9px}.box div.wiki-preview{line-height:1.5}#wrapper input[type=date],#wrapper input[type=file],#wrapper input[type=password],#wrapper input[type=text],#wrapper select,#wrapper textarea,.modal input[type=date],.modal input[type=file],.modal input[type=password],.modal input[type=text],.modal select,.modal textarea{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;box-shadow:inset 1px 1px 3px #f6f6f6;box-sizing:border-box;color:#2b2f33;height:auto;line-height:1.3;outline:none;padding:4px 6px}#wrapper input[type=date]:hover,#wrapper input[type=file]:hover,#wrapper input[type=password]:hover,#wrapper input[type=text]:hover,#wrapper select:hover,#wrapper textarea:hover,.modal input[type=date]:hover,.modal input[type=file]:hover,.modal input[type=password]:hover,.modal input[type=text]:hover,.modal select:hover,.modal textarea:hover{border:1px solid #bccfe1}#wrapper input[type=date]:active,#wrapper input[type=date]:focus,#wrapper input[type=file]:active,#wrapper input[type=file]:focus,#wrapper input[type=password]:active,#wrapper input[type=password]:focus,#wrapper input[type=text]:active,#wrapper input[type=text]:focus,#wrapper select:active,#wrapper select:focus,#wrapper textarea:active,#wrapper textarea:focus,.modal input[type=date]:active,.modal input[type=date]:focus,.modal input[type=file]:active,.modal input[type=file]:focus,.modal input[type=password]:active,.modal input[type=password]:focus,.modal input[type=text]:active,.modal input[type=text]:focus,.modal select:active,.modal select:focus,.modal textarea:active,.modal textarea:focus{border-color:#3da6ff!important}#wrapper input[type=date].filename,#wrapper input[type=file].filename,#wrapper input[type=password].filename,#wrapper input[type=text].filename,#wrapper select.filename,#wrapper textarea.filename,.modal input[type=date].filename,.modal input[type=file].filename,.modal input[type=password].filename,.modal input[type=text].filename,.modal select.filename,.modal textarea.filename{box-shadow:none}#wrapper input[type=date]:disabled,#wrapper input[type=file]:disabled,#wrapper input[type=password]:disabled,#wrapper input[type=text]:disabled,#wrapper select:disabled,#wrapper textarea:disabled,.modal input[type=date]:disabled,.modal input[type=file]:disabled,.modal input[type=password]:disabled,.modal input[type=text]:disabled,.modal select:disabled,.modal textarea:disabled{background-color:#ebebe4}#wrapper .select2-container--default .select2-selection--single,.modal .select2-container--default .select2-selection--single{border:1px solid #dfe8f1;border-radius:3px;box-shadow:inset 1px 1px 3px #f6f6f6;box-sizing:border-box;color:#2b2f33;height:24px;line-height:1.3;outline:none;padding:0 25px 0 5px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,.modal .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZD0iTTI0LjkgMzkuOGMtLjkgMC0xLjctLjMtMi40LTFsLTIxLTIxQy4yIDE2LjUuMiAxNC4zIDEuNSAxM3MzLjUtMS4zIDQuOCAwbDE4LjYgMTguNkw0My41IDEzYzEuMy0xLjMgMy41LTEuMyA0LjggMHMxLjMgMy41IDAgNC44bC0yMSAyMWMtLjYuNy0xLjUgMS0yLjQgMXoiIG9wYWNpdHk9Ii42NSIvPjwvc3ZnPg==);background-position:0;background-repeat:no-repeat;background-size:10px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,.modal .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,.modal .select2-container--default .select2-selection--single .select2-selection__rendered{color:#2b2f33;font-family:Arial;font-size:13px;font-weight:400;line-height:1.5;padding:1px 2px}#wrapper .select2-container--default .select2-selection--single:hover,.modal .select2-container--default .select2-selection--single:hover{border:1px solid #bccfe1}#wrapper .select2-container--default .select2-selection--single:active,#wrapper .select2-container--default .select2-selection--single:focus,.modal .select2-container--default .select2-selection--single:active,.modal .select2-container--default .select2-selection--single:focus{border-color:#3da6ff!important}#wrapper .select2-container--default.select2-container--disabled .select2-selection--single,.modal .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#ebebe4!important;color:graytext;cursor:not-allowed}#wrapper input[type=text],.modal input[type=text]{font-family:Osaka-Mono,MS Gothic,sans-serif;font-size:100%}#wrapper textarea.wiki-edit,.modal textarea.wiki-edit{font-family:Osaka-Mono,MS Gothic,sans-serif;font-size:13px;letter-spacing:normal;line-height:130%}#wrapper select,.modal select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZD0iTTI0LjkgMzkuOGMtLjkgMC0xLjctLjMtMi40LTFsLTIxLTIxQy4yIDE2LjUuMiAxNC4zIDEuNSAxM3MzLjUtMS4zIDQuOCAwbDE4LjYgMTguNkw0My41IDEzYzEuMy0xLjMgMy41LTEuMyA0LjggMHMxLjMgMy41IDAgNC44bC0yMSAyMWMtLjYuNy0xLjUgMS0yLjQgMXoiIG9wYWNpdHk9Ii42NSIvPjwvc3ZnPg==);background-position:95% 50%;background-repeat:no-repeat;background-size:10px;height:auto;padding-right:2.5em}#wrapper select::-ms-expand,.modal select::-ms-expand{display:none}#wrapper select:hover,.modal select:hover{border-color:#ccc;outline:none}#wrapper select:active,#wrapper select:focus,.modal select:active,.modal select:focus{border-color:#3da6ff!important}#wrapper select:-moz-focusring,.modal select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}#wrapper select[multiple=multiple],.modal select[multiple=multiple]{background:#fff;padding-right:5px}#wrapper .tabular label,.modal .tabular label{margin-top:5px}#wrapper .tabular label.error,.modal .tabular label.error{color:#b00!important}#wrapper .tabular label.error+:not(#issue_description_and_toolbar),#wrapper .tabular label.error+span#issue_description_and_toolbar div.jstBlock,.modal .tabular label.error+:not(#issue_description_and_toolbar),.modal .tabular label.error+span#issue_description_and_toolbar div.jstBlock{border:1px solid #b00!important}#wrapper label.inline,.modal label.inline{margin-right:5px}#wrapper input[type=submit],.modal input[type=submit]{background:#34495e;border:1px solid #34495e;border-radius:3px;box-shadow:none;color:#fff;padding:2px 12px 3px}#wrapper input[type=submit]:active,#wrapper input[type=submit]:hover,.modal input[type=submit]:active,.modal input[type=submit]:hover{background-color:#3f5872;border-color:#3f5872}#wrapper input[type=submit]:active,.modal input[type=submit]:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper input[type=submit]:disabled,.modal input[type=submit]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=button],.modal input[type=button]{background:#fefeff;border:1px solid #dfe8f1;border-radius:3px;box-shadow:none;color:#555a60;padding:2px 12px 3px}#wrapper input[type=button]:active,#wrapper input[type=button]:hover,.modal input[type=button]:active,.modal input[type=button]:hover{background-color:#f3f3f9;border-color:#bfc8d1;color:#2b2f33}#wrapper input[type=button]:active,.modal input[type=button]:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper input[type=button]:disabled,.modal input[type=button]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=checkbox],.modal input[type=checkbox]{box-shadow:none;height:16px;margin:7px 2px 7px 0;width:16px}#wrapper .pagination ul.pages li.page,.modal .pagination ul.pages li.page{background:#fefeff;border:1px solid #dfe8f1;box-shadow:none}#wrapper .pagination ul.pages li.page:active,#wrapper .pagination ul.pages li.page:hover,.modal .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:hover{background-color:#f3f3f9;border-color:#bfc8d1}#wrapper .pagination ul.pages li.page:active a,#wrapper .pagination ul.pages li.page:hover a,.modal .pagination ul.pages li.page:active a,.modal .pagination ul.pages li.page:hover a{color:#2b2f33}#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper .pagination ul.pages li.next,#wrapper .pagination ul.pages li.previous,.modal .pagination ul.pages li.next,.modal .pagination ul.pages li.previous{background:#fefeff}form .attributes select{width:85%}form .attributes .check_box_group label{width:100%}.select2-container.select2-container--default .select2-dropdown{border:none;box-shadow:0 3px 3px 0 rgba(0,0,0,.5)}.select2-container.select2-container--default li.select2-results__option[role=option]:before{content:" ";display:inline-block;font-weight:700;height:1em;line-height:1em;margin-right:4px;width:1em}.select2-container.select2-container--default li.select2-results__option[role=option][aria-selected=true]:before{content:"✓"}.select2-container.select2-container--default li.select2-results__option--highlighted[role=option][aria-selected]{background-color:#759fc2;color:#fff}.select2-container.select2-container--default input.select2-search__field{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNTA1IDQ0Mi43IDQwNS4zIDM0M2MtNC41LTQuNS0xMC42LTctMTctN0gzNzJjMjcuNi0zNS4zIDQ0LTc5LjcgNDQtMTI4QzQxNiA5My4xIDMyMi45IDAgMjA4IDBTMCA5My4xIDAgMjA4czkzLjEgMjA4IDIwOCAyMDhjNDguMyAwIDkyLjctMTYuNCAxMjgtNDR2MTYuM2MwIDYuNCAyLjUgMTIuNSA3IDE3bDk5LjcgOTkuN2M5LjQgOS40IDI0LjYgOS40IDMzLjkgMGwyOC4zLTI4LjNjOS40LTkuNCA5LjQtMjQuNi4xLTM0ek0yMDggMzM2Yy03MC43IDAtMTI4LTU3LjItMTI4LTEyOCAwLTcwLjcgNTcuMi0xMjggMTI4LTEyOCA3MC43IDAgMTI4IDU3LjIgMTI4IDEyOCAwIDcwLjctNTcuMiAxMjgtMTI4IDEyOHoiLz48L3N2Zz4=) no-repeat 2px 50%;background-position:5px;background-size:12px 12px;padding-left:20px}.select2-container.select2-container--default input.select2-search__field:focus{border-color:#3da6ff;outline:none}#errorExplanation,.conflict,.nodata,.warning,div.flash{border:none;border-radius:3px;padding:10px 12px 10px 30px}#errorExplanation,div.flash.error{background-color:#ffc6c6;border:none;color:#620f0f}div.flash.notice{background:#d3ffc6;color:#1e620f}.conflict,div.flash.warning{background:#ffeec6;color:#624b0f}.nodata,.warning{background-color:#ffeec6;color:#624b0f;text-align:center}div.modal{border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.2);padding:0}div.modal .ui-dialog-titlebar{background:#f7f9fa;border:none;border-bottom:1px solid #e5e5e5;color:#555;font-weight:400;padding:15px}div.modal .ui-dialog-titlebar .ui-dialog-title{margin:0}div.modal .ui-dialog-titlebar .ui-dialog-titlebar-close{right:1em}div.modal .ui-dialog-content{padding:5px 15px 15px}.ui-widget-overlay{background:#000;opacity:.55}div.issue{background:#fff9c4;border:none;border-radius:3px;margin-bottom:12px;padding:20px}div.issue hr{background:rgba(0,0,0,.12);margin:8px -10px;padding:0 10px;width:auto}table.progress{margin:4px 6px 0 0}table.progress td{border-radius:2px;height:.6em}table.progress td.closed{background-color:#4db6ac}p.percent{padding-top:2px}.edit_issue fieldset{background:#f4f7f9;border:none;border-radius:5px;margin-bottom:15px;padding:23px 12px 13px}.edit_issue fieldset legend{position:relative;top:18px}a[href*=activity][data-absolute-date*=":"]{border-radius:3px;box-shadow:inset 0 -1.5em 0 rgba(0,0,0,.08);display:inline-block;margin:0 3px;padding:0 3px}a[href*=activity][data-absolute-date*=":"]:before{content:" [" attr(data-absolute-date) "] "}div#content .tabs ul{border-bottom:1px solid #dfe8f1}div#content .tabs ul li a{background-color:#f0f0f0;border:1px solid #dfe8f1}div#content .tabs ul li a.selected{background-color:#fafcfe;border:1px solid #dfe8f1;border-bottom-color:#fafcfe}div#update .jstTabs.tabs li a{border-bottom:1px solid #dfe8f1}#history div.tabs{margin-bottom:0}#history div.tabs ul li a.selected{background-color:#fff;border-bottom:1px solid #fff}#history .tab-content{background-color:#fff;border-bottom:1px solid #dfe8f1;border-left:1px solid #dfe8f1;border-radius:0 0 3px 3px;border-right:1px solid #dfe8f1;padding-left:10px;padding-top:15px}#history .tab-content.discontinuity .journal:after{content:none}#history .tab-content .journal{background-color:#fff;overflow:visible;padding:8px 3px 3px;position:relative}#history .tab-content .journal:before{background-color:#fff;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;content:"";height:8px;left:6px;position:absolute;top:16px;width:8px;z-index:1}#history .tab-content .journal:after{background-color:#e5e5e5;content:"";height:100%;left:9px;position:absolute;top:0;width:2px}#history .tab-content .journal:first-of-type:after{top:15px}#history .tab-content .journal:last-of-type:after{height:18px}#history .tab-content .journal:first-of-type:last-of-type:after{content:none}#history .tab-content .journal .contextual{padding-right:10px;padding-top:5px}#history .tab-content .journal .contextual .journal-actions,#history .tab-content .journal .contextual a.journal-link{position:relative;z-index:5}#history .tab-content .journal h4.note-header{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}#history .tab-content .journal h4.note-header a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#history .tab-content .journal h4.note-header:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}#history .tab-content .journal h4.note-header .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}#history .tab-content .journal div:target .contextual+h4,#history .tab-content .journal:target .contextual+h4{background:#def}#history .tab-content .journal div:target .contextual+h4:before,#history .tab-content .journal:target .contextual+h4:before{border-right:6px solid #def}#history .tab-content .journal .details{font-size:.9em;line-height:1.5;list-style:none;margin-bottom:1em;padding-left:46px}#history .tab-content .journal .details li{position:relative}#history .tab-content .journal .details li:after{background-color:#fff;border:1px solid #888;border-radius:50%;content:"";display:block;height:4px;left:-1em;position:absolute;top:.5em;width:4px}#history .tab-content .journal .wiki:not(.wiki-preview),#history .tab-content .journal div[id^=template_journal],#history .tab-content .journal form .jstBlock,#history .tab-content .journal form input,#history .tab-content .journal.changeset .note>p,#history .tab-content .journal.time_entry p{margin-left:32px}.tabular p{padding-left:160px}.edit_issue .tabular p{padding-left:130px}.edit_issue .tabular .wiki-preview p{padding-left:0!important}.tabular label{margin-left:-160px;width:150px}.edit_issue .tabular label{margin-left:-130px;width:120px}fieldset#filters td.values input{height:inherit}.jstBlock .wiki-preview{border:1px solid #dfe8f1}.issue-card{background-color:#fff9c4}.controller-messages.action-show #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-messages.action-show #content>div.message>p{background-color:#e9eaf1;padding:6px 9px}.controller-messages.action-show #content>div.message>p a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#replies{background-color:#fff;border:1px solid #dfe8f1;border-radius:0 0 3px 3px;padding-left:10px;padding-top:15px}#replies .message.reply{background-color:#fff;overflow:visible;padding:8px 3px 3px!important;position:relative}#replies .message.reply:before{background-color:#fff;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;content:"";height:8px;left:6px;position:absolute;top:16px;width:8px;z-index:1}#replies .message.reply:after{background-color:#e5e5e5;content:"";height:100%;left:9px;position:absolute;top:0;width:2px}#replies .message.reply:first-of-type:after{top:15px}#replies .message.reply:last-of-type:after{height:18px}#replies .message.reply:first-of-type:last-of-type:after{content:none}#replies .message.reply .contextual{padding-right:10px;padding-top:5px}#replies .message.reply .contextual a{position:relative;z-index:5}#replies .message.reply .wiki{padding-left:32px}#replies .message.reply .contextual+h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}#replies .message.reply .contextual+h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#replies .message.reply .contextual+h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}#replies .message.reply .contextual+h4 .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}#replies .message.reply div:target h4.note-header,#replies .message.reply:target h4.note-header{background:#def}#replies .message.reply div:target h4.note-header:before,#replies .message.reply:target h4.note-header:before{border-right:6px solid #def}.controller-news.action-show #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-news.action-show #comments{background-color:#fff;border:1px solid #dfe8f1;border-radius:0 0 3px 3px;padding-left:10px;padding-top:15px}.controller-news.action-show #comments .wiki{padding-left:32px}.controller-news.action-show #comments .contextual{padding-right:10px;padding-top:5px}.controller-news.action-show #comments .contextual a{padding-bottom:5px;position:relative;z-index:5}.controller-news.action-show #comments .contextual+h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}.controller-news.action-show #comments .contextual+h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-news.action-show #comments .contextual+h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}.controller-news.action-show #comments .contextual+h4 .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}.controller-news.action-show #edit-news+p+div.wiki,.controller-news.action-show h2+p+div.wiki{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin-bottom:10px;padding:20px;position:relative}.controller-documents.action-index #content h3.group-name{background-color:#e9eaf1;border:none;border-radius:4px;font-weight:700;padding:6px 9px;position:relative}.controller-documents.action-index #content h4.title{border-bottom:0;font-size:1.2em}.controller-repositories.action-diff #content>div.message,.controller-repositories.action-revision #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-repositories.action-diff.avatars-on .details h4,.controller-repositories.action-revision.avatars-on .details h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:35px;margin:0 19px 0 10px;padding:6px 9px;position:relative}.controller-repositories.action-diff.avatars-on .details h4 a[href*=activity][data-absolute-date*=":"],.controller-repositories.action-revision.avatars-on .details h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-repositories.action-diff.avatars-on .details h4:before,.controller-repositories.action-revision.avatars-on .details h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}.controller-repositories.action-diff.avatars-on .details h4 .gravatar,.controller-repositories.action-revision.avatars-on .details h4 .gravatar{left:-35px;margin-left:0;position:absolute;z-index:5}.controller-repositories.action-diff.avatars-off .details h4,.controller-repositories.action-revision.avatars-off .details h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;margin:0 19px 0 10px;padding:6px 9px}.controller-repositories.action-diff.avatars-off .details h4 a[href*=activity][data-absolute-date*=":"],.controller-repositories.action-revision.avatars-off .details h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-repositories.action-diff #related-issues,.controller-repositories.action-diff .revision-info,.controller-repositories.action-diff .wiki.changeset-comments,.controller-repositories.action-revision #related-issues,.controller-repositories.action-revision .revision-info,.controller-repositories.action-revision .wiki.changeset-comments{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin:5px;padding:10px}.controller-repositories.action-diff .revision-info,.controller-repositories.action-revision .revision-info{padding-left:20px}div#activity dt .time{color:#444}div#activity dt.me .time{border-color:#666}#search-results dd span.description,div#activity dd span.description{color:#444}div#activity h3{background-color:#e9eaf1;border:none;border-radius:4px;margin:0 19px 0 10px;padding:6px 9px;position:relative}div#activity dl{margin-right:2em} +body{color:#222;font-size:13px;line-height:1.5}html[lang=ja] body{font-family:Meiryo,Hiragino Kaku Gothic Pro,Hiragino Sans,MS PGothic,Verdana,system-ui,sans-serif}h1,h2,h3,h4{color:#333;font-weight:400}#content h1{color:#333}#top-menu{background:#223342;box-shadow:0 2px 5px rgba(0,0,0,.16);position:relative;z-index:1}#header{background:radial-gradient(circle at 1.98% 20.98%,#4b6cb7,transparent 100%),radial-gradient(circle at 98.02% 20.98%,#2e4063,transparent 100%),radial-gradient(circle at 50% 50%,#19c8b5,#19c8b5 100%);box-shadow:0 1px 2px rgba(0,0,0,.1);color:#fff;min-height:1em;padding:10px 30px}#header h1{color:#fff;padding-bottom:20px}#content,#main{background-color:#fafcfe}#content{box-sizing:border-box;padding:25px;width:81%}#sidebar{background-color:#e9eaf1}#sidebar h3{color:#333}#sidebar-switch-button:hover{background-color:#caccdd}a:active,a:hover{outline:1px solid rgba(0,0,0,0)}@media screen and (max-width:899px){#content>.contextual .drdn,#content>.contextual>a,p.buttons a{background:#fff}}#activity,#roadmap article,.box,.controller-attachments.action-show .filecontent.wiki,.controller-documents.action-index .document-item,.controller-news.action-index article.news-article,.controller-news.action-show #comments,.controller-projects.action-index li.root,.controller-repositories.action-entry .filecontent.wiki,.controller-wiki.action-index.pages-hierarchy,.controller-wiki.action-show .wiki.wiki-page,.mypage-box{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin-bottom:20px;padding:20px}.controller-wiki.action-show .wiki.wiki-page{margin-bottom:10px;margin-top:25px}#activity{padding:0}#activity h3{top:10px}.controller-news.action-index article.news-article{margin-bottom:10px}.gantt-table{background-color:#fff}#wiki_add_attachment .box{padding:6px}div.issue-cards .issue-card{background-color:#fff9c4}#main-menu ul li{margin:0}#main-menu ul li a{font-weight:400;letter-spacing:.5px;padding:8px 12px}#main-menu ul li a.selected,#main-menu ul li a:hover{background:rgba(0,0,0,0);color:inherit;position:relative}#main-menu ul li a.selected:after,#main-menu ul li a:hover:after{background-color:#ffd600;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}#main-menu ul li a.selected:hover{background:rgba(0,0,0,0);color:#fff}#main-menu ul li a.new-object{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.25);border-radius:50%;bottom:1px;height:26px;line-height:25px;margin:0 10px;padding:0;position:relative;text-align:center;width:26px}#main-menu ul li a.new-object:hover:after{content:none}#main-menu ul .menu-children{background-color:#fff;border:none;border-radius:3px;box-shadow:0 1px 7px 2px rgba(135,158,171,.2)}#main-menu ul .menu-children li{border-bottom:1px solid #ddd}#main-menu ul .menu-children li a{background-color:rgba(0,0,0,0);color:#777;font-weight:400;letter-spacing:.5px}#main-menu ul .menu-children li a:after{content:none}#main-menu ul .menu-children li a:hover{background:#eff4f6;color:#2b2f33}table.list{background-color:#fff;border:none;margin-bottom:25px}table.list>tbody>tr>td,table.list>tbody>tr>th,table.list>tfoot>tr>td,table.list>tfoot>tr>th,table.list>thead>tr>td,table.list>thead>tr>th{border-top:1px solid #dfe8f1;font-size:.9em;line-height:1.74;vertical-align:top}table.list>tbody>tr>td.checkbox,table.list>tbody>tr>th.checkbox,table.list>tfoot>tr>td.checkbox,table.list>tfoot>tr>th.checkbox,table.list>thead>tr>td.checkbox,table.list>thead>tr>th.checkbox{padding:4px}table.list>tbody>tr>td.checkbox input,table.list>tbody>tr>th.checkbox input,table.list>tfoot>tr>td.checkbox input,table.list>tfoot>tr>th.checkbox input,table.list>thead>tr>td.checkbox input,table.list>thead>tr>th.checkbox input{margin:0 7px 0 15px!important}table.list>tbody>tr.priority-lowest,table.list>tfoot>tr.priority-lowest,table.list>thead>tr.priority-lowest{background-color:#e3f5fe}table.list>tbody>tr.priority-lowest td.checkbox,table.list>tfoot>tr.priority-lowest td.checkbox,table.list>thead>tr.priority-lowest td.checkbox{box-shadow:inset 6px 0 0 0 #81d4fa}table.list>tbody>tr.priority-high3,table.list>tfoot>tr.priority-high3,table.list>thead>tr.priority-high3{background-color:#fce9e9}table.list>tbody>tr.priority-high3 td.checkbox,table.list>tfoot>tr.priority-high3 td.checkbox,table.list>thead>tr.priority-high3 td.checkbox{box-shadow:inset 6px 0 0 0 #ef9a9a}table.list>tbody>tr.priority-high2,table.list>tfoot>tr.priority-high2,table.list>thead>tr.priority-high2{background-color:#f9d4d3}table.list>tbody>tr.priority-high2 td.checkbox,table.list>tfoot>tr.priority-high2 td.checkbox,table.list>thead>tr.priority-high2 td.checkbox{box-shadow:inset 6px 0 0 0 #e53935}table.list>tbody>tr.priority-highest,table.list>tfoot>tr.priority-highest,table.list>thead>tr.priority-highest{background-color:#efb1b1}table.list>tbody>tr.priority-highest td.checkbox,table.list>tfoot>tr.priority-highest td.checkbox,table.list>thead>tr.priority-highest td.checkbox{box-shadow:inset 6px 0 0 0 #c62828}table.list>tbody>tr.closed,table.list>tbody>tr.closed a,table.list>tfoot>tr.closed,table.list>tfoot>tr.closed a,table.list>thead>tr.closed,table.list>thead>tr.closed a{color:#777}table.list>tbody>tr:hover,table.list>tfoot>tr:hover,table.list>thead>tr:hover{background-color:#fff9c4}table.list>thead>tr>th{background-color:#eff1f9;border-bottom:2px solid #dfe8f1;color:#4b5056;font-weight:700;padding:5px;vertical-align:bottom}table.list>thead>tr>th.checkbox{padding:5px}table.list>caption+thead>tr:first-child>td,table.list>caption+thead>tr:first-child>th,table.list>colgroup+thead>tr:first-child>td,table.list>colgroup+thead>tr:first-child>th,table.list>thead:first-child>tr:first-child>td,table.list>thead:first-child>tr:first-child>th{border-top:0}table.list>tbody+tbody{border-top:2px solid #dfe8f1}table.list td.attachments{padding-bottom:5px}div.wiki h1,div.wiki h2,div.wiki h3,div.wiki h4{font-weight:700}div.wiki ul.toc{background-color:#fff9c4;border:none;border-radius:4px;padding:9px}.box div.wiki-preview{line-height:1.5}#wrapper input[type=date],#wrapper input[type=file],#wrapper input[type=password],#wrapper input[type=text],#wrapper select,#wrapper textarea,.modal input[type=date],.modal input[type=file],.modal input[type=password],.modal input[type=text],.modal select,.modal textarea{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;box-shadow:inset 1px 1px 3px #f6f6f6;box-sizing:border-box;color:#2b2f33;height:auto;line-height:1.3;outline:none;padding:4px 6px}#wrapper input[type=date]:hover,#wrapper input[type=file]:hover,#wrapper input[type=password]:hover,#wrapper input[type=text]:hover,#wrapper select:hover,#wrapper textarea:hover,.modal input[type=date]:hover,.modal input[type=file]:hover,.modal input[type=password]:hover,.modal input[type=text]:hover,.modal select:hover,.modal textarea:hover{border:1px solid #bccfe1}#wrapper input[type=date]:active,#wrapper input[type=date]:focus,#wrapper input[type=file]:active,#wrapper input[type=file]:focus,#wrapper input[type=password]:active,#wrapper input[type=password]:focus,#wrapper input[type=text]:active,#wrapper input[type=text]:focus,#wrapper select:active,#wrapper select:focus,#wrapper textarea:active,#wrapper textarea:focus,.modal input[type=date]:active,.modal input[type=date]:focus,.modal input[type=file]:active,.modal input[type=file]:focus,.modal input[type=password]:active,.modal input[type=password]:focus,.modal input[type=text]:active,.modal input[type=text]:focus,.modal select:active,.modal select:focus,.modal textarea:active,.modal textarea:focus{border-color:#3da6ff!important}#wrapper input[type=date].filename,#wrapper input[type=file].filename,#wrapper input[type=password].filename,#wrapper input[type=text].filename,#wrapper select.filename,#wrapper textarea.filename,.modal input[type=date].filename,.modal input[type=file].filename,.modal input[type=password].filename,.modal input[type=text].filename,.modal select.filename,.modal textarea.filename{box-shadow:none}#wrapper input[type=date]:disabled,#wrapper input[type=file]:disabled,#wrapper input[type=password]:disabled,#wrapper input[type=text]:disabled,#wrapper select:disabled,#wrapper textarea:disabled,.modal input[type=date]:disabled,.modal input[type=file]:disabled,.modal input[type=password]:disabled,.modal input[type=text]:disabled,.modal select:disabled,.modal textarea:disabled{background-color:#ebebe4}#wrapper .select2-container--default .select2-selection--single,.modal .select2-container--default .select2-selection--single{border:1px solid #dfe8f1;border-radius:3px;box-shadow:inset 1px 1px 3px #f6f6f6;box-sizing:border-box;color:#2b2f33;height:24px;line-height:1.3;outline:none;padding:0 25px 0 5px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,.modal .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZD0iTTI0LjkgMzkuOGMtLjkgMC0xLjctLjMtMi40LTFsLTIxLTIxQy4yIDE2LjUuMiAxNC4zIDEuNSAxM3MzLjUtMS4zIDQuOCAwbDE4LjYgMTguNkw0My41IDEzYzEuMy0xLjMgMy41LTEuMyA0LjggMHMxLjMgMy41IDAgNC44bC0yMSAyMWMtLjYuNy0xLjUgMS0yLjQgMXoiIG9wYWNpdHk9Ii42NSIvPjwvc3ZnPg==);background-position:0;background-repeat:no-repeat;background-size:10px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,.modal .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,.modal .select2-container--default .select2-selection--single .select2-selection__rendered{color:#2b2f33;font-family:Arial;font-size:13px;font-weight:400;line-height:1.5;padding:1px 2px}#wrapper .select2-container--default .select2-selection--single:hover,.modal .select2-container--default .select2-selection--single:hover{border:1px solid #bccfe1}#wrapper .select2-container--default .select2-selection--single:active,#wrapper .select2-container--default .select2-selection--single:focus,.modal .select2-container--default .select2-selection--single:active,.modal .select2-container--default .select2-selection--single:focus{border-color:#3da6ff!important}#wrapper .select2-container--default.select2-container--disabled .select2-selection--single,.modal .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#ebebe4!important;color:graytext;cursor:not-allowed}#wrapper input[type=text],.modal input[type=text]{font-family:Osaka-Mono,MS Gothic,sans-serif;font-size:100%}#wrapper textarea.wiki-edit,.modal textarea.wiki-edit{font-family:Osaka-Mono,MS Gothic,sans-serif;font-size:13px;letter-spacing:normal;line-height:130%}#wrapper select,.modal select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PHBhdGggZD0iTTI0LjkgMzkuOGMtLjkgMC0xLjctLjMtMi40LTFsLTIxLTIxQy4yIDE2LjUuMiAxNC4zIDEuNSAxM3MzLjUtMS4zIDQuOCAwbDE4LjYgMTguNkw0My41IDEzYzEuMy0xLjMgMy41LTEuMyA0LjggMHMxLjMgMy41IDAgNC44bC0yMSAyMWMtLjYuNy0xLjUgMS0yLjQgMXoiIG9wYWNpdHk9Ii42NSIvPjwvc3ZnPg==);background-position:95% 50%;background-repeat:no-repeat;background-size:10px;height:auto;padding-right:2.5em}#wrapper select::-ms-expand,.modal select::-ms-expand{display:none}#wrapper select:hover,.modal select:hover{border-color:#ccc;outline:none}#wrapper select:active,#wrapper select:focus,.modal select:active,.modal select:focus{border-color:#3da6ff!important}#wrapper select:-moz-focusring,.modal select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}#wrapper select[multiple=multiple],.modal select[multiple=multiple]{background:#fff;padding-right:5px}#wrapper .tabular label,.modal .tabular label{margin-top:5px}#wrapper .tabular label.error,.modal .tabular label.error{color:#b00!important}#wrapper .tabular label.error+:not(#issue_description_and_toolbar),#wrapper .tabular label.error+span#issue_description_and_toolbar div.jstBlock,.modal .tabular label.error+:not(#issue_description_and_toolbar),.modal .tabular label.error+span#issue_description_and_toolbar div.jstBlock{border:1px solid #b00!important}#wrapper label.inline,.modal label.inline{margin-right:5px}#wrapper input[type=submit],.modal input[type=submit]{background:#34495e;border:1px solid #34495e;border-radius:3px;box-shadow:none;color:#fff;padding:2px 12px 3px}#wrapper input[type=submit]:active,#wrapper input[type=submit]:hover,.modal input[type=submit]:active,.modal input[type=submit]:hover{background-color:#3f5872;border-color:#3f5872}#wrapper input[type=submit]:active,.modal input[type=submit]:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper input[type=submit]:disabled,.modal input[type=submit]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=button],.modal input[type=button]{background:#fefeff;border:1px solid #dfe8f1;border-radius:3px;box-shadow:none;color:#555a60;padding:2px 12px 3px}#wrapper input[type=button]:active,#wrapper input[type=button]:hover,.modal input[type=button]:active,.modal input[type=button]:hover{background-color:#f3f3f9;border-color:#bfc8d1;color:#2b2f33}#wrapper input[type=button]:active,.modal input[type=button]:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper input[type=button]:disabled,.modal input[type=button]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=checkbox],.modal input[type=checkbox]{box-shadow:none;height:16px;margin:7px 2px 7px 0;width:16px}#wrapper .pagination ul.pages li.page,.modal .pagination ul.pages li.page{background:#fefeff;border:1px solid #dfe8f1;box-shadow:none}#wrapper .pagination ul.pages li.page:active,#wrapper .pagination ul.pages li.page:hover,.modal .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:hover{background-color:#f3f3f9;border-color:#bfc8d1}#wrapper .pagination ul.pages li.page:active a,#wrapper .pagination ul.pages li.page:hover a,.modal .pagination ul.pages li.page:active a,.modal .pagination ul.pages li.page:hover a{color:#2b2f33}#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}#wrapper .pagination ul.pages li.next,#wrapper .pagination ul.pages li.previous,.modal .pagination ul.pages li.next,.modal .pagination ul.pages li.previous{background:#fefeff}form .attributes select{width:85%}form .attributes .check_box_group label{width:100%}.select2-container.select2-container--default .select2-dropdown{border:none;box-shadow:0 3px 3px 0 rgba(0,0,0,.5)}.select2-container.select2-container--default li.select2-results__option[role=option]:before{content:" ";display:inline-block;font-weight:700;height:1em;line-height:1em;margin-right:4px;width:1em}.select2-container.select2-container--default li.select2-results__option[role=option][aria-selected=true]:before{content:"✓"}.select2-container.select2-container--default li.select2-results__option--highlighted[role=option][aria-selected]{background-color:#759fc2;color:#fff}.select2-container.select2-container--default input.select2-search__field{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNTA1IDQ0Mi43IDQwNS4zIDM0M2MtNC41LTQuNS0xMC42LTctMTctN0gzNzJjMjcuNi0zNS4zIDQ0LTc5LjcgNDQtMTI4QzQxNiA5My4xIDMyMi45IDAgMjA4IDBTMCA5My4xIDAgMjA4czkzLjEgMjA4IDIwOCAyMDhjNDguMyAwIDkyLjctMTYuNCAxMjgtNDR2MTYuM2MwIDYuNCAyLjUgMTIuNSA3IDE3bDk5LjcgOTkuN2M5LjQgOS40IDI0LjYgOS40IDMzLjkgMGwyOC4zLTI4LjNjOS40LTkuNCA5LjQtMjQuNi4xLTM0ek0yMDggMzM2Yy03MC43IDAtMTI4LTU3LjItMTI4LTEyOCAwLTcwLjcgNTcuMi0xMjggMTI4LTEyOCA3MC43IDAgMTI4IDU3LjIgMTI4IDEyOCAwIDcwLjctNTcuMiAxMjgtMTI4IDEyOHoiLz48L3N2Zz4=) no-repeat 2px 50%;background-position:5px;background-size:12px 12px;padding-left:20px}.select2-container.select2-container--default input.select2-search__field:focus{border-color:#3da6ff;outline:none}#errorExplanation,.conflict,.nodata,.warning,div.flash{border:none;border-radius:3px;padding:10px 12px 10px 30px}#errorExplanation,div.flash.error{background-color:#ffc6c6;border:none;color:#620f0f}div.flash.notice{background:#d3ffc6;color:#1e620f}.conflict,div.flash.warning{background:#ffeec6;color:#624b0f}.nodata,.warning{background-color:#ffeec6;color:#624b0f;text-align:center}div.modal{border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.2);padding:0}div.modal .ui-dialog-titlebar{background:#f7f9fa;border:none;border-bottom:1px solid #e5e5e5;color:#555;font-weight:400;padding:15px}div.modal .ui-dialog-titlebar .ui-dialog-title{margin:0}div.modal .ui-dialog-titlebar .ui-dialog-titlebar-close{right:1em}div.modal .ui-dialog-content{padding:5px 15px 15px}.ui-widget-overlay{background:#000;opacity:.55}div.issue{background:#fff9c4;border:none;border-radius:3px;margin-bottom:12px;padding:20px}div.issue hr{background:rgba(0,0,0,.12);margin:8px -10px;padding:0 10px;width:auto}table.progress{margin:4px 6px 0 0}table.progress td{border-radius:2px;height:.6em}table.progress td.closed{background-color:#4db6ac}p.percent{padding-top:2px}.edit_issue fieldset{background:#f4f7f9;border:none;border-radius:5px;margin-bottom:15px;padding:23px 12px 13px}.edit_issue fieldset legend{position:relative;top:18px}a[href*=activity][data-absolute-date*=":"]{border-radius:3px;box-shadow:inset 0 -1.5em 0 rgba(0,0,0,.08);display:inline-block;margin:0 3px;padding:0 3px}a[href*=activity][data-absolute-date*=":"]:before{content:" [" attr(data-absolute-date) "] "}div#content .tabs ul{border-bottom:1px solid #dfe8f1}div#content .tabs ul li a{background-color:#f0f0f0;border:1px solid #dfe8f1}div#content .tabs ul li a.selected{background-color:#fafcfe;border:1px solid #dfe8f1;border-bottom-color:#fafcfe}div#update .jstTabs.tabs li a{border-bottom:1px solid #dfe8f1}#history div.tabs{margin-bottom:0}#history div.tabs ul li a.selected{background-color:#fff;border-bottom:1px solid #fff}#history .tab-content{background-color:#fff;border-bottom:1px solid #dfe8f1;border-left:1px solid #dfe8f1;border-radius:0 0 3px 3px;border-right:1px solid #dfe8f1;padding-left:10px;padding-top:15px}#history .tab-content.discontinuity .journal:after{content:none}#history .tab-content .journal{background-color:#fff;overflow:visible;padding:8px 3px 3px;position:relative}#history .tab-content .journal:before{background-color:#fff;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;content:"";height:8px;left:6px;position:absolute;top:16px;width:8px;z-index:1}#history .tab-content .journal:after{background-color:#e5e5e5;content:"";height:100%;left:9px;position:absolute;top:0;width:2px}#history .tab-content .journal:first-of-type:after{top:15px}#history .tab-content .journal:last-of-type:after{height:18px}#history .tab-content .journal:first-of-type:last-of-type:after{content:none}#history .tab-content .journal .contextual{padding-right:10px;padding-top:5px}#history .tab-content .journal .contextual .journal-actions,#history .tab-content .journal .contextual a.journal-link{position:relative;z-index:5}#history .tab-content .journal h4.note-header{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}#history .tab-content .journal h4.note-header a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#history .tab-content .journal h4.note-header:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}#history .tab-content .journal h4.note-header .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}#history .tab-content .journal div:target .contextual+h4,#history .tab-content .journal:target .contextual+h4{background:#def}#history .tab-content .journal div:target .contextual+h4:before,#history .tab-content .journal:target .contextual+h4:before{border-right:6px solid #def}#history .tab-content .journal .details{font-size:.9em;line-height:1.5;list-style:none;margin-bottom:1em;padding-left:46px}#history .tab-content .journal .details li{position:relative}#history .tab-content .journal .details li:after{background-color:#fff;border:1px solid #888;border-radius:50%;content:"";display:block;height:4px;left:-1em;position:absolute;top:.5em;width:4px}#history .tab-content .journal .wiki:not(.wiki-preview),#history .tab-content .journal div[id^=template_journal],#history .tab-content .journal form .jstBlock,#history .tab-content .journal form input,#history .tab-content .journal.changeset .note>p,#history .tab-content .journal.time_entry p{margin-left:32px}.tabular p{padding-left:160px}.edit_issue .tabular p{padding-left:130px}.edit_issue .tabular .wiki-preview p{padding-left:0!important}.tabular label{margin-left:-160px;width:150px}.edit_issue .tabular label{margin-left:-130px;width:120px}fieldset#filters td.values input{height:inherit}.jstBlock .wiki-preview{border:1px solid #dfe8f1}.issue-card{background-color:#fff9c4}.controller-messages.action-show #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-messages.action-show #content>div.message>p{background-color:#e9eaf1;padding:6px 9px}.controller-messages.action-show #content>div.message>p a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#replies{background-color:#fff;border:1px solid #dfe8f1;border-radius:0 0 3px 3px;padding-left:10px;padding-top:15px}#replies .message.reply{background-color:#fff;overflow:visible;padding:8px 3px 3px!important;position:relative}#replies .message.reply:before{background-color:#fff;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;content:"";height:8px;left:6px;position:absolute;top:16px;width:8px;z-index:1}#replies .message.reply:after{background-color:#e5e5e5;content:"";height:100%;left:9px;position:absolute;top:0;width:2px}#replies .message.reply:first-of-type:after{top:15px}#replies .message.reply:last-of-type:after{height:18px}#replies .message.reply:first-of-type:last-of-type:after{content:none}#replies .message.reply .contextual{padding-right:10px;padding-top:5px}#replies .message.reply .contextual a{position:relative;z-index:5}#replies .message.reply .wiki{padding-left:32px}#replies .message.reply .contextual+h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}#replies .message.reply .contextual+h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}#replies .message.reply .contextual+h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}#replies .message.reply .contextual+h4 .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}#replies .message.reply div:target h4.note-header,#replies .message.reply:target h4.note-header{background:#def}#replies .message.reply div:target h4.note-header:before,#replies .message.reply:target h4.note-header:before{border-right:6px solid #def}.controller-news.action-show #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-news.action-show #comments{background-color:#fff;border:1px solid #dfe8f1;border-radius:0 0 3px 3px;padding-left:10px;padding-top:15px}.controller-news.action-show #comments .wiki{padding-left:32px}.controller-news.action-show #comments .contextual{padding-right:10px;padding-top:5px}.controller-news.action-show #comments .contextual a{padding-bottom:5px;position:relative;z-index:5}.controller-news.action-show #comments .contextual+h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:20px;margin:0 19px 0 10px;padding:6px 9px;position:relative}.controller-news.action-show #comments .contextual+h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-news.action-show #comments .contextual+h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}.controller-news.action-show #comments .contextual+h4 .gravatar{left:-35px;margin-left:0;position:absolute;top:4px;z-index:5}.controller-news.action-show #edit-news+p+div.wiki,.controller-news.action-show h2+p+div.wiki{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin-bottom:10px;padding:20px;position:relative}.controller-documents.action-index #content h3.group-name{background-color:#e9eaf1;border:none;border-radius:4px;font-weight:700;padding:6px 9px;position:relative}.controller-documents.action-index #content h4.title{border-bottom:0;font-size:1.2em}.controller-repositories.action-diff #content>div.message,.controller-repositories.action-revision #content>div.message{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;padding:15px}.controller-repositories.action-diff.avatars-on .details h4,.controller-repositories.action-revision.avatars-on .details h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;left:35px;margin:0 19px 0 10px;padding:6px 9px;position:relative}.controller-repositories.action-diff.avatars-on .details h4 a[href*=activity][data-absolute-date*=":"],.controller-repositories.action-revision.avatars-on .details h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-repositories.action-diff.avatars-on .details h4:before,.controller-repositories.action-revision.avatars-on .details h4:before{border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1;border-top:5px solid rgba(0,0,0,0);content:"";height:0;left:-6px;position:absolute;top:8px;width:0}.controller-repositories.action-diff.avatars-on .details h4 .gravatar,.controller-repositories.action-revision.avatars-on .details h4 .gravatar{left:-35px;margin-left:0;position:absolute;z-index:5}.controller-repositories.action-diff.avatars-off .details h4,.controller-repositories.action-revision.avatars-off .details h4{background-color:#e9eaf1;border:none;border-radius:4px;font-size:.9em;font-weight:700;margin:0 19px 0 10px;padding:6px 9px}.controller-repositories.action-diff.avatars-off .details h4 a[href*=activity][data-absolute-date*=":"],.controller-repositories.action-revision.avatars-off .details h4 a[href*=activity][data-absolute-date*=":"]{box-shadow:none;padding:0}.controller-repositories.action-diff #related-issues,.controller-repositories.action-diff .revision-info,.controller-repositories.action-diff .wiki.changeset-comments,.controller-repositories.action-revision #related-issues,.controller-repositories.action-revision .revision-info,.controller-repositories.action-revision .wiki.changeset-comments{background-color:#fff;border:1px solid #dfe8f1;border-radius:3px;margin:5px;padding:10px}.controller-repositories.action-diff .revision-info,.controller-repositories.action-revision .revision-info{padding-left:20px}div#activity dt .time{color:#444}div#activity dt.me .time{border-color:#666}#search-results dd span.description,div#activity dd span.description{color:#444}div#activity h3{background-color:#e9eaf1;border:none;border-radius:4px;margin:0 19px 0 10px;padding:6px 9px;position:relative}div#activity dl{margin-right:2em} /*# sourceMappingURL=theme.css.map*/ \ No newline at end of file diff --git a/stylesheets/theme.css.map b/stylesheets/theme.css.map index 3ac4d4b..a0bdd61 100644 --- a/stylesheets/theme.css.map +++ b/stylesheets/theme.css.map @@ -1 +1 @@ -{"version":3,"file":"theme.css","mappings":"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","sources":["webpack://bleuclair/./src/styles/bleuclair.scss","webpack://bleuclair/./src/styles/components/_scaffolding.scss","webpack://bleuclair/./src/styles/components/_type.scss","webpack://bleuclair/./src/styles/foundation/variables.scss","webpack://bleuclair/./src/styles/components/_layout.scss","webpack://bleuclair/./src/styles/components/_box.scss","webpack://bleuclair/./src/styles/components/_main_menu.scss","webpack://bleuclair/./src/styles/components/_table.scss","webpack://bleuclair/./src/styles/components/_wiki.scss","webpack://bleuclair/./src/styles/components/_inputs.scss","webpack://bleuclair/./src/styles/components/_flash.scss","webpack://bleuclair/./src/styles/components/_modal.scss","webpack://bleuclair/./src/styles/components/_issues.scss","webpack://bleuclair/./src/styles/components/_boards.scss","webpack://bleuclair/./src/styles/components/_news.scss","webpack://bleuclair/./src/styles/components/_documents.scss","webpack://bleuclair/./src/styles/components/_repositories.scss","webpack://bleuclair/./src/styles/components/_activities.scss"],"sourcesContent":["body{font-size:13px;color:#222;line-height:1.5}html[lang=ja] body{font-family:Meiryo,\"Hiragino Kaku Gothic Pro\",\"Hiragino Sans\",\"MS PGothic\",Verdana,system-ui,sans-serif}h1,h2,h3,h4{font-weight:normal;color:#333}#content h1{color:#333}#top-menu{box-shadow:0 2px 5px rgba(0,0,0,.16);background:#223342;z-index:1;position:relative}#header{background:radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%),radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%),radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);padding:10px 30px;box-shadow:0 1px 2px rgba(0,0,0,.1);color:#fff;min-height:1em}#header h1{padding-bottom:20px;color:#fff}#main{background-color:#fafcfe}#content{padding:25px;background-color:#fafcfe;box-sizing:border-box;width:81%}#sidebar{padding-left:17px;padding-right:17px;width:19%;box-sizing:border-box;font-size:.9em}#sidebar h3{color:#333}a:hover,a:active{outline:1px solid rgba(0,0,0,0)}#sidebar{width:19%;display:none;background-color:#e9eaf1}#main.visible-sidebar #sidebar{display:block}@media screen and (max-width: 899px){#main.visible-sidebar #sidebar,#main.visible-sidebar #sidebar-switch-panel{display:none}}#content{padding:14px 14px 14px 14px}#sidebar-switch-panel{float:right;left:10px;top:2px;width:20px;height:25px;position:relative;padding:2px;margin-left:5px}#sidebar-switch-button{background-color:#e9eaf1;border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-top:1px solid #ddd;border-radius:10px 0px 0px 10px;display:block;height:100%;padding:9px 20px 9px 5px;font-size:0px;text-decoration:none}#sidebar-switch-button:before{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;margin-right:3px;font-size:15px;color:#666}#main #sidebar-switch-button .sidebar-switch-arrow{display:inline-block;width:6px;height:6px;margin-top:8px;border-top:2px solid gray;border-right:2px solid gray}#main:not(.visible-sidebar) #sidebar-switch-button .sidebar-switch-arrow{margin-left:4px;transform:rotate(-135deg)}#main.visible-sidebar #sidebar-switch-button .sidebar-switch-arrow{transform:rotate(45deg)}@media print{#main.visible-sidebar #sidebar,#sidebar-switch-panel{display:none}}table.list.plugins{margin-top:10px}@media screen and (max-width: 899px){#content>.contextual>a,#content>.contextual .drdn,p.buttons a{background:#fff}}.box,.mypage-box,.controller-wiki.action-show .wiki.wiki-page,.controller-attachments.action-show .filecontent.wiki,.controller-repositories.action-entry .filecontent.wiki,.controller-wiki.action-index.pages-hierarchy,#activity,#roadmap article,.controller-news.action-index article.news-article,.controller-news.action-show #comments,.controller-projects.action-index li.root,.controller-documents.action-index .document-item{background-color:#fff;margin-bottom:20px;padding:20px;border-radius:3px;border:1px solid #dfe8f1}.controller-wiki.action-show .wiki.wiki-page{margin-top:25px;margin-bottom:10px}#activity{padding:0px}#activity h3{top:10px}.controller-news.action-index article.news-article{margin-bottom:10px}.gantt-table{background-color:#fff}#wiki_add_attachment .box{padding:6px}div.issue-cards .issue-card{background-color:#fff9c4}#main-menu ul li{margin:0}#main-menu ul li a{padding:8px 12px;letter-spacing:.5px;font-weight:normal}#main-menu ul li a.selected,#main-menu ul li a:hover{position:relative;background:rgba(0,0,0,0);color:inherit}#main-menu ul li a.selected:after,#main-menu ul li a:hover:after{content:\"\";position:absolute;width:100%;height:3px;background-color:#ffd600;bottom:0px;left:0}#main-menu ul li a.selected:hover{background:rgba(0,0,0,0);color:#fff}#main-menu ul li a.new-object{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.25);position:relative;margin:0 10px;padding:0;width:26px;height:26px;line-height:25px;border-radius:50%;text-align:center;bottom:1px}#main-menu ul li a.new-object:hover:after{content:none}#main-menu ul .menu-children{border:none;background-color:#fff;box-shadow:0 1px 7px 2px rgba(135,158,171,.2);border-radius:3px}#main-menu ul .menu-children li{border-bottom:#ddd solid 1px}#main-menu ul .menu-children li a{color:#777;background-color:rgba(0,0,0,0);letter-spacing:.5px;font-weight:normal}#main-menu ul .menu-children li a:after{content:none}#main-menu ul .menu-children li a:hover{color:#2b2f33;background:#eff4f6}table.list{border:none;margin-bottom:25px;background-color:#fff}table.list>thead>tr>th,table.list>thead>tr>td,table.list>tbody>tr>th,table.list>tbody>tr>td,table.list>tfoot>tr>th,table.list>tfoot>tr>td{line-height:1.74;vertical-align:top;border-top:1px solid #dfe8f1;font-size:.9em}table.list>thead>tr>th.checkbox,table.list>thead>tr>td.checkbox,table.list>tbody>tr>th.checkbox,table.list>tbody>tr>td.checkbox,table.list>tfoot>tr>th.checkbox,table.list>tfoot>tr>td.checkbox{padding:4px}table.list>thead>tr>th.checkbox input,table.list>thead>tr>td.checkbox input,table.list>tbody>tr>th.checkbox input,table.list>tbody>tr>td.checkbox input,table.list>tfoot>tr>th.checkbox input,table.list>tfoot>tr>td.checkbox input{margin:0 7px 0 15px !important}table.list>thead>tr.priority-lowest,table.list>tbody>tr.priority-lowest,table.list>tfoot>tr.priority-lowest{background-color:#e3f5fe}table.list>thead>tr.priority-lowest td.checkbox,table.list>tbody>tr.priority-lowest td.checkbox,table.list>tfoot>tr.priority-lowest td.checkbox{box-shadow:6px 0px 0px 0px #81d4fa inset}table.list>thead>tr.priority-high3,table.list>tbody>tr.priority-high3,table.list>tfoot>tr.priority-high3{background-color:#fce9e9}table.list>thead>tr.priority-high3 td.checkbox,table.list>tbody>tr.priority-high3 td.checkbox,table.list>tfoot>tr.priority-high3 td.checkbox{box-shadow:6px 0px 0px 0px #ef9a9a inset}table.list>thead>tr.priority-high2,table.list>tbody>tr.priority-high2,table.list>tfoot>tr.priority-high2{background-color:#f9d4d3}table.list>thead>tr.priority-high2 td.checkbox,table.list>tbody>tr.priority-high2 td.checkbox,table.list>tfoot>tr.priority-high2 td.checkbox{box-shadow:6px 0px 0px 0px #e53935 inset}table.list>thead>tr.priority-highest,table.list>tbody>tr.priority-highest,table.list>tfoot>tr.priority-highest{background-color:#efb1b1}table.list>thead>tr.priority-highest td.checkbox,table.list>tbody>tr.priority-highest td.checkbox,table.list>tfoot>tr.priority-highest td.checkbox{box-shadow:6px 0px 0px 0px #c62828 inset}table.list>thead>tr.closed,table.list>tbody>tr.closed,table.list>tfoot>tr.closed{color:#777}table.list>thead>tr.closed a,table.list>tbody>tr.closed a,table.list>tfoot>tr.closed a{color:#777}table.list>thead>tr:hover,table.list>tbody>tr:hover,table.list>tfoot>tr:hover{background-color:#fff9c4}table.list>thead>tr>th{color:#4b5056;font-weight:700;vertical-align:bottom;border-bottom:2px solid #dfe8f1;background-color:#eff1f9;padding:5px}table.list>thead>tr>th.checkbox{padding:5px}table.list>caption+thead>tr:first-child>th,table.list>caption+thead>tr:first-child>td,table.list>colgroup+thead>tr:first-child>th,table.list>colgroup+thead>tr:first-child>td,table.list>thead:first-child>tr:first-child>th,table.list>thead:first-child>tr:first-child>td{border-top:0}table.list>tbody+tbody{border-top:2px solid #dfe8f1}table.list td.attachments{padding-bottom:5px}div.wiki h1,div.wiki h2,div.wiki h3,div.wiki h4{font-weight:bold}div.wiki ul.toc{background-color:#fff9c4;border:none;padding:9px;border-radius:4px}.box div.wiki-preview{line-height:1.5}#wrapper input[type=text],#wrapper input[type=password],#wrapper input[type=date],#wrapper input[type=file],#wrapper select,#wrapper textarea,.modal input[type=text],.modal input[type=password],.modal input[type=date],.modal input[type=file],.modal select,.modal textarea{background-color:#fff;padding:4px 6px;color:#2b2f33;border:1px solid #dfe8f1;box-shadow:inset 1px 1px 3px #f6f6f6;border-radius:3px;box-sizing:border-box;outline:none;height:auto;line-height:1.3}#wrapper input[type=text]:hover,#wrapper input[type=password]:hover,#wrapper input[type=date]:hover,#wrapper input[type=file]:hover,#wrapper select:hover,#wrapper textarea:hover,.modal input[type=text]:hover,.modal input[type=password]:hover,.modal input[type=date]:hover,.modal input[type=file]:hover,.modal select:hover,.modal textarea:hover{border:1px solid #bccfe1}#wrapper input[type=text]:focus,#wrapper input[type=text]:active,#wrapper input[type=password]:focus,#wrapper input[type=password]:active,#wrapper input[type=date]:focus,#wrapper input[type=date]:active,#wrapper input[type=file]:focus,#wrapper input[type=file]:active,#wrapper select:focus,#wrapper select:active,#wrapper textarea:focus,#wrapper textarea:active,.modal input[type=text]:focus,.modal input[type=text]:active,.modal input[type=password]:focus,.modal input[type=password]:active,.modal input[type=date]:focus,.modal input[type=date]:active,.modal input[type=file]:focus,.modal input[type=file]:active,.modal select:focus,.modal select:active,.modal textarea:focus,.modal textarea:active{border-color:#3da6ff !important}#wrapper input[type=text].filename,#wrapper input[type=password].filename,#wrapper input[type=date].filename,#wrapper input[type=file].filename,#wrapper select.filename,#wrapper textarea.filename,.modal input[type=text].filename,.modal input[type=password].filename,.modal input[type=date].filename,.modal input[type=file].filename,.modal select.filename,.modal textarea.filename{box-shadow:none}#wrapper input[type=text]:disabled,#wrapper input[type=password]:disabled,#wrapper input[type=date]:disabled,#wrapper input[type=file]:disabled,#wrapper select:disabled,#wrapper textarea:disabled,.modal input[type=text]:disabled,.modal input[type=password]:disabled,.modal input[type=date]:disabled,.modal input[type=file]:disabled,.modal select:disabled,.modal textarea:disabled{background-color:#ebebe4}#wrapper .select2-container--default .select2-selection--single,.modal .select2-container--default .select2-selection--single{color:#2b2f33;border:1px solid #dfe8f1;box-shadow:inset 1px 1px 3px #f6f6f6;border-radius:3px;box-sizing:border-box;outline:none;line-height:1.3;height:24px;padding:0px 25px 0px 5px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,.modal .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url(\"../images/arrow.svg\");background-size:10px;background-repeat:no-repeat;background-position:0px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,.modal .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,.modal .select2-container--default .select2-selection--single .select2-selection__rendered{padding:1px 2px;font-family:Arial;font-size:13px;color:#2b2f33;line-height:1.5;font-weight:400}#wrapper .select2-container--default .select2-selection--single:hover,.modal .select2-container--default .select2-selection--single:hover{border:1px solid #bccfe1}#wrapper .select2-container--default .select2-selection--single:focus,#wrapper .select2-container--default .select2-selection--single:active,.modal .select2-container--default .select2-selection--single:focus,.modal .select2-container--default .select2-selection--single:active{border-color:#3da6ff !important}#wrapper .select2-container--default.select2-container--disabled .select2-selection--single,.modal .select2-container--default.select2-container--disabled .select2-selection--single{cursor:not-allowed;color:graytext;background-color:#ebebe4 !important}#wrapper input[type=text],.modal input[type=text]{font-family:\"Osaka-Mono\",\"MS Gothic\",sans-serif;font-size:100%}#wrapper textarea.wiki-edit,.modal textarea.wiki-edit{font-size:13px;font-family:\"Osaka-Mono\",\"MS Gothic\",sans-serif;letter-spacing:normal;line-height:130%}#wrapper select,.modal select{height:auto;appearance:none;background-image:url(\"../images/arrow.svg\");background-size:10px;background-repeat:no-repeat;background-position:95% 50%;padding-right:2.5em}#wrapper select::-ms-expand,.modal select::-ms-expand{display:none}#wrapper select:hover,.modal select:hover{border-color:#ccc;outline:none}#wrapper select:focus,#wrapper select:active,.modal select:focus,.modal select:active{border-color:#3da6ff !important}#wrapper select:-moz-focusring,.modal select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}#wrapper select[multiple=multiple],.modal select[multiple=multiple]{background:#fff;padding-right:5px}#wrapper .tabular label,.modal .tabular label{margin-top:5px}#wrapper .tabular label.error,.modal .tabular label.error{color:#b00 !important}#wrapper .tabular label.error+*:not(#issue_description_and_toolbar),#wrapper .tabular label.error+span#issue_description_and_toolbar div.jstBlock,.modal .tabular label.error+*:not(#issue_description_and_toolbar),.modal .tabular label.error+span#issue_description_and_toolbar div.jstBlock{border:1px solid #b00 !important}#wrapper label.inline,.modal label.inline{margin-right:5px}#wrapper input[type=submit],.modal input[type=submit]{border-radius:3px;padding:2px 12px 3px;color:#fff;border:1px solid #34495e;background:#34495e;box-shadow:none}#wrapper input[type=submit]:hover,#wrapper input[type=submit]:active,.modal input[type=submit]:hover,.modal input[type=submit]:active{border-color:#3f5872;background-color:#3f5872}#wrapper input[type=submit]:active,.modal input[type=submit]:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper input[type=submit]:disabled,.modal input[type=submit]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=button],.modal input[type=button]{border-radius:3px;padding:2px 12px 3px;color:#555a60;border:1px solid #dfe8f1;background:#fefeff;box-shadow:none}#wrapper input[type=button]:hover,#wrapper input[type=button]:active,.modal input[type=button]:hover,.modal input[type=button]:active{color:#2b2f33;border-color:#bfc8d1;background-color:#f3f3f9}#wrapper input[type=button]:active,.modal input[type=button]:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper input[type=button]:disabled,.modal input[type=button]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=checkbox],.modal input[type=checkbox]{width:16px;height:16px;margin:7px 2px 7px 0px;box-shadow:none}#wrapper .pagination ul.pages li.page,.modal .pagination ul.pages li.page{border:1px solid #dfe8f1;background:#fefeff;box-shadow:none}#wrapper .pagination ul.pages li.page:hover,#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:hover,.modal .pagination ul.pages li.page:active{border-color:#bfc8d1;background-color:#f3f3f9}#wrapper .pagination ul.pages li.page:hover a,#wrapper .pagination ul.pages li.page:active a,.modal .pagination ul.pages li.page:hover a,.modal .pagination ul.pages li.page:active a{color:#2b2f33}#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper .pagination ul.pages li.previous,#wrapper .pagination ul.pages li.next,.modal .pagination ul.pages li.previous,.modal .pagination ul.pages li.next{background:#fefeff}form .attributes select{width:85%}form .attributes .check_box_group label{width:100%}.select2-container.select2-container--default .select2-dropdown{box-shadow:0 3px 3px 0 rgba(0,0,0,.5);border:none}.select2-container.select2-container--default li.select2-results__option[role=option]:before{content:\" \";display:inline-block;line-height:1em;width:1em;height:1em;margin-right:4px;font-weight:bold}.select2-container.select2-container--default li.select2-results__option[role=option][aria-selected=true]:before{content:\"✓\"}.select2-container.select2-container--default li.select2-results__option--highlighted[role=option][aria-selected]{background-color:#759fc2;color:#fff}.select2-container.select2-container--default input.select2-search__field{background:#fff url(\"../images/search.svg\") no-repeat 2px 50%;background-size:12px 12px;background-position:5px;padding-left:20px}.select2-container.select2-container--default input.select2-search__field:focus{outline:none;border-color:#3da6ff}#errorExplanation,div.flash,.nodata,.warning,.conflict{padding:10px 12px 10px 30px;border-radius:3px;border:none}div.flash.error,#errorExplanation{color:#620f0f;background-color:#ffc6c6;border:none}div.flash.notice{color:#1e620f;background:#d3ffc6}div.flash.warning,.conflict{color:#624b0f;background:#ffeec6}.nodata,.warning{text-align:center;background-color:#ffeec6;color:#624b0f}div.modal{border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.2);padding:0}div.modal .ui-dialog-titlebar{padding:15px;border:none;background:#f7f9fa;color:#555;font-weight:normal;border-bottom:1px solid #e5e5e5}div.modal .ui-dialog-titlebar .ui-dialog-title{margin:0}div.modal .ui-dialog-titlebar .ui-dialog-titlebar-close{right:1em}div.modal .ui-dialog-content{padding:5px 15px 15px}.ui-widget-overlay{background:#000;opacity:.55}div.issue{background:#fff9c4;padding:20px;margin-bottom:12px;border-radius:3px;border:none}div.issue hr{width:auto;background:rgba(0,0,0,.12);padding:0 10px;margin:8px -10px}table.progress{margin:4px 6px 0px 0}table.progress td{height:.6em;border-radius:2px}table.progress td.closed{background-color:#4db6ac}p.percent{padding-top:2px}.edit_issue fieldset{border:none;background:#f4f7f9;margin-bottom:15px;border-radius:5px;padding:23px 12px 13px}.edit_issue fieldset legend{position:relative;top:18px}a[href*=activity][data-absolute-date*=\":\"]{margin:0 3px;box-shadow:inset 0 -1.5em 0 rgba(0,0,0,.08);display:inline-block;padding:0 3px;border-radius:3px}a[href*=activity][data-absolute-date*=\":\"]:before{content:\" [\" attr(data-absolute-date) \"] \"}div#content .tabs ul{border-bottom:1px solid #dfe8f1}div#content .tabs ul li a{background-color:#f0f0f0;border:1px solid #dfe8f1}div#content .tabs ul li a.selected{background-color:#fafcfe;border:1px solid #dfe8f1;border-bottom:1px solid #fafcfe}div#update .jstTabs.tabs li a{border-bottom:1px solid #dfe8f1}#history div.tabs{margin-bottom:0px}#history div.tabs ul li a.selected{background-color:#fff;border-bottom:1px solid #fff}#history .tab-content{background-color:#fff;border-radius:0px 0px 3px 3px;border-right:1px solid #dfe8f1;border-left:1px solid #dfe8f1;border-bottom:1px solid #dfe8f1;padding-top:15px;padding-left:10px}#history .tab-content.discontinuity .journal:after{content:none}#history .tab-content .journal{padding:8px 3px 3px 3px;background-color:#fff;position:relative;overflow:visible}#history .tab-content .journal:before{content:\"\";width:8px;height:8px;background-color:#fff;position:absolute;left:6px;top:16px;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;z-index:1}#history .tab-content .journal:after{content:\"\";height:100%;width:2px;background-color:#e5e5e5;position:absolute;left:9px;top:0px}#history .tab-content .journal:first-of-type:after{top:15px}#history .tab-content .journal:last-of-type:after{height:18px}#history .tab-content .journal:first-of-type:last-of-type:after{content:none}#history .tab-content .journal .contextual{padding-right:10px;padding-top:5px}#history .tab-content .journal .contextual .journal-actions,#history .tab-content .journal .contextual a.journal-link{position:relative;z-index:5}#history .tab-content .journal h4.note-header{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}#history .tab-content .journal h4.note-header a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#history .tab-content .journal h4.note-header:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}#history .tab-content .journal h4.note-header .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}#history .tab-content .journal:target .contextual+h4,#history .tab-content .journal div:target .contextual+h4{background:#def}#history .tab-content .journal:target .contextual+h4:before,#history .tab-content .journal div:target .contextual+h4:before{border-right:6px solid #def}#history .tab-content .journal .details{list-style:none;font-size:.9em;line-height:1.5;margin-bottom:1em;padding-left:46px}#history .tab-content .journal .details li{position:relative}#history .tab-content .journal .details li:after{display:block;content:\"\";position:absolute;top:.5em;left:-1em;width:4px;height:4px;background-color:#fff;border:1px solid #888;border-radius:50%}#history .tab-content .journal form .jstBlock,#history .tab-content .journal form input,#history .tab-content .journal div[id^=template_journal],#history .tab-content .journal .wiki:not(.wiki-preview),#history .tab-content .journal.time_entry p,#history .tab-content .journal.changeset .note>p{margin-left:32px}.tabular p{padding-left:160px}.edit_issue .tabular p{padding-left:130px}.edit_issue .tabular .wiki-preview p{padding-left:0 !important}.tabular label{margin-left:-160px;width:150px}.edit_issue .tabular label{margin-left:-130px;width:120px}fieldset#filters td.values input{height:inherit}.jstBlock .wiki-preview{border:1px solid #dfe8f1}.issue-card{background-color:#fff9c4}.controller-messages.action-show #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-messages.action-show #content>div.message>p{background-color:#e9eaf1;padding:6px 9px}.controller-messages.action-show #content>div.message>p a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#replies{background-color:#fff;border-radius:0px 0px 3px 3px;border:1px solid #dfe8f1;padding-top:15px;padding-left:10px}#replies .message.reply{padding:8px 3px 3px 3px !important;background-color:#fff;position:relative;overflow:visible}#replies .message.reply:before{content:\"\";width:8px;height:8px;background-color:#fff;position:absolute;left:6px;top:16px;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;z-index:1}#replies .message.reply:after{content:\"\";height:100%;width:2px;background-color:#e5e5e5;position:absolute;left:9px;top:0px}#replies .message.reply:first-of-type:after{top:15px}#replies .message.reply:last-of-type:after{height:18px}#replies .message.reply:first-of-type:last-of-type:after{content:none}#replies .message.reply .contextual{padding-right:10px;padding-top:5px}#replies .message.reply .contextual a{position:relative;z-index:5}#replies .message.reply .wiki{padding-left:32px}#replies .message.reply .contextual+h4{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}#replies .message.reply .contextual+h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#replies .message.reply .contextual+h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}#replies .message.reply .contextual+h4 .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}#replies .message.reply:target h4.note-header,#replies .message.reply div:target h4.note-header{background:#def}#replies .message.reply:target h4.note-header:before,#replies .message.reply div:target h4.note-header:before{border-right:6px solid #def}.controller-news.action-show #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-news.action-show #comments{background-color:#fff;border-radius:0px 0px 3px 3px;border:1px solid #dfe8f1;padding-top:15px;padding-left:10px}.controller-news.action-show #comments .wiki{padding-left:32px}.controller-news.action-show #comments .contextual{padding-right:10px;padding-top:5px}.controller-news.action-show #comments .contextual a{position:relative;z-index:5;padding-bottom:5px}.controller-news.action-show #comments .contextual+h4{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-news.action-show #comments .contextual+h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-news.action-show #comments .contextual+h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}.controller-news.action-show #comments .contextual+h4 .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}.controller-news.action-show #edit-news+p+div.wiki,.controller-news.action-show h2+p+div.wiki{position:relative;background-color:#fff;margin-bottom:10px;padding:20px;border-radius:3px;border:1px solid #dfe8f1}.controller-documents.action-index #content h3.group-name{position:relative;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;border-radius:4px}.controller-documents.action-index #content h4.title{font-size:1.2em;border-bottom:0px}.controller-repositories.action-revision #content>div.message,.controller-repositories.action-diff #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-repositories.action-revision.avatars-on .details h4,.controller-repositories.action-diff.avatars-on .details h4{left:35px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-repositories.action-revision.avatars-on .details h4 a[href*=activity][data-absolute-date*=\":\"],.controller-repositories.action-diff.avatars-on .details h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-repositories.action-revision.avatars-on .details h4:before,.controller-repositories.action-diff.avatars-on .details h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}.controller-repositories.action-revision.avatars-on .details h4 .gravatar,.controller-repositories.action-diff.avatars-on .details h4 .gravatar{position:absolute;left:-35px;z-index:5;margin-left:0}.controller-repositories.action-revision.avatars-off .details h4,.controller-repositories.action-diff.avatars-off .details h4{margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-repositories.action-revision.avatars-off .details h4 a[href*=activity][data-absolute-date*=\":\"],.controller-repositories.action-diff.avatars-off .details h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-repositories.action-revision .wiki.changeset-comments,.controller-repositories.action-revision #related-issues,.controller-repositories.action-revision .revision-info,.controller-repositories.action-diff .wiki.changeset-comments,.controller-repositories.action-diff #related-issues,.controller-repositories.action-diff .revision-info{background-color:#fff;padding:10px;border-radius:3px;border:1px solid #dfe8f1;margin:5px}.controller-repositories.action-revision .revision-info,.controller-repositories.action-diff .revision-info{padding-left:20px}div#activity dt .time{color:#444}div#activity dt.me .time{border-color:#666}div#activity dd span.description,#search-results dd span.description{color:#444}div#activity h3{position:relative;margin:0 19px 0 10px;border:none;background-color:#e9eaf1;padding:6px 9px;border-radius:4px}div#activity dl{margin-right:2em}","body {\n font-size: 13px;\n color: #222;\n line-height: 1.5;\n}\n\nhtml[lang=\"ja\"] body {\n font-family: Meiryo, \"Hiragino Kaku Gothic Pro\", \"Hiragino Sans\", \"MS PGothic\", Verdana, system-ui, sans-serif;\n}\n","h1, h2, h3, h4 {\n font-weight: normal;\n color: $default-heading-font-color;\n}\n\n#content h1 {\n color: $default-heading-font-color;\n}\n","$default-heading-font-color: #333;\n$color-issue-bg: #fff9c4;\n$color-header-bg: #e9eaf1;\n\n// icon\n$icon-color: #666;\n$hover-icon-color: #000000;\n$color-bookmark-icon: #557cff;\n$color-star-icon: #ffc400;\n$color-warning-icon: #ffae42;\n$color-success-icon: #55ab4f;\n$color-error-icon: #EC0B19;\n\n// priority\n$color-priority-lowest : #81D4FA;\n$color-priority-high3 : #EF9A9A;\n$color-priority-high2 : #E53935;\n$color-priority-highest : #C62828;\n\n// status\n$color-closed : #777777;\n","$color-top-menu-bg: #223342;\n$color-main-bg: #fafcfe;\n$color-border-sidebar-switch-button: #ddd;\n\n#top-menu {\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);\n background: $color-top-menu-bg;\n z-index: 1;\n position: relative;\n}\n\n#header {\n background: radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%), radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%), radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);\n padding: 10px 30px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n color: white;\n min-height: 1em;\n\n h1 {\n padding-bottom: 20px;\n color: white;\n }\n}\n\n#main {\n background-color: $color-main-bg;\n}\n\n#content {\n padding: 25px;\n background-color: $color-main-bg;\n box-sizing: border-box;\n width: 81%;\n}\n\n#sidebar {\n padding-left: 17px;\n padding-right: 17px;\n width: 19%;\n box-sizing: border-box;\n font-size: 0.9em;\n\n h3 { color: $default-heading-font-color; }\n}\n\n// Fix a problem that underlines is broken in chrome\na:hover, a:active {\n outline: 1px solid transparent;\n}\n\n// Collapse sidebar\n#sidebar { width: 19%; display: none; background-color: $color-header-bg;}\n#main.visible-sidebar #sidebar{ display: block; }\n@media screen and (max-width: 899px) {\n #main.visible-sidebar {\n #sidebar, #sidebar-switch-panel { display: none; }\n }\n}\n\n#content { padding: 14px 14px 14px 14px; }\n#sidebar-switch-panel {\n float: right;\n left: 10px;\n top: 2px;\n width: 20px;\n height: 25px;\n position: relative;\n padding: 2px;\n margin-left: 5px;\n}\n#sidebar-switch-button {\n background-color: $color-header-bg;\n border-bottom: 1px solid $color-border-sidebar-switch-button;\n border-left: 1px solid $color-border-sidebar-switch-button;\n border-top: 1px solid $color-border-sidebar-switch-button;\n border-radius: 10px 0px 0px 10px;\n display: block;\n height: 100%;\n padding: 9px 20px 9px 5px;\n font-size: 0px;\n text-decoration: none;\n &:before {\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n margin-right: 3px;\n font-size: 15px;\n color: #666;\n }\n}\n\n\n#main #sidebar-switch-button .sidebar-switch-arrow {\n display: inline-block;\n width: 6px;\n height: 6px;\n margin-top: 8px;\n border-top: 2px solid gray;\n border-right: 2px solid gray;\n}\n#main:not(.visible-sidebar) #sidebar-switch-button .sidebar-switch-arrow {\n margin-left: 4px;\n transform: rotate(-135deg);\n}\n#main.visible-sidebar #sidebar-switch-button .sidebar-switch-arrow {\n transform: rotate(45deg);\n}\n\n@media print {\n #main.visible-sidebar #sidebar, #sidebar-switch-panel { display:none; }\n}\n\n// To prevent it from overlapping the sidebar\ntable.list.plugins {\n margin-top: 10px;\n}\n\n@media screen and (max-width: 899px) {\n #content>.contextual>a, #content>.contextual .drdn, p.buttons a {\n background: #ffffff;\n }\n}\n",".box, .mypage-box,\n.controller-wiki.action-show .wiki.wiki-page,\n.controller-attachments.action-show .filecontent.wiki,\n.controller-repositories.action-entry .filecontent.wiki,\n.controller-wiki.action-index.pages-hierarchy,\n#activity,\n#roadmap article,\n.controller-news.action-index article.news-article,\n.controller-news.action-show #comments,\n.controller-projects.action-index li.root,\n.controller-documents.action-index .document-item\n {\n background-color: #fff;\n margin-bottom: 20px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n}\n\n.controller-wiki.action-show .wiki.wiki-page {\n margin-top: 25px;\n margin-bottom: 10px;\n}\n\n#activity {\n padding: 0px;\n h3 {\n top: 10px;\n }\n}\n\n.controller-news.action-index article.news-article {\n margin-bottom: 10px;\n}\n\n.gantt-table {\n background-color: #fff;\n}\n\n#wiki_add_attachment .box {\n padding: 6px;\n}\n\ndiv.issue-cards .issue-card {\n background-color: #fff9c4;\n}\n","$color-main-menu-line: #ffd600;\n$color-menu-children-bg: #ffffff;\n$color-menu-children-border: #dddddd;\n$color-menu-children-text: #777777;\n$color-menu-children-hover-bg: #eff4f6;\n$color-menu-children-hover-text: #2b2f33;\n\n\n#main-menu {\n ul{\n li {\n margin: 0;\n\n a {\n padding: 8px 12px;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &.selected, &:hover {\n position: relative;\n background: transparent;\n color: inherit;\n\n &:after {\n content: \"\";\n position: absolute;\n width: 100%;\n height: 3px;\n background-color: $color-main-menu-line;\n bottom: 0px;\n left: 0;\n }\n }\n\n &.selected:hover {\n background: transparent;\n color: white;\n }\n\n &.new-object {\n background: rgba(255,255,255,.05);\n border: 2px solid rgba(255,255,255,.25);\n position: relative;\n margin: 0 10px;\n padding: 0;\n width: 26px;\n height: 26px;\n line-height: 25px;\n border-radius: 50%;\n text-align: center;\n bottom: 1px;\n\n &:hover:after {\n content: none;\n }\n }\n\n }\n }\n\n .menu-children {\n border: none;\n background-color: $color-menu-children-bg;\n box-shadow: 0 1px 7px 2px rgba(135,158,171,.2);\n border-radius: 3px;\n\n li {\n border-bottom: $color-menu-children-border solid 1px;\n a {\n color: $color-menu-children-text;\n background-color: transparent;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &:after {\n content: none;\n }\n\n &:hover {\n color: $color-menu-children-hover-text;\n background: $color-menu-children-hover-bg;\n }\n }\n }\n }\n }\n}","$table-head-cell-padding: 5px;\n$table-cell-padding: 4px;\n$line-height-base: 1.74;\n$line-height-computed: 25px;\n$color-table-border: #dfe8f1;\n$color-th-bg: #eff1f9;\n$color-odd-bg: #f9f9f9;\n\n\ntable.list {\n border: none;\n margin-bottom: $line-height-computed;\n background-color: white;\n\n // Cells\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n line-height: $line-height-base;\n vertical-align: top;\n border-top: 1px solid $color-table-border;\n font-size: 0.9em;\n &.checkbox {\n padding: $table-cell-padding;\n\n input {\n margin: 0 7px 0 15px !important;\n }\n }\n }\n &.priority-lowest {\n background-color: lighten($color-priority-lowest, 20%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-lowest inset;\n }\n }\n &.priority-high3 {\n background-color: lighten($color-priority-high3, 18%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high3 inset;\n }\n }\n &.priority-high2 {\n background-color: lighten($color-priority-high2, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high2 inset;\n }\n }\n &.priority-highest {\n background-color: lighten($color-priority-highest, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-highest inset;\n }\n }\n &.closed {\n color: $color-closed;\n a { color: $color-closed; }\n }\n &:hover {\n background-color: #fff9c4;\n }\n }\n }\n // Bottom align for column headings\n > thead > tr > th {\n color: #4b5056;\n font-weight: 700;\n vertical-align: bottom;\n border-bottom: 2px solid $color-table-border;\n background-color: $color-th-bg;\n padding: $table-head-cell-padding;\n &.checkbox { padding: $table-head-cell-padding; }\n }\n // Remove top border from thead by default\n > caption + thead,\n > colgroup + thead,\n > thead:first-child {\n > tr:first-child {\n > th,\n > td {\n border-top: 0;\n }\n }\n }\n // Account for multiple tbody instances\n > tbody + tbody {\n border-top: 2px solid $color-table-border;\n }\n\n td.attachments {\n padding-bottom: 5px;\n }\n}\n","div.wiki {\n h1, h2, h3, h4 {\n font-weight: bold;\n }\n ul.toc {\n background-color: $color-issue-bg;\n border: none;\n padding: 9px;\n border-radius: 4px;\n }\n}\n\n/* Fix an issue where the default line-height is 1.5em, which breaks the layout. */\n.box div.wiki-preview {\n line-height: 1.5;\n}","$input-padding: 4px 6px;\n$color-input-bg: #ffffff;\n$color-disabled-input-bg: #ebebe4;\n$color-input-text: #2b2f33;\n$color-input-border: #dfe8f1;\n$color-input-border-focus: #3da6ff;\n$color-validation-error-input-border: #bb0000;\n\n$color-submit-text: #ffffff;\n$color-submit-border: #34495e;\n$color-submit-bg: #34495e;\n$color-submit-disabled-bg: #95a5a6;\n$color-submit-hover-border: #3f5872;\n$color-submit-hover-bg: #3f5872;\n\n$color-button-text: #555a60;\n$color-button-border: #dfe8f1;\n$color-button-bg: #fefeff;\n$color-button-disabled-bg: #95a5a6;\n$color-button-hover-text: #2b2f33;\n$color-button-hover-border: #bfc8d1;\n$color-button-hover-bg: #f3f3f9;\n\n$checkbox-size: 16px;\n$checkbox-margin: 7px 2px 7px 0px;\n\n\n#wrapper, .modal {\n input[type=\"text\"],\n input[type=\"password\"],\n input[type=\"date\"],\n input[type=\"file\"],\n select,\n textarea {\n background-color: $color-input-bg;\n padding: $input-padding;\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n height: auto;\n line-height: 1.3;\n\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n &.filename {\n box-shadow: none;\n }\n\n &:disabled {\n background-color: $color-disabled-input-bg;\n }\n }\n .select2-container--default .select2-selection--single {\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n line-height: 1.3;\n height: 24px;\n padding: 0px 25px 0px 5px;\n .select2-selection__arrow {\n // Hide original arrow icon\n b {\n display: none;\n }\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 0px;\n }\n .select2-selection__rendered {\n padding: 1px 2px;\n font-family: Arial;\n font-size: 13px;\n color: #2b2f33;\n line-height: 1.5;\n font-weight: 400;\n }\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n }\n .select2-container--default.select2-container--disabled .select2-selection--single {\n cursor: not-allowed;\n color: graytext;\n background-color: #ebebe4 !important;\n }\n // テキストボックスで等幅フォントを使用\n input[type=\"text\"] {\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n font-size: 100%;\n }\n\n textarea.wiki-edit {\n font-size: 13px;\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n letter-spacing: normal;\n line-height: 130%;\n }\n\n select {\n height: auto;\n appearance: none;\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 95% 50%;\n padding-right: 2.5em;\n\n &::-ms-expand {\n display: none;\n }\n\n &:hover {\n border-color: #ccc;\n outline: none;\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n // Fix Firefox dotted focusring\n &:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 #000;\n }\n\n &[multiple=\"multiple\"] {\n background: white;\n padding-right: 5px;\n }\n }\n\n .tabular label {\n margin-top: 5px;\n\n &.error {\n color: $color-validation-error-input-border !important;\n }\n &.error + *:not(#issue_description_and_toolbar), &.error + span#issue_description_and_toolbar div.jstBlock {\n border: 1px solid $color-validation-error-input-border !important;\n }\n }\n\n label.inline {\n margin-right: 5px;\n }\n\n input[type=\"submit\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-submit-text;\n border: 1px solid $color-submit-border;\n background: $color-submit-bg;\n box-shadow: none;\n &:hover, &:active {\n border-color: $color-submit-hover-border;\n background-color: $color-submit-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-submit-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"button\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-button-text;\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n color: $color-button-hover-text;\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-button-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"checkbox\"] {\n width: $checkbox-size;\n height: $checkbox-size;\n margin: $checkbox-margin;\n box-shadow: none;\n }\n\n .pagination ul.pages li.page {\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n a { color: $color-button-hover-text; }\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n }\n .pagination ul.pages li.previous, .pagination ul.pages li.next {\n background: $color-button-bg;\n }\n}\n\nform .attributes {\n select { width: 85%; }\n\n .check_box_group label {\n width: 100%;\n }\n}\n\n.select2-container.select2-container--default {\n .select2-dropdown {\n box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);\n border: none;\n }\n li.select2-results__option[role=\"option\"] {\n &:before {\n content: ' ';\n display: inline-block;\n line-height: 1em;\n width: 1em;\n height: 1em;\n margin-right: 4px;\n font-weight: bold;\n }\n }\n li.select2-results__option[role=\"option\"][aria-selected=true] {\n &:before {\n content: \"\\2713 \";\n }\n }\n li.select2-results__option--highlighted[role=\"option\"][aria-selected] {\n background-color: #759FC2;\n color: #fff;\n }\n\n input.select2-search__field {\n background: #fff url('../images/search.svg') no-repeat 2px 50%;\n background-size: 12px 12px;\n background-position: 5px;\n padding-left: 20px;\n &:focus {\n outline: none;\n border-color: $color-input-border-focus;\n }\n }\n}\n","$flash-padding: 10px 12px 10px 30px;\n\n$color-flash-error-text: #620f0f;\n$color-flash-error-bg: #ffc6c6;\n$color-flash-notice-text: #1e620f;\n$color-flash-notice-bg: #d3ffc6;\n$color-flash-warning-text: #624b0f;\n$color-flash-warning-bg: #ffeec6;\n\n#errorExplanation, div.flash, .nodata, .warning, .conflict {\n padding: $flash-padding;\n border-radius: 3px;\n border: none;\n}\n\ndiv.flash.error, #errorExplanation {\n color: $color-flash-error-text;\n background-color: $color-flash-error-bg;\n border: none;\n}\n\ndiv.flash.notice {\n color: $color-flash-notice-text;\n background: $color-flash-notice-bg;\n}\n\ndiv.flash.warning, .conflict {\n color: $color-flash-warning-text;\n background: $color-flash-warning-bg;\n}\n\n.nodata, .warning {\n text-align: center;\n background-color: #ffeec6;\n color: #624b0f;\n}\n","$color-modal-titlebar-bg: #f7f9fa;\n$color-modal-titlebar-text: #555555;\n$color-modal-titlebar-border: #e5e5e5;\n\n\ndiv.modal {\n border: none;\n box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);\n padding: 0;\n\n .ui-dialog-titlebar {\n padding: 15px;\n border: none;\n background: $color-modal-titlebar-bg;\n color: $color-modal-titlebar-text;\n font-weight: normal;\n border-bottom: 1px solid $color-modal-titlebar-border;\n\n .ui-dialog-title {\n margin: 0;\n }\n\n .ui-dialog-titlebar-close {\n right: 1em;\n }\n }\n\n .ui-dialog-content {\n padding: 5px 15px 15px;\n }\n}\n\n.ui-widget-overlay {\n background: black;\n opacity: 0.55;\n}","$issue-padding: 20px;\n\n$progress-height: 0.6em;\n$color-progress-closed-bg: #4DB6AC;\n\n$histry-padding: 15px;\n$color-history-bg: #ffffff;\n$color-history-border: #dfe8f1;\n\n$timeline-point-size: 8px;\n$color-timeline: #e5e5e5;\n\n$note-title-margin: 0 19px 0 10px;\n$note-title-padding: 6px 9px;\n$color-note-title-bg: #e9eaf1;\n\n$color-content-bg: #fafcfe;\n$color-unselected-tab-bg: #f0f0f0;\n$color-target-bg: #DDEEFF;\n\ndiv.issue {\n background: $color-issue-bg;\n padding: $issue-padding;\n margin-bottom: 12px;\n border-radius: 3px;\n border: none;\n\n hr {\n width: auto;\n background: rgba(0,0,0,0.12);\n padding: 0 10px;\n margin: 8px -10px;\n }\n}\n\ntable.progress {\n margin: 4px 6px 0px 0;\n\n td {\n height: $progress-height;\n border-radius: 2px;\n\n &.closed {\n background-color: $color-progress-closed-bg;\n }\n }\n}\n\np.percent {\n padding-top: 2px;\n}\n\n.edit_issue fieldset {\n border: none;\n background: #f4f7f9;\n margin-bottom: 15px;\n border-radius: 5px;\n padding: 23px 12px 13px;\n\n legend {\n position: relative;\n top: 18px;\n }\n}\n\n// 作成日・更新日に実際の日時を表示\na[href*=\"activity\"][data-absolute-date*=\":\"] {\n margin: 0 3px;\n box-shadow: inset 0 -1.5em 0 rgba(0, 0, 0, 0.08);\n display: inline-block;\n padding: 0 3px;\n border-radius: 3px;\n &:before {\n content: ' [' attr(data-absolute-date) '] ';\n }\n}\n\ndiv#content .tabs {\n ul {\n border-bottom: 1px solid $color-history-border;\n\n li a {\n background-color: $color-unselected-tab-bg;\n border: 1px solid $color-history-border;\n\n &.selected {\n background-color: $color-content-bg;\n border: 1px solid $color-history-border;\n border-bottom: 1px solid $color-content-bg;\n }\n }\n }\n}\ndiv#update .jstTabs.tabs li a {\n border-bottom: 1px solid $color-history-border;\n}\n\n#history {\n div.tabs {\n margin-bottom: 0px;\n\n ul li a.selected {\n background-color: $color-history-bg;\n border-bottom: 1px solid $color-history-bg;\n }\n }\n .tab-content {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border-right: 1px solid $color-history-border;\n border-left: 1px solid $color-history-border;\n border-bottom: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n // Do not show vertical lines connecting history if tab-notes or tab-properties\n &.discontinuity .journal:after {\n content: none;\n }\n\n .journal {\n padding: 8px 3px 3px 3px;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n .journal-actions, a.journal-link {\n position: relative;\n z-index: 5;\n }\n }\n\n // #tab-content-changesets内のh4要素のみ.contextualと隣接していないため個別の書き方をしている\n h4.note-header {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target .contextual + h4, div:target .contextual + h4 {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n\n .details {\n list-style: none;\n font-size: 0.9em;\n line-height: 1.5;\n margin-bottom: 1em;\n padding-left: 46px;\n\n li {\n position: relative;\n\n &:after {\n display: block;\n content: '';\n position: absolute;\n top: .5em;\n left: -1em;\n width: 4px;\n height: 4px;\n background-color: $color-history-bg;\n border: 1px solid #888;\n border-radius: 50%;\n }\n }\n }\n\n form .jstBlock, form input, div[id^=\"template_journal\"],\n .wiki:not(.wiki-preview),\n &.time_entry p, &.changeset .note > p {\n margin-left: 32px;\n }\n }\n }\n}\n\n.tabular p {\n padding-left: 160px;\n\n .edit_issue & {\n padding-left: 130px;\n }\n}\n.edit_issue .tabular .wiki-preview p {padding-left: 0 !important}\n\n.tabular label {\n margin-left: -160px;\n width: 150px;\n\n .edit_issue & {\n margin-left: -130px;\n width: 120px;\n }\n}\n\nfieldset#filters td.values input {\n height: inherit;\n}\n\n.jstBlock .wiki-preview {\n border: 1px solid $color-history-border;\n}\n\n.issue-card {\n background-color: $color-issue-bg;\n}","// forum(board)\n\n.controller-messages.action-show #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n\n & > p {\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n}\n\n#replies {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .message.reply {\n padding: 8px 3px 3px 3px !important;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n }\n }\n\n .wiki {\n padding-left: 32px;\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target h4.note-header, div:target h4.note-header {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n }\n}",".controller-news.action-show {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n #comments {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .wiki {\n padding-left: 32px;\n }\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n padding-bottom: 5px;\n }\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n\n #edit-news + p + div.wiki, h2 + p + div.wiki {\n position: relative;\n background-color: #fff;\n margin-bottom: 10px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n }\n}",".controller-documents.action-index #content {\n h3.group-name {\n position: relative;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n }\n h4.title {\n font-size: 1.2em;\n border-bottom: 0px;\n }\n}","// forum(board)\n\n.controller-repositories.action-revision, .controller-repositories.action-diff {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n &.avatars-on .details {\n h4 {\n left: 35px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n &.avatars-off .details {\n h4 {\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n }\n\n .wiki.changeset-comments, #related-issues, .revision-info {\n background-color: #fff;\n padding: 10px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n margin: 5px;\n }\n\n .revision-info {\n padding-left: 20px;\n }\n}\n","div#activity dt .time { color: #444; }\ndiv#activity dt.me .time { border-color: #666; }\ndiv#activity dd span.description, #search-results dd span.description { color: #444; }\n\ndiv#activity h3 {\n position: relative;\n margin: $note-title-margin;\n border: none;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n}\n\ndiv#activity dl {\n margin-right: 2em;\n}"],"names":[],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"theme.css","mappings":"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","sources":["webpack://bleuclair/./src/styles/bleuclair.scss","webpack://bleuclair/./src/styles/components/_scaffolding.scss","webpack://bleuclair/./src/styles/components/_type.scss","webpack://bleuclair/./src/styles/foundation/variables.scss","webpack://bleuclair/./src/styles/components/_layout.scss","webpack://bleuclair/./src/styles/components/_box.scss","webpack://bleuclair/./src/styles/components/_main_menu.scss","webpack://bleuclair/./src/styles/components/_table.scss","webpack://bleuclair/./src/styles/components/_wiki.scss","webpack://bleuclair/./src/styles/components/_inputs.scss","webpack://bleuclair/./src/styles/components/_flash.scss","webpack://bleuclair/./src/styles/components/_modal.scss","webpack://bleuclair/./src/styles/components/_issues.scss","webpack://bleuclair/./src/styles/components/_boards.scss","webpack://bleuclair/./src/styles/components/_news.scss","webpack://bleuclair/./src/styles/components/_documents.scss","webpack://bleuclair/./src/styles/components/_repositories.scss","webpack://bleuclair/./src/styles/components/_activities.scss"],"sourcesContent":["body{font-size:13px;color:#222;line-height:1.5}html[lang=ja] body{font-family:Meiryo,\"Hiragino Kaku Gothic Pro\",\"Hiragino Sans\",\"MS PGothic\",Verdana,system-ui,sans-serif}h1,h2,h3,h4{font-weight:normal;color:#333}#content h1{color:#333}#top-menu{box-shadow:0 2px 5px rgba(0,0,0,.16);background:#223342;z-index:1;position:relative}#header{background:radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%),radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%),radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);padding:10px 30px;box-shadow:0 1px 2px rgba(0,0,0,.1);color:#fff;min-height:1em}#header h1{padding-bottom:20px;color:#fff}#main{background-color:#fafcfe}#content{padding:25px;background-color:#fafcfe;box-sizing:border-box;width:81%}#sidebar{background-color:#e9eaf1}#sidebar h3{color:#333}#sidebar-switch-button:hover{background-color:#caccdd}a:hover,a:active{outline:1px solid rgba(0,0,0,0)}@media screen and (max-width: 899px){#content>.contextual>a,#content>.contextual .drdn,p.buttons a{background:#fff}}.box,.mypage-box,.controller-wiki.action-show .wiki.wiki-page,.controller-attachments.action-show .filecontent.wiki,.controller-repositories.action-entry .filecontent.wiki,.controller-wiki.action-index.pages-hierarchy,#activity,#roadmap article,.controller-news.action-index article.news-article,.controller-news.action-show #comments,.controller-projects.action-index li.root,.controller-documents.action-index .document-item{background-color:#fff;margin-bottom:20px;padding:20px;border-radius:3px;border:1px solid #dfe8f1}.controller-wiki.action-show .wiki.wiki-page{margin-top:25px;margin-bottom:10px}#activity{padding:0px}#activity h3{top:10px}.controller-news.action-index article.news-article{margin-bottom:10px}.gantt-table{background-color:#fff}#wiki_add_attachment .box{padding:6px}div.issue-cards .issue-card{background-color:#fff9c4}#main-menu ul li{margin:0}#main-menu ul li a{padding:8px 12px;letter-spacing:.5px;font-weight:normal}#main-menu ul li a.selected,#main-menu ul li a:hover{position:relative;background:rgba(0,0,0,0);color:inherit}#main-menu ul li a.selected:after,#main-menu ul li a:hover:after{content:\"\";position:absolute;width:100%;height:3px;background-color:#ffd600;bottom:0px;left:0}#main-menu ul li a.selected:hover{background:rgba(0,0,0,0);color:#fff}#main-menu ul li a.new-object{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.25);position:relative;margin:0 10px;padding:0;width:26px;height:26px;line-height:25px;border-radius:50%;text-align:center;bottom:1px}#main-menu ul li a.new-object:hover:after{content:none}#main-menu ul .menu-children{border:none;background-color:#fff;box-shadow:0 1px 7px 2px rgba(135,158,171,.2);border-radius:3px}#main-menu ul .menu-children li{border-bottom:#ddd solid 1px}#main-menu ul .menu-children li a{color:#777;background-color:rgba(0,0,0,0);letter-spacing:.5px;font-weight:normal}#main-menu ul .menu-children li a:after{content:none}#main-menu ul .menu-children li a:hover{color:#2b2f33;background:#eff4f6}table.list{border:none;margin-bottom:25px;background-color:#fff}table.list>thead>tr>th,table.list>thead>tr>td,table.list>tbody>tr>th,table.list>tbody>tr>td,table.list>tfoot>tr>th,table.list>tfoot>tr>td{line-height:1.74;vertical-align:top;border-top:1px solid #dfe8f1;font-size:.9em}table.list>thead>tr>th.checkbox,table.list>thead>tr>td.checkbox,table.list>tbody>tr>th.checkbox,table.list>tbody>tr>td.checkbox,table.list>tfoot>tr>th.checkbox,table.list>tfoot>tr>td.checkbox{padding:4px}table.list>thead>tr>th.checkbox input,table.list>thead>tr>td.checkbox input,table.list>tbody>tr>th.checkbox input,table.list>tbody>tr>td.checkbox input,table.list>tfoot>tr>th.checkbox input,table.list>tfoot>tr>td.checkbox input{margin:0 7px 0 15px !important}table.list>thead>tr.priority-lowest,table.list>tbody>tr.priority-lowest,table.list>tfoot>tr.priority-lowest{background-color:#e3f5fe}table.list>thead>tr.priority-lowest td.checkbox,table.list>tbody>tr.priority-lowest td.checkbox,table.list>tfoot>tr.priority-lowest td.checkbox{box-shadow:6px 0px 0px 0px #81d4fa inset}table.list>thead>tr.priority-high3,table.list>tbody>tr.priority-high3,table.list>tfoot>tr.priority-high3{background-color:#fce9e9}table.list>thead>tr.priority-high3 td.checkbox,table.list>tbody>tr.priority-high3 td.checkbox,table.list>tfoot>tr.priority-high3 td.checkbox{box-shadow:6px 0px 0px 0px #ef9a9a inset}table.list>thead>tr.priority-high2,table.list>tbody>tr.priority-high2,table.list>tfoot>tr.priority-high2{background-color:#f9d4d3}table.list>thead>tr.priority-high2 td.checkbox,table.list>tbody>tr.priority-high2 td.checkbox,table.list>tfoot>tr.priority-high2 td.checkbox{box-shadow:6px 0px 0px 0px #e53935 inset}table.list>thead>tr.priority-highest,table.list>tbody>tr.priority-highest,table.list>tfoot>tr.priority-highest{background-color:#efb1b1}table.list>thead>tr.priority-highest td.checkbox,table.list>tbody>tr.priority-highest td.checkbox,table.list>tfoot>tr.priority-highest td.checkbox{box-shadow:6px 0px 0px 0px #c62828 inset}table.list>thead>tr.closed,table.list>tbody>tr.closed,table.list>tfoot>tr.closed{color:#777}table.list>thead>tr.closed a,table.list>tbody>tr.closed a,table.list>tfoot>tr.closed a{color:#777}table.list>thead>tr:hover,table.list>tbody>tr:hover,table.list>tfoot>tr:hover{background-color:#fff9c4}table.list>thead>tr>th{color:#4b5056;font-weight:700;vertical-align:bottom;border-bottom:2px solid #dfe8f1;background-color:#eff1f9;padding:5px}table.list>thead>tr>th.checkbox{padding:5px}table.list>caption+thead>tr:first-child>th,table.list>caption+thead>tr:first-child>td,table.list>colgroup+thead>tr:first-child>th,table.list>colgroup+thead>tr:first-child>td,table.list>thead:first-child>tr:first-child>th,table.list>thead:first-child>tr:first-child>td{border-top:0}table.list>tbody+tbody{border-top:2px solid #dfe8f1}table.list td.attachments{padding-bottom:5px}div.wiki h1,div.wiki h2,div.wiki h3,div.wiki h4{font-weight:bold}div.wiki ul.toc{background-color:#fff9c4;border:none;padding:9px;border-radius:4px}.box div.wiki-preview{line-height:1.5}#wrapper input[type=text],#wrapper input[type=password],#wrapper input[type=date],#wrapper input[type=file],#wrapper select,#wrapper textarea,.modal input[type=text],.modal input[type=password],.modal input[type=date],.modal input[type=file],.modal select,.modal textarea{background-color:#fff;padding:4px 6px;color:#2b2f33;border:1px solid #dfe8f1;box-shadow:inset 1px 1px 3px #f6f6f6;border-radius:3px;box-sizing:border-box;outline:none;height:auto;line-height:1.3}#wrapper input[type=text]:hover,#wrapper input[type=password]:hover,#wrapper input[type=date]:hover,#wrapper input[type=file]:hover,#wrapper select:hover,#wrapper textarea:hover,.modal input[type=text]:hover,.modal input[type=password]:hover,.modal input[type=date]:hover,.modal input[type=file]:hover,.modal select:hover,.modal textarea:hover{border:1px solid #bccfe1}#wrapper input[type=text]:focus,#wrapper input[type=text]:active,#wrapper input[type=password]:focus,#wrapper input[type=password]:active,#wrapper input[type=date]:focus,#wrapper input[type=date]:active,#wrapper input[type=file]:focus,#wrapper input[type=file]:active,#wrapper select:focus,#wrapper select:active,#wrapper textarea:focus,#wrapper textarea:active,.modal input[type=text]:focus,.modal input[type=text]:active,.modal input[type=password]:focus,.modal input[type=password]:active,.modal input[type=date]:focus,.modal input[type=date]:active,.modal input[type=file]:focus,.modal input[type=file]:active,.modal select:focus,.modal select:active,.modal textarea:focus,.modal textarea:active{border-color:#3da6ff !important}#wrapper input[type=text].filename,#wrapper input[type=password].filename,#wrapper input[type=date].filename,#wrapper input[type=file].filename,#wrapper select.filename,#wrapper textarea.filename,.modal input[type=text].filename,.modal input[type=password].filename,.modal input[type=date].filename,.modal input[type=file].filename,.modal select.filename,.modal textarea.filename{box-shadow:none}#wrapper input[type=text]:disabled,#wrapper input[type=password]:disabled,#wrapper input[type=date]:disabled,#wrapper input[type=file]:disabled,#wrapper select:disabled,#wrapper textarea:disabled,.modal input[type=text]:disabled,.modal input[type=password]:disabled,.modal input[type=date]:disabled,.modal input[type=file]:disabled,.modal select:disabled,.modal textarea:disabled{background-color:#ebebe4}#wrapper .select2-container--default .select2-selection--single,.modal .select2-container--default .select2-selection--single{color:#2b2f33;border:1px solid #dfe8f1;box-shadow:inset 1px 1px 3px #f6f6f6;border-radius:3px;box-sizing:border-box;outline:none;line-height:1.3;height:24px;padding:0px 25px 0px 5px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,.modal .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url(\"../images/arrow.svg\");background-size:10px;background-repeat:no-repeat;background-position:0px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,.modal .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,.modal .select2-container--default .select2-selection--single .select2-selection__rendered{padding:1px 2px;font-family:Arial;font-size:13px;color:#2b2f33;line-height:1.5;font-weight:400}#wrapper .select2-container--default .select2-selection--single:hover,.modal .select2-container--default .select2-selection--single:hover{border:1px solid #bccfe1}#wrapper .select2-container--default .select2-selection--single:focus,#wrapper .select2-container--default .select2-selection--single:active,.modal .select2-container--default .select2-selection--single:focus,.modal .select2-container--default .select2-selection--single:active{border-color:#3da6ff !important}#wrapper .select2-container--default.select2-container--disabled .select2-selection--single,.modal .select2-container--default.select2-container--disabled .select2-selection--single{cursor:not-allowed;color:graytext;background-color:#ebebe4 !important}#wrapper input[type=text],.modal input[type=text]{font-family:\"Osaka-Mono\",\"MS Gothic\",sans-serif;font-size:100%}#wrapper textarea.wiki-edit,.modal textarea.wiki-edit{font-size:13px;font-family:\"Osaka-Mono\",\"MS Gothic\",sans-serif;letter-spacing:normal;line-height:130%}#wrapper select,.modal select{height:auto;appearance:none;background-image:url(\"../images/arrow.svg\");background-size:10px;background-repeat:no-repeat;background-position:95% 50%;padding-right:2.5em}#wrapper select::-ms-expand,.modal select::-ms-expand{display:none}#wrapper select:hover,.modal select:hover{border-color:#ccc;outline:none}#wrapper select:focus,#wrapper select:active,.modal select:focus,.modal select:active{border-color:#3da6ff !important}#wrapper select:-moz-focusring,.modal select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}#wrapper select[multiple=multiple],.modal select[multiple=multiple]{background:#fff;padding-right:5px}#wrapper .tabular label,.modal .tabular label{margin-top:5px}#wrapper .tabular label.error,.modal .tabular label.error{color:#b00 !important}#wrapper .tabular label.error+*:not(#issue_description_and_toolbar),#wrapper .tabular label.error+span#issue_description_and_toolbar div.jstBlock,.modal .tabular label.error+*:not(#issue_description_and_toolbar),.modal .tabular label.error+span#issue_description_and_toolbar div.jstBlock{border:1px solid #b00 !important}#wrapper label.inline,.modal label.inline{margin-right:5px}#wrapper input[type=submit],.modal input[type=submit]{border-radius:3px;padding:2px 12px 3px;color:#fff;border:1px solid #34495e;background:#34495e;box-shadow:none}#wrapper input[type=submit]:hover,#wrapper input[type=submit]:active,.modal input[type=submit]:hover,.modal input[type=submit]:active{border-color:#3f5872;background-color:#3f5872}#wrapper input[type=submit]:active,.modal input[type=submit]:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper input[type=submit]:disabled,.modal input[type=submit]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=button],.modal input[type=button]{border-radius:3px;padding:2px 12px 3px;color:#555a60;border:1px solid #dfe8f1;background:#fefeff;box-shadow:none}#wrapper input[type=button]:hover,#wrapper input[type=button]:active,.modal input[type=button]:hover,.modal input[type=button]:active{color:#2b2f33;border-color:#bfc8d1;background-color:#f3f3f9}#wrapper input[type=button]:active,.modal input[type=button]:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper input[type=button]:disabled,.modal input[type=button]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=checkbox],.modal input[type=checkbox]{width:16px;height:16px;margin:7px 2px 7px 0px;box-shadow:none}#wrapper .pagination ul.pages li.page,.modal .pagination ul.pages li.page{border:1px solid #dfe8f1;background:#fefeff;box-shadow:none}#wrapper .pagination ul.pages li.page:hover,#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:hover,.modal .pagination ul.pages li.page:active{border-color:#bfc8d1;background-color:#f3f3f9}#wrapper .pagination ul.pages li.page:hover a,#wrapper .pagination ul.pages li.page:active a,.modal .pagination ul.pages li.page:hover a,.modal .pagination ul.pages li.page:active a{color:#2b2f33}#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper .pagination ul.pages li.previous,#wrapper .pagination ul.pages li.next,.modal .pagination ul.pages li.previous,.modal .pagination ul.pages li.next{background:#fefeff}form .attributes select{width:85%}form .attributes .check_box_group label{width:100%}.select2-container.select2-container--default .select2-dropdown{box-shadow:0 3px 3px 0 rgba(0,0,0,.5);border:none}.select2-container.select2-container--default li.select2-results__option[role=option]:before{content:\" \";display:inline-block;line-height:1em;width:1em;height:1em;margin-right:4px;font-weight:bold}.select2-container.select2-container--default li.select2-results__option[role=option][aria-selected=true]:before{content:\"✓\"}.select2-container.select2-container--default li.select2-results__option--highlighted[role=option][aria-selected]{background-color:#759fc2;color:#fff}.select2-container.select2-container--default input.select2-search__field{background:#fff url(\"../images/search.svg\") no-repeat 2px 50%;background-size:12px 12px;background-position:5px;padding-left:20px}.select2-container.select2-container--default input.select2-search__field:focus{outline:none;border-color:#3da6ff}#errorExplanation,div.flash,.nodata,.warning,.conflict{padding:10px 12px 10px 30px;border-radius:3px;border:none}div.flash.error,#errorExplanation{color:#620f0f;background-color:#ffc6c6;border:none}div.flash.notice{color:#1e620f;background:#d3ffc6}div.flash.warning,.conflict{color:#624b0f;background:#ffeec6}.nodata,.warning{text-align:center;background-color:#ffeec6;color:#624b0f}div.modal{border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.2);padding:0}div.modal .ui-dialog-titlebar{padding:15px;border:none;background:#f7f9fa;color:#555;font-weight:normal;border-bottom:1px solid #e5e5e5}div.modal .ui-dialog-titlebar .ui-dialog-title{margin:0}div.modal .ui-dialog-titlebar .ui-dialog-titlebar-close{right:1em}div.modal .ui-dialog-content{padding:5px 15px 15px}.ui-widget-overlay{background:#000;opacity:.55}div.issue{background:#fff9c4;padding:20px;margin-bottom:12px;border-radius:3px;border:none}div.issue hr{width:auto;background:rgba(0,0,0,.12);padding:0 10px;margin:8px -10px}table.progress{margin:4px 6px 0px 0}table.progress td{height:.6em;border-radius:2px}table.progress td.closed{background-color:#4db6ac}p.percent{padding-top:2px}.edit_issue fieldset{border:none;background:#f4f7f9;margin-bottom:15px;border-radius:5px;padding:23px 12px 13px}.edit_issue fieldset legend{position:relative;top:18px}a[href*=activity][data-absolute-date*=\":\"]{margin:0 3px;box-shadow:inset 0 -1.5em 0 rgba(0,0,0,.08);display:inline-block;padding:0 3px;border-radius:3px}a[href*=activity][data-absolute-date*=\":\"]:before{content:\" [\" attr(data-absolute-date) \"] \"}div#content .tabs ul{border-bottom:1px solid #dfe8f1}div#content .tabs ul li a{background-color:#f0f0f0;border:1px solid #dfe8f1}div#content .tabs ul li a.selected{background-color:#fafcfe;border:1px solid #dfe8f1;border-bottom:1px solid #fafcfe}div#update .jstTabs.tabs li a{border-bottom:1px solid #dfe8f1}#history div.tabs{margin-bottom:0px}#history div.tabs ul li a.selected{background-color:#fff;border-bottom:1px solid #fff}#history .tab-content{background-color:#fff;border-radius:0px 0px 3px 3px;border-right:1px solid #dfe8f1;border-left:1px solid #dfe8f1;border-bottom:1px solid #dfe8f1;padding-top:15px;padding-left:10px}#history .tab-content.discontinuity .journal:after{content:none}#history .tab-content .journal{padding:8px 3px 3px 3px;background-color:#fff;position:relative;overflow:visible}#history .tab-content .journal:before{content:\"\";width:8px;height:8px;background-color:#fff;position:absolute;left:6px;top:16px;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;z-index:1}#history .tab-content .journal:after{content:\"\";height:100%;width:2px;background-color:#e5e5e5;position:absolute;left:9px;top:0px}#history .tab-content .journal:first-of-type:after{top:15px}#history .tab-content .journal:last-of-type:after{height:18px}#history .tab-content .journal:first-of-type:last-of-type:after{content:none}#history .tab-content .journal .contextual{padding-right:10px;padding-top:5px}#history .tab-content .journal .contextual .journal-actions,#history .tab-content .journal .contextual a.journal-link{position:relative;z-index:5}#history .tab-content .journal h4.note-header{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}#history .tab-content .journal h4.note-header a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#history .tab-content .journal h4.note-header:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}#history .tab-content .journal h4.note-header .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}#history .tab-content .journal:target .contextual+h4,#history .tab-content .journal div:target .contextual+h4{background:#def}#history .tab-content .journal:target .contextual+h4:before,#history .tab-content .journal div:target .contextual+h4:before{border-right:6px solid #def}#history .tab-content .journal .details{list-style:none;font-size:.9em;line-height:1.5;margin-bottom:1em;padding-left:46px}#history .tab-content .journal .details li{position:relative}#history .tab-content .journal .details li:after{display:block;content:\"\";position:absolute;top:.5em;left:-1em;width:4px;height:4px;background-color:#fff;border:1px solid #888;border-radius:50%}#history .tab-content .journal form .jstBlock,#history .tab-content .journal form input,#history .tab-content .journal div[id^=template_journal],#history .tab-content .journal .wiki:not(.wiki-preview),#history .tab-content .journal.time_entry p,#history .tab-content .journal.changeset .note>p{margin-left:32px}.tabular p{padding-left:160px}.edit_issue .tabular p{padding-left:130px}.edit_issue .tabular .wiki-preview p{padding-left:0 !important}.tabular label{margin-left:-160px;width:150px}.edit_issue .tabular label{margin-left:-130px;width:120px}fieldset#filters td.values input{height:inherit}.jstBlock .wiki-preview{border:1px solid #dfe8f1}.issue-card{background-color:#fff9c4}.controller-messages.action-show #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-messages.action-show #content>div.message>p{background-color:#e9eaf1;padding:6px 9px}.controller-messages.action-show #content>div.message>p a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#replies{background-color:#fff;border-radius:0px 0px 3px 3px;border:1px solid #dfe8f1;padding-top:15px;padding-left:10px}#replies .message.reply{padding:8px 3px 3px 3px !important;background-color:#fff;position:relative;overflow:visible}#replies .message.reply:before{content:\"\";width:8px;height:8px;background-color:#fff;position:absolute;left:6px;top:16px;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;z-index:1}#replies .message.reply:after{content:\"\";height:100%;width:2px;background-color:#e5e5e5;position:absolute;left:9px;top:0px}#replies .message.reply:first-of-type:after{top:15px}#replies .message.reply:last-of-type:after{height:18px}#replies .message.reply:first-of-type:last-of-type:after{content:none}#replies .message.reply .contextual{padding-right:10px;padding-top:5px}#replies .message.reply .contextual a{position:relative;z-index:5}#replies .message.reply .wiki{padding-left:32px}#replies .message.reply .contextual+h4{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}#replies .message.reply .contextual+h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#replies .message.reply .contextual+h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}#replies .message.reply .contextual+h4 .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}#replies .message.reply:target h4.note-header,#replies .message.reply div:target h4.note-header{background:#def}#replies .message.reply:target h4.note-header:before,#replies .message.reply div:target h4.note-header:before{border-right:6px solid #def}.controller-news.action-show #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-news.action-show #comments{background-color:#fff;border-radius:0px 0px 3px 3px;border:1px solid #dfe8f1;padding-top:15px;padding-left:10px}.controller-news.action-show #comments .wiki{padding-left:32px}.controller-news.action-show #comments .contextual{padding-right:10px;padding-top:5px}.controller-news.action-show #comments .contextual a{position:relative;z-index:5;padding-bottom:5px}.controller-news.action-show #comments .contextual+h4{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-news.action-show #comments .contextual+h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-news.action-show #comments .contextual+h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}.controller-news.action-show #comments .contextual+h4 .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}.controller-news.action-show #edit-news+p+div.wiki,.controller-news.action-show h2+p+div.wiki{position:relative;background-color:#fff;margin-bottom:10px;padding:20px;border-radius:3px;border:1px solid #dfe8f1}.controller-documents.action-index #content h3.group-name{position:relative;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;border-radius:4px}.controller-documents.action-index #content h4.title{font-size:1.2em;border-bottom:0px}.controller-repositories.action-revision #content>div.message,.controller-repositories.action-diff #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-repositories.action-revision.avatars-on .details h4,.controller-repositories.action-diff.avatars-on .details h4{left:35px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-repositories.action-revision.avatars-on .details h4 a[href*=activity][data-absolute-date*=\":\"],.controller-repositories.action-diff.avatars-on .details h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-repositories.action-revision.avatars-on .details h4:before,.controller-repositories.action-diff.avatars-on .details h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}.controller-repositories.action-revision.avatars-on .details h4 .gravatar,.controller-repositories.action-diff.avatars-on .details h4 .gravatar{position:absolute;left:-35px;z-index:5;margin-left:0}.controller-repositories.action-revision.avatars-off .details h4,.controller-repositories.action-diff.avatars-off .details h4{margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-repositories.action-revision.avatars-off .details h4 a[href*=activity][data-absolute-date*=\":\"],.controller-repositories.action-diff.avatars-off .details h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-repositories.action-revision .wiki.changeset-comments,.controller-repositories.action-revision #related-issues,.controller-repositories.action-revision .revision-info,.controller-repositories.action-diff .wiki.changeset-comments,.controller-repositories.action-diff #related-issues,.controller-repositories.action-diff .revision-info{background-color:#fff;padding:10px;border-radius:3px;border:1px solid #dfe8f1;margin:5px}.controller-repositories.action-revision .revision-info,.controller-repositories.action-diff .revision-info{padding-left:20px}div#activity dt .time{color:#444}div#activity dt.me .time{border-color:#666}div#activity dd span.description,#search-results dd span.description{color:#444}div#activity h3{position:relative;margin:0 19px 0 10px;border:none;background-color:#e9eaf1;padding:6px 9px;border-radius:4px}div#activity dl{margin-right:2em}","body {\n font-size: 13px;\n color: #222;\n line-height: 1.5;\n}\n\nhtml[lang=\"ja\"] body {\n font-family: Meiryo, \"Hiragino Kaku Gothic Pro\", \"Hiragino Sans\", \"MS PGothic\", Verdana, system-ui, sans-serif;\n}\n","h1, h2, h3, h4 {\n font-weight: normal;\n color: $default-heading-font-color;\n}\n\n#content h1 {\n color: $default-heading-font-color;\n}\n","$default-heading-font-color: #333;\n$color-issue-bg: #fff9c4;\n$color-header-bg: #e9eaf1;\n\n// icon\n$icon-color: #666;\n$hover-icon-color: #000000;\n$color-bookmark-icon: #557cff;\n$color-star-icon: #ffc400;\n$color-warning-icon: #ffae42;\n$color-success-icon: #55ab4f;\n$color-error-icon: #EC0B19;\n\n// priority\n$color-priority-lowest : #81D4FA;\n$color-priority-high3 : #EF9A9A;\n$color-priority-high2 : #E53935;\n$color-priority-highest : #C62828;\n\n// status\n$color-closed : #777777;\n","$color-top-menu-bg: #223342;\n$color-main-bg: #fafcfe;\n\n#top-menu {\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);\n background: $color-top-menu-bg;\n z-index: 1;\n position: relative;\n}\n\n#header {\n background: radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%), radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%), radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);\n padding: 10px 30px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n color: white;\n min-height: 1em;\n\n h1 {\n padding-bottom: 20px;\n color: white;\n }\n}\n\n#main {\n background-color: $color-main-bg;\n}\n\n#content {\n padding: 25px;\n background-color: $color-main-bg;\n box-sizing: border-box;\n width: 81%;\n}\n\n#sidebar {\n background-color: $color-header-bg;\n\n h3 { color: $default-heading-font-color; }\n}\n\n#sidebar-switch-button {\n &:hover {\n background-color: darken($color-header-bg, 10%);\n }\n}\n\n// Fix a problem that underlines is broken in chrome\na:hover, a:active {\n outline: 1px solid transparent;\n}\n\n@media screen and (max-width: 899px) {\n #content>.contextual>a, #content>.contextual .drdn, p.buttons a {\n background: #ffffff;\n }\n}\n",".box, .mypage-box,\n.controller-wiki.action-show .wiki.wiki-page,\n.controller-attachments.action-show .filecontent.wiki,\n.controller-repositories.action-entry .filecontent.wiki,\n.controller-wiki.action-index.pages-hierarchy,\n#activity,\n#roadmap article,\n.controller-news.action-index article.news-article,\n.controller-news.action-show #comments,\n.controller-projects.action-index li.root,\n.controller-documents.action-index .document-item\n {\n background-color: #fff;\n margin-bottom: 20px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n}\n\n.controller-wiki.action-show .wiki.wiki-page {\n margin-top: 25px;\n margin-bottom: 10px;\n}\n\n#activity {\n padding: 0px;\n h3 {\n top: 10px;\n }\n}\n\n.controller-news.action-index article.news-article {\n margin-bottom: 10px;\n}\n\n.gantt-table {\n background-color: #fff;\n}\n\n#wiki_add_attachment .box {\n padding: 6px;\n}\n\ndiv.issue-cards .issue-card {\n background-color: #fff9c4;\n}\n","$color-main-menu-line: #ffd600;\n$color-menu-children-bg: #ffffff;\n$color-menu-children-border: #dddddd;\n$color-menu-children-text: #777777;\n$color-menu-children-hover-bg: #eff4f6;\n$color-menu-children-hover-text: #2b2f33;\n\n\n#main-menu {\n ul{\n li {\n margin: 0;\n\n a {\n padding: 8px 12px;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &.selected, &:hover {\n position: relative;\n background: transparent;\n color: inherit;\n\n &:after {\n content: \"\";\n position: absolute;\n width: 100%;\n height: 3px;\n background-color: $color-main-menu-line;\n bottom: 0px;\n left: 0;\n }\n }\n\n &.selected:hover {\n background: transparent;\n color: white;\n }\n\n &.new-object {\n background: rgba(255,255,255,.05);\n border: 2px solid rgba(255,255,255,.25);\n position: relative;\n margin: 0 10px;\n padding: 0;\n width: 26px;\n height: 26px;\n line-height: 25px;\n border-radius: 50%;\n text-align: center;\n bottom: 1px;\n\n &:hover:after {\n content: none;\n }\n }\n\n }\n }\n\n .menu-children {\n border: none;\n background-color: $color-menu-children-bg;\n box-shadow: 0 1px 7px 2px rgba(135,158,171,.2);\n border-radius: 3px;\n\n li {\n border-bottom: $color-menu-children-border solid 1px;\n a {\n color: $color-menu-children-text;\n background-color: transparent;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &:after {\n content: none;\n }\n\n &:hover {\n color: $color-menu-children-hover-text;\n background: $color-menu-children-hover-bg;\n }\n }\n }\n }\n }\n}","$table-head-cell-padding: 5px;\n$table-cell-padding: 4px;\n$line-height-base: 1.74;\n$line-height-computed: 25px;\n$color-table-border: #dfe8f1;\n$color-th-bg: #eff1f9;\n$color-odd-bg: #f9f9f9;\n\n\ntable.list {\n border: none;\n margin-bottom: $line-height-computed;\n background-color: white;\n\n // Cells\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n line-height: $line-height-base;\n vertical-align: top;\n border-top: 1px solid $color-table-border;\n font-size: 0.9em;\n &.checkbox {\n padding: $table-cell-padding;\n\n input {\n margin: 0 7px 0 15px !important;\n }\n }\n }\n &.priority-lowest {\n background-color: lighten($color-priority-lowest, 20%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-lowest inset;\n }\n }\n &.priority-high3 {\n background-color: lighten($color-priority-high3, 18%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high3 inset;\n }\n }\n &.priority-high2 {\n background-color: lighten($color-priority-high2, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high2 inset;\n }\n }\n &.priority-highest {\n background-color: lighten($color-priority-highest, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-highest inset;\n }\n }\n &.closed {\n color: $color-closed;\n a { color: $color-closed; }\n }\n &:hover {\n background-color: #fff9c4;\n }\n }\n }\n // Bottom align for column headings\n > thead > tr > th {\n color: #4b5056;\n font-weight: 700;\n vertical-align: bottom;\n border-bottom: 2px solid $color-table-border;\n background-color: $color-th-bg;\n padding: $table-head-cell-padding;\n &.checkbox { padding: $table-head-cell-padding; }\n }\n // Remove top border from thead by default\n > caption + thead,\n > colgroup + thead,\n > thead:first-child {\n > tr:first-child {\n > th,\n > td {\n border-top: 0;\n }\n }\n }\n // Account for multiple tbody instances\n > tbody + tbody {\n border-top: 2px solid $color-table-border;\n }\n\n td.attachments {\n padding-bottom: 5px;\n }\n}\n","div.wiki {\n h1, h2, h3, h4 {\n font-weight: bold;\n }\n ul.toc {\n background-color: $color-issue-bg;\n border: none;\n padding: 9px;\n border-radius: 4px;\n }\n}\n\n/* Fix an issue where the default line-height is 1.5em, which breaks the layout. */\n.box div.wiki-preview {\n line-height: 1.5;\n}","$input-padding: 4px 6px;\n$color-input-bg: #ffffff;\n$color-disabled-input-bg: #ebebe4;\n$color-input-text: #2b2f33;\n$color-input-border: #dfe8f1;\n$color-input-border-focus: #3da6ff;\n$color-validation-error-input-border: #bb0000;\n\n$color-submit-text: #ffffff;\n$color-submit-border: #34495e;\n$color-submit-bg: #34495e;\n$color-submit-disabled-bg: #95a5a6;\n$color-submit-hover-border: #3f5872;\n$color-submit-hover-bg: #3f5872;\n\n$color-button-text: #555a60;\n$color-button-border: #dfe8f1;\n$color-button-bg: #fefeff;\n$color-button-disabled-bg: #95a5a6;\n$color-button-hover-text: #2b2f33;\n$color-button-hover-border: #bfc8d1;\n$color-button-hover-bg: #f3f3f9;\n\n$checkbox-size: 16px;\n$checkbox-margin: 7px 2px 7px 0px;\n\n\n#wrapper, .modal {\n input[type=\"text\"],\n input[type=\"password\"],\n input[type=\"date\"],\n input[type=\"file\"],\n select,\n textarea {\n background-color: $color-input-bg;\n padding: $input-padding;\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n height: auto;\n line-height: 1.3;\n\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n &.filename {\n box-shadow: none;\n }\n\n &:disabled {\n background-color: $color-disabled-input-bg;\n }\n }\n .select2-container--default .select2-selection--single {\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n line-height: 1.3;\n height: 24px;\n padding: 0px 25px 0px 5px;\n .select2-selection__arrow {\n // Hide original arrow icon\n b {\n display: none;\n }\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 0px;\n }\n .select2-selection__rendered {\n padding: 1px 2px;\n font-family: Arial;\n font-size: 13px;\n color: #2b2f33;\n line-height: 1.5;\n font-weight: 400;\n }\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n }\n .select2-container--default.select2-container--disabled .select2-selection--single {\n cursor: not-allowed;\n color: graytext;\n background-color: #ebebe4 !important;\n }\n // テキストボックスで等幅フォントを使用\n input[type=\"text\"] {\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n font-size: 100%;\n }\n\n textarea.wiki-edit {\n font-size: 13px;\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n letter-spacing: normal;\n line-height: 130%;\n }\n\n select {\n height: auto;\n appearance: none;\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 95% 50%;\n padding-right: 2.5em;\n\n &::-ms-expand {\n display: none;\n }\n\n &:hover {\n border-color: #ccc;\n outline: none;\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n // Fix Firefox dotted focusring\n &:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 #000;\n }\n\n &[multiple=\"multiple\"] {\n background: white;\n padding-right: 5px;\n }\n }\n\n .tabular label {\n margin-top: 5px;\n\n &.error {\n color: $color-validation-error-input-border !important;\n }\n &.error + *:not(#issue_description_and_toolbar), &.error + span#issue_description_and_toolbar div.jstBlock {\n border: 1px solid $color-validation-error-input-border !important;\n }\n }\n\n label.inline {\n margin-right: 5px;\n }\n\n input[type=\"submit\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-submit-text;\n border: 1px solid $color-submit-border;\n background: $color-submit-bg;\n box-shadow: none;\n &:hover, &:active {\n border-color: $color-submit-hover-border;\n background-color: $color-submit-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-submit-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"button\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-button-text;\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n color: $color-button-hover-text;\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-button-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"checkbox\"] {\n width: $checkbox-size;\n height: $checkbox-size;\n margin: $checkbox-margin;\n box-shadow: none;\n }\n\n .pagination ul.pages li.page {\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n a { color: $color-button-hover-text; }\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n }\n .pagination ul.pages li.previous, .pagination ul.pages li.next {\n background: $color-button-bg;\n }\n}\n\nform .attributes {\n select { width: 85%; }\n\n .check_box_group label {\n width: 100%;\n }\n}\n\n.select2-container.select2-container--default {\n .select2-dropdown {\n box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);\n border: none;\n }\n li.select2-results__option[role=\"option\"] {\n &:before {\n content: ' ';\n display: inline-block;\n line-height: 1em;\n width: 1em;\n height: 1em;\n margin-right: 4px;\n font-weight: bold;\n }\n }\n li.select2-results__option[role=\"option\"][aria-selected=true] {\n &:before {\n content: \"\\2713 \";\n }\n }\n li.select2-results__option--highlighted[role=\"option\"][aria-selected] {\n background-color: #759FC2;\n color: #fff;\n }\n\n input.select2-search__field {\n background: #fff url('../images/search.svg') no-repeat 2px 50%;\n background-size: 12px 12px;\n background-position: 5px;\n padding-left: 20px;\n &:focus {\n outline: none;\n border-color: $color-input-border-focus;\n }\n }\n}\n","$flash-padding: 10px 12px 10px 30px;\n\n$color-flash-error-text: #620f0f;\n$color-flash-error-bg: #ffc6c6;\n$color-flash-notice-text: #1e620f;\n$color-flash-notice-bg: #d3ffc6;\n$color-flash-warning-text: #624b0f;\n$color-flash-warning-bg: #ffeec6;\n\n#errorExplanation, div.flash, .nodata, .warning, .conflict {\n padding: $flash-padding;\n border-radius: 3px;\n border: none;\n}\n\ndiv.flash.error, #errorExplanation {\n color: $color-flash-error-text;\n background-color: $color-flash-error-bg;\n border: none;\n}\n\ndiv.flash.notice {\n color: $color-flash-notice-text;\n background: $color-flash-notice-bg;\n}\n\ndiv.flash.warning, .conflict {\n color: $color-flash-warning-text;\n background: $color-flash-warning-bg;\n}\n\n.nodata, .warning {\n text-align: center;\n background-color: #ffeec6;\n color: #624b0f;\n}\n","$color-modal-titlebar-bg: #f7f9fa;\n$color-modal-titlebar-text: #555555;\n$color-modal-titlebar-border: #e5e5e5;\n\n\ndiv.modal {\n border: none;\n box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);\n padding: 0;\n\n .ui-dialog-titlebar {\n padding: 15px;\n border: none;\n background: $color-modal-titlebar-bg;\n color: $color-modal-titlebar-text;\n font-weight: normal;\n border-bottom: 1px solid $color-modal-titlebar-border;\n\n .ui-dialog-title {\n margin: 0;\n }\n\n .ui-dialog-titlebar-close {\n right: 1em;\n }\n }\n\n .ui-dialog-content {\n padding: 5px 15px 15px;\n }\n}\n\n.ui-widget-overlay {\n background: black;\n opacity: 0.55;\n}","$issue-padding: 20px;\n\n$progress-height: 0.6em;\n$color-progress-closed-bg: #4DB6AC;\n\n$histry-padding: 15px;\n$color-history-bg: #ffffff;\n$color-history-border: #dfe8f1;\n\n$timeline-point-size: 8px;\n$color-timeline: #e5e5e5;\n\n$note-title-margin: 0 19px 0 10px;\n$note-title-padding: 6px 9px;\n$color-note-title-bg: #e9eaf1;\n\n$color-content-bg: #fafcfe;\n$color-unselected-tab-bg: #f0f0f0;\n$color-target-bg: #DDEEFF;\n\ndiv.issue {\n background: $color-issue-bg;\n padding: $issue-padding;\n margin-bottom: 12px;\n border-radius: 3px;\n border: none;\n\n hr {\n width: auto;\n background: rgba(0,0,0,0.12);\n padding: 0 10px;\n margin: 8px -10px;\n }\n}\n\ntable.progress {\n margin: 4px 6px 0px 0;\n\n td {\n height: $progress-height;\n border-radius: 2px;\n\n &.closed {\n background-color: $color-progress-closed-bg;\n }\n }\n}\n\np.percent {\n padding-top: 2px;\n}\n\n.edit_issue fieldset {\n border: none;\n background: #f4f7f9;\n margin-bottom: 15px;\n border-radius: 5px;\n padding: 23px 12px 13px;\n\n legend {\n position: relative;\n top: 18px;\n }\n}\n\n// 作成日・更新日に実際の日時を表示\na[href*=\"activity\"][data-absolute-date*=\":\"] {\n margin: 0 3px;\n box-shadow: inset 0 -1.5em 0 rgba(0, 0, 0, 0.08);\n display: inline-block;\n padding: 0 3px;\n border-radius: 3px;\n &:before {\n content: ' [' attr(data-absolute-date) '] ';\n }\n}\n\ndiv#content .tabs {\n ul {\n border-bottom: 1px solid $color-history-border;\n\n li a {\n background-color: $color-unselected-tab-bg;\n border: 1px solid $color-history-border;\n\n &.selected {\n background-color: $color-content-bg;\n border: 1px solid $color-history-border;\n border-bottom: 1px solid $color-content-bg;\n }\n }\n }\n}\ndiv#update .jstTabs.tabs li a {\n border-bottom: 1px solid $color-history-border;\n}\n\n#history {\n div.tabs {\n margin-bottom: 0px;\n\n ul li a.selected {\n background-color: $color-history-bg;\n border-bottom: 1px solid $color-history-bg;\n }\n }\n .tab-content {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border-right: 1px solid $color-history-border;\n border-left: 1px solid $color-history-border;\n border-bottom: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n // Do not show vertical lines connecting history if tab-notes or tab-properties\n &.discontinuity .journal:after {\n content: none;\n }\n\n .journal {\n padding: 8px 3px 3px 3px;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n .journal-actions, a.journal-link {\n position: relative;\n z-index: 5;\n }\n }\n\n // #tab-content-changesets内のh4要素のみ.contextualと隣接していないため個別の書き方をしている\n h4.note-header {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target .contextual + h4, div:target .contextual + h4 {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n\n .details {\n list-style: none;\n font-size: 0.9em;\n line-height: 1.5;\n margin-bottom: 1em;\n padding-left: 46px;\n\n li {\n position: relative;\n\n &:after {\n display: block;\n content: '';\n position: absolute;\n top: .5em;\n left: -1em;\n width: 4px;\n height: 4px;\n background-color: $color-history-bg;\n border: 1px solid #888;\n border-radius: 50%;\n }\n }\n }\n\n form .jstBlock, form input, div[id^=\"template_journal\"],\n .wiki:not(.wiki-preview),\n &.time_entry p, &.changeset .note > p {\n margin-left: 32px;\n }\n }\n }\n}\n\n.tabular p {\n padding-left: 160px;\n\n .edit_issue & {\n padding-left: 130px;\n }\n}\n.edit_issue .tabular .wiki-preview p {padding-left: 0 !important}\n\n.tabular label {\n margin-left: -160px;\n width: 150px;\n\n .edit_issue & {\n margin-left: -130px;\n width: 120px;\n }\n}\n\nfieldset#filters td.values input {\n height: inherit;\n}\n\n.jstBlock .wiki-preview {\n border: 1px solid $color-history-border;\n}\n\n.issue-card {\n background-color: $color-issue-bg;\n}","// forum(board)\n\n.controller-messages.action-show #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n\n & > p {\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n}\n\n#replies {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .message.reply {\n padding: 8px 3px 3px 3px !important;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n }\n }\n\n .wiki {\n padding-left: 32px;\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target h4.note-header, div:target h4.note-header {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n }\n}",".controller-news.action-show {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n #comments {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .wiki {\n padding-left: 32px;\n }\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n padding-bottom: 5px;\n }\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n\n #edit-news + p + div.wiki, h2 + p + div.wiki {\n position: relative;\n background-color: #fff;\n margin-bottom: 10px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n }\n}",".controller-documents.action-index #content {\n h3.group-name {\n position: relative;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n }\n h4.title {\n font-size: 1.2em;\n border-bottom: 0px;\n }\n}","// forum(board)\n\n.controller-repositories.action-revision, .controller-repositories.action-diff {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n &.avatars-on .details {\n h4 {\n left: 35px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n &.avatars-off .details {\n h4 {\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n }\n\n .wiki.changeset-comments, #related-issues, .revision-info {\n background-color: #fff;\n padding: 10px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n margin: 5px;\n }\n\n .revision-info {\n padding-left: 20px;\n }\n}\n","div#activity dt .time { color: #444; }\ndiv#activity dt.me .time { border-color: #666; }\ndiv#activity dd span.description, #search-results dd span.description { color: #444; }\n\ndiv#activity h3 {\n position: relative;\n margin: $note-title-margin;\n border: none;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n}\n\ndiv#activity dl {\n margin-right: 2em;\n}"],"names":[],"sourceRoot":""} \ No newline at end of file From 64fa04c106ef8e0883bbaca95384bc57cc65b3f5 Mon Sep 17 00:00:00 2001 From: ishikawa999 Date: Thu, 7 Nov 2024 07:29:35 +0000 Subject: [PATCH 7/9] Remove unused webfonts --- src/styles/foundation/variables.scss | 9 --------- stylesheets/theme.css.map | 2 +- stylesheets/webfonts/fa-regular-400.ttf | Bin 63348 -> 0 bytes stylesheets/webfonts/fa-regular-400.woff2 | Bin 24488 -> 0 bytes stylesheets/webfonts/fa-solid-900.ttf | Bin 394668 -> 0 bytes stylesheets/webfonts/fa-solid-900.woff2 | Bin 150020 -> 0 bytes webpack.config.js | 10 ---------- 7 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 stylesheets/webfonts/fa-regular-400.ttf delete mode 100644 stylesheets/webfonts/fa-regular-400.woff2 delete mode 100644 stylesheets/webfonts/fa-solid-900.ttf delete mode 100644 stylesheets/webfonts/fa-solid-900.woff2 diff --git a/src/styles/foundation/variables.scss b/src/styles/foundation/variables.scss index bb2a903..4b00132 100644 --- a/src/styles/foundation/variables.scss +++ b/src/styles/foundation/variables.scss @@ -2,15 +2,6 @@ $default-heading-font-color: #333; $color-issue-bg: #fff9c4; $color-header-bg: #e9eaf1; -// icon -$icon-color: #666; -$hover-icon-color: #000000; -$color-bookmark-icon: #557cff; -$color-star-icon: #ffc400; -$color-warning-icon: #ffae42; -$color-success-icon: #55ab4f; -$color-error-icon: #EC0B19; - // priority $color-priority-lowest : #81D4FA; $color-priority-high3 : #EF9A9A; diff --git a/stylesheets/theme.css.map b/stylesheets/theme.css.map index a0bdd61..bd6cecc 100644 --- a/stylesheets/theme.css.map +++ b/stylesheets/theme.css.map @@ -1 +1 @@ -{"version":3,"file":"theme.css","mappings":"AAAA,KCCE,UACA,CAFF,cACE,CACA,eACA,oBAGF,iGACE,aCNA,WADF,eCA6B,aDK7B,UCL6B,WCI3B,kBAJkB,CAGpB,oCACE,CAEA,kBANkB,SAOlB,SAGF,qMACE,CACA,mCACA,WACA,gBAHA,iBAIA,YAGE,WADF,mBAEE,CAlBgB,eAsBpB,wBAQE,CA9BkB,8BA6BlB,CAHF,YACE,CAEA,SACA,UAGF,wBDhCkB,aCmChB,UDrC2B,8BCyC3B,wBACI,kBAKN,+BACE,qCAGF,8DACE,eACE,6aCrDJ,qBAYE,CAGA,yBADA,iBACA,CAHA,kBACA,aAGA,8CAIA,mBADF,eAEE,WAGF,SACE,cACA,QACE,oDAIJ,kBACE,cAGF,qBACE,2BAGF,WACE,6BAGF,wBACE,kBClCE,QACE,oBAIE,gBADA,mBACA,CAFF,gBAGE,sDAGE,wBACA,eAFF,iBAGE,kEAME,wBA3BqB,SA6BrB,CANF,UACE,CAEA,UACA,CAEA,OALA,iBACA,WAKA,mCAIJ,wBACE,WACA,+BAGF,gCACE,uCACA,CAMA,iBACA,CACA,WAJA,WACA,iBACA,CALA,aACA,UACA,CAHA,iBACA,CAMA,iBACA,CALA,UAMA,2CAEA,YACE,8BAQN,qBA5D2B,CA2D7B,WACE,CAEA,kBA9D2B,6CA+D3B,iCAEA,4BACE,mCAhEyB,8BAmEvB,CAFF,UAjEyB,CAoEvB,gBADA,mBAEA,yCAEA,YACE,yCAtEqB,mBAyEvB,aA1EuB,YCDP,sBAM1B,WACE,mBAEA,2IAUM,4BACA,gBAJF,gBAjBoB,mBAsBlB,iMACA,WAxBkB,qOA2BhB,6BACE,6GAIN,wBACE,iJACA,kCACE,0GAGJ,wBACE,8IACA,kCACE,0GAGJ,wBACE,8IACA,kCACE,gHAGJ,wBACE,oJACA,kCACE,CJlCgB,wKIuClB,UJvCkB,+EIyCpB,wBACE,wBASJ,wBAlEsB,CAiEtB,+BACA,CAJF,aACE,gBACA,CAhEsB,YAgEtB,qBArEsB,iCA0EtB,WA1EsB,6QAiFpB,YAEE,wBAKN,4BACE,2BAGF,kBACE,iDC5FF,eACE,iBAEF,wBLHe,YKKb,CACA,kBADA,WAEA,uBAKJ,eACE,iRCcA,qBA3Be,CAEE,wBAkCf,CACA,iBACA,CAFA,oCACA,CACA,qBACA,CAxCY,aAGG,CAsCf,WACA,iBAFA,YACA,CAxCa,eA0Cb,yVAEA,wBACE,6rBAGF,8BAEE,6XAGF,eACE,6XAGF,wBAxDsB,+HACP,wBA6Df,CACA,iBACA,CAFA,oCACA,CACA,qBACA,CALF,aA3DiB,CAkEf,WACA,CAFA,eACA,CAFA,YACA,CAEA,oBACA,mLACA,wZAmBE,8PAKA,qMAMF,cADA,iBACA,+BAGF,CAHE,gBADA,eAIF,2IAME,+SAWA,8BAEA,uLAWA,kCAEE,CALA,iCAKA,8FAKA,CACA,qEAIA,2CACA,CAFF,eAEE,qBAIJ,iBACE,sDAEA,qBACE,yaAwBA,CAEF,2BA3KuB,CAyKrB,2BAEF,CAFE,qBA3BF,YA9IuB,mBA6KrB,uDAIJ,YACE,2CA9KgB,iBAiLhB,cA/Kc,sFAiLd,2FA/KsB,mBACE,uBACJ,qEAoLlB,gFACA,yEAxLqB,oBA4LrB,+RAcF,iJAvMoB,4CADI,kBACJ,2BADI,oBACJ,uIAFE,kHAiNpB,4CADA,SACA,oHAGJ,uDASE,4CAHF,kBAGE,eAKF,CANA,aACE,CAHF,oBAQA,uIAOI,wBACA,CAFA,oBACA,CALF,aAOE,qEAGA,8HAKA,sGAKF,gBAFF,WACE,CACA,qBAFF,UAEE,2EAGF,kBACE,CADF,yBACE,8LA1QuB,wBCI3B,CDJ2B,oBCI3B,uLAL2B,aACA,yFA2BzB,2CC3BF,CD2BE,SC3BF,6JAL8B,kBACA,yBAc1B,UACA,kDAEA,iEASF,YALE,qCAKF,8FR1Be,WSDD,qBAuBd,CAKE,gBAHF,UAEA,CAJA,eACA,CAGA,gBACE,CAJF,SAIE,CACA,iHA3Bc,WAsCd,mHAaF,wBAEA,sFAIA,ynBAwCE,CA7Fe,wBA6Ff,yBA7Fe,kBAiGb,iFAMF,qBADA,YACA,wDAIA,8BA5Ga,2BA4Gb,mCAII,wBAGJ,YACE,CAJE,aAIF,kBAnHa,kBAqHb,CArHa,aAqHb,CACA,4BAEA,kBArHgB,CAmHhB,aAnHgB,kBAHH,wBA8HX,cACA,CA5Hc,iBA4Hd,sBACA,2DAEA,UAGF,+BAjIW,kBAsIT,CAEA,4CAFA,UACA,gBACA,CAJA,YAIA,gDAIA,iEAIA,uCAGF,qBACE,mCAGF,YACE,WACA,wHAEA,CAEE,iBAFF,cAEE,CAJF,UAIE,kCAKJ,mBAEE,iBAlKY,CAiKZ,WAjKY,0BAqKZ,wBAnKc,0BADD,sBAwKb,0FAEA,6BAEE,sEAUA,kBALA,2CAIA,qBACA,CANA,YACA,CAKA,gEAEA,2CAGF,qBACE,+BAGA,2BACA,6GA3LQ,sIAmMV,eACE,oCAIJ,qBACE,6BAEA,uBACA,qBACA,CAGE,+BAIE,CAJF,8BAHF,wDAGE,CAKE,iBACA,CAFA,gBAEA,oDAlOO,4CAwOP,2SAeV,wBAEA,CATM,UAMR,aAII,SADF,iBACE,OAJJ,SAII,oDAGJ,QAEA,mDAEE,WAEA,iEAMF,YACE,4CAIA,kBAGF,iBTtRiB,sHSKE,iBADF,yDAQI,sDCFjB,CDEiB,+BCLnB,UDMoB,oBADD,iBCLnB,iBAGE,CACE,yFAQJ,eACA,UDhBe,sDCwBb,qCDpBkB,+BAHH,CCsBf,kCACA,CAJF,WDnBiB,QCsBf,CAFA,UADF,iBACE,QDpBe,iECiCb,UACA,CACA,cAFA,kBACA,OACA,yHAUA,4IAQA,2BAIA,yCAIA,cACA,iBAFF,eACE,CACA,kBAEA,iBACE,4CAKJ,iBACE,kDAQA,qBDvEgB,CADD,qBC2Ef,kBACA,CAPA,WADA,cAIA,WADA,UAFA,iBDtEc,SCwEd,UAKA,uSAeE,4BACA,4DAIA,sCAGA,wBACA,4FD/FU,0HCuGZ,wBACE,uDCxHJ,qBFIe,yBEFf,CAHF,iBACE,CAGA,qEFCe,wBEIf,oHAKA,eACE,0CAGA,wBACA,CAFF,yBACE,CACA,iBAEA,CAFA,gBAEA,yBAGE,sBAIJ,gBACE,CAPE,6BAEA,kBAKF,gCAIA,sBAGA,iBACA,8BF1Bc,WEqBd,UACA,CFrBe,SACC,iBADD,SEwBf,CFzBc,SEqBd,CAKA,wCAEA,wBAEE,CAJF,uBAIE,iCAJF,SAIE,6CAIA,QACA,4CAIA,qEAEA,iDACA,yEAMA,iBACA,UACA,wFAUJ,wBACA,CAHA,YAIA,iCAHA,eACA,CAVI,SAMN,CACE,oBACA,CAGA,eACA,CANF,iBAME,mFCtEA,eHUkB,yDGHlB,wGAJA,WAGA,QACA,CAFF,UAFE,kBAEF,OACE,QACA,kDHLe,WADF,cIDb,iBJEe,kBADF,gHIMb,+GJGkB,2BIKhB,mDACA,2IAEA,wBACE,CAHF,0BAIE,qJAIA,kBACA,gBACA,sDAIA,kBACA,CADA,2BACA,uDACA,qCAIA,iBACA,CAFF,cACE,CAJA,8DAGF,CAHE,iBAMA,kGACA,uFAaF,qEADA,kCACA,CALA,UACA,CJvCe,QI0Cf,CAHA,SJtCgB,CIsChB,kBJtCgB,OADD,QI2Cf,6HAEA,+FAEE,mOAKN,CALM,iDAKN,sDAGE,eACA,CADA,eAEA,yHAIA,qBC1EJ,yBACA,CDwEE,iBACE,CCzEJ,yILYqB,wBKArB,CANE,WLOoB,CKApB,iCLAoB,eADD,CKRnB,UAEA,qBAMF,eACE,CATA,iBASA","sources":["webpack://bleuclair/./src/styles/bleuclair.scss","webpack://bleuclair/./src/styles/components/_scaffolding.scss","webpack://bleuclair/./src/styles/components/_type.scss","webpack://bleuclair/./src/styles/foundation/variables.scss","webpack://bleuclair/./src/styles/components/_layout.scss","webpack://bleuclair/./src/styles/components/_box.scss","webpack://bleuclair/./src/styles/components/_main_menu.scss","webpack://bleuclair/./src/styles/components/_table.scss","webpack://bleuclair/./src/styles/components/_wiki.scss","webpack://bleuclair/./src/styles/components/_inputs.scss","webpack://bleuclair/./src/styles/components/_flash.scss","webpack://bleuclair/./src/styles/components/_modal.scss","webpack://bleuclair/./src/styles/components/_issues.scss","webpack://bleuclair/./src/styles/components/_boards.scss","webpack://bleuclair/./src/styles/components/_news.scss","webpack://bleuclair/./src/styles/components/_documents.scss","webpack://bleuclair/./src/styles/components/_repositories.scss","webpack://bleuclair/./src/styles/components/_activities.scss"],"sourcesContent":["body{font-size:13px;color:#222;line-height:1.5}html[lang=ja] body{font-family:Meiryo,\"Hiragino Kaku Gothic Pro\",\"Hiragino Sans\",\"MS PGothic\",Verdana,system-ui,sans-serif}h1,h2,h3,h4{font-weight:normal;color:#333}#content h1{color:#333}#top-menu{box-shadow:0 2px 5px rgba(0,0,0,.16);background:#223342;z-index:1;position:relative}#header{background:radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%),radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%),radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);padding:10px 30px;box-shadow:0 1px 2px rgba(0,0,0,.1);color:#fff;min-height:1em}#header h1{padding-bottom:20px;color:#fff}#main{background-color:#fafcfe}#content{padding:25px;background-color:#fafcfe;box-sizing:border-box;width:81%}#sidebar{background-color:#e9eaf1}#sidebar h3{color:#333}#sidebar-switch-button:hover{background-color:#caccdd}a:hover,a:active{outline:1px solid rgba(0,0,0,0)}@media screen and (max-width: 899px){#content>.contextual>a,#content>.contextual .drdn,p.buttons a{background:#fff}}.box,.mypage-box,.controller-wiki.action-show .wiki.wiki-page,.controller-attachments.action-show .filecontent.wiki,.controller-repositories.action-entry .filecontent.wiki,.controller-wiki.action-index.pages-hierarchy,#activity,#roadmap article,.controller-news.action-index article.news-article,.controller-news.action-show #comments,.controller-projects.action-index li.root,.controller-documents.action-index .document-item{background-color:#fff;margin-bottom:20px;padding:20px;border-radius:3px;border:1px solid #dfe8f1}.controller-wiki.action-show .wiki.wiki-page{margin-top:25px;margin-bottom:10px}#activity{padding:0px}#activity h3{top:10px}.controller-news.action-index article.news-article{margin-bottom:10px}.gantt-table{background-color:#fff}#wiki_add_attachment .box{padding:6px}div.issue-cards .issue-card{background-color:#fff9c4}#main-menu ul li{margin:0}#main-menu ul li a{padding:8px 12px;letter-spacing:.5px;font-weight:normal}#main-menu ul li a.selected,#main-menu ul li a:hover{position:relative;background:rgba(0,0,0,0);color:inherit}#main-menu ul li a.selected:after,#main-menu ul li a:hover:after{content:\"\";position:absolute;width:100%;height:3px;background-color:#ffd600;bottom:0px;left:0}#main-menu ul li a.selected:hover{background:rgba(0,0,0,0);color:#fff}#main-menu ul li a.new-object{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.25);position:relative;margin:0 10px;padding:0;width:26px;height:26px;line-height:25px;border-radius:50%;text-align:center;bottom:1px}#main-menu ul li a.new-object:hover:after{content:none}#main-menu ul .menu-children{border:none;background-color:#fff;box-shadow:0 1px 7px 2px rgba(135,158,171,.2);border-radius:3px}#main-menu ul .menu-children li{border-bottom:#ddd solid 1px}#main-menu ul .menu-children li a{color:#777;background-color:rgba(0,0,0,0);letter-spacing:.5px;font-weight:normal}#main-menu ul .menu-children li a:after{content:none}#main-menu ul .menu-children li a:hover{color:#2b2f33;background:#eff4f6}table.list{border:none;margin-bottom:25px;background-color:#fff}table.list>thead>tr>th,table.list>thead>tr>td,table.list>tbody>tr>th,table.list>tbody>tr>td,table.list>tfoot>tr>th,table.list>tfoot>tr>td{line-height:1.74;vertical-align:top;border-top:1px solid #dfe8f1;font-size:.9em}table.list>thead>tr>th.checkbox,table.list>thead>tr>td.checkbox,table.list>tbody>tr>th.checkbox,table.list>tbody>tr>td.checkbox,table.list>tfoot>tr>th.checkbox,table.list>tfoot>tr>td.checkbox{padding:4px}table.list>thead>tr>th.checkbox input,table.list>thead>tr>td.checkbox input,table.list>tbody>tr>th.checkbox input,table.list>tbody>tr>td.checkbox input,table.list>tfoot>tr>th.checkbox input,table.list>tfoot>tr>td.checkbox input{margin:0 7px 0 15px !important}table.list>thead>tr.priority-lowest,table.list>tbody>tr.priority-lowest,table.list>tfoot>tr.priority-lowest{background-color:#e3f5fe}table.list>thead>tr.priority-lowest td.checkbox,table.list>tbody>tr.priority-lowest td.checkbox,table.list>tfoot>tr.priority-lowest td.checkbox{box-shadow:6px 0px 0px 0px #81d4fa inset}table.list>thead>tr.priority-high3,table.list>tbody>tr.priority-high3,table.list>tfoot>tr.priority-high3{background-color:#fce9e9}table.list>thead>tr.priority-high3 td.checkbox,table.list>tbody>tr.priority-high3 td.checkbox,table.list>tfoot>tr.priority-high3 td.checkbox{box-shadow:6px 0px 0px 0px #ef9a9a inset}table.list>thead>tr.priority-high2,table.list>tbody>tr.priority-high2,table.list>tfoot>tr.priority-high2{background-color:#f9d4d3}table.list>thead>tr.priority-high2 td.checkbox,table.list>tbody>tr.priority-high2 td.checkbox,table.list>tfoot>tr.priority-high2 td.checkbox{box-shadow:6px 0px 0px 0px #e53935 inset}table.list>thead>tr.priority-highest,table.list>tbody>tr.priority-highest,table.list>tfoot>tr.priority-highest{background-color:#efb1b1}table.list>thead>tr.priority-highest td.checkbox,table.list>tbody>tr.priority-highest td.checkbox,table.list>tfoot>tr.priority-highest td.checkbox{box-shadow:6px 0px 0px 0px #c62828 inset}table.list>thead>tr.closed,table.list>tbody>tr.closed,table.list>tfoot>tr.closed{color:#777}table.list>thead>tr.closed a,table.list>tbody>tr.closed a,table.list>tfoot>tr.closed a{color:#777}table.list>thead>tr:hover,table.list>tbody>tr:hover,table.list>tfoot>tr:hover{background-color:#fff9c4}table.list>thead>tr>th{color:#4b5056;font-weight:700;vertical-align:bottom;border-bottom:2px solid #dfe8f1;background-color:#eff1f9;padding:5px}table.list>thead>tr>th.checkbox{padding:5px}table.list>caption+thead>tr:first-child>th,table.list>caption+thead>tr:first-child>td,table.list>colgroup+thead>tr:first-child>th,table.list>colgroup+thead>tr:first-child>td,table.list>thead:first-child>tr:first-child>th,table.list>thead:first-child>tr:first-child>td{border-top:0}table.list>tbody+tbody{border-top:2px solid #dfe8f1}table.list td.attachments{padding-bottom:5px}div.wiki h1,div.wiki h2,div.wiki h3,div.wiki h4{font-weight:bold}div.wiki ul.toc{background-color:#fff9c4;border:none;padding:9px;border-radius:4px}.box div.wiki-preview{line-height:1.5}#wrapper input[type=text],#wrapper input[type=password],#wrapper input[type=date],#wrapper input[type=file],#wrapper select,#wrapper textarea,.modal input[type=text],.modal input[type=password],.modal input[type=date],.modal input[type=file],.modal select,.modal textarea{background-color:#fff;padding:4px 6px;color:#2b2f33;border:1px solid #dfe8f1;box-shadow:inset 1px 1px 3px #f6f6f6;border-radius:3px;box-sizing:border-box;outline:none;height:auto;line-height:1.3}#wrapper input[type=text]:hover,#wrapper input[type=password]:hover,#wrapper input[type=date]:hover,#wrapper input[type=file]:hover,#wrapper select:hover,#wrapper textarea:hover,.modal input[type=text]:hover,.modal input[type=password]:hover,.modal input[type=date]:hover,.modal input[type=file]:hover,.modal select:hover,.modal textarea:hover{border:1px solid #bccfe1}#wrapper input[type=text]:focus,#wrapper input[type=text]:active,#wrapper input[type=password]:focus,#wrapper input[type=password]:active,#wrapper input[type=date]:focus,#wrapper input[type=date]:active,#wrapper input[type=file]:focus,#wrapper input[type=file]:active,#wrapper select:focus,#wrapper select:active,#wrapper textarea:focus,#wrapper textarea:active,.modal input[type=text]:focus,.modal input[type=text]:active,.modal input[type=password]:focus,.modal input[type=password]:active,.modal input[type=date]:focus,.modal input[type=date]:active,.modal input[type=file]:focus,.modal input[type=file]:active,.modal select:focus,.modal select:active,.modal textarea:focus,.modal textarea:active{border-color:#3da6ff !important}#wrapper input[type=text].filename,#wrapper input[type=password].filename,#wrapper input[type=date].filename,#wrapper input[type=file].filename,#wrapper select.filename,#wrapper textarea.filename,.modal input[type=text].filename,.modal input[type=password].filename,.modal input[type=date].filename,.modal input[type=file].filename,.modal select.filename,.modal textarea.filename{box-shadow:none}#wrapper input[type=text]:disabled,#wrapper input[type=password]:disabled,#wrapper input[type=date]:disabled,#wrapper input[type=file]:disabled,#wrapper select:disabled,#wrapper textarea:disabled,.modal input[type=text]:disabled,.modal input[type=password]:disabled,.modal input[type=date]:disabled,.modal input[type=file]:disabled,.modal select:disabled,.modal textarea:disabled{background-color:#ebebe4}#wrapper .select2-container--default .select2-selection--single,.modal .select2-container--default .select2-selection--single{color:#2b2f33;border:1px solid #dfe8f1;box-shadow:inset 1px 1px 3px #f6f6f6;border-radius:3px;box-sizing:border-box;outline:none;line-height:1.3;height:24px;padding:0px 25px 0px 5px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,.modal .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url(\"../images/arrow.svg\");background-size:10px;background-repeat:no-repeat;background-position:0px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,.modal .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,.modal .select2-container--default .select2-selection--single .select2-selection__rendered{padding:1px 2px;font-family:Arial;font-size:13px;color:#2b2f33;line-height:1.5;font-weight:400}#wrapper .select2-container--default .select2-selection--single:hover,.modal .select2-container--default .select2-selection--single:hover{border:1px solid #bccfe1}#wrapper .select2-container--default .select2-selection--single:focus,#wrapper .select2-container--default .select2-selection--single:active,.modal .select2-container--default .select2-selection--single:focus,.modal .select2-container--default .select2-selection--single:active{border-color:#3da6ff !important}#wrapper .select2-container--default.select2-container--disabled .select2-selection--single,.modal .select2-container--default.select2-container--disabled .select2-selection--single{cursor:not-allowed;color:graytext;background-color:#ebebe4 !important}#wrapper input[type=text],.modal input[type=text]{font-family:\"Osaka-Mono\",\"MS Gothic\",sans-serif;font-size:100%}#wrapper textarea.wiki-edit,.modal textarea.wiki-edit{font-size:13px;font-family:\"Osaka-Mono\",\"MS Gothic\",sans-serif;letter-spacing:normal;line-height:130%}#wrapper select,.modal select{height:auto;appearance:none;background-image:url(\"../images/arrow.svg\");background-size:10px;background-repeat:no-repeat;background-position:95% 50%;padding-right:2.5em}#wrapper select::-ms-expand,.modal select::-ms-expand{display:none}#wrapper select:hover,.modal select:hover{border-color:#ccc;outline:none}#wrapper select:focus,#wrapper select:active,.modal select:focus,.modal select:active{border-color:#3da6ff !important}#wrapper select:-moz-focusring,.modal select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}#wrapper select[multiple=multiple],.modal select[multiple=multiple]{background:#fff;padding-right:5px}#wrapper .tabular label,.modal .tabular label{margin-top:5px}#wrapper .tabular label.error,.modal .tabular label.error{color:#b00 !important}#wrapper .tabular label.error+*:not(#issue_description_and_toolbar),#wrapper .tabular label.error+span#issue_description_and_toolbar div.jstBlock,.modal .tabular label.error+*:not(#issue_description_and_toolbar),.modal .tabular label.error+span#issue_description_and_toolbar div.jstBlock{border:1px solid #b00 !important}#wrapper label.inline,.modal label.inline{margin-right:5px}#wrapper input[type=submit],.modal input[type=submit]{border-radius:3px;padding:2px 12px 3px;color:#fff;border:1px solid #34495e;background:#34495e;box-shadow:none}#wrapper input[type=submit]:hover,#wrapper input[type=submit]:active,.modal input[type=submit]:hover,.modal input[type=submit]:active{border-color:#3f5872;background-color:#3f5872}#wrapper input[type=submit]:active,.modal input[type=submit]:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper input[type=submit]:disabled,.modal input[type=submit]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=button],.modal input[type=button]{border-radius:3px;padding:2px 12px 3px;color:#555a60;border:1px solid #dfe8f1;background:#fefeff;box-shadow:none}#wrapper input[type=button]:hover,#wrapper input[type=button]:active,.modal input[type=button]:hover,.modal input[type=button]:active{color:#2b2f33;border-color:#bfc8d1;background-color:#f3f3f9}#wrapper input[type=button]:active,.modal input[type=button]:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper input[type=button]:disabled,.modal input[type=button]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=checkbox],.modal input[type=checkbox]{width:16px;height:16px;margin:7px 2px 7px 0px;box-shadow:none}#wrapper .pagination ul.pages li.page,.modal .pagination ul.pages li.page{border:1px solid #dfe8f1;background:#fefeff;box-shadow:none}#wrapper .pagination ul.pages li.page:hover,#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:hover,.modal .pagination ul.pages li.page:active{border-color:#bfc8d1;background-color:#f3f3f9}#wrapper .pagination ul.pages li.page:hover a,#wrapper .pagination ul.pages li.page:active a,.modal .pagination ul.pages li.page:hover a,.modal .pagination ul.pages li.page:active a{color:#2b2f33}#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper .pagination ul.pages li.previous,#wrapper .pagination ul.pages li.next,.modal .pagination ul.pages li.previous,.modal .pagination ul.pages li.next{background:#fefeff}form .attributes select{width:85%}form .attributes .check_box_group label{width:100%}.select2-container.select2-container--default .select2-dropdown{box-shadow:0 3px 3px 0 rgba(0,0,0,.5);border:none}.select2-container.select2-container--default li.select2-results__option[role=option]:before{content:\" \";display:inline-block;line-height:1em;width:1em;height:1em;margin-right:4px;font-weight:bold}.select2-container.select2-container--default li.select2-results__option[role=option][aria-selected=true]:before{content:\"✓\"}.select2-container.select2-container--default li.select2-results__option--highlighted[role=option][aria-selected]{background-color:#759fc2;color:#fff}.select2-container.select2-container--default input.select2-search__field{background:#fff url(\"../images/search.svg\") no-repeat 2px 50%;background-size:12px 12px;background-position:5px;padding-left:20px}.select2-container.select2-container--default input.select2-search__field:focus{outline:none;border-color:#3da6ff}#errorExplanation,div.flash,.nodata,.warning,.conflict{padding:10px 12px 10px 30px;border-radius:3px;border:none}div.flash.error,#errorExplanation{color:#620f0f;background-color:#ffc6c6;border:none}div.flash.notice{color:#1e620f;background:#d3ffc6}div.flash.warning,.conflict{color:#624b0f;background:#ffeec6}.nodata,.warning{text-align:center;background-color:#ffeec6;color:#624b0f}div.modal{border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.2);padding:0}div.modal .ui-dialog-titlebar{padding:15px;border:none;background:#f7f9fa;color:#555;font-weight:normal;border-bottom:1px solid #e5e5e5}div.modal .ui-dialog-titlebar .ui-dialog-title{margin:0}div.modal .ui-dialog-titlebar .ui-dialog-titlebar-close{right:1em}div.modal .ui-dialog-content{padding:5px 15px 15px}.ui-widget-overlay{background:#000;opacity:.55}div.issue{background:#fff9c4;padding:20px;margin-bottom:12px;border-radius:3px;border:none}div.issue hr{width:auto;background:rgba(0,0,0,.12);padding:0 10px;margin:8px -10px}table.progress{margin:4px 6px 0px 0}table.progress td{height:.6em;border-radius:2px}table.progress td.closed{background-color:#4db6ac}p.percent{padding-top:2px}.edit_issue fieldset{border:none;background:#f4f7f9;margin-bottom:15px;border-radius:5px;padding:23px 12px 13px}.edit_issue fieldset legend{position:relative;top:18px}a[href*=activity][data-absolute-date*=\":\"]{margin:0 3px;box-shadow:inset 0 -1.5em 0 rgba(0,0,0,.08);display:inline-block;padding:0 3px;border-radius:3px}a[href*=activity][data-absolute-date*=\":\"]:before{content:\" [\" attr(data-absolute-date) \"] \"}div#content .tabs ul{border-bottom:1px solid #dfe8f1}div#content .tabs ul li a{background-color:#f0f0f0;border:1px solid #dfe8f1}div#content .tabs ul li a.selected{background-color:#fafcfe;border:1px solid #dfe8f1;border-bottom:1px solid #fafcfe}div#update .jstTabs.tabs li a{border-bottom:1px solid #dfe8f1}#history div.tabs{margin-bottom:0px}#history div.tabs ul li a.selected{background-color:#fff;border-bottom:1px solid #fff}#history .tab-content{background-color:#fff;border-radius:0px 0px 3px 3px;border-right:1px solid #dfe8f1;border-left:1px solid #dfe8f1;border-bottom:1px solid #dfe8f1;padding-top:15px;padding-left:10px}#history .tab-content.discontinuity .journal:after{content:none}#history .tab-content .journal{padding:8px 3px 3px 3px;background-color:#fff;position:relative;overflow:visible}#history .tab-content .journal:before{content:\"\";width:8px;height:8px;background-color:#fff;position:absolute;left:6px;top:16px;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;z-index:1}#history .tab-content .journal:after{content:\"\";height:100%;width:2px;background-color:#e5e5e5;position:absolute;left:9px;top:0px}#history .tab-content .journal:first-of-type:after{top:15px}#history .tab-content .journal:last-of-type:after{height:18px}#history .tab-content .journal:first-of-type:last-of-type:after{content:none}#history .tab-content .journal .contextual{padding-right:10px;padding-top:5px}#history .tab-content .journal .contextual .journal-actions,#history .tab-content .journal .contextual a.journal-link{position:relative;z-index:5}#history .tab-content .journal h4.note-header{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}#history .tab-content .journal h4.note-header a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#history .tab-content .journal h4.note-header:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}#history .tab-content .journal h4.note-header .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}#history .tab-content .journal:target .contextual+h4,#history .tab-content .journal div:target .contextual+h4{background:#def}#history .tab-content .journal:target .contextual+h4:before,#history .tab-content .journal div:target .contextual+h4:before{border-right:6px solid #def}#history .tab-content .journal .details{list-style:none;font-size:.9em;line-height:1.5;margin-bottom:1em;padding-left:46px}#history .tab-content .journal .details li{position:relative}#history .tab-content .journal .details li:after{display:block;content:\"\";position:absolute;top:.5em;left:-1em;width:4px;height:4px;background-color:#fff;border:1px solid #888;border-radius:50%}#history .tab-content .journal form .jstBlock,#history .tab-content .journal form input,#history .tab-content .journal div[id^=template_journal],#history .tab-content .journal .wiki:not(.wiki-preview),#history .tab-content .journal.time_entry p,#history .tab-content .journal.changeset .note>p{margin-left:32px}.tabular p{padding-left:160px}.edit_issue .tabular p{padding-left:130px}.edit_issue .tabular .wiki-preview p{padding-left:0 !important}.tabular label{margin-left:-160px;width:150px}.edit_issue .tabular label{margin-left:-130px;width:120px}fieldset#filters td.values input{height:inherit}.jstBlock .wiki-preview{border:1px solid #dfe8f1}.issue-card{background-color:#fff9c4}.controller-messages.action-show #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-messages.action-show #content>div.message>p{background-color:#e9eaf1;padding:6px 9px}.controller-messages.action-show #content>div.message>p a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#replies{background-color:#fff;border-radius:0px 0px 3px 3px;border:1px solid #dfe8f1;padding-top:15px;padding-left:10px}#replies .message.reply{padding:8px 3px 3px 3px !important;background-color:#fff;position:relative;overflow:visible}#replies .message.reply:before{content:\"\";width:8px;height:8px;background-color:#fff;position:absolute;left:6px;top:16px;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;z-index:1}#replies .message.reply:after{content:\"\";height:100%;width:2px;background-color:#e5e5e5;position:absolute;left:9px;top:0px}#replies .message.reply:first-of-type:after{top:15px}#replies .message.reply:last-of-type:after{height:18px}#replies .message.reply:first-of-type:last-of-type:after{content:none}#replies .message.reply .contextual{padding-right:10px;padding-top:5px}#replies .message.reply .contextual a{position:relative;z-index:5}#replies .message.reply .wiki{padding-left:32px}#replies .message.reply .contextual+h4{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}#replies .message.reply .contextual+h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#replies .message.reply .contextual+h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}#replies .message.reply .contextual+h4 .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}#replies .message.reply:target h4.note-header,#replies .message.reply div:target h4.note-header{background:#def}#replies .message.reply:target h4.note-header:before,#replies .message.reply div:target h4.note-header:before{border-right:6px solid #def}.controller-news.action-show #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-news.action-show #comments{background-color:#fff;border-radius:0px 0px 3px 3px;border:1px solid #dfe8f1;padding-top:15px;padding-left:10px}.controller-news.action-show #comments .wiki{padding-left:32px}.controller-news.action-show #comments .contextual{padding-right:10px;padding-top:5px}.controller-news.action-show #comments .contextual a{position:relative;z-index:5;padding-bottom:5px}.controller-news.action-show #comments .contextual+h4{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-news.action-show #comments .contextual+h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-news.action-show #comments .contextual+h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}.controller-news.action-show #comments .contextual+h4 .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}.controller-news.action-show #edit-news+p+div.wiki,.controller-news.action-show h2+p+div.wiki{position:relative;background-color:#fff;margin-bottom:10px;padding:20px;border-radius:3px;border:1px solid #dfe8f1}.controller-documents.action-index #content h3.group-name{position:relative;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;border-radius:4px}.controller-documents.action-index #content h4.title{font-size:1.2em;border-bottom:0px}.controller-repositories.action-revision #content>div.message,.controller-repositories.action-diff #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-repositories.action-revision.avatars-on .details h4,.controller-repositories.action-diff.avatars-on .details h4{left:35px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-repositories.action-revision.avatars-on .details h4 a[href*=activity][data-absolute-date*=\":\"],.controller-repositories.action-diff.avatars-on .details h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-repositories.action-revision.avatars-on .details h4:before,.controller-repositories.action-diff.avatars-on .details h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}.controller-repositories.action-revision.avatars-on .details h4 .gravatar,.controller-repositories.action-diff.avatars-on .details h4 .gravatar{position:absolute;left:-35px;z-index:5;margin-left:0}.controller-repositories.action-revision.avatars-off .details h4,.controller-repositories.action-diff.avatars-off .details h4{margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-repositories.action-revision.avatars-off .details h4 a[href*=activity][data-absolute-date*=\":\"],.controller-repositories.action-diff.avatars-off .details h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-repositories.action-revision .wiki.changeset-comments,.controller-repositories.action-revision #related-issues,.controller-repositories.action-revision .revision-info,.controller-repositories.action-diff .wiki.changeset-comments,.controller-repositories.action-diff #related-issues,.controller-repositories.action-diff .revision-info{background-color:#fff;padding:10px;border-radius:3px;border:1px solid #dfe8f1;margin:5px}.controller-repositories.action-revision .revision-info,.controller-repositories.action-diff .revision-info{padding-left:20px}div#activity dt .time{color:#444}div#activity dt.me .time{border-color:#666}div#activity dd span.description,#search-results dd span.description{color:#444}div#activity h3{position:relative;margin:0 19px 0 10px;border:none;background-color:#e9eaf1;padding:6px 9px;border-radius:4px}div#activity dl{margin-right:2em}","body {\n font-size: 13px;\n color: #222;\n line-height: 1.5;\n}\n\nhtml[lang=\"ja\"] body {\n font-family: Meiryo, \"Hiragino Kaku Gothic Pro\", \"Hiragino Sans\", \"MS PGothic\", Verdana, system-ui, sans-serif;\n}\n","h1, h2, h3, h4 {\n font-weight: normal;\n color: $default-heading-font-color;\n}\n\n#content h1 {\n color: $default-heading-font-color;\n}\n","$default-heading-font-color: #333;\n$color-issue-bg: #fff9c4;\n$color-header-bg: #e9eaf1;\n\n// icon\n$icon-color: #666;\n$hover-icon-color: #000000;\n$color-bookmark-icon: #557cff;\n$color-star-icon: #ffc400;\n$color-warning-icon: #ffae42;\n$color-success-icon: #55ab4f;\n$color-error-icon: #EC0B19;\n\n// priority\n$color-priority-lowest : #81D4FA;\n$color-priority-high3 : #EF9A9A;\n$color-priority-high2 : #E53935;\n$color-priority-highest : #C62828;\n\n// status\n$color-closed : #777777;\n","$color-top-menu-bg: #223342;\n$color-main-bg: #fafcfe;\n\n#top-menu {\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);\n background: $color-top-menu-bg;\n z-index: 1;\n position: relative;\n}\n\n#header {\n background: radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%), radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%), radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);\n padding: 10px 30px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n color: white;\n min-height: 1em;\n\n h1 {\n padding-bottom: 20px;\n color: white;\n }\n}\n\n#main {\n background-color: $color-main-bg;\n}\n\n#content {\n padding: 25px;\n background-color: $color-main-bg;\n box-sizing: border-box;\n width: 81%;\n}\n\n#sidebar {\n background-color: $color-header-bg;\n\n h3 { color: $default-heading-font-color; }\n}\n\n#sidebar-switch-button {\n &:hover {\n background-color: darken($color-header-bg, 10%);\n }\n}\n\n// Fix a problem that underlines is broken in chrome\na:hover, a:active {\n outline: 1px solid transparent;\n}\n\n@media screen and (max-width: 899px) {\n #content>.contextual>a, #content>.contextual .drdn, p.buttons a {\n background: #ffffff;\n }\n}\n",".box, .mypage-box,\n.controller-wiki.action-show .wiki.wiki-page,\n.controller-attachments.action-show .filecontent.wiki,\n.controller-repositories.action-entry .filecontent.wiki,\n.controller-wiki.action-index.pages-hierarchy,\n#activity,\n#roadmap article,\n.controller-news.action-index article.news-article,\n.controller-news.action-show #comments,\n.controller-projects.action-index li.root,\n.controller-documents.action-index .document-item\n {\n background-color: #fff;\n margin-bottom: 20px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n}\n\n.controller-wiki.action-show .wiki.wiki-page {\n margin-top: 25px;\n margin-bottom: 10px;\n}\n\n#activity {\n padding: 0px;\n h3 {\n top: 10px;\n }\n}\n\n.controller-news.action-index article.news-article {\n margin-bottom: 10px;\n}\n\n.gantt-table {\n background-color: #fff;\n}\n\n#wiki_add_attachment .box {\n padding: 6px;\n}\n\ndiv.issue-cards .issue-card {\n background-color: #fff9c4;\n}\n","$color-main-menu-line: #ffd600;\n$color-menu-children-bg: #ffffff;\n$color-menu-children-border: #dddddd;\n$color-menu-children-text: #777777;\n$color-menu-children-hover-bg: #eff4f6;\n$color-menu-children-hover-text: #2b2f33;\n\n\n#main-menu {\n ul{\n li {\n margin: 0;\n\n a {\n padding: 8px 12px;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &.selected, &:hover {\n position: relative;\n background: transparent;\n color: inherit;\n\n &:after {\n content: \"\";\n position: absolute;\n width: 100%;\n height: 3px;\n background-color: $color-main-menu-line;\n bottom: 0px;\n left: 0;\n }\n }\n\n &.selected:hover {\n background: transparent;\n color: white;\n }\n\n &.new-object {\n background: rgba(255,255,255,.05);\n border: 2px solid rgba(255,255,255,.25);\n position: relative;\n margin: 0 10px;\n padding: 0;\n width: 26px;\n height: 26px;\n line-height: 25px;\n border-radius: 50%;\n text-align: center;\n bottom: 1px;\n\n &:hover:after {\n content: none;\n }\n }\n\n }\n }\n\n .menu-children {\n border: none;\n background-color: $color-menu-children-bg;\n box-shadow: 0 1px 7px 2px rgba(135,158,171,.2);\n border-radius: 3px;\n\n li {\n border-bottom: $color-menu-children-border solid 1px;\n a {\n color: $color-menu-children-text;\n background-color: transparent;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &:after {\n content: none;\n }\n\n &:hover {\n color: $color-menu-children-hover-text;\n background: $color-menu-children-hover-bg;\n }\n }\n }\n }\n }\n}","$table-head-cell-padding: 5px;\n$table-cell-padding: 4px;\n$line-height-base: 1.74;\n$line-height-computed: 25px;\n$color-table-border: #dfe8f1;\n$color-th-bg: #eff1f9;\n$color-odd-bg: #f9f9f9;\n\n\ntable.list {\n border: none;\n margin-bottom: $line-height-computed;\n background-color: white;\n\n // Cells\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n line-height: $line-height-base;\n vertical-align: top;\n border-top: 1px solid $color-table-border;\n font-size: 0.9em;\n &.checkbox {\n padding: $table-cell-padding;\n\n input {\n margin: 0 7px 0 15px !important;\n }\n }\n }\n &.priority-lowest {\n background-color: lighten($color-priority-lowest, 20%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-lowest inset;\n }\n }\n &.priority-high3 {\n background-color: lighten($color-priority-high3, 18%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high3 inset;\n }\n }\n &.priority-high2 {\n background-color: lighten($color-priority-high2, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high2 inset;\n }\n }\n &.priority-highest {\n background-color: lighten($color-priority-highest, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-highest inset;\n }\n }\n &.closed {\n color: $color-closed;\n a { color: $color-closed; }\n }\n &:hover {\n background-color: #fff9c4;\n }\n }\n }\n // Bottom align for column headings\n > thead > tr > th {\n color: #4b5056;\n font-weight: 700;\n vertical-align: bottom;\n border-bottom: 2px solid $color-table-border;\n background-color: $color-th-bg;\n padding: $table-head-cell-padding;\n &.checkbox { padding: $table-head-cell-padding; }\n }\n // Remove top border from thead by default\n > caption + thead,\n > colgroup + thead,\n > thead:first-child {\n > tr:first-child {\n > th,\n > td {\n border-top: 0;\n }\n }\n }\n // Account for multiple tbody instances\n > tbody + tbody {\n border-top: 2px solid $color-table-border;\n }\n\n td.attachments {\n padding-bottom: 5px;\n }\n}\n","div.wiki {\n h1, h2, h3, h4 {\n font-weight: bold;\n }\n ul.toc {\n background-color: $color-issue-bg;\n border: none;\n padding: 9px;\n border-radius: 4px;\n }\n}\n\n/* Fix an issue where the default line-height is 1.5em, which breaks the layout. */\n.box div.wiki-preview {\n line-height: 1.5;\n}","$input-padding: 4px 6px;\n$color-input-bg: #ffffff;\n$color-disabled-input-bg: #ebebe4;\n$color-input-text: #2b2f33;\n$color-input-border: #dfe8f1;\n$color-input-border-focus: #3da6ff;\n$color-validation-error-input-border: #bb0000;\n\n$color-submit-text: #ffffff;\n$color-submit-border: #34495e;\n$color-submit-bg: #34495e;\n$color-submit-disabled-bg: #95a5a6;\n$color-submit-hover-border: #3f5872;\n$color-submit-hover-bg: #3f5872;\n\n$color-button-text: #555a60;\n$color-button-border: #dfe8f1;\n$color-button-bg: #fefeff;\n$color-button-disabled-bg: #95a5a6;\n$color-button-hover-text: #2b2f33;\n$color-button-hover-border: #bfc8d1;\n$color-button-hover-bg: #f3f3f9;\n\n$checkbox-size: 16px;\n$checkbox-margin: 7px 2px 7px 0px;\n\n\n#wrapper, .modal {\n input[type=\"text\"],\n input[type=\"password\"],\n input[type=\"date\"],\n input[type=\"file\"],\n select,\n textarea {\n background-color: $color-input-bg;\n padding: $input-padding;\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n height: auto;\n line-height: 1.3;\n\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n &.filename {\n box-shadow: none;\n }\n\n &:disabled {\n background-color: $color-disabled-input-bg;\n }\n }\n .select2-container--default .select2-selection--single {\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n line-height: 1.3;\n height: 24px;\n padding: 0px 25px 0px 5px;\n .select2-selection__arrow {\n // Hide original arrow icon\n b {\n display: none;\n }\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 0px;\n }\n .select2-selection__rendered {\n padding: 1px 2px;\n font-family: Arial;\n font-size: 13px;\n color: #2b2f33;\n line-height: 1.5;\n font-weight: 400;\n }\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n }\n .select2-container--default.select2-container--disabled .select2-selection--single {\n cursor: not-allowed;\n color: graytext;\n background-color: #ebebe4 !important;\n }\n // テキストボックスで等幅フォントを使用\n input[type=\"text\"] {\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n font-size: 100%;\n }\n\n textarea.wiki-edit {\n font-size: 13px;\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n letter-spacing: normal;\n line-height: 130%;\n }\n\n select {\n height: auto;\n appearance: none;\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 95% 50%;\n padding-right: 2.5em;\n\n &::-ms-expand {\n display: none;\n }\n\n &:hover {\n border-color: #ccc;\n outline: none;\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n // Fix Firefox dotted focusring\n &:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 #000;\n }\n\n &[multiple=\"multiple\"] {\n background: white;\n padding-right: 5px;\n }\n }\n\n .tabular label {\n margin-top: 5px;\n\n &.error {\n color: $color-validation-error-input-border !important;\n }\n &.error + *:not(#issue_description_and_toolbar), &.error + span#issue_description_and_toolbar div.jstBlock {\n border: 1px solid $color-validation-error-input-border !important;\n }\n }\n\n label.inline {\n margin-right: 5px;\n }\n\n input[type=\"submit\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-submit-text;\n border: 1px solid $color-submit-border;\n background: $color-submit-bg;\n box-shadow: none;\n &:hover, &:active {\n border-color: $color-submit-hover-border;\n background-color: $color-submit-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-submit-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"button\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-button-text;\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n color: $color-button-hover-text;\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-button-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"checkbox\"] {\n width: $checkbox-size;\n height: $checkbox-size;\n margin: $checkbox-margin;\n box-shadow: none;\n }\n\n .pagination ul.pages li.page {\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n a { color: $color-button-hover-text; }\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n }\n .pagination ul.pages li.previous, .pagination ul.pages li.next {\n background: $color-button-bg;\n }\n}\n\nform .attributes {\n select { width: 85%; }\n\n .check_box_group label {\n width: 100%;\n }\n}\n\n.select2-container.select2-container--default {\n .select2-dropdown {\n box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);\n border: none;\n }\n li.select2-results__option[role=\"option\"] {\n &:before {\n content: ' ';\n display: inline-block;\n line-height: 1em;\n width: 1em;\n height: 1em;\n margin-right: 4px;\n font-weight: bold;\n }\n }\n li.select2-results__option[role=\"option\"][aria-selected=true] {\n &:before {\n content: \"\\2713 \";\n }\n }\n li.select2-results__option--highlighted[role=\"option\"][aria-selected] {\n background-color: #759FC2;\n color: #fff;\n }\n\n input.select2-search__field {\n background: #fff url('../images/search.svg') no-repeat 2px 50%;\n background-size: 12px 12px;\n background-position: 5px;\n padding-left: 20px;\n &:focus {\n outline: none;\n border-color: $color-input-border-focus;\n }\n }\n}\n","$flash-padding: 10px 12px 10px 30px;\n\n$color-flash-error-text: #620f0f;\n$color-flash-error-bg: #ffc6c6;\n$color-flash-notice-text: #1e620f;\n$color-flash-notice-bg: #d3ffc6;\n$color-flash-warning-text: #624b0f;\n$color-flash-warning-bg: #ffeec6;\n\n#errorExplanation, div.flash, .nodata, .warning, .conflict {\n padding: $flash-padding;\n border-radius: 3px;\n border: none;\n}\n\ndiv.flash.error, #errorExplanation {\n color: $color-flash-error-text;\n background-color: $color-flash-error-bg;\n border: none;\n}\n\ndiv.flash.notice {\n color: $color-flash-notice-text;\n background: $color-flash-notice-bg;\n}\n\ndiv.flash.warning, .conflict {\n color: $color-flash-warning-text;\n background: $color-flash-warning-bg;\n}\n\n.nodata, .warning {\n text-align: center;\n background-color: #ffeec6;\n color: #624b0f;\n}\n","$color-modal-titlebar-bg: #f7f9fa;\n$color-modal-titlebar-text: #555555;\n$color-modal-titlebar-border: #e5e5e5;\n\n\ndiv.modal {\n border: none;\n box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);\n padding: 0;\n\n .ui-dialog-titlebar {\n padding: 15px;\n border: none;\n background: $color-modal-titlebar-bg;\n color: $color-modal-titlebar-text;\n font-weight: normal;\n border-bottom: 1px solid $color-modal-titlebar-border;\n\n .ui-dialog-title {\n margin: 0;\n }\n\n .ui-dialog-titlebar-close {\n right: 1em;\n }\n }\n\n .ui-dialog-content {\n padding: 5px 15px 15px;\n }\n}\n\n.ui-widget-overlay {\n background: black;\n opacity: 0.55;\n}","$issue-padding: 20px;\n\n$progress-height: 0.6em;\n$color-progress-closed-bg: #4DB6AC;\n\n$histry-padding: 15px;\n$color-history-bg: #ffffff;\n$color-history-border: #dfe8f1;\n\n$timeline-point-size: 8px;\n$color-timeline: #e5e5e5;\n\n$note-title-margin: 0 19px 0 10px;\n$note-title-padding: 6px 9px;\n$color-note-title-bg: #e9eaf1;\n\n$color-content-bg: #fafcfe;\n$color-unselected-tab-bg: #f0f0f0;\n$color-target-bg: #DDEEFF;\n\ndiv.issue {\n background: $color-issue-bg;\n padding: $issue-padding;\n margin-bottom: 12px;\n border-radius: 3px;\n border: none;\n\n hr {\n width: auto;\n background: rgba(0,0,0,0.12);\n padding: 0 10px;\n margin: 8px -10px;\n }\n}\n\ntable.progress {\n margin: 4px 6px 0px 0;\n\n td {\n height: $progress-height;\n border-radius: 2px;\n\n &.closed {\n background-color: $color-progress-closed-bg;\n }\n }\n}\n\np.percent {\n padding-top: 2px;\n}\n\n.edit_issue fieldset {\n border: none;\n background: #f4f7f9;\n margin-bottom: 15px;\n border-radius: 5px;\n padding: 23px 12px 13px;\n\n legend {\n position: relative;\n top: 18px;\n }\n}\n\n// 作成日・更新日に実際の日時を表示\na[href*=\"activity\"][data-absolute-date*=\":\"] {\n margin: 0 3px;\n box-shadow: inset 0 -1.5em 0 rgba(0, 0, 0, 0.08);\n display: inline-block;\n padding: 0 3px;\n border-radius: 3px;\n &:before {\n content: ' [' attr(data-absolute-date) '] ';\n }\n}\n\ndiv#content .tabs {\n ul {\n border-bottom: 1px solid $color-history-border;\n\n li a {\n background-color: $color-unselected-tab-bg;\n border: 1px solid $color-history-border;\n\n &.selected {\n background-color: $color-content-bg;\n border: 1px solid $color-history-border;\n border-bottom: 1px solid $color-content-bg;\n }\n }\n }\n}\ndiv#update .jstTabs.tabs li a {\n border-bottom: 1px solid $color-history-border;\n}\n\n#history {\n div.tabs {\n margin-bottom: 0px;\n\n ul li a.selected {\n background-color: $color-history-bg;\n border-bottom: 1px solid $color-history-bg;\n }\n }\n .tab-content {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border-right: 1px solid $color-history-border;\n border-left: 1px solid $color-history-border;\n border-bottom: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n // Do not show vertical lines connecting history if tab-notes or tab-properties\n &.discontinuity .journal:after {\n content: none;\n }\n\n .journal {\n padding: 8px 3px 3px 3px;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n .journal-actions, a.journal-link {\n position: relative;\n z-index: 5;\n }\n }\n\n // #tab-content-changesets内のh4要素のみ.contextualと隣接していないため個別の書き方をしている\n h4.note-header {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target .contextual + h4, div:target .contextual + h4 {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n\n .details {\n list-style: none;\n font-size: 0.9em;\n line-height: 1.5;\n margin-bottom: 1em;\n padding-left: 46px;\n\n li {\n position: relative;\n\n &:after {\n display: block;\n content: '';\n position: absolute;\n top: .5em;\n left: -1em;\n width: 4px;\n height: 4px;\n background-color: $color-history-bg;\n border: 1px solid #888;\n border-radius: 50%;\n }\n }\n }\n\n form .jstBlock, form input, div[id^=\"template_journal\"],\n .wiki:not(.wiki-preview),\n &.time_entry p, &.changeset .note > p {\n margin-left: 32px;\n }\n }\n }\n}\n\n.tabular p {\n padding-left: 160px;\n\n .edit_issue & {\n padding-left: 130px;\n }\n}\n.edit_issue .tabular .wiki-preview p {padding-left: 0 !important}\n\n.tabular label {\n margin-left: -160px;\n width: 150px;\n\n .edit_issue & {\n margin-left: -130px;\n width: 120px;\n }\n}\n\nfieldset#filters td.values input {\n height: inherit;\n}\n\n.jstBlock .wiki-preview {\n border: 1px solid $color-history-border;\n}\n\n.issue-card {\n background-color: $color-issue-bg;\n}","// forum(board)\n\n.controller-messages.action-show #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n\n & > p {\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n}\n\n#replies {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .message.reply {\n padding: 8px 3px 3px 3px !important;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n }\n }\n\n .wiki {\n padding-left: 32px;\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target h4.note-header, div:target h4.note-header {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n }\n}",".controller-news.action-show {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n #comments {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .wiki {\n padding-left: 32px;\n }\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n padding-bottom: 5px;\n }\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n\n #edit-news + p + div.wiki, h2 + p + div.wiki {\n position: relative;\n background-color: #fff;\n margin-bottom: 10px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n }\n}",".controller-documents.action-index #content {\n h3.group-name {\n position: relative;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n }\n h4.title {\n font-size: 1.2em;\n border-bottom: 0px;\n }\n}","// forum(board)\n\n.controller-repositories.action-revision, .controller-repositories.action-diff {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n &.avatars-on .details {\n h4 {\n left: 35px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n &.avatars-off .details {\n h4 {\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n }\n\n .wiki.changeset-comments, #related-issues, .revision-info {\n background-color: #fff;\n padding: 10px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n margin: 5px;\n }\n\n .revision-info {\n padding-left: 20px;\n }\n}\n","div#activity dt .time { color: #444; }\ndiv#activity dt.me .time { border-color: #666; }\ndiv#activity dd span.description, #search-results dd span.description { color: #444; }\n\ndiv#activity h3 {\n position: relative;\n margin: $note-title-margin;\n border: none;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n}\n\ndiv#activity dl {\n margin-right: 2em;\n}"],"names":[],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"theme.css","mappings":"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","sources":["webpack://bleuclair/./src/styles/bleuclair.scss","webpack://bleuclair/./src/styles/components/_scaffolding.scss","webpack://bleuclair/./src/styles/components/_type.scss","webpack://bleuclair/./src/styles/foundation/variables.scss","webpack://bleuclair/./src/styles/components/_layout.scss","webpack://bleuclair/./src/styles/components/_box.scss","webpack://bleuclair/./src/styles/components/_main_menu.scss","webpack://bleuclair/./src/styles/components/_table.scss","webpack://bleuclair/./src/styles/components/_wiki.scss","webpack://bleuclair/./src/styles/components/_inputs.scss","webpack://bleuclair/./src/styles/components/_flash.scss","webpack://bleuclair/./src/styles/components/_modal.scss","webpack://bleuclair/./src/styles/components/_issues.scss","webpack://bleuclair/./src/styles/components/_boards.scss","webpack://bleuclair/./src/styles/components/_news.scss","webpack://bleuclair/./src/styles/components/_documents.scss","webpack://bleuclair/./src/styles/components/_repositories.scss","webpack://bleuclair/./src/styles/components/_activities.scss"],"sourcesContent":["body{font-size:13px;color:#222;line-height:1.5}html[lang=ja] body{font-family:Meiryo,\"Hiragino Kaku Gothic Pro\",\"Hiragino Sans\",\"MS PGothic\",Verdana,system-ui,sans-serif}h1,h2,h3,h4{font-weight:normal;color:#333}#content h1{color:#333}#top-menu{box-shadow:0 2px 5px rgba(0,0,0,.16);background:#223342;z-index:1;position:relative}#header{background:radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%),radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%),radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);padding:10px 30px;box-shadow:0 1px 2px rgba(0,0,0,.1);color:#fff;min-height:1em}#header h1{padding-bottom:20px;color:#fff}#main{background-color:#fafcfe}#content{padding:25px;background-color:#fafcfe;box-sizing:border-box;width:81%}#sidebar{background-color:#e9eaf1}#sidebar h3{color:#333}#sidebar-switch-button:hover{background-color:#caccdd}a:hover,a:active{outline:1px solid rgba(0,0,0,0)}@media screen and (max-width: 899px){#content>.contextual>a,#content>.contextual .drdn,p.buttons a{background:#fff}}.box,.mypage-box,.controller-wiki.action-show .wiki.wiki-page,.controller-attachments.action-show .filecontent.wiki,.controller-repositories.action-entry .filecontent.wiki,.controller-wiki.action-index.pages-hierarchy,#activity,#roadmap article,.controller-news.action-index article.news-article,.controller-news.action-show #comments,.controller-projects.action-index li.root,.controller-documents.action-index .document-item{background-color:#fff;margin-bottom:20px;padding:20px;border-radius:3px;border:1px solid #dfe8f1}.controller-wiki.action-show .wiki.wiki-page{margin-top:25px;margin-bottom:10px}#activity{padding:0px}#activity h3{top:10px}.controller-news.action-index article.news-article{margin-bottom:10px}.gantt-table{background-color:#fff}#wiki_add_attachment .box{padding:6px}div.issue-cards .issue-card{background-color:#fff9c4}#main-menu ul li{margin:0}#main-menu ul li a{padding:8px 12px;letter-spacing:.5px;font-weight:normal}#main-menu ul li a.selected,#main-menu ul li a:hover{position:relative;background:rgba(0,0,0,0);color:inherit}#main-menu ul li a.selected:after,#main-menu ul li a:hover:after{content:\"\";position:absolute;width:100%;height:3px;background-color:#ffd600;bottom:0px;left:0}#main-menu ul li a.selected:hover{background:rgba(0,0,0,0);color:#fff}#main-menu ul li a.new-object{background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.25);position:relative;margin:0 10px;padding:0;width:26px;height:26px;line-height:25px;border-radius:50%;text-align:center;bottom:1px}#main-menu ul li a.new-object:hover:after{content:none}#main-menu ul .menu-children{border:none;background-color:#fff;box-shadow:0 1px 7px 2px rgba(135,158,171,.2);border-radius:3px}#main-menu ul .menu-children li{border-bottom:#ddd solid 1px}#main-menu ul .menu-children li a{color:#777;background-color:rgba(0,0,0,0);letter-spacing:.5px;font-weight:normal}#main-menu ul .menu-children li a:after{content:none}#main-menu ul .menu-children li a:hover{color:#2b2f33;background:#eff4f6}table.list{border:none;margin-bottom:25px;background-color:#fff}table.list>thead>tr>th,table.list>thead>tr>td,table.list>tbody>tr>th,table.list>tbody>tr>td,table.list>tfoot>tr>th,table.list>tfoot>tr>td{line-height:1.74;vertical-align:top;border-top:1px solid #dfe8f1;font-size:.9em}table.list>thead>tr>th.checkbox,table.list>thead>tr>td.checkbox,table.list>tbody>tr>th.checkbox,table.list>tbody>tr>td.checkbox,table.list>tfoot>tr>th.checkbox,table.list>tfoot>tr>td.checkbox{padding:4px}table.list>thead>tr>th.checkbox input,table.list>thead>tr>td.checkbox input,table.list>tbody>tr>th.checkbox input,table.list>tbody>tr>td.checkbox input,table.list>tfoot>tr>th.checkbox input,table.list>tfoot>tr>td.checkbox input{margin:0 7px 0 15px !important}table.list>thead>tr.priority-lowest,table.list>tbody>tr.priority-lowest,table.list>tfoot>tr.priority-lowest{background-color:#e3f5fe}table.list>thead>tr.priority-lowest td.checkbox,table.list>tbody>tr.priority-lowest td.checkbox,table.list>tfoot>tr.priority-lowest td.checkbox{box-shadow:6px 0px 0px 0px #81d4fa inset}table.list>thead>tr.priority-high3,table.list>tbody>tr.priority-high3,table.list>tfoot>tr.priority-high3{background-color:#fce9e9}table.list>thead>tr.priority-high3 td.checkbox,table.list>tbody>tr.priority-high3 td.checkbox,table.list>tfoot>tr.priority-high3 td.checkbox{box-shadow:6px 0px 0px 0px #ef9a9a inset}table.list>thead>tr.priority-high2,table.list>tbody>tr.priority-high2,table.list>tfoot>tr.priority-high2{background-color:#f9d4d3}table.list>thead>tr.priority-high2 td.checkbox,table.list>tbody>tr.priority-high2 td.checkbox,table.list>tfoot>tr.priority-high2 td.checkbox{box-shadow:6px 0px 0px 0px #e53935 inset}table.list>thead>tr.priority-highest,table.list>tbody>tr.priority-highest,table.list>tfoot>tr.priority-highest{background-color:#efb1b1}table.list>thead>tr.priority-highest td.checkbox,table.list>tbody>tr.priority-highest td.checkbox,table.list>tfoot>tr.priority-highest td.checkbox{box-shadow:6px 0px 0px 0px #c62828 inset}table.list>thead>tr.closed,table.list>tbody>tr.closed,table.list>tfoot>tr.closed{color:#777}table.list>thead>tr.closed a,table.list>tbody>tr.closed a,table.list>tfoot>tr.closed a{color:#777}table.list>thead>tr:hover,table.list>tbody>tr:hover,table.list>tfoot>tr:hover{background-color:#fff9c4}table.list>thead>tr>th{color:#4b5056;font-weight:700;vertical-align:bottom;border-bottom:2px solid #dfe8f1;background-color:#eff1f9;padding:5px}table.list>thead>tr>th.checkbox{padding:5px}table.list>caption+thead>tr:first-child>th,table.list>caption+thead>tr:first-child>td,table.list>colgroup+thead>tr:first-child>th,table.list>colgroup+thead>tr:first-child>td,table.list>thead:first-child>tr:first-child>th,table.list>thead:first-child>tr:first-child>td{border-top:0}table.list>tbody+tbody{border-top:2px solid #dfe8f1}table.list td.attachments{padding-bottom:5px}div.wiki h1,div.wiki h2,div.wiki h3,div.wiki h4{font-weight:bold}div.wiki ul.toc{background-color:#fff9c4;border:none;padding:9px;border-radius:4px}.box div.wiki-preview{line-height:1.5}#wrapper input[type=text],#wrapper input[type=password],#wrapper input[type=date],#wrapper input[type=file],#wrapper select,#wrapper textarea,.modal input[type=text],.modal input[type=password],.modal input[type=date],.modal input[type=file],.modal select,.modal textarea{background-color:#fff;padding:4px 6px;color:#2b2f33;border:1px solid #dfe8f1;box-shadow:inset 1px 1px 3px #f6f6f6;border-radius:3px;box-sizing:border-box;outline:none;height:auto;line-height:1.3}#wrapper input[type=text]:hover,#wrapper input[type=password]:hover,#wrapper input[type=date]:hover,#wrapper input[type=file]:hover,#wrapper select:hover,#wrapper textarea:hover,.modal input[type=text]:hover,.modal input[type=password]:hover,.modal input[type=date]:hover,.modal input[type=file]:hover,.modal select:hover,.modal textarea:hover{border:1px solid #bccfe1}#wrapper input[type=text]:focus,#wrapper input[type=text]:active,#wrapper input[type=password]:focus,#wrapper input[type=password]:active,#wrapper input[type=date]:focus,#wrapper input[type=date]:active,#wrapper input[type=file]:focus,#wrapper input[type=file]:active,#wrapper select:focus,#wrapper select:active,#wrapper textarea:focus,#wrapper textarea:active,.modal input[type=text]:focus,.modal input[type=text]:active,.modal input[type=password]:focus,.modal input[type=password]:active,.modal input[type=date]:focus,.modal input[type=date]:active,.modal input[type=file]:focus,.modal input[type=file]:active,.modal select:focus,.modal select:active,.modal textarea:focus,.modal textarea:active{border-color:#3da6ff !important}#wrapper input[type=text].filename,#wrapper input[type=password].filename,#wrapper input[type=date].filename,#wrapper input[type=file].filename,#wrapper select.filename,#wrapper textarea.filename,.modal input[type=text].filename,.modal input[type=password].filename,.modal input[type=date].filename,.modal input[type=file].filename,.modal select.filename,.modal textarea.filename{box-shadow:none}#wrapper input[type=text]:disabled,#wrapper input[type=password]:disabled,#wrapper input[type=date]:disabled,#wrapper input[type=file]:disabled,#wrapper select:disabled,#wrapper textarea:disabled,.modal input[type=text]:disabled,.modal input[type=password]:disabled,.modal input[type=date]:disabled,.modal input[type=file]:disabled,.modal select:disabled,.modal textarea:disabled{background-color:#ebebe4}#wrapper .select2-container--default .select2-selection--single,.modal .select2-container--default .select2-selection--single{color:#2b2f33;border:1px solid #dfe8f1;box-shadow:inset 1px 1px 3px #f6f6f6;border-radius:3px;box-sizing:border-box;outline:none;line-height:1.3;height:24px;padding:0px 25px 0px 5px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,.modal .select2-container--default .select2-selection--single .select2-selection__arrow{background-image:url(\"../images/arrow.svg\");background-size:10px;background-repeat:no-repeat;background-position:0px}#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,.modal .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,.modal .select2-container--default .select2-selection--single .select2-selection__rendered{padding:1px 2px;font-family:Arial;font-size:13px;color:#2b2f33;line-height:1.5;font-weight:400}#wrapper .select2-container--default .select2-selection--single:hover,.modal .select2-container--default .select2-selection--single:hover{border:1px solid #bccfe1}#wrapper .select2-container--default .select2-selection--single:focus,#wrapper .select2-container--default .select2-selection--single:active,.modal .select2-container--default .select2-selection--single:focus,.modal .select2-container--default .select2-selection--single:active{border-color:#3da6ff !important}#wrapper .select2-container--default.select2-container--disabled .select2-selection--single,.modal .select2-container--default.select2-container--disabled .select2-selection--single{cursor:not-allowed;color:graytext;background-color:#ebebe4 !important}#wrapper input[type=text],.modal input[type=text]{font-family:\"Osaka-Mono\",\"MS Gothic\",sans-serif;font-size:100%}#wrapper textarea.wiki-edit,.modal textarea.wiki-edit{font-size:13px;font-family:\"Osaka-Mono\",\"MS Gothic\",sans-serif;letter-spacing:normal;line-height:130%}#wrapper select,.modal select{height:auto;appearance:none;background-image:url(\"../images/arrow.svg\");background-size:10px;background-repeat:no-repeat;background-position:95% 50%;padding-right:2.5em}#wrapper select::-ms-expand,.modal select::-ms-expand{display:none}#wrapper select:hover,.modal select:hover{border-color:#ccc;outline:none}#wrapper select:focus,#wrapper select:active,.modal select:focus,.modal select:active{border-color:#3da6ff !important}#wrapper select:-moz-focusring,.modal select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #000}#wrapper select[multiple=multiple],.modal select[multiple=multiple]{background:#fff;padding-right:5px}#wrapper .tabular label,.modal .tabular label{margin-top:5px}#wrapper .tabular label.error,.modal .tabular label.error{color:#b00 !important}#wrapper .tabular label.error+*:not(#issue_description_and_toolbar),#wrapper .tabular label.error+span#issue_description_and_toolbar div.jstBlock,.modal .tabular label.error+*:not(#issue_description_and_toolbar),.modal .tabular label.error+span#issue_description_and_toolbar div.jstBlock{border:1px solid #b00 !important}#wrapper label.inline,.modal label.inline{margin-right:5px}#wrapper input[type=submit],.modal input[type=submit]{border-radius:3px;padding:2px 12px 3px;color:#fff;border:1px solid #34495e;background:#34495e;box-shadow:none}#wrapper input[type=submit]:hover,#wrapper input[type=submit]:active,.modal input[type=submit]:hover,.modal input[type=submit]:active{border-color:#3f5872;background-color:#3f5872}#wrapper input[type=submit]:active,.modal input[type=submit]:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper input[type=submit]:disabled,.modal input[type=submit]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=button],.modal input[type=button]{border-radius:3px;padding:2px 12px 3px;color:#555a60;border:1px solid #dfe8f1;background:#fefeff;box-shadow:none}#wrapper input[type=button]:hover,#wrapper input[type=button]:active,.modal input[type=button]:hover,.modal input[type=button]:active{color:#2b2f33;border-color:#bfc8d1;background-color:#f3f3f9}#wrapper input[type=button]:active,.modal input[type=button]:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper input[type=button]:disabled,.modal input[type=button]:disabled{background-color:#95a5a6;cursor:not-allowed}#wrapper input[type=checkbox],.modal input[type=checkbox]{width:16px;height:16px;margin:7px 2px 7px 0px;box-shadow:none}#wrapper .pagination ul.pages li.page,.modal .pagination ul.pages li.page{border:1px solid #dfe8f1;background:#fefeff;box-shadow:none}#wrapper .pagination ul.pages li.page:hover,#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:hover,.modal .pagination ul.pages li.page:active{border-color:#bfc8d1;background-color:#f3f3f9}#wrapper .pagination ul.pages li.page:hover a,#wrapper .pagination ul.pages li.page:active a,.modal .pagination ul.pages li.page:hover a,.modal .pagination ul.pages li.page:active a{color:#2b2f33}#wrapper .pagination ul.pages li.page:active,.modal .pagination ul.pages li.page:active{outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#wrapper .pagination ul.pages li.previous,#wrapper .pagination ul.pages li.next,.modal .pagination ul.pages li.previous,.modal .pagination ul.pages li.next{background:#fefeff}form .attributes select{width:85%}form .attributes .check_box_group label{width:100%}.select2-container.select2-container--default .select2-dropdown{box-shadow:0 3px 3px 0 rgba(0,0,0,.5);border:none}.select2-container.select2-container--default li.select2-results__option[role=option]:before{content:\" \";display:inline-block;line-height:1em;width:1em;height:1em;margin-right:4px;font-weight:bold}.select2-container.select2-container--default li.select2-results__option[role=option][aria-selected=true]:before{content:\"✓\"}.select2-container.select2-container--default li.select2-results__option--highlighted[role=option][aria-selected]{background-color:#759fc2;color:#fff}.select2-container.select2-container--default input.select2-search__field{background:#fff url(\"../images/search.svg\") no-repeat 2px 50%;background-size:12px 12px;background-position:5px;padding-left:20px}.select2-container.select2-container--default input.select2-search__field:focus{outline:none;border-color:#3da6ff}#errorExplanation,div.flash,.nodata,.warning,.conflict{padding:10px 12px 10px 30px;border-radius:3px;border:none}div.flash.error,#errorExplanation{color:#620f0f;background-color:#ffc6c6;border:none}div.flash.notice{color:#1e620f;background:#d3ffc6}div.flash.warning,.conflict{color:#624b0f;background:#ffeec6}.nodata,.warning{text-align:center;background-color:#ffeec6;color:#624b0f}div.modal{border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.2);padding:0}div.modal .ui-dialog-titlebar{padding:15px;border:none;background:#f7f9fa;color:#555;font-weight:normal;border-bottom:1px solid #e5e5e5}div.modal .ui-dialog-titlebar .ui-dialog-title{margin:0}div.modal .ui-dialog-titlebar .ui-dialog-titlebar-close{right:1em}div.modal .ui-dialog-content{padding:5px 15px 15px}.ui-widget-overlay{background:#000;opacity:.55}div.issue{background:#fff9c4;padding:20px;margin-bottom:12px;border-radius:3px;border:none}div.issue hr{width:auto;background:rgba(0,0,0,.12);padding:0 10px;margin:8px -10px}table.progress{margin:4px 6px 0px 0}table.progress td{height:.6em;border-radius:2px}table.progress td.closed{background-color:#4db6ac}p.percent{padding-top:2px}.edit_issue fieldset{border:none;background:#f4f7f9;margin-bottom:15px;border-radius:5px;padding:23px 12px 13px}.edit_issue fieldset legend{position:relative;top:18px}a[href*=activity][data-absolute-date*=\":\"]{margin:0 3px;box-shadow:inset 0 -1.5em 0 rgba(0,0,0,.08);display:inline-block;padding:0 3px;border-radius:3px}a[href*=activity][data-absolute-date*=\":\"]:before{content:\" [\" attr(data-absolute-date) \"] \"}div#content .tabs ul{border-bottom:1px solid #dfe8f1}div#content .tabs ul li a{background-color:#f0f0f0;border:1px solid #dfe8f1}div#content .tabs ul li a.selected{background-color:#fafcfe;border:1px solid #dfe8f1;border-bottom:1px solid #fafcfe}div#update .jstTabs.tabs li a{border-bottom:1px solid #dfe8f1}#history div.tabs{margin-bottom:0px}#history div.tabs ul li a.selected{background-color:#fff;border-bottom:1px solid #fff}#history .tab-content{background-color:#fff;border-radius:0px 0px 3px 3px;border-right:1px solid #dfe8f1;border-left:1px solid #dfe8f1;border-bottom:1px solid #dfe8f1;padding-top:15px;padding-left:10px}#history .tab-content.discontinuity .journal:after{content:none}#history .tab-content .journal{padding:8px 3px 3px 3px;background-color:#fff;position:relative;overflow:visible}#history .tab-content .journal:before{content:\"\";width:8px;height:8px;background-color:#fff;position:absolute;left:6px;top:16px;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;z-index:1}#history .tab-content .journal:after{content:\"\";height:100%;width:2px;background-color:#e5e5e5;position:absolute;left:9px;top:0px}#history .tab-content .journal:first-of-type:after{top:15px}#history .tab-content .journal:last-of-type:after{height:18px}#history .tab-content .journal:first-of-type:last-of-type:after{content:none}#history .tab-content .journal .contextual{padding-right:10px;padding-top:5px}#history .tab-content .journal .contextual .journal-actions,#history .tab-content .journal .contextual a.journal-link{position:relative;z-index:5}#history .tab-content .journal h4.note-header{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}#history .tab-content .journal h4.note-header a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#history .tab-content .journal h4.note-header:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}#history .tab-content .journal h4.note-header .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}#history .tab-content .journal:target .contextual+h4,#history .tab-content .journal div:target .contextual+h4{background:#def}#history .tab-content .journal:target .contextual+h4:before,#history .tab-content .journal div:target .contextual+h4:before{border-right:6px solid #def}#history .tab-content .journal .details{list-style:none;font-size:.9em;line-height:1.5;margin-bottom:1em;padding-left:46px}#history .tab-content .journal .details li{position:relative}#history .tab-content .journal .details li:after{display:block;content:\"\";position:absolute;top:.5em;left:-1em;width:4px;height:4px;background-color:#fff;border:1px solid #888;border-radius:50%}#history .tab-content .journal form .jstBlock,#history .tab-content .journal form input,#history .tab-content .journal div[id^=template_journal],#history .tab-content .journal .wiki:not(.wiki-preview),#history .tab-content .journal.time_entry p,#history .tab-content .journal.changeset .note>p{margin-left:32px}.tabular p{padding-left:160px}.edit_issue .tabular p{padding-left:130px}.edit_issue .tabular .wiki-preview p{padding-left:0 !important}.tabular label{margin-left:-160px;width:150px}.edit_issue .tabular label{margin-left:-130px;width:120px}fieldset#filters td.values input{height:inherit}.jstBlock .wiki-preview{border:1px solid #dfe8f1}.issue-card{background-color:#fff9c4}.controller-messages.action-show #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-messages.action-show #content>div.message>p{background-color:#e9eaf1;padding:6px 9px}.controller-messages.action-show #content>div.message>p a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#replies{background-color:#fff;border-radius:0px 0px 3px 3px;border:1px solid #dfe8f1;padding-top:15px;padding-left:10px}#replies .message.reply{padding:8px 3px 3px 3px !important;background-color:#fff;position:relative;overflow:visible}#replies .message.reply:before{content:\"\";width:8px;height:8px;background-color:#fff;position:absolute;left:6px;top:16px;border-radius:50%;box-shadow:0 0 0 3px #e5e5e5;z-index:1}#replies .message.reply:after{content:\"\";height:100%;width:2px;background-color:#e5e5e5;position:absolute;left:9px;top:0px}#replies .message.reply:first-of-type:after{top:15px}#replies .message.reply:last-of-type:after{height:18px}#replies .message.reply:first-of-type:last-of-type:after{content:none}#replies .message.reply .contextual{padding-right:10px;padding-top:5px}#replies .message.reply .contextual a{position:relative;z-index:5}#replies .message.reply .wiki{padding-left:32px}#replies .message.reply .contextual+h4{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}#replies .message.reply .contextual+h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}#replies .message.reply .contextual+h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}#replies .message.reply .contextual+h4 .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}#replies .message.reply:target h4.note-header,#replies .message.reply div:target h4.note-header{background:#def}#replies .message.reply:target h4.note-header:before,#replies .message.reply div:target h4.note-header:before{border-right:6px solid #def}.controller-news.action-show #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-news.action-show #comments{background-color:#fff;border-radius:0px 0px 3px 3px;border:1px solid #dfe8f1;padding-top:15px;padding-left:10px}.controller-news.action-show #comments .wiki{padding-left:32px}.controller-news.action-show #comments .contextual{padding-right:10px;padding-top:5px}.controller-news.action-show #comments .contextual a{position:relative;z-index:5;padding-bottom:5px}.controller-news.action-show #comments .contextual+h4{left:20px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-news.action-show #comments .contextual+h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-news.action-show #comments .contextual+h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}.controller-news.action-show #comments .contextual+h4 .gravatar{position:absolute;left:-35px;top:4px;z-index:5;margin-left:0}.controller-news.action-show #edit-news+p+div.wiki,.controller-news.action-show h2+p+div.wiki{position:relative;background-color:#fff;margin-bottom:10px;padding:20px;border-radius:3px;border:1px solid #dfe8f1}.controller-documents.action-index #content h3.group-name{position:relative;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;border-radius:4px}.controller-documents.action-index #content h4.title{font-size:1.2em;border-bottom:0px}.controller-repositories.action-revision #content>div.message,.controller-repositories.action-diff #content>div.message{border-radius:3px;background-color:#fff;border:1px solid #dfe8f1;padding:15px}.controller-repositories.action-revision.avatars-on .details h4,.controller-repositories.action-diff.avatars-on .details h4{left:35px;position:relative;margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-repositories.action-revision.avatars-on .details h4 a[href*=activity][data-absolute-date*=\":\"],.controller-repositories.action-diff.avatars-on .details h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-repositories.action-revision.avatars-on .details h4:before,.controller-repositories.action-diff.avatars-on .details h4:before{content:\"\";position:absolute;left:-6px;top:8px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:6px solid #e9eaf1}.controller-repositories.action-revision.avatars-on .details h4 .gravatar,.controller-repositories.action-diff.avatars-on .details h4 .gravatar{position:absolute;left:-35px;z-index:5;margin-left:0}.controller-repositories.action-revision.avatars-off .details h4,.controller-repositories.action-diff.avatars-off .details h4{margin:0 19px 0 10px;border:none;font-weight:bold;background-color:#e9eaf1;padding:6px 9px;font-size:.9em;border-radius:4px}.controller-repositories.action-revision.avatars-off .details h4 a[href*=activity][data-absolute-date*=\":\"],.controller-repositories.action-diff.avatars-off .details h4 a[href*=activity][data-absolute-date*=\":\"]{box-shadow:none;padding:0}.controller-repositories.action-revision .wiki.changeset-comments,.controller-repositories.action-revision #related-issues,.controller-repositories.action-revision .revision-info,.controller-repositories.action-diff .wiki.changeset-comments,.controller-repositories.action-diff #related-issues,.controller-repositories.action-diff .revision-info{background-color:#fff;padding:10px;border-radius:3px;border:1px solid #dfe8f1;margin:5px}.controller-repositories.action-revision .revision-info,.controller-repositories.action-diff .revision-info{padding-left:20px}div#activity dt .time{color:#444}div#activity dt.me .time{border-color:#666}div#activity dd span.description,#search-results dd span.description{color:#444}div#activity h3{position:relative;margin:0 19px 0 10px;border:none;background-color:#e9eaf1;padding:6px 9px;border-radius:4px}div#activity dl{margin-right:2em}","body {\n font-size: 13px;\n color: #222;\n line-height: 1.5;\n}\n\nhtml[lang=\"ja\"] body {\n font-family: Meiryo, \"Hiragino Kaku Gothic Pro\", \"Hiragino Sans\", \"MS PGothic\", Verdana, system-ui, sans-serif;\n}\n","h1, h2, h3, h4 {\n font-weight: normal;\n color: $default-heading-font-color;\n}\n\n#content h1 {\n color: $default-heading-font-color;\n}\n","$default-heading-font-color: #333;\n$color-issue-bg: #fff9c4;\n$color-header-bg: #e9eaf1;\n\n// priority\n$color-priority-lowest : #81D4FA;\n$color-priority-high3 : #EF9A9A;\n$color-priority-high2 : #E53935;\n$color-priority-highest : #C62828;\n\n// status\n$color-closed : #777777;\n","$color-top-menu-bg: #223342;\n$color-main-bg: #fafcfe;\n\n#top-menu {\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);\n background: $color-top-menu-bg;\n z-index: 1;\n position: relative;\n}\n\n#header {\n background: radial-gradient(circle at 1.98% 20.98%, #4b6cb7, transparent 100%), radial-gradient(circle at 98.02% 20.98%, #2e4063, transparent 100%), radial-gradient(circle at 50% 50%, #19c8b5, #19c8b5 100%);\n padding: 10px 30px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n color: white;\n min-height: 1em;\n\n h1 {\n padding-bottom: 20px;\n color: white;\n }\n}\n\n#main {\n background-color: $color-main-bg;\n}\n\n#content {\n padding: 25px;\n background-color: $color-main-bg;\n box-sizing: border-box;\n width: 81%;\n}\n\n#sidebar {\n background-color: $color-header-bg;\n\n h3 { color: $default-heading-font-color; }\n}\n\n#sidebar-switch-button {\n &:hover {\n background-color: darken($color-header-bg, 10%);\n }\n}\n\n// Fix a problem that underlines is broken in chrome\na:hover, a:active {\n outline: 1px solid transparent;\n}\n\n@media screen and (max-width: 899px) {\n #content>.contextual>a, #content>.contextual .drdn, p.buttons a {\n background: #ffffff;\n }\n}\n",".box, .mypage-box,\n.controller-wiki.action-show .wiki.wiki-page,\n.controller-attachments.action-show .filecontent.wiki,\n.controller-repositories.action-entry .filecontent.wiki,\n.controller-wiki.action-index.pages-hierarchy,\n#activity,\n#roadmap article,\n.controller-news.action-index article.news-article,\n.controller-news.action-show #comments,\n.controller-projects.action-index li.root,\n.controller-documents.action-index .document-item\n {\n background-color: #fff;\n margin-bottom: 20px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n}\n\n.controller-wiki.action-show .wiki.wiki-page {\n margin-top: 25px;\n margin-bottom: 10px;\n}\n\n#activity {\n padding: 0px;\n h3 {\n top: 10px;\n }\n}\n\n.controller-news.action-index article.news-article {\n margin-bottom: 10px;\n}\n\n.gantt-table {\n background-color: #fff;\n}\n\n#wiki_add_attachment .box {\n padding: 6px;\n}\n\ndiv.issue-cards .issue-card {\n background-color: #fff9c4;\n}\n","$color-main-menu-line: #ffd600;\n$color-menu-children-bg: #ffffff;\n$color-menu-children-border: #dddddd;\n$color-menu-children-text: #777777;\n$color-menu-children-hover-bg: #eff4f6;\n$color-menu-children-hover-text: #2b2f33;\n\n\n#main-menu {\n ul{\n li {\n margin: 0;\n\n a {\n padding: 8px 12px;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &.selected, &:hover {\n position: relative;\n background: transparent;\n color: inherit;\n\n &:after {\n content: \"\";\n position: absolute;\n width: 100%;\n height: 3px;\n background-color: $color-main-menu-line;\n bottom: 0px;\n left: 0;\n }\n }\n\n &.selected:hover {\n background: transparent;\n color: white;\n }\n\n &.new-object {\n background: rgba(255,255,255,.05);\n border: 2px solid rgba(255,255,255,.25);\n position: relative;\n margin: 0 10px;\n padding: 0;\n width: 26px;\n height: 26px;\n line-height: 25px;\n border-radius: 50%;\n text-align: center;\n bottom: 1px;\n\n &:hover:after {\n content: none;\n }\n }\n\n }\n }\n\n .menu-children {\n border: none;\n background-color: $color-menu-children-bg;\n box-shadow: 0 1px 7px 2px rgba(135,158,171,.2);\n border-radius: 3px;\n\n li {\n border-bottom: $color-menu-children-border solid 1px;\n a {\n color: $color-menu-children-text;\n background-color: transparent;\n letter-spacing: 0.5px;\n font-weight: normal;\n\n &:after {\n content: none;\n }\n\n &:hover {\n color: $color-menu-children-hover-text;\n background: $color-menu-children-hover-bg;\n }\n }\n }\n }\n }\n}","$table-head-cell-padding: 5px;\n$table-cell-padding: 4px;\n$line-height-base: 1.74;\n$line-height-computed: 25px;\n$color-table-border: #dfe8f1;\n$color-th-bg: #eff1f9;\n$color-odd-bg: #f9f9f9;\n\n\ntable.list {\n border: none;\n margin-bottom: $line-height-computed;\n background-color: white;\n\n // Cells\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n line-height: $line-height-base;\n vertical-align: top;\n border-top: 1px solid $color-table-border;\n font-size: 0.9em;\n &.checkbox {\n padding: $table-cell-padding;\n\n input {\n margin: 0 7px 0 15px !important;\n }\n }\n }\n &.priority-lowest {\n background-color: lighten($color-priority-lowest, 20%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-lowest inset;\n }\n }\n &.priority-high3 {\n background-color: lighten($color-priority-high3, 18%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high3 inset;\n }\n }\n &.priority-high2 {\n background-color: lighten($color-priority-high2, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-high2 inset;\n }\n }\n &.priority-highest {\n background-color: lighten($color-priority-highest, 35%);\n td.checkbox {\n box-shadow: 6px 0px 0px 0px $color-priority-highest inset;\n }\n }\n &.closed {\n color: $color-closed;\n a { color: $color-closed; }\n }\n &:hover {\n background-color: #fff9c4;\n }\n }\n }\n // Bottom align for column headings\n > thead > tr > th {\n color: #4b5056;\n font-weight: 700;\n vertical-align: bottom;\n border-bottom: 2px solid $color-table-border;\n background-color: $color-th-bg;\n padding: $table-head-cell-padding;\n &.checkbox { padding: $table-head-cell-padding; }\n }\n // Remove top border from thead by default\n > caption + thead,\n > colgroup + thead,\n > thead:first-child {\n > tr:first-child {\n > th,\n > td {\n border-top: 0;\n }\n }\n }\n // Account for multiple tbody instances\n > tbody + tbody {\n border-top: 2px solid $color-table-border;\n }\n\n td.attachments {\n padding-bottom: 5px;\n }\n}\n","div.wiki {\n h1, h2, h3, h4 {\n font-weight: bold;\n }\n ul.toc {\n background-color: $color-issue-bg;\n border: none;\n padding: 9px;\n border-radius: 4px;\n }\n}\n\n/* Fix an issue where the default line-height is 1.5em, which breaks the layout. */\n.box div.wiki-preview {\n line-height: 1.5;\n}","$input-padding: 4px 6px;\n$color-input-bg: #ffffff;\n$color-disabled-input-bg: #ebebe4;\n$color-input-text: #2b2f33;\n$color-input-border: #dfe8f1;\n$color-input-border-focus: #3da6ff;\n$color-validation-error-input-border: #bb0000;\n\n$color-submit-text: #ffffff;\n$color-submit-border: #34495e;\n$color-submit-bg: #34495e;\n$color-submit-disabled-bg: #95a5a6;\n$color-submit-hover-border: #3f5872;\n$color-submit-hover-bg: #3f5872;\n\n$color-button-text: #555a60;\n$color-button-border: #dfe8f1;\n$color-button-bg: #fefeff;\n$color-button-disabled-bg: #95a5a6;\n$color-button-hover-text: #2b2f33;\n$color-button-hover-border: #bfc8d1;\n$color-button-hover-bg: #f3f3f9;\n\n$checkbox-size: 16px;\n$checkbox-margin: 7px 2px 7px 0px;\n\n\n#wrapper, .modal {\n input[type=\"text\"],\n input[type=\"password\"],\n input[type=\"date\"],\n input[type=\"file\"],\n select,\n textarea {\n background-color: $color-input-bg;\n padding: $input-padding;\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n height: auto;\n line-height: 1.3;\n\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n &.filename {\n box-shadow: none;\n }\n\n &:disabled {\n background-color: $color-disabled-input-bg;\n }\n }\n .select2-container--default .select2-selection--single {\n color: $color-input-text;\n border: 1px solid $color-input-border;\n box-shadow: inset 1px 1px 3px #f6f6f6;\n border-radius: 3px;\n box-sizing: border-box;\n outline: none;\n line-height: 1.3;\n height: 24px;\n padding: 0px 25px 0px 5px;\n .select2-selection__arrow {\n // Hide original arrow icon\n b {\n display: none;\n }\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 0px;\n }\n .select2-selection__rendered {\n padding: 1px 2px;\n font-family: Arial;\n font-size: 13px;\n color: #2b2f33;\n line-height: 1.5;\n font-weight: 400;\n }\n &:hover {\n border: 1px solid darken($color-input-border, 10%);\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n }\n .select2-container--default.select2-container--disabled .select2-selection--single {\n cursor: not-allowed;\n color: graytext;\n background-color: #ebebe4 !important;\n }\n // テキストボックスで等幅フォントを使用\n input[type=\"text\"] {\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n font-size: 100%;\n }\n\n textarea.wiki-edit {\n font-size: 13px;\n font-family: \"Osaka-Mono\", \"MS Gothic\", sans-serif;\n letter-spacing: normal;\n line-height: 130%;\n }\n\n select {\n height: auto;\n appearance: none;\n background-image: url('../images/arrow.svg');\n background-size: 10px;\n background-repeat: no-repeat;\n background-position: 95% 50%;\n padding-right: 2.5em;\n\n &::-ms-expand {\n display: none;\n }\n\n &:hover {\n border-color: #ccc;\n outline: none;\n }\n\n &:focus,\n &:active {\n border-color: $color-input-border-focus !important;\n }\n\n // Fix Firefox dotted focusring\n &:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 #000;\n }\n\n &[multiple=\"multiple\"] {\n background: white;\n padding-right: 5px;\n }\n }\n\n .tabular label {\n margin-top: 5px;\n\n &.error {\n color: $color-validation-error-input-border !important;\n }\n &.error + *:not(#issue_description_and_toolbar), &.error + span#issue_description_and_toolbar div.jstBlock {\n border: 1px solid $color-validation-error-input-border !important;\n }\n }\n\n label.inline {\n margin-right: 5px;\n }\n\n input[type=\"submit\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-submit-text;\n border: 1px solid $color-submit-border;\n background: $color-submit-bg;\n box-shadow: none;\n &:hover, &:active {\n border-color: $color-submit-hover-border;\n background-color: $color-submit-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-submit-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"button\"] {\n border-radius: 3px;\n padding: 2px 12px 3px;\n color: $color-button-text;\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n color: $color-button-hover-text;\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n &:disabled {\n background-color: $color-button-disabled-bg;\n cursor: not-allowed;\n }\n }\n\n input[type=\"checkbox\"] {\n width: $checkbox-size;\n height: $checkbox-size;\n margin: $checkbox-margin;\n box-shadow: none;\n }\n\n .pagination ul.pages li.page {\n border: 1px solid $color-button-border;\n background: $color-button-bg;\n box-shadow: none;\n &:hover, &:active {\n a { color: $color-button-hover-text; }\n border-color: $color-button-hover-border;\n background-color: $color-button-hover-bg;\n }\n &:active {\n outline: 0;\n box-shadow: inset 0 3px 5px rgba(0,0,0,.125);\n }\n }\n .pagination ul.pages li.previous, .pagination ul.pages li.next {\n background: $color-button-bg;\n }\n}\n\nform .attributes {\n select { width: 85%; }\n\n .check_box_group label {\n width: 100%;\n }\n}\n\n.select2-container.select2-container--default {\n .select2-dropdown {\n box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);\n border: none;\n }\n li.select2-results__option[role=\"option\"] {\n &:before {\n content: ' ';\n display: inline-block;\n line-height: 1em;\n width: 1em;\n height: 1em;\n margin-right: 4px;\n font-weight: bold;\n }\n }\n li.select2-results__option[role=\"option\"][aria-selected=true] {\n &:before {\n content: \"\\2713 \";\n }\n }\n li.select2-results__option--highlighted[role=\"option\"][aria-selected] {\n background-color: #759FC2;\n color: #fff;\n }\n\n input.select2-search__field {\n background: #fff url('../images/search.svg') no-repeat 2px 50%;\n background-size: 12px 12px;\n background-position: 5px;\n padding-left: 20px;\n &:focus {\n outline: none;\n border-color: $color-input-border-focus;\n }\n }\n}\n","$flash-padding: 10px 12px 10px 30px;\n\n$color-flash-error-text: #620f0f;\n$color-flash-error-bg: #ffc6c6;\n$color-flash-notice-text: #1e620f;\n$color-flash-notice-bg: #d3ffc6;\n$color-flash-warning-text: #624b0f;\n$color-flash-warning-bg: #ffeec6;\n\n#errorExplanation, div.flash, .nodata, .warning, .conflict {\n padding: $flash-padding;\n border-radius: 3px;\n border: none;\n}\n\ndiv.flash.error, #errorExplanation {\n color: $color-flash-error-text;\n background-color: $color-flash-error-bg;\n border: none;\n}\n\ndiv.flash.notice {\n color: $color-flash-notice-text;\n background: $color-flash-notice-bg;\n}\n\ndiv.flash.warning, .conflict {\n color: $color-flash-warning-text;\n background: $color-flash-warning-bg;\n}\n\n.nodata, .warning {\n text-align: center;\n background-color: #ffeec6;\n color: #624b0f;\n}\n","$color-modal-titlebar-bg: #f7f9fa;\n$color-modal-titlebar-text: #555555;\n$color-modal-titlebar-border: #e5e5e5;\n\n\ndiv.modal {\n border: none;\n box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);\n padding: 0;\n\n .ui-dialog-titlebar {\n padding: 15px;\n border: none;\n background: $color-modal-titlebar-bg;\n color: $color-modal-titlebar-text;\n font-weight: normal;\n border-bottom: 1px solid $color-modal-titlebar-border;\n\n .ui-dialog-title {\n margin: 0;\n }\n\n .ui-dialog-titlebar-close {\n right: 1em;\n }\n }\n\n .ui-dialog-content {\n padding: 5px 15px 15px;\n }\n}\n\n.ui-widget-overlay {\n background: black;\n opacity: 0.55;\n}","$issue-padding: 20px;\n\n$progress-height: 0.6em;\n$color-progress-closed-bg: #4DB6AC;\n\n$histry-padding: 15px;\n$color-history-bg: #ffffff;\n$color-history-border: #dfe8f1;\n\n$timeline-point-size: 8px;\n$color-timeline: #e5e5e5;\n\n$note-title-margin: 0 19px 0 10px;\n$note-title-padding: 6px 9px;\n$color-note-title-bg: #e9eaf1;\n\n$color-content-bg: #fafcfe;\n$color-unselected-tab-bg: #f0f0f0;\n$color-target-bg: #DDEEFF;\n\ndiv.issue {\n background: $color-issue-bg;\n padding: $issue-padding;\n margin-bottom: 12px;\n border-radius: 3px;\n border: none;\n\n hr {\n width: auto;\n background: rgba(0,0,0,0.12);\n padding: 0 10px;\n margin: 8px -10px;\n }\n}\n\ntable.progress {\n margin: 4px 6px 0px 0;\n\n td {\n height: $progress-height;\n border-radius: 2px;\n\n &.closed {\n background-color: $color-progress-closed-bg;\n }\n }\n}\n\np.percent {\n padding-top: 2px;\n}\n\n.edit_issue fieldset {\n border: none;\n background: #f4f7f9;\n margin-bottom: 15px;\n border-radius: 5px;\n padding: 23px 12px 13px;\n\n legend {\n position: relative;\n top: 18px;\n }\n}\n\n// 作成日・更新日に実際の日時を表示\na[href*=\"activity\"][data-absolute-date*=\":\"] {\n margin: 0 3px;\n box-shadow: inset 0 -1.5em 0 rgba(0, 0, 0, 0.08);\n display: inline-block;\n padding: 0 3px;\n border-radius: 3px;\n &:before {\n content: ' [' attr(data-absolute-date) '] ';\n }\n}\n\ndiv#content .tabs {\n ul {\n border-bottom: 1px solid $color-history-border;\n\n li a {\n background-color: $color-unselected-tab-bg;\n border: 1px solid $color-history-border;\n\n &.selected {\n background-color: $color-content-bg;\n border: 1px solid $color-history-border;\n border-bottom: 1px solid $color-content-bg;\n }\n }\n }\n}\ndiv#update .jstTabs.tabs li a {\n border-bottom: 1px solid $color-history-border;\n}\n\n#history {\n div.tabs {\n margin-bottom: 0px;\n\n ul li a.selected {\n background-color: $color-history-bg;\n border-bottom: 1px solid $color-history-bg;\n }\n }\n .tab-content {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border-right: 1px solid $color-history-border;\n border-left: 1px solid $color-history-border;\n border-bottom: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n // Do not show vertical lines connecting history if tab-notes or tab-properties\n &.discontinuity .journal:after {\n content: none;\n }\n\n .journal {\n padding: 8px 3px 3px 3px;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n .journal-actions, a.journal-link {\n position: relative;\n z-index: 5;\n }\n }\n\n // #tab-content-changesets内のh4要素のみ.contextualと隣接していないため個別の書き方をしている\n h4.note-header {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target .contextual + h4, div:target .contextual + h4 {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n\n .details {\n list-style: none;\n font-size: 0.9em;\n line-height: 1.5;\n margin-bottom: 1em;\n padding-left: 46px;\n\n li {\n position: relative;\n\n &:after {\n display: block;\n content: '';\n position: absolute;\n top: .5em;\n left: -1em;\n width: 4px;\n height: 4px;\n background-color: $color-history-bg;\n border: 1px solid #888;\n border-radius: 50%;\n }\n }\n }\n\n form .jstBlock, form input, div[id^=\"template_journal\"],\n .wiki:not(.wiki-preview),\n &.time_entry p, &.changeset .note > p {\n margin-left: 32px;\n }\n }\n }\n}\n\n.tabular p {\n padding-left: 160px;\n\n .edit_issue & {\n padding-left: 130px;\n }\n}\n.edit_issue .tabular .wiki-preview p {padding-left: 0 !important}\n\n.tabular label {\n margin-left: -160px;\n width: 150px;\n\n .edit_issue & {\n margin-left: -130px;\n width: 120px;\n }\n}\n\nfieldset#filters td.values input {\n height: inherit;\n}\n\n.jstBlock .wiki-preview {\n border: 1px solid $color-history-border;\n}\n\n.issue-card {\n background-color: $color-issue-bg;\n}","// forum(board)\n\n.controller-messages.action-show #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n\n & > p {\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n}\n\n#replies {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .message.reply {\n padding: 8px 3px 3px 3px !important;\n background-color: $color-history-bg;\n position: relative;\n overflow: visible;\n\n &:before {\n content: \"\";\n width: $timeline-point-size;\n height: $timeline-point-size;\n background-color: $color-history-bg;\n position: absolute;\n left: 6px;\n top: 16px;\n border-radius: 50%;\n box-shadow: 0 0 0 3px $color-timeline;\n z-index: 1;\n }\n\n &:after {\n content: \"\";\n height: 100%;\n width: 2px;\n background-color: $color-timeline;\n position: absolute;\n left: 9px;\n top: 0px;\n }\n\n &:first-of-type:after {\n top: 15px;\n }\n\n &:last-of-type:after {\n height: 18px;\n }\n\n &:first-of-type:last-of-type:after {\n content: none;\n }\n\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n }\n }\n\n .wiki {\n padding-left: 32px;\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n\n // #change-n #note-n\n &:target h4.note-header, div:target h4.note-header {\n background: $color-target-bg;\n\n &:before {\n border-right: 6px solid $color-target-bg;\n }\n }\n }\n}",".controller-news.action-show {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n #comments {\n background-color: $color-history-bg;\n border-radius: 0px 0px 3px 3px;\n border: 1px solid $color-history-border;\n padding-top: $histry-padding;\n padding-left: 10px;\n\n .wiki {\n padding-left: 32px;\n }\n .contextual {\n padding-right: 10px;\n padding-top: 5px;\n\n a {\n position: relative;\n z-index: 5;\n padding-bottom: 5px;\n }\n }\n\n .contextual + h4 {\n left: 20px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n top: 4px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n\n #edit-news + p + div.wiki, h2 + p + div.wiki {\n position: relative;\n background-color: #fff;\n margin-bottom: 10px;\n padding: 20px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n }\n}",".controller-documents.action-index #content {\n h3.group-name {\n position: relative;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n }\n h4.title {\n font-size: 1.2em;\n border-bottom: 0px;\n }\n}","// forum(board)\n\n.controller-repositories.action-revision, .controller-repositories.action-diff {\n #content > div.message {\n border-radius: 3px;\n background-color: $color-history-bg;\n border: 1px solid $color-history-border;\n padding: $histry-padding;\n }\n\n &.avatars-on .details {\n h4 {\n left: 35px;\n position: relative;\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n\n &:before {\n content: '';\n position: absolute;\n left: -6px;\n top: 8px;\n width: 0;\n height: 0;\n border-top: 5px solid transparent;\n border-bottom: 5px solid transparent;\n border-right: 6px solid $color-note-title-bg;\n }\n\n .gravatar {\n position: absolute;\n left: -35px;\n z-index: 5;\n margin-left: 0;\n }\n }\n }\n\n &.avatars-off .details {\n h4 {\n margin: $note-title-margin;\n border: none;\n font-weight: bold;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n font-size: 0.9em;\n border-radius: 4px;\n\n a[href*=\"activity\"][data-absolute-date*=\":\"] {\n box-shadow: none;\n padding: 0;\n }\n }\n }\n\n .wiki.changeset-comments, #related-issues, .revision-info {\n background-color: #fff;\n padding: 10px;\n border-radius: 3px;\n border: 1px solid #dfe8f1;\n margin: 5px;\n }\n\n .revision-info {\n padding-left: 20px;\n }\n}\n","div#activity dt .time { color: #444; }\ndiv#activity dt.me .time { border-color: #666; }\ndiv#activity dd span.description, #search-results dd span.description { color: #444; }\n\ndiv#activity h3 {\n position: relative;\n margin: $note-title-margin;\n border: none;\n background-color: $color-note-title-bg;\n padding: $note-title-padding;\n border-radius: 4px;\n}\n\ndiv#activity dl {\n margin-right: 2em;\n}"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/stylesheets/webfonts/fa-regular-400.ttf b/stylesheets/webfonts/fa-regular-400.ttf deleted file mode 100644 index c79589d83dd5569afad3a4bf7dd96d97cfd52e57..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 63348 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 diff --git a/stylesheets/webfonts/fa-regular-400.woff2 b/stylesheets/webfonts/fa-regular-400.woff2 deleted file mode 100644 index 059a94e2fd7a6144d1496157ce0c21e39fcde121..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24488 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 Lgti_09|HpbvH4-J diff --git a/stylesheets/webfonts/fa-solid-900.ttf b/stylesheets/webfonts/fa-solid-900.ttf deleted file mode 100644 index e479fb29349a12b564516c40aa529276c6c5e12d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 394668 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 B77+jd diff --git a/stylesheets/webfonts/fa-solid-900.woff2 b/stylesheets/webfonts/fa-solid-900.woff2 deleted file mode 100644 index 88b0367aae421f51483c07ad7ae3ebc5251e48e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 150020 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

N{f}=hJyVz~&Ig83lmY%4(j$SFN&j#sZXv z1%IP>qw7GE2)O(6wJ#(|+GwOfkTx1=lDtGYj(jP6Fx2h-+z8WBqnRd25F|<3 zY?K~U>cL+RZ##KzjU($0>n;AhC9gI!OjC0^jt2cf-&U!5gmFsz*AY5;ao){6G3}2y z$&HOCds!38-PtEV!{*Ou>}S!LkPkWMrEZf00V(cZwR4?$`~PpLf7UP zfQk?WVTy5CZu;-fMLdHi2O%6ZsC_ym45xekMMb+R?msCcW@=WWG~YZL?!s`?PYk(}bkTI9 zm`o?*0q>ft$x(L7^KJ=}BLi}t2{#p%14 zkJLhbUBz>2k4v3h21|%rhU)<9!&`(nAWsX?UtFwLR#z82^zk4~MsM6}v(?9ux461m zsV^?}g?O6SQ-Na{?z07*tdfMV@@5cZM&=}Q6Mc!J{M75MkQU~x?V4Qg9l|(94 zjlmdDR%R!}h3jAy5ZW$3WpQ5)(>EG~X%r#PnvFE_AmplcGq;A|`Q>i1uEep}OZDS! z+4ms4)r`rs_lAq~DCGJ$Aq2k(A%qCowt4uT{-DFO?bwtOm^TeqZ|M`WP^{4z#Qn~k zZ=W1#_uj~@y2QC#!^-)x?*TMV)3Y_8E1adLn*g3)K3@rMJs18vL+*9;=wwZ^I?C&Y zHK?xrbQM50#TLZP0eu@|LnnrOD58-Xnc3S^ zPoKgig6k%h;sgxe#+?E_;}8NWjw9Q^_+*HlxY8W5Py0DLceE!bB4RWT{+Ej%m-wI6+*Ra=Biw5MVlgS}B(j58iIx!Zw~$-fDZ!cy?)~A};y~ zS=>LWdzpPRR5crlEHs(iX-^uX(X9TCsKF-%MCg5JepfiWduPYF?bt@M2}MZaQRQcy zxvUAi1vjD=ZG=ReW^}8eFw=5epJ@JJRMom!C=!0MP^PduR+8#h;r)15=#dRKK)=j!DSolIV|6i(4`n=sPE?eCw zUX*;w{N=`SMYcIyp&K}+kRv*mIO=z{xkX%rV<_C+;?$?{+4b!{sOZ{Y`Lr{`M2V>I6pKI{Z2%g$%*{ zOqXEgpR5J}Y|mc|1;(6shM>BIEdTi~4MdRRuz*r%cGT)!`sa=@;V&{Sy82!4ufhM@CaaW#>!ZJ8qWA@n zWy4p_>Ctxq?*KYm?YXsS-DW*vy}>&*!1|*!i<;qrwCkG1NA-$kVgdWcup}O@-aEpL zKLEl|lu>cbK#!b@2~0T#1q)Kh`Dc4=SQNuyQG~XTQrJsyaaA5{$H?YIq>}CQ0S1f# ziy4dOc26ix&W;*QkivPOLNNRRM@VQkM*ZF0{w}#jDG16C*k7(x04kMbtJOWaBPA>> z_r2nVG+}8$_@*>B_v6vZ%9bN&uq6)GE*0Abn5Z^Q>}6|>Y&WR z4g{30`$kbnkW{!3;h%IsKH;K);dcUZAD`>8wPKyJ?vnF)43CCsIY74n{!<14kCZ8t zdNEV@pYvb*VzVZrD4&0z>rYV;0|XL)ksdn(7wi$*m_Ms3wTOQp7j<@>5iRrgC`$q| zO_qD!_bN3Vol;9We-ZDGz&PoPqf4PXf9Mzs0FnE`-g>0AG~(io9eZQqFat%`SC49H zk%z-3({Z{{`1!n-@wK}a--py;j54K-?YTzG-*OrMNf{tep6`1KY*kiLOF^+J1C$k} zLTahX%HHa`5Rp;~UDEc&v|LWpayh-`*MJ+YaE%uQf$IR`VC>6(^UrC5G0{ybTqcK&r}_ua z+6uPi0XJ#c5nGpPx5)jo#;j&?oXyM%xPL@1)1la!a(~gdFC1w)r_`456*xeEQAjsIIktaOb3-F3~)Buk;5)`pQ!g zXE~-oWK~GPR`^^RfwJziD4v0j(pkV^BRunZ-fO~)i+2Ule z6$6KT%1fKz2)=1`=wuO4j$#7gS+eB+eybEJ|Y(y9gG`O|W)4eCt$@I@D{cZpd z+)Vy=NZ$iWM8+w_X?~f4@4n2pPuuos+aETXAf+>Zqa!6W8$b3mWBk_B%nwO#{#ELnRqCumy~V{Tal=QME-reXA;)Ta2kud|)6ghj36~tG6HB;b zXTMDLuek{K!F02r(4s2HWT(^Lu}vm8z<3dJZw37zoXFzyR;ze29nAj(PU7lJB=qk4 zlPd;h>Oj7yE6r4*KMizA{nbdnG)qgAo(q7Ek&RKo33F(30nA78?I*&O=4I*@`PG%I zS?8Y)gK^aZYf#z0iSk%^V8ZaGgg`Di;W8 zN&y_(HIATE+HWu;L^BL;_sjp~?%KMC#2t=vhd|!?+U{k@yrsnAxL5z(v1(msomE3Z z-H*~;h7N~4YTb{zJP^Dd!Z=M%zoAcKyp^P=RJjP_n5g}tOL+;!$?*Op^=Yn5H`n+r zQBC{BB;;IgajE+CZW;Y&7M*N(mi^NXR7zw1*GrYkCpCYvuz)`H7iZSj&*B6|=l@!N znfg<^)n26%euaGe`20Vz;ot^GNc6k-Il&Xx`x9|LB5-Oue zQbL2)0(B;>Hc08bm7vQAKkY~f?bgJh3#}jZ2b)3!fW;8ee8UGEWR{kGAAE;%WG-TNV^k>jrFJ$AYX z2Id%gC%thm9k-bmPn<52-u~+wQ20kSUq1q7oeHLen#OtoRI7_8J#uMi{Oq%W5yFn^ zYR(W))4p6Q#vfcN#Yhp15t7QcZQJ&h-1em;7&q#x7Zt$-Q6_ZY_@I?iN`vo&N>Yjl zCMrZI-0t5Hl`6ad!72a1gcQ2Ya@S5yH0ZVSrcsiV(U|ufrF(7J>*SnX*}I zBZQD0Gg~pq1Q9}WC8ZRa*+LM`xBQzi0RGp}RPbEQZf&t;QQI1;H}cn2W3Tx8FXU0- z7xxOQ3M~70$%)Da0M8EKPj-P%(>%@d1ob5ReNrdQr@R$dt}i2HFOT@u=~~m2e!T%b zHoT1qR_tHkVN1X9_A_U$i2Qudn}wjyRV??{m*Fk;@(4Q}(MfBBE?Usz&??3AueNKQ zB@}LZ=`TfpUX;fPTztbD-YxO7T=@(vYQghI=&9?aL(?+&&A!jRDCYi7q8d?>g*K*k zzq<};!AHC_;Shwn+To+|C&U##mYcfh(aW`}PyYCs@FsaBm-XAvtDSIuR)X)hzxmhc zp*A&`Ot;~85=WqbPx>uM161l+L<9WN03S^75i#_QYoBE>@suPi*ciS)KO8*m0=RDo z9(DoT2ZHAsfSozWx7A8~ z5L}kCR-@9W$7kbuqta+)WyuBjNvqXe$ugI6E=q_J2~Tk1Xbl+dH!y#Xq!dZcfeRr7 z2hJs;RKja8;CBG69m3~7B#CVs2qwUv(W{BiSTB?-0eyuQvv+_kRTJLH!KsG_TFeu( z1zTV#0|s?3X<{Q11GP35;x<1-=Q&YP=206(Yo7VX+*p2uw4-b1D{ zZ){VA4;HaWV8tWBlQL~Pr2r;aKq<3d-U;SvUPrJf&-!8rg6b%()lzwSZ*O67alxj9 zQrmVa3#<)gA0>^yw!*$=brGmXAV?QYG4=p^K!m@8fV*Mx%GF7M4DM(X)4STgeDvCZ zXamwCf-rs)N6}C2EU#0uc^62ceb+qyqetnw$OkqlBTVqCxrz`h4X!;t;-{STd0b^i zHf0S$b*@ZSSJVN9u-?m8ZOrN)U?vE|2m1&0M<&Owu8tiA7!GA{e%SNCeG+E9Qh3w6 zU?NJ!33;~|wMCyhzZG}$acu8!Vci6;)hP_N0EX^? zr3d%CbPruz4qLm*z(5ks^O-#`1oBys`y%-q>{(kf4!7#Y~P zY8Q~GLbX@)FK%Mo0m$<$&wm~z%dK(<%Sj`H4nhE%7yCu8+JUgVbNAglww3}AWc9Qh zx|QkGyLZZ=7Mj-)mUr%k%hkBdFe(E;Tt)Qyn%xFcn7GDR;NjrSEQ!c~&Q(9odeH?w`53H*=;>98W%w1{eM7Mz39K?Jt9afg=%k6Lk<#MM! z|NHTBG6aFxdUeEAeE-z5y)+mOubqjAn#3_pfUFXDp2Y7SmdO?_-|}K40;;;v(&i{l zM*YEXKr}!?-dVfQAN2>6A{Z!$EJIR*aUkB{ykJWh<6IDnp54|ytWrNnAxQ(Dt^yL> zPU3=NjM##6c7j-UkyO9dAy}PO2GP#@*WmXJ{&jzCMx9oeIIs0b{`(yNXLPoS`_`5Q zfIU5+#iF1PNkmH_t|*Z;HBlsVv6Mm@$ADAy^U<~;Kf1+XQm-fPjN^As7vDsYtH*;s z^ZVxhoBJBUSn|l>2L15qU1M5*W3`O>mf~k-?%gxA#{tiu!)mo!@<^Nb8q!%o%U>0~ zxK%HRoT%=Mca9saEP*#gg4t#g^!HB?4AmfHBuN_SxjTMo%FfYkJT#jIoDF-Bf=Q2E z`p#W_O-jj*Y=8+V=d0`5xyutQmW~^gZpB=p%@mavi(M4Pmq}J0oDF!<+tsxxR3o*| z+1^2KSHHN7C$B|k?wzi)&-{LeDLy|NTU5s8fa|kRuZlL^<@r1kKC_ihw_DzCc9FHW z!?hj#G&^x$r+gi?H9PM2&V1Gne){}>Y_k-1N^kqGvG*o$psZ&(&As!$unNU9>Zt46 zPg9ByF#mk1#+~+5vE_}2O7hzUJT)Vs=`5QAXLe&n!|>;wi)e~D#VFYZRObNfL&oLj zQB~%+NsKxuStQ7O`UE7Ksfolfw!yclib)lV)86vsxkZhOW)Q$e70H&wYb`iPp12;= zK7(&sC2PsLMpp;M|JVMzKgKp5`{U1U&FQG!65wdN#4xiR_h&t&p57g1N7;;Xr8u9; z?uS3Em(_H3JoKc*tHg2q`KJy!$mDdSDJ!lxC`p8W9(}KjJ!foL9m)jr25<*c`6X(t zFn|-Q#!grhBz01QL;Ac$pyZ}rcXn4`tOT&z2u?X6IupPybL_ziTb<2TFD-=8H?$V) zd(RU?iJ`~5?b*&z387R-Ie)EfM6=Fpm8}4*Tv}LPA5DK*N~!Y!lp}*ZS&*SY4%E>w zZiBGBe%yXn_=HWnuq6+WG0ZlJ1`buiQ2UYuQ+L0dB?-AJ(l#`%Tns$@=RI@OD0(9S(uvi$k;yWNu~Z)Zu|C<4Kbh`UBnR$-nSw}U$_elRcK zRn=N8X*N!2TglUu7=(kcTuvD6+;6uV1l2pQzkX#!)B|@BF?^%4=*R23aw2s2vMHBY zW+3vL$YGNvBz01uM9YUekU0uQVQDQl{s)Z^GLT+_7w*KaMRg2J=&g^l zP68|(+d&)Cn;)dEfllb>1kF)BA@IRN{Q={&n=I_-M+M}SVULBho2?I9o+KEb?Le5M zJt~>PazhLn@6#7sOOfy9t4x&q9-L^Tcf^~By05sRl3ky)LwU=ua{kqIw}sCjsE{K zTHo$YxCWpA6riQ$xiMG^oxpFW=QxC;ach`e?Ws_yerp1Rd&4diq$T7%I?~#}PExZW z9;uIzlE%OPeR%n;$Rs}|-~b*#rJ8df<5(UbP)$DY!2BEOB68>|wg?P}8pdN;fkhET zx|1G*6@Nl{SsRM)#bAy{TLpP&7sl%zYJfA1-qf>JfaR&tUjpl9M5>;vWdIi51_Vt|~{ z?3n~~syc8op(djYaXcha>O-~o0QRk>wQlXUs*tWOI^pL^`nsS2%BMFsfto{~Fr%J2 z)^@=fWSh~MGsAMzv7`dwnGv`73?NP0?b4Zh{#3uWU47}ynWdq+sT$w^*2NocSS0JG zRMK|CPk5te&Xkr6md>>OR!7!xY=_b5XsCrFqm|J)1PR3mC<{QeBZA$^`EbZf<#KhC z^SiiK+|rvjtL1WOWomGduv{_8OPrR4v<9`%`&9Zq^tjOq;7N&zeh!MFuC%FIYGit{ zyi&eK3+E#j6NHixS6@%bUC)E;;e`30MpBA%y51DzoGZh-+W*7((ZEg2%pQmj%|9p$ zTpjvWrWUVXziDy0;LTJr1t(}PCORTpDs;=%JJ~VCSmz{Qz;vfVPG~`C#PCmAOf|U0 zG6skxpxGQsXiYO@{ri#BUmPqFtcl`&+!CZ*K%C0=;+mOC#V~#P^goJ|aRu#BGU!CY zR8sWkq+TNOaI)=t(OohHLvVn$Iz+q}=Y{=85(N$T6ygFb8f#-R$iK(8a>`{4V8Tg^ z$98;Qg@;WXd#q*!em}D0WmU6UrJ2wH0?^>`P2M+u$lkG<*o=jq-Kb%4XH}MEnv*AwA3wewxGq5D%z132vSLR>Mw&2z)7AqGSl;Wfu_AB~pd|05$@&fO-&AXSU-BXNUVy z&*Bs1Ex&X(H>{4eVr|$RVr4JB0!v`{Pk?UOE;XI*1*8A;*QM`Zb{T93S`;3fW7ns7 z{V(lOh4bIXsv^Gs_dU@2K)G@{f#-if(kBtU6RFyQ45-WzK8a8Zze9|>x2|=hGktM; zHhSPj0KI8FixlzjR@R7TtB|4}K({edbvS-%MLi-=vFL`IrU1aU=&|GJ+sTFiN$Jf&h6o#y;Tzb(DQQ zM=;78Kh_GL5RPr1$Wj>iLO&2!21%5CgYa0HUN61jvLkG;g=V^tQiG7iderh1<$AE%}@ho-o{a5QHuF4+5ne@OpW40_%sw0H}QUbZ*!m&9cO&myvKq<7ky zSHbjWrp`|!5a~OS=|@QJ6Izv=fu9t`npR`%UeEJ>_Ur?2FAZ)td3gEAn_+fuv|t{5 zgQ<4gwtv2Wq}-kNUA}y=V%&viUH+c*TQZcByy~p@!|*fP_K>a(!K2cMou5fefNw==KM^p$FAjzD(5AMK5%pT$DsgN8`bWeza-P#u)lv*2AaSV!p0I}-CUD9WKib! zj|i{LTkYLmNRu11av*sKELw5uWF3HmUZ7xeweb6{e@UKGQnGUso9}6-H~*2#QY(rV zb~#B(&1MO{>gYXgPtGwZ^f`IScYE`{zpSLhtjnclvy_bOEaU@~y0z5iE@|R``htWq zA~L#BPC+@y;&-szuq3hj{=CHU7w0;gKTkMpbvl&_CXd;w6ixwzQKOXVmkm2;?6I-S<0HvmV#h2U@iQrV7FT*OhYSFd?)mo5ae z*>%3}dbN757sY~q_YPiZ{A0lS1y+n2nVvkP_BHx_tUrhbE#!`dAdqQ1u|Mt)?qu7b z52wQ6N~K)Zd=w~GRuV>}Wdrjgq9S<+I>l24&DGTjiIK7K+G;ZiB2Ey@+5-tz?!B+J zDV11ofz8_TthRN0RBugKVH4G}XVPL6=UpbmsJNOkF6VZ)3Dp@dyi6!FFqa|-K<*bD zP9|P_>;6U8&F=bF*&U-ScLChDzG3;X+x=I_UP0!f@Uxs)%!W(*5%bjiD6HSQ|AMyJ zn5K67@69qs`uYvNrR{B9nmG;Q84&rqmcf%Mv`$!YMx|TBFcV64 zik|^}=M|&yW39L~9O(!~t%-58a7>Ijx_7~`*!7keTP&9rd*yPkS1vCyw&b~SU&z3p zANk=hq(g8w4`p!vUdOq&)9DBpdUWFFi-=CA^AVsw@B{QOG&ZdDR)AfNBdf4)AK9|O zF&a_4^jP0Ng2nhUEsJ{|mUqy^Q$xTGLk%UUhUrUfb~Iz`HaP=J5Bj?3HF7+mNUDI7 zdxwXIgpc@nV?6}Z`Vr};Bu()5_X8i;)h!!N#9olI;AdaWW$R(zr2pNwxw*ZZfPy$=IXZ3zPc%;)?2G>DSvErb#?W+iF=Y{WtWPN z-s#^QZ7J=)1n0I~cphqmj#EDHcNQ;v}j>ATJL z&{JppL~9l8W^tAe+A-cEBV17rB3Z+d;AK^pR}Exqz&SLb?k@1DmZXqXjqKWPk4?x$ zEdUS|iBYNcMBzv@^LDjr+}K>JM^-&9qoKg55>q>$PK38r#-wKm-=RiZa6IB1hkOJ8 z+ZEwZh7God7?-dK!e&QV;q^!(y!7Nm+7~sM+WD4BYxe6W2w7c_`~>$Cy$#<%_896i zhVgsfIO-OrQUqAf(Y7eW-vE4gD!lml*OVG*AS*q?wLAO*@k&yAVBeX#vy6?oiV90nUxuQrTL% zZXCO=)b{6%l-e+2_6@^MQ~JPQ_aoUbgqeK@Gh@4sAXzQ1#=Ep_^my)@GPah=USkJQ z@(ofNgfKCNW!N!HU7E{fMk;0;oH65Ig2r!?`I)Maw?a}cX5jN_9YJF>5eW}9p8GAo z?M#YdDEia%tlvsF7lN1P z;cL)WFkTDT1%124sEvETo z%DBtkygYd8yH;KK4?he;nqb({WYRmxWfgWGrP(-eR*C&}}~VXD?$PQQ>YcWbw!x8IJ}t)>oX*=mcauE*gst7|9cr^yqE++bcm9)wJ90J|I`s8 zNETxW%a}5`*`iVr_@%v>@3!=#$^DXy8ZX(uJP6?e0!{G+2_OanxDdxLV5$Kvgz%sc z9K?VFEH&HYMkP^UiVnm~%lIb5pxvj%^FhPnt#r|jGc&n;nqQ!SPSHP{D_;(ScUqd13Nzt4QR_Gr+{BNp|7YgcPkLYqD$ zFO4@E(|T>yRAv>kTB}pM%^3)-)>f|BnR?W@L_@#Z@55og51ak|rESY?)M)cGP`k0d zw&jAN%BUz>eILCjMzF;RTWjl${V3vE+{1pP-|zSP?J1CHtzui(Tm4&c*#+z4Jf0?1 zh`9-v>Q`880u-7FR#M71V{jYW_Ymb3@4tAJ9L)}dZwmXEhozG3BrdyL0cd))@725} zKw9d-3zodYg53fBVKwoqRXTZA9)u{v1xgd3T*QrfR!X#?QV~}R+)|v;`soCrZ+7~9VQ#DN*0E_a>Yzm{7tE5z zYRlrubTlryQ+THQc0@Iaow2vD5F-#nmRfm`%x`BN7*9fdSwd}!ZoQe=mom5OSgTHw^?*nu6AuWAk=fZ`Z6S{>gClTogHl*2m{#p13 zcm@_qT|+aE!ybvsM?@u#lnJHkpPT2}k`d(IuzzefZftl9E;ForyxhKHQLcFOYy=hu zI>}{!ntDC2dA8ZUyQ^Igw(Fb0^!qmG8BDfthgj^vLqh z%Ww%E4hOW zF-V7HH);Sg%#6ml57OgWwrFA0kjotm<8^g@O0q7@AH8qhPu7Jcc|!%o$3GQBNPxlGXd@CvXm#|s-9*JTTn z)zzlqU=G$hcI^6be^c0-f(w2;@&q6?#E(bhDee##j|aUKCb-zNMelWwKk)GON`iX} z_rjwpO$zhD9AH?lLGXahtAtQFb@U~F=y8EeUUbI|7$CA%>mCuuL7m}Wpg6*sH-Qv$Mt9YqBxDjxY=`giT{|9xe`hc-?~ zb@glPdXyw+cmgE}Ix$2^g09E->~-Is`O1W^N`jh@075i(UhHip^sQLdk>8{^3q#_0*CHeRTunT5ADHxmAFws}u;W zbsFo<1UFR+t-{`kWk`TzKnwycN?|%NAB$HosKvc9QgF__G(aBFK1YNg*%Dy3f>L|u zZ4TL!x8H{GZMQ!;{SrI}TDNQ6nhw-z*47$+hWTEScs{FVS^a0bwRZE_;&!&G0$tmL zYQonB8m(3X4x!aPezenSw_7_$$J;G95RP$ez8u8WNDId`j<`9p9mkF^em|#{c_rZ( z*AY6Z#=){+JTcnN8OAt#AKYayYO3lI22(VhSgTJg5k|_T4rvG=ZDRBNv*IT0wEO)H ziHY_Eum>pSj1VFV0qi!86Rk05?Je(|II+8aOlgPNUqtO|yNMG;NsHeRLpZ7(7+>>OWm=#rkw{UtC1$; z+MajU!T9w3R#h;NzGr68334u;=sZAD_Y*cTJPf(E-LgX_+r0V|k(emsk#m6Gv-TBo2`28u~VyR(|YTgcyVSR=&=`!VSeosRXyu1 z`e%ao2cgoN>flGd_tJptg}E60mnxJI;PQT@VfDEm4^9X6*|f{i8+;ghofFlv!F+6D zaYWis_D6EuO$VyuFM;A%WEO7B(DmvO= zYJAry0YZmC5F|QQ@?8Kozzl#H2eS^{hf>KYqd=st*7ast3vTywnOarrv~_C=OMvHH(=ukI z=ntR+Ejx>*NpPO`N6(afAGGq9+s0@+%WQ4jcH1@DZk+^(Grg7S#I=K!1v3c z>+)Vx+pekCjce;H)3$3G#}OFo>LRnf0PUe5K)rG`#nnlCi*?baQLb}VWBz}tjW=#) z4k>aGqQjpZC%U~-g8Z(u_v{EcP6>kiA~|DGl32gK|Gqma=u+%=-aslGW2;6Ml90uK zjDK|B%0=znp5pJY+?bvJqt=+jw2Q{*9zwPd*aI-pb^>()xYcl*2BH1lqPgX zDHgDT(ZG$4dAD#My|u17nNH}^y8h}q-3wXzK&roeH9OEp+uP^+y~Vm0xK2JCZeyW< zq4U@9w|Ej`f|3N$f325ogoPb={-m=21UR!pLeXG&(?dckz5oJoZu?Y0qV+?eaeqL> znC(&zjGH8`0fiV>K0*BeDXpu`7z-207LLwuZ=)z|yN(wumP*Jlq;OX2IL0iA6YaBx zR4cESL~CVJW2gP9l)D{U2nZLK$~O&$=z0NS?L>KD!IlcV<>m5X7I+$})y48;LrV!} zd#5~%I){}f6D6R`&#DUX0PO5*A>) zRm#;$?7DHKTK?Krj?;0BL}6t zFQM$RK)fVUFvLX5zT4)Ax=iWR2ri84dPZSNPmjkjd>G0Vn^NL2zmDep%l6+Ic-~97 zFYCQPh@h}JL$a)^4mC9q8Dd04xF<0soM>BnaTNLyfnIO6ySb{U*3Qr;!k9~DrfsC- zAdQT(k~M9A$n1x?d|hXNCAK#iCtG=6ba)R$1p~LDOkH<<+jxq-?EBLbR1W}Ci^4i zWQH>*bHunXB6w)O6>B-K=1ptIy573ky5D+rN*qpeDgNR9Of~f9t~U;Hoegmj$GZ-A zVbjQ>{S#D-VkcT1XkSdR;{@wd5jYM$J)6yDdlOit#E(zHwB%5$eJ}TXTW|KX?e}_{ zz25%RZF;_~dz;$!dmV!hkXd<`T8Dl}ebu&2(m_%lL0do6*tL4`*V`>%r@Kw617{dWT@X*=c0l)hZ5eR=QtC)&yD=3#7Rm4NC zCi(nxKYN(DgA?fBx$7rtsA4)dTflDlbX|jgb-%!R=lB-n8zT~&uh}BrAN1pV3;EiS z?QHbfDYjrV*nYLpg;PH!(?!D=W0>?7ZxChRxuufp0cH4bgAX(M2r`N<>zt_(@#TdRo zK1au=?0kk`PoB=EpX_r0z219DqO5IbqNzxbz?Z@#!HFpi0>jYo*B z%_oRwv`sKy`=#h(#*Jg!V=Mf=UfB&AWqjiIjCYQ>4iW#<=!xWFmH3k#T04l`eZ>>eTRVU(p1*ZrkF zk&^T=#+>5iWlTB7SP}AfwNJ$+X4!JLx^>FB*Lt<}gVra;i4c`8Xsi~rZeY^ei$|-AoFT=}-<&fvHiMcDfFF zbW(Klbzm#|tH0DuI{faz6)I7Y^aqXrj?N}o7+$DKDJ#1S@595p## zzQ_FM8xcs%x!Tv)4qic|r1k!AB0#RJtu5qI`tzU1WQ$_T7;YfO!B$W@#p5CCBf0HAD#Tr{HCF$i;nZo2c1lP9!Vyh;Gku8-)^pHGH>RQZp@2TY$Wa#_#D59a?s+Y~6p)eglN1p&gCcB+_C zpl!Nd)V%KCBZPpy%yXykz6_7{1TaYey#3_UF%6>4x~9x|OwhcRsz zgT7ELu=F3}5=pLuN3jl{P^WUsRU2i)`=Ubovs+}Y4dDowM;DJ-u zd!D+fZz5*IW_*4Mai$QsL12tw#(0sD@aq7e8AlR<6L{;M)C7Th&mHi1e;G5H{ifX@ zx_Ra;<(obu%yEpVhp}T2!uKEFL1^dr{TLzR#9`ey#$n`jLAB}t*Z__a_1~wIVuIw| z08X_UNC1K<iFq1#}(rw=(xA^`z4diGnJjB*1IctsEh)NrNlHq zWdzxB8%O6(o~)*|_3F~4o4-_Ducg(KC(rGj-YI2+-rmoxmJtL}27t<|RR+g(3r|`R z+1R;n-iB2R92s`lnbZkge?FM_`fY!NQJ#zc>i}o;!QK8-y*BUuTZk0&m85uinGl6B z=2`nu%)fI*t#Ut&LD@|YSTFNXs3>KRGtPK7ibo?=3;Cq2Lwm(6-^8&| z|367+M}4R9qQfl~wOfNgvXD(eAA5Sy9vNDh&jo2b!-;X%QQ9ctGR9*2-926dbR(YE z8+_Ov)O7Qy16%ujwmk`x1=$9xcJON-Z2s{?w)Xo+iyUv9fQCziqcaE2* zL|crlw~b(`VSr{Swxs~MPB!IOr#3I@9lC3g{bTj|TV(eyfqQZZAI1_sDoH1v{DG;a zvAlxv7m=~DQaU1R1uvhY4rpEmz=Q=IxKbWCf1nl_f~9UP4bw)Md!iGrzP)|^nc*x? zZH5%`Leefhf|5ZCTt?g5=i$Yygo+@@5Ip4mb9RID510Uu`c>K48k;81Qy*J5TKne; zL`j`D*LWkhvvB{q^VE5(&Yb??P%d{~X=-G^Zab@)SNhsU+uP?aUk!<2Z~c4Em3w;k z>rGwhl*=F^HV_=!Q(OC2&TnrcdzSL0(fwWfeLG8LF6;NLGP?t*wwK;7GA($@2jj`K zLoQC?V6>1R81MlS`49b|Q`r7={g2Om4MOm>37n}de$$lB45O$2XbqJrKe2nd$<_4< z;y>`m^-rIpXG-Qbg)?yiW6%E~fU;7-#y*rD4~iW1|skE6YY;1cUbpXuN$9c zfKKp}-Y?<5`)CX_oe4|{G{o=^kXcP@#H6rMjJc*Oegmhe6Fg7VSI_f$8D=)mp94w? zQ$HU2cU5T03qV$hHSxfg3wygf0VVT4$;K(B+FIy%!A-ItHpA>Bo&Sjk)Cs_**qMa` zu*ft}LJEV(m}Zh$7iPO3OpxhL%+JL!ie(Dl#{odfLpibx&67b)b%G@9WRZ+}?+)A= zc8Gn_TF2|al*?$gi_>HqhbIrcC;Az&koATE1tGn+$5jQl5{fmKJK|hrVFVC`nc}>>st#yOHFm8RTaS(N zG6OpbW|=a~&P#W<>Cb!`1E7rBK`*JLF@<|Cw{rorM*3;BTWuTcr&OfVkO_>&jEPrN z(73oV!cu{~tH)zAH=4zZev)#mnLqy$7sm#RW!ptVzd9~}ivS^Rmlu2M{ncwZeyQ#L zaX8}mrR7f82LO&AEOp3(Y3^xlYyT4*%UL`}pWBH|Bn9ocTx-S4+xqJ2{VrjUMhk)g znC~-7^X{j$l!(3F@Q)()`Wj5U&X2ynia^`mp091h+K`_54_F_uezcubbO_)&^89Y? zqC4Fp{ZW5BY`_;y(cjW;(a$#q?Jd$BZ%nu7Xrt+3kZ<9V@q?81>J1%mU|bPOiQ==( zag`yUAa-91!-QbglD`fi%m2fH0%Fxz@z3@G9`M(M(p)fv5Mn|oB?QyJLik}{Oekd- zGfD{t05rt?6i~j#8d~&J8M7JhHgtSWfARi|^%uYV81=p_|A#wxH+1JLdvD!?|7#!o zGIsA7_5AkSdY|=q>*uWB@v)2b@lYXn!*JT|(RoBCY4IdC#`zZR-XxFJA8ib_3XA@; zE?b_9i{ALcv=-c7q?YaC#(!ABX%qY((}_mq=09u3>jJ0THH~_yq(lEV?~I>=P_bNm z(=61fMa{YJJ3m~_`W@J%#`S$6NlM+jd?6`uO%TzS_f|@=R5$p~#gWt(nw5$aj#EKg z93UqMu0MGy$Q-MwAB3w%eJLq*-Qa>jCF**?yn?vhi>&&P_MBc&1hy*-NVGhs;eTB5 z8O)i6NHdPz<>h0?mY3c2lWMExLU6rdMoDHc-J1*M+!gj0~)wOq4`s)p-f0VAfkGB<^(7A2t zpRY~`9G7(DxISJT5;e}X7wiw1OTajzY_4{st@0j-e`P%tPR~px+-Mn!9%RGXd_DtA zi&-ruk5+{GFy^2P&|gan2WuMgP!pPM;f#>wkUpGnDH{XPSrr1J<+I)Bylf!{=_Ag_m4w^Bb%{j_!Twz!>lI<ibSZSd{sKlkZ#yhbY*c<2cW zD#oYMoBab&`5L zIcJRTpYwg^k+*!YTK(EvW;e!E6ZbFo#uxiv^)h%xipcy<6KMVy%U={CMRaKM1uO|+tAwmNAb~7!dq`0VA7?y8 z;J!v}eEj1Z>NPH)l(YFCSzhz)zh9{}0-Wlc&;cVDrwFCQ3@FJpM0<)C@PAU62Y)mJkpVNAeKyUtB56E7fnOAx5 zanTk1c|r7w@HM6O2%UceuAyXa{{Lw;*|9uY&5Ob@BTuav6@i~^l92p@o_jj7vlf1+Xeoi9bAAd;Mw)(lJ z)N*2NEs3iu&8f!8+S-Y4MxT^S?5VY&bv>m%?*!?jtL~xUbh3li*)nH5!a|AdxXZ|H z{$cX*)vp*SJx4xWtu9`1Eka1~3MHWb!E6E^{r5eck;Cks_^||`)=}4!#NcuVe>KNe z)heu22}9!Rt@|yLTriQR1ikp%{Ipw)k|uCM%N8_QTc_P3N%O)*{2)U{$nR~F|F&(Q@H)sc4Q!aADrCKA6? zoCW-DSE+VBo$LZUnl2a?@!2cCr)TQtep}B}$g5x3C*-5h4)+g5^$z%AMINDNUnu>o zn(5#BpK7M>sEXnJ@TqAgWdAEw9{NgMeJ4LXlpS*qmaPmF_RDH!3M^uJJ})krb|$;1 zfXmaTHa%}GNRnVrUTNCrne%a~x6{i8j)}DTmlt*GYw zp91qSr3-Pu9KMB*JM6sOydvLh<#xQXwMY+cx3dA6PT+n}*#%x_0pp=+Kkw&G{dtCi z{PJyP#Y zc2tU!9QK+TE|<>>ZSQxquTJjV5EebZ%|G`rKI-{D~x-} zy-VY_cW#PY56pP}fhR7?jhl|($bWDdM1S8)Pgf4#JoEDm+ipNMgXE$;_y`!iCrhIP zijD5jWvid-mQsaNMz37C>^FHZ025I~vgYjIeq!EU=TyDX>o+qv+*hZ|QSKyd3uoVB zS(N2%#kh^`189N4lO>h8*T4y?QIw7_lFcOsl9uc%ymSi@YZRe8z&@E6yyhKQa!ihT-qH0PZ*1$Bvx=^4-p{W9@Ia0PgPqt|ePQxy(yj z#>E-PgwZZ8TV3mzb=JC%2NzDq0*{TZOdj`oBghdqDz346RKW0Vt_BdZaC>Yi4gL5bdoG}nt)*Jhnytl&yi)4+ zj;KbCsj$;#ouE6yg@H|e72~`^p7#M4i=A`EX_3dHe4NLlyiGvUxSWvi0k+s8m}d^; zT>{}2zS^_R_Rn*Gzr5|X&;8~8K6pZ(x!f7PLliY1KYVo~e3i>J$mFV!pGV&ND-Gw* z?*l)-zrVll3)2QTCi))xybC2y`=ysh#sM}8j^G(EXkd?>vTnEXh*-$Cq3enELmvRT zD2YNQ5rZTq0&LhW(7u+Zk1C%svmJO71;QGmjUC9Npk%zoc*|0hA-^+d-7gcx&Ber7 z4DPe3R9;PH(VYQvOz?U_@s8ikod#aTV9EiK&yYc-$ZVW5|4n7XS@CeMQ7kT2WVzfr z(}*L0ynOoBde=1}RkL^!7>9J4O~GWCPg)1czU+?HO9c3tRP3T8L4@>ZC#_K`)oagv z*&10dwB8Hr4HAjZOi<)MpSsgY3i3@SDezr30sN+uA$SEZ1oAFn4U&n)XL12fEL(jm zN7ekBxIL6OHu{6;e}5lC~jC?XzS2f*FAe^E1CmrD>om1jb17_8=cOE zQz~&umdT%m1H&|pLAU_eUYYLtTx<*rzoX4BoM@zJl3|Lnq$oZ@ zh#_=!`ka-fkuA|TKa1C(cc7m|evdH4jMd)B9ARZDXNCuNYK{!F{WdyYx z!~hE*p~ppVt>>;NMPwH|?b57$^x4!b>=vwCzBGW?8!lf(XGeXxgtGDS?vgNrBEE2v zHfxj4u%C)u+_nWJu;2*L-NlwTQk2+0TY!WyWOOwm_lH}W?&d_aW;kgf0evq^AbAUEPACNJ_2eDE!hWAqIth-AHxX# zJPZ*=YgeauM-QGiY7wE5^39gyog7v5?ym}_X^+RY zY2e~TPKdLgD~`+ZeTPc=#lj9>zPI9?;8N+r?62-~G&Q*S`YZ^2KB{kluAh>%Ayn7F zVn|oWY@igRX<7pTlGDkAEaIl1_vh_5YK&Y8f0G!e^v<&E3j)TFxok`h)2tkepP>MB zXJ==J16Qzvu4x@25{FZdQ2q=nb6D+QUf0^bDf?9}o#u?q8#1{GYzd@h3i{j~(_A6b z`o!8cS)HMilR`WL{phOaA1j|hj5lLgSUAaYR#S`CR|aEP$5BHFpS2k;NuxkJLygdV z`IEBi!C6JumD?2MPv)mcK=JG^G9|`zNb5)7gatDuN7n=6+2fJ~!li~j6BYWt^+c3(9(fWM|K`P&6h=t?{S(s0r<6UUdG=3TxX7olnYAN|^h2c9f z090%BisiaiIW$e_@b+Cr#1r!Q#)pYTcic?!5r0jxbIjHpAa`yZ7TkTnwmXol`Y%~W z-Y5_F$1@||A2eR^9#Fm1A4H_ua)~ivv1*bi9vh^Q2ZHT*+C;(G`ZKLkiGUUGVvtI4 z9-d;^H*3JSTAS9YSor)tRr&F?JqTKIinxMMQksRoga0D{xTAZ(1^kb*|FgFRui3^J zrijHq%M_A^Sqn9Zdoud%E+d??MJzdou&WzY384^3Q+~s6_U9D~Kg{|v#f?TBGh8R} zLZSR=y=`i5nEius!}y}|c0i7^e_rq2FdX7{7fZeE?JO&5n%QV9yjf<}=-#M(*$6r= z`&{_%^ai>P-7j$)g^a00>4?xG(9!dg7x-Px{|UzJW+A9lf`Vx&3Z=3;-xa&_u1qN~ z#j4{=cwZ87^v`oF+qPv%5@f@W1xb=^+qS;g?|80}-)Ph%FPuxrL2vin609Ct{+BDd zY^XiINzFdOU%^Med1^p~ImvdUs$8kaRmriXIe`W$R4Uz8MRZkJ(F-m388^i;U$%nR zO((b9@GB+HRe%xdNQcg{bL^U3!Zlr&O6>YvQe<4ItiWC%XW9WobQE1c zccOdILkL0QMQMUdmA$B+7NK1`L_0>I#pt9JL$mnO4#_S;R*#fhz z@x3rK<5bKp19#6Cz@G$c*IJ1F@@GpJLLP>*X&Ay@81^?|K3HbFp$2DcdL;vowtzge zd#|!M1SiNCW>G6aJ5os?7V$?7cd!fctp%?QG1|ABEL*xJ?MU1RU=kQy+L1KfS^|+N zyfD#{DBKbEQ517_5IDB&1Q433zG=%5FL*3M9PI7^(L0iJ6^Q~rk|hN!h?JgEl6bUQ z|8}(1x2f0$-#@KYkp>U%iBMB@Wha__+0b0V~`-=hcR%DU(KcC~8zzPDZ}<9=^j=UmY>m2>@Y zzmH)Tf(H9wmktg30wGjYDIr3CaOmE{hjAqS>?nvLK79CIgb+h9s9v2S&095%yU?TP zNe``fsBi!q?14Yb%)qB4M&__W5Kquh)I-fy$&m2yCJ#Y()avWQIozXgW9Xer?ZcQ6 z5gJJ);Fy=opv#G7GPo++(wQO%3ezq78%0Wu<_#w4%cpDJ&@?D5&VTccVlj|qz@RG{ z5wWJ|fI*gn8@JbDTc5;IVa1B7`YWBGAYo1U8(>7Rd-C~Fz!)FMQjrhMq;ks5^MtAZR)Yhk)3^^FAMi{ttiyg+O2L)E^n{Y{Gxf#Dr z5Q9X&08<$AO+#>A)k`G?2G=!@bM9lVdxBy5`@U%ip3bq)IrlW38-eKKstLg`eXzuS zFa^Ub%=QYV0i64`a{d~q3Ul33!EqET2rP@pEU--CbI!R>Oe- zu2SrCzE#9!g5)V9c&0}ukr!};Z^|GInyRYND2qAS#x#Zh8DCxDh9*md3zJoWX<5JW zFMiQSWsTb+TUCX^g_>m|%Y#pGt0IQQ?Qu2?VoD5Q zO~^pVjv|`!v*ET-)Pl;5p#hDz(i~j~&Y$%zsj-ZIgL6#fi}O|qsB*3dAhjs%ADS+-!rZswn?h76{c1T~$S9Dsq`((=0wy3GLC&?a2$MlOnqs(YgB$*bw%He6r#s{Rn7p)M>^8^k%>5e&{%rd4y6io0y`dcY6+rh_m%msm1lqh4WQ|#CyVBjr3CZpx6z5I$B{!W2T9Z6&f-PvIVSF zx)?J&e1oM92@PNcdaK~fij3i9f0tB?hRKl*ACB3k0j5#J_L+h)TW)>wBom4oswl{N zOqmo+f~?E>%)X{tp=qoRy-s$$av(dqHY+vxF+-BKFLBM>e+*qWUj17R>O*e z2(N)tntj*8 zILs4P@S9!=3k3T)Pn#%0L(7;5!t9S054T|!jQzP*7R=u(0~Qp1pabat_4dG@rr*y# zeYVwl_St8@?Ezm^ln1C`&Pg;_!+-7cE5r7~`OW2UP z`E{=%+*aGy+NQi0nfv0{%&W_}!GKlQC|V%B4z31n?~8^0pvwiP3o*4an?qj#6>~&< zegKsv1TXYr+@n{)_j<#1;C7u6^|3{jF?I27U879D9UQl@qpIzpr$8wQD~$c}6y8!Y z$nsE9@IAwd#pdY^qU!8Kg)&AfhZxgUvT?duEHYbwF`!_FDmZR+nHZ(FAXFL0P1r&i z;bfNO1f3uqA$jYR(n~E78eH+c6fe&>#tbx2qdc3La0xe9htrJASXD?ECBpAzfwi8* zbc@~<+{&;70=rq&o>88Sbb~-Z&kdYSFF=y59&8m6hxiTp;f<~#B$p~Gkc5U(@w&LZ z)vL$l2844&4`ZOFRH+vWSY;rim%`l~2?;C5Bpv!T5US3XWJ39;SGaL~c+l@d+y2`L zI(LuMc+GRU4*vHvRmF2f8t&fW9l_b~UgWMqN2!qQn{Uz#KB@BSQrQ@0Klf}Ox)$vu3Ix7PK`NJ8S+Bcf6PH~8{GiD-nVyf7(I>@65}`5#@0dLh zsC)HB9UF0#u*qzjjhL+1Q(KYQsH~~hK3S(H-M3V2ayp=p>h&fjEjigVC$sP0>oGOe z`qoM5wh;p4U!B4~!4$RLk|?W?@Kb~<|2l+bG6nc6knQvQ?GR}8FMkBS%Ri-QIyH$P zXiq(*2?8;xu4zxLAP)O)yLX==f~ZzBO{XVMQeD$3swj|C@BaH|YH}X&y7>?E03Aa& zqleIw6m{ohlOoIFO$jpQ7E{@T6C%$e!R6H{#pkZ)s%rbk!f@Y-tthCCIO7l{z+Rjz zugL9;T+^iA^)dFp>zfq2+l~zovtd%UjQuwMAl1#9rsIAXy>`DAxAqp%6Qg*pnqxq7 z&>WCQDHir@f>g)}+f4b*hOJRKvDM0{b$?$=)gSs*!FEcIjR`1)T=r?Ry%i$b?k6)Jim{<_pab3U+#W7{s{&5@jV%^qr@Av&4MPfze9dI$Pgsoa!5S`wZj>>Hgm zvWNvm(n@4pr%X!xlqjt-3KFFIcdxai&3FhgMKoj)vWmJS5~HxV1Eivma|dUaSGa#) z?^@{rcX8ag*WDl1*j^x}>VW!dMnw?VWUw)_Fo@u-VPE1q7}w#J)o3@ZA!E= zl@fqu3$5UIF{i=&XGtrO-wzClBJqCrI(`H1f4KlwD9tWKG?<}`{}$!){NZ4~<*C1h zFrgnOPKfwckiXyZ9i>B{!2Ig^u4V~TEAi}taGU16j7fQPrCS4S@9H;mv|+a%+ClfD z*P{=kU#4?RD3^U1iRdXWx#?&0MyOfDt1Hto-uL<*sB9|k5849}Lg~-}l7f_^fi2>| zA(<1${glH75Rn@0fDDMfdt&i@Qm-##D2fxTTQ9(K|F8DhaA|RgF|LFp3?zwwWIH8M zbfKV^iZK9RT)gqdIA*d?kQdG~0W)Tqx{d)9-7vKK{kdpyX>loBkPCvWwBs9ZTwLTT zF0kr*HN)Tx1WmV0reF}{XGB>u49-B%HOo{OR*f)hw~IwdlBCv3vPdKmpRE=PA{K0G zc!)ZpfJw==MR-f#Yl3ErR*Q*+Vm03Q zMMJX+1+JUcnBaEX045X4Ifti=gL4N04O8}%)5SPGPQ zu9gpuJ6jJ$i2TeDptkj+bGu6|y7<>2qD}NF^hWd*^m_<_m&6elYJn~xR0NU}q9#ee z32Hrv{XnV-!JGoJFET)z5(6A&gpmyn@OxqLP;y2ANbcyiY)OKSfNc{Nbr{cN99a|1@1uRZTISsEJYPv zc~3_WuD{ex^}FyrxBCvA2F7{beh}%LH3-5jDy@y>oU#61{l&lEQrZWh$2VS~owKp4 z^0QCXv8CLj$CwRs+)qR&&<*Hrgdm90BgpZh|Q%2<=56S?8?JP_8lKaCrGO zAHV*66A(tZ0Y*FMgQJr{;|*^N9&>B=Tr{kGZo~dh1EbN%+(Y?Sa%O6hTUM-TzDtA5Gg*FTxuMpVyXlfJj$8D)dp4JQ=JttNn@&{bhb$>`U6tEw%l-oCCMSy-?e z9mBdzyUA#>3W}EgWD+tS1Q3B04R{fpO>xZ_K(Pzw&6Ep(QDTQOVXVIhGLsmP7|uw#djy zpbjq~0xYe2-m}NsGikIo%V-`QLbvo*blF0s;%#E=8x&ge3Lw|gPVc?&mizIj7 z1hHpFP#Vp>U@4V((}`S+qIo%bKBOpe@bD`*i+@p|69WL`dikM^7_T!AMpQY|sAgHv zCPWv(9fdh&==5eLeRu0d{XQ+ z{D~otL^XCLBgc)T4vxWO;s?^yc8}0_;Wn@32P@}V_shjgv%!z7H+i&#ez(5Y-~a@L zg(|hsr`DjSHG#s>q@bPMBU4Hvw#BF-w3eYZRG8I%uxO8;Vvb zKO=sM&go~9!US(_UI^#24YEw)sP!B8!fl7Q1h{cH!~ua;KRp~eegwWDO(|f(w=L{2 z3PjdTM-*);T7saN>--Tl*v|o5Apn%=+_H(_-(|R4CLtWqgqdM4{)cRB?G~Am!Qj;9 zVnCsVD*X70!CbTsnT@f{G1cldRS`jwBtaG=kO4%~mH{NeSnKcB!GdwTi7T^JT_k(WCD~*KS-OSCe50Zn9wMNvqR5?!^l!f><9Mn;;=YJ zw6kT>GD~GL9qFsTX=5F9DpnoeVMPVMsZwlLpMO=;L88G=zeWXLAps|K=e=D;m;NMj@<+m&-i!YC1wPoR zFFP)M{3-JCBRuObN zgQs4KCz9*n6AGlLvq;iWj4aYw=F{pv50zQjN7nfSi+U^LZhYNPGdVcaAiGNm;0{qT zt#Jk*E!D)_o3o3BXd>#-+$eiHr+U z#y|pNkSp|W+D9nkVeC@u076<=m3Ap(z`o~tYpEXqSIWOHyD$2w<@A78(y(k6Le$e6A=KCKq$c zbp&V1)|no~<9tjaW-=bddE*4E|5YE2^Y~YZ>ky3pH@1T&Q%XzhuSl=xpn`@u|M6(S z2jLM+5yXJb8*0{RNJ6pIULPXvaYSH)DoWlaUZV_=&#p)Di?75g{)`?L94U9`V1NJM zu*Jda&trpj`1`5@HD;MekmPjGa#Qa)M91Er>KZ-1tJZXc29y~}-;rt#A$~w&QdWzd zP>FhC#t!?r#TS7_{$Kj;j<30-FiJ>>xnXuHFgl zmW8b9^WQ`ZG&R&KJdiGB=rTm0u_y|dbOmq=N>q5UQd8L!rGT~st>k%KaX<0>|M^)5 z$V$9)HVS=NTud2`@4UuUPI`}kByq=MH%UO;lRC;fd1s7i>0%-MFgjb}B}zQkxPl4c z2fiUlJHF>QfVA{Ir4iVU7dRSW*AG1@xNwc0*gSad5KGr4)-h6VKS=3n_du@EDcacU^-(aNn~XO0@C=*8y7i(1;aE;0e1B%wDbOp+1v)gW)&2l7M zN!JhsR*|%Z!LHU8B^Ow@ZbhpCLA}0)fK(VEI7X!VXgA~Oj1huEM4-X}`22qoh%g~6 z!-yls5Jz~e|GMuZazeKA{#M7fqeeY1r&gR2_Ly?ckqvkDm*66DB)9ui!F_M|IsbFzG z?yEx^=I!{t1_)Q2J!bF1#$aQxVQ1j!ZqbdCkz&IuipoUrjzj@IZ$4<}yx7RG_aO*Q zsXstXiFQGC|M8+b-H7jmPr0x_&e9$4iD`!brWlnJnWh({N(f_&aEHc>Qd)6RYL_W- zxo)CS7NbQ57zc9t(uNWY)J7N~5nvpMK^fzB1dW=SyM&f)nmScNBrzTO*NNu=WQ0-_ z4`>r#=TfN~BaAS{8G!G`lu}ly_`nwGj3Uk@MWtU=S41qCUH4Hm5mttoI`wph=%)!jet{R4&!nj?7nJFkK;LPdM zr%ykM@g7gT_yWL%*h~4|{QGyU`P6l=^Y&EiA+#sbw>#KzslRp?r3gDNjj-d=s6kx^ zN7Qw2q_E>sn^K#)4z>Yo%d#;3$U=Z4>;GB*4$P<3b-qPe`7VsOTOw6F4PMJrQM!c_ zOC2*6)Jsn%DW6Oyd<$(uG)hMOu2us71iv;%1DR$~c>Dp}gpi$*vQa2Y~;!>2NR|ZJ`Z%1n5UF7Ds7f%;P<`$Yi=PolG~T z{jmzsbhQt+$W@Em6m)80rl#*J)t6MMog0CQ>v?VkFaj!<78bK0s9?s0=JaE*KLAkf zMzQMwxLz2!R`0kj0ED;_>TI@(ae`11k)9~Nb#Qw$^}BY!WHmdhgyQI4mm}PbLeB;8 z+&FTDT0KobxfVRJC?7RjYA-#tD*^zO{Yn*}ssZ$wiLU{CU5K8r0Rci70NhGB%gPlO z5XA^=u@IJOX}ewYdqgQgjl!&1E+=qWXvHa!dhMWb+aOC zHCqw1LY6F3ZY$uk4zBI=<6TJEt?x?DdEQTuenfd`J}Yq=^~p~>ld4U`PDvP6K7%d~ER$4v>iE2GUEgj5T zF%{#{6-h%Kx^G1JXGF*ytajx1f=Y?%>KPZaV17s{2=>p9BAR&Ee9uVv34}5FgbNE7 zLH0K7IQnfi{RL9HI%+#diCySoC1QBhjM~Gi&7?HWYXJaW>li8TdI<;MFL~z!SKet^ z`7cjx1>|eZ{qL|YSx;H-xBip$H`c#^gi<8$ko7JklK*3F?80cly6JTFJM0IU9E~~f z8WjkBm&7bI;U_CKkBTq#P=IX-N+{1w!FNSe+z~?quu+5vwWHD zA~sIDnu*U$YkYe9S++kVWUL_FH{;u^7sg)#A$r#OTjoTaP&d?p%8$nuy zsI&}=g$H?5o|q?+U?9$9=q1OtQo0HL7_JCfX|)y!A!HSxKL2DLU=e^99w0$bN7sRNln;4sZ&$Lc5Vi8qHU1jA#m2Zj-hwV?>6G#I7LNPz(2r)K$gMUU z`-hJop91*q^})s<*K6}?x;f)%H}7ttc+ek2gMJ)AuDQjD!0wcAgNEEDSV!+Z{sK1I z!f_J!OEe5NxWsfa>JP@FEz~c%McV$osLk7Pn@9Oexl}*z7TrO6i@@u(_EdD>&r#m| zpKKp0a=NwyAVkuOc;9ZhY+QyBP{)9$G4HI)dVZFTC!GcG)1p?D#v7(_*AblgDvpiU zp5!b^qe}mBv{$Q2XP_Z#_PceRmN3~bUHNwc!i*Egwe_k~f~jEQC8#mZ+{SCza!Xf%VEN&Zw@XHxqbBArp| zTg-S;N+vaDWdAgOR08hH`w&%>HbL}*NqtRq3zoMJKFAmVbjPV_w}=M!kGn-*FCMQb z7|RFH(-N+rT?f6RNfAp{E?OuR4S6_pUU<$W(Ke%>g{?RDJ+Ip7R0G|g-_WZMf+|LC zGm-)TN#PPqsNjyN6lH08yy{a{EFOvpqgd%wdv27xXa|e|Ksm;%`95Q$lryPaqq2WF zjuR(QU77^5ojA$*<%1~KXvy*trOXRztq4I}XdV)Iu1>YWl<_&;2M{poS1ZQhf|8=P zn7)1D3W)%OjG8V&SeGxAJdK5+xZ_NIrc~yaS3O80E^CDV+0sRrI$%2lk6R$2~$;qIIwYOB&uH20= zPtqa`S?2O2rA0i6_=n?*(@u|pA3#^{>rH;>hfb}m0+gV0-=w!#hSil*KQzDa`}Ze) z;^ti5_sXAgMjJPbmxeb#A@kwV_=b&<^HZ<9zXy!**;HS()nH?6Sz&BO2L8AKdLDMy zv*HRteJWd19h%o}zPgyGTl)nq%ClOZmB0RD?j5fvnd<-8-+SM({r^!lrB^uetdwV^ z^PgQMYXd@KOvSBh1-D^A85nGSTC6k*nkLf;vjCd7ZqclL=fMp$eDseBaH1SXlm5|7 z|DgLL_kxu2i#uK`;rJA_>_pU!hsfSXOB2`Se)!Awd{Za|*@^wtZ&~<Jv0-?8em5 zNo0Icc9(mr-}SRHJh&v=!J&8e;1sfN?Rh?yD&Kd`I|!8aJZG~~UMhv5-FG>!OzxKS z;H;jlDIP!K2+8*EW)4RBjP{VrFQZl$T43AJ3mVNvT(mhHR;dQ(?y>qJsRP=^>P38U zsQ;f}6Hde!bA=tHsJ(=cHloSYN>?n$o7HqeeTn_Tr7kdK6XTjbxBDsO+!l{Jpl*%9 zcHAFbE?3|ibr0`q`*_ zgC~yZEuwTY8{JS6gj+l}P37C!$L9 z4dv)(o`lB7vw^p$PVTQv600NhL*E((lBRg_#W!J}PBlW{SftfQ_gsx25| zajBCDIr&pG?lOn6%NC3Ct5Dhr$ey>X1k!wqOeGDdCiQIrm8oRxE7+KAO^Ps6auL9D zvC5)U3?tesCb34d1cb+%{MQK(;U)^(Hdcu%FiM12nsgQ*B8&loYPHv^RsjKHI4YKz z{l^}6#k${$rRYE5MYq5cN)>Y0>g#Q74~9bjNf)=#{w0*1ouyP>DE&A6#E>M zihJ;Fr<;^}%3ze%2RgmoCMuOet;13YxuG@Pib%i}4QRPLlSyF@#3(Xskv5V4Ngd^{MfKMX;Yi7I`ri%IYpva)ue>W)vasJ+U#wOk^x#uo5)1(w{a*IZp}ULSXEP?J zc~5sjl}Eg+v_l77h7?xJSbWmqbLhS>m12`Dhc4cf?7D|XaHly?Wxkh$l=rNMcogfG zh9AZm))vB(cfB&aC;g>x@v`QP!)szY+%jj)KN1q~`}CdzXkLc)C+=r#N1p3L_;;K? zDFY;_vtHpWr#TDD75SsNs44gzk~6wFYIzX-coE!f1hEHMT8`VyMZ*=1up{_kxPS`> zBfT=jntaI~!;Il3qNf=kGQu`c!gdMSWt4!8M+5;oO;Pg*$#OEFj)U+wW;-+x59G!l zqjW|=0cB)}=_y7qZXwjdn6Oh64+&dg*37bm<;h7u99znoTHDsHb**(emNEC>qji+? zbTl2k%>*O0-#gNQOIk{%cw02*) z>6A*&<||#T*?8_B-Lk*lp3-zOiQ}agSF4kcFU4^jFU3z(tCM%M+mrL>&!4|rYES8l zAwYOhYgfy=@0Qxt`rZg2y7$X#KA-2CD=V9M{+@RGo|P2~&eW(_OV%+Cvj7W?)?qoF zrRsH92JiNaggyil5J?{bOiMsU)ijMO5QXR7NCQ?V8na7Yz(lDhYT%tihF*FNUuR@sd*KHQy^x?)$yhbV@Io6VMr@ zr%mv5MdZ!X^ZyS)P<=Wurzy>z5Tb@ut)@_Is%%+u2C4(w+cZ*Z+1eZJDK2`y^&;y* z>t)ufEGr#(7PMdIZ9vO!`F2<^=3`9{-h2zWjks`28A%Y<4VTZ;A{|YOoTq$LO!IV_ zU;wAd(}IuoVH$kZPZ}wzi z;qu1D#zv`DJ6o$AUsyO^t6i$quI07D+S9op7`2WBBa~CfiR-sSGRej$oLySIPh^n$ zhTEWwR*N^=pY6{=e*X$KMuU2DK5y0s2-~zo3P47}@}jSmH2^F0 z0+Vz#FOPFw^_Z#-Y`RWn5*4KFe*=!DlWDpP@irRMcpHzGVXzEPE+a%Kr3jTrJ1IsK zGXR7Lmz=SzTSu5+0)Q|f4B;YM4FDxQDUFd**<{u^dFNh&AXv=`j2Iyhu3-e>dN-q7 z2rg~G^I@1GobHT%Xn+4q|IG8&+e)Rky{%Mw8~m6*>SG+pU+_3Wlq-rUrkj*h9J#TO zkzbC$a7}L0APK|)=k0cs1k}#20eqJmB#aOYAe{=KqE9g;L&cOFPf8h8l`>+zbu9XoULI%b~cp>mDJ3i(EK6w&@ ze=N3Z!kJuu{q@&R963G%NW7uX*K4estUIk&U=L-Xa=?<+1e0;Z#n2Lf&`Ss@g>{D_ zI!_(I{TTsECs5UtzdF;@RFZply&e~yG@Lj$-|P@>9)5Uw$@n~E%NnTt5r)oqFf$Ug zTt1||$5Ssf{n?pX+&E-yZQ6iiknL`dV#OL2b$o2qB|-mfj{;9|K239YLU#RfQTW6) z?Ej6I($sT#vayH#H~kBbJ@)wH@Gg1u%Y%WxTMr$d|G5{^Fc?w_J?I>tKk~^>_TlxL zH1_J7)(fp%q3}TtFvP(E0qabXVgz~@kQHjx3)9$@$MAJ7%&@WFUUYsNJcK^3yZ2GI-~Vo?JT7JMp=G@w5a34_Q{ns&t~~pz>DqyRrT0EKSWAEP z+2_E|Jl8NN5Hj-4*>_zp^ZOFSN9ajDulh`Tue=!eLlUlh>1XaHWED`|s`~q5NDwEh zHz-WscnZ%6p)r!}C<3&&c*1csBVxQ~jGyCXW7TrF&3#Cd_WZd^M3^KdxoN5-u@hB1 z&*0V7pu0JsH4j_u#ofh4gpkr=13~VuHX6wFZ<|ige6O9PmzsK~T;XcW#*Q6R{XVS} zEKV9_sK&N+#(Ft+FvTXwDeb(?$6`B_hf`2siZ}(K-sjXUeZ_QF4DAYJ?h*vkF2QYp z@`AY7*3~eeWiHlw-NPZpMBHVN5d8FME|@AkM0jq0>2Gdf)6|Dc=APJ;OPNnGk$0L0 zupYSo_Z9%ME4sQzQ6?Q?S?DP^u0odk4?n~Nq>RtI`@@H!$dP%NR;y6a$W+sO4tfE*eLa&QXSH#1UZV#$;P+aVFL zCBhy$jvLMV2fbN;)NTu?g)}PcYw$+0E6yL|DE>-}c-rpw+v!!KD#hm&3$2XU2N2i2 zT4E}-!uCDPhQ{8FKr8>Hkxy^;_0Y~Y);tf|?a?G`22NHM9-j5Ou@}xRNBT#N%G;E- z09q++AyNM)JMazLv`$%fS}(RXHQh4l-r!0EW@Wda#ljr;wWb#A`sfa z_;fNIOD@$Ij;51wQf}`&?yf_dM@<-xiu9BtjC`*<;!S`pj>q**AVM{2YDg~0=IFp_ zG8&AHxCJYW-or%;C?&_ay=LH&|A(u4i*&|CiG8lC4|cNOG?PCLfrEONhsN) zl1REoD3NeY#_V?~1P@Rl>DucVLiD1MRZ59Ee3#8KDg}K2kUCU^(yBBUDMIY^-w%=5 zU@#-vy${%iL7}V3?9CCO^uvNbE(AyA$GP~hjUvQ_&~KMq0O#`UN_|Ukc}0jTk_!u4 z*12DOElwEqFeWNY!m~a{(-6iU98X)5ly?Byzkbv2!f&MMPYVF?4I#cE0K`v!`57UE z_)H0e5O75Z0j19fA;dHA^IGpyDd{CbE>S7z{^35Ae~gvx)$EJNHN;H_j)Du)c8q$IStzY&>W zGw~_itjvq)<%ip?#urvr7MieXtA>m-9fuQMYIuj2i)GgWt#^i?5)+`L)J_v<&R!@R zRrR%D7@jB-|1%i4{`8vhQkXsSi85s5PzU3`K;x`+r}eO2gQ9ZPw~gbXf-H~;#0Glx zppHtw((&nJ)G^9!yaUsyRb1E~^tXT)QEZaYa4>O37)6F4Ro@N*`x^>@T3ivB=*yY6 z-q_MN>HkE<)zHbH^>EoS&}^=^XY0Ol+~7KafR!^PC23Mu5=vC9Uau)iNJB=P zF&@dr{9iaAd2QeUAeS|XlqxI1F#sCxB|to)l)T=M`PZaU#3PXG#S{=R*AMp+gp$1k zp#=Jq8}{Z0zugz~+v-uWKdPZb?A7J~;HXt5m8gY`V0AWh9#>Mmj##R*(W`$`{j+_c zBwLdX065`Ug$WC5Z>KatC|O)k2(vXEo@EHD1+B{ur!>@S??JH+ZQLk2n1`=WgPEP? zPcp0(J@-9p;fX9RTXpM<^)l-R`@#rsEKso>4Sb#-n-ttm416Qw9Y_C0j$Y)|D4hg$rjRrOcHRptg*pbFt%fZ{`4_!VwybiG-%xHZJ&y8p z^#clL4$Ey2oeDTkxSUuaa#sCCE_jX!yFi0dAt-I62XE1pK&GhJ+ShC$FB$B*+3M6H=967;YH%63}DRhUaOU$tvvQEcB~_HldtK}IfNy`qWCS*emkt^Q%wiz z297RLj)J6c@4~@%36QLldYUrN3irc3MzywW*`z{HbKJiYRVoB+O54_t?<+C2hmD9bQ_XNoGS|iw6T3t|{@cq*8D6wzJ7~#*K`fJL&Qhg^~2;Yhu zs{8?ObxWDOLY1Vk4c(>Az!S!leEj@h_BWMauLu{?L8?ubLmIx7TO0IV zukRu2N$XwKr>q~gzHEKX`c>=qtUrZZvPmNBMP&Ah>D*j8!ypEGr?1vV8Lz`=2UH{M z;8b>9&Ob)*@{3soiC6&-fJ`4M;KbQ7hGT>?wja-wae@dz^Q&`nCsuhv!WrED=L4>N zd|z4F?T-}BdzQb-&TeH7r)e%XdmHfQo}tG9t=W78zbstW&6l0Ca9x3Me^zEZ`3Fpxl2M0v<7vWjr4tBN7<%JZ5%lny>Xn1|pv#xM9iyQctD&k(JNnZ7mqy?=rjLoB8= zWmJjrA5W7e5L95(wRi&oGNBF;sSwJHr~MES4)+C$VxBu6w>k=kvM=s= zV~NK+PAUz*)+F$;TTwCQa|@I%Rftb9za2IgSlm~PqOypi8nHP?iEG#L3ulKWy0Eu~ z-f?3&zq8^vjF*?`=c-NeBD?(wMA83#2V+Ywc1De(*9Z5!J46Brsqd|No|HBps`igs zue2Vs4y?Clf9=?$3B%-~AhTwnQ-X>`L-lj@ru|$ZRD$S%;oZ>Zb;FSHqG3R_5B5G|eC`?J`%aj8T!mqI zF(pPumO^h1utreo`21>HwPLijN~&jV+p>7q`PgE}bvy{7+c!6<;2I<1`(IT^Lo$|= zpeqC9ZC;xZEyd-|IMRWlao1$)#MFk^c8CfNh$yI}+Ql3vXlQ~7#_t$l;**o99bKX5jf^M%G5 z`YG5M0sPS0lyGRg1W|cBv~t&Wzu5+yc0exbL$fis=nZ>)_cm?6&X$rNze};^OEc!v ze;G`rG`3^C9$LN)z1Fc`z=gE$I4y0JXL)#`n7%53-#0RhRG(PWeq*56SN2}&wFeTB zL|&a8L(>S6@rR-t0x_67Yh^bKhnJgL5s#R?qvR>N747h3xwRY{2lW3qr%t_Lgwb`U z*F7QvS=L{kF0;0(B6f$L_v?oX;A{kriG%q5E!Dxs)r(xOpJmXdt|MO!x~duX0;(Nd zY*PL;mNZoOH5Ur$GdLv2TL&DvQGf4buiD+MQ~(W!H;N)mx##gTEX0k&A%aR}clT8~ zQQvR&y#WVMtF5nZ-L<*~?R5vhS#QJI>Rnsw>$O@oQ8<*KCR_y4;Z@b!`TN480UKFU z6sHA;jo`{ z-$Sf@>m}enj$KEGP$ovFv1r1Xbl`evEi({uEV6NRJRZe@b#Q+`1DG8gz(It&GcVjAn`taf{Gan4;e7T>#*z`Ixo7>D^)uGj zwI?Agq@degh&I7!7ukMOSXtfUp^QWOR1|mANOK-xrytJZPPIYzM^77OsYjK^9iKY8 zTkJr02f-z%gh2Xbolu7;#v>hLJRS*9tct3nI4jHc`on+TmO8L)^pkem36yk%%>&wf z2)BiBoG@l|CEC?Zhp1r!7-DxW3$6=soC^mN6J58o=cAv?r@V-rpU6&561AgCZi z&QxCPql`Ay_d0<*nqoKe2+Lmf#hqH+#?&}K+|lS1SmEzd^~Pv;0*bUA1M?Han{@$7 zdP(Q`wF-+=2ruvg+2BWlfp9NF03;Xp|gbG4W^asRU$n zhT0SE^-I_-#xn>`U%GTU0Hv$b3m2wUt&UD_jLw`HZJd7If>Nn{<|QvV)22Nlr?2)o zJLmv(0$Uo#ts+!)9V2_-O@`MCy-v02=K#51t#4M%)f zrCI<`23v?7fa?a^;v>ja_TD($g)0#;Y%1VGe#V~Pb`y-7ob&MR%HYAVXPq!=wwlyV zOO1e^-YJ%>wAJ^6e!GNTTuO7#=0Af|4WngMhp891_`tg_i6UowVKC!pdx`71V&QhX zcnUO`1))0$T?(ykmO902o>i?dzqW|0NBmx9Jga9N%VcVbQ&MnqK?qV1)f^N(g|~mv z4~<}pij96kkdjgN(KAObdwgZ;o?reVQZ^lYvyk^bL;S}0zW+RX(O;G~#qXa7;a%&0m zpkU@)WG)~f9S8B_s!ZW>8QI&UbKhbULN8nhNT%ww*Yc#tan2V!;V8#K>Q*>O zc?M5FcS_w+vD?2t+D58AFrs8Mu`l8>}{2FOC}-95Xn#%nkPXSLD_x(Xl3VTjpJVneaDUjW#GEND35KY zPf!M*NhAyJYFD3!;XYarf>junOrOv@V-m&p=$NRw9Ps+ak)H)+K7kdfm(iS9svFhvRfgKNbNOuf}`%n#_-Wo*H?ov#j2^+$j0NdW@icx;JX}U=D7pTRcL+?+Z5ZD z6+r7!ma%BbA9>k&)OxG+F6*#8#T$Yx{0$HWcpX!KjDU51wVSiVB&8%f;Inf3<3=60JSzv6N#!y)!!uvi<%2 zz($p-YVA0Ka=Eis@kpthoBDag;`nRBh~-!{E4MbS>oDo3M%{u>1w1K_ru4Kq4cdU$ zHogwi6y+%xrFlcxc0>2QbsNTvvpDq7R6bZx?DO1%cInz~xxU!U+}rQv3>w0`9^U?9 z*ZJUyW3Bb;0)5iI-IjbiT~zv0QaJ5~@3VjUiuSjBt>JPb8eV5ZoGe`T|6rjr5kiPb zX8|@T|N5nUek&wtyBgbr??CWnN5~&8=L?HLWE{93J5GQX!TGi6HRGH#108*{qgtNq z;M^PiD?&5R);=2qLG|$>%-m+v&BCtkJOy*_0u~+A@eH?sw6$k7fZD8m)h5mBa?jks zQOmRNxm9~Ks__PF!@5no350ppirqk8`iv>LE zd%`&92)G`n^Z%_}qn4DuOu@|=fiPpp9Wgd?5o5?~Ft%Y3oBzoC9T<9?Azo#yN}`ab zUO4=cV}$4L6CS%j=g(@jq>QUxM0w2x^8NY$+3n^ujfTG*!k|S!)8j)coj<=s;qxM9H|rA6r2?5QdNzXL~=RI;6AH zzir?F{=f%U*Dxv87+V&kapWyi@HbfG(j^F-_}bbljNE||a{g!6 zX#Iecw~VM!zX1?(;Kt2nv-H_8JRerd(dSA+aN-QMI&c0{*GTz**59mt50x$JC;45G z{vO`w(g0H@K+tLV{#E;V-``c};)=7Nimvyj!AAPxZZUXU+8?xk9zGb3`n(+%iPeDmN+sBg2w9Zn`iKG4sJBxCKs2UEM%-B0PRM>NbwxWXl^of12mJga z1FchlRO?`j^Mr{g8`Y}kgV*+Js#GRQl|@@Op6AbWWCa2Ebg$%qS53{fxj5!xu|+R z$^*tG3xZOci*Bh5wjE1^HD#|xZH|MW{x&u$krO8-357%pe-5fv7r~qVkI-bw4^5_n z{mCJ41dYbJQ!Z!K`5O{iA%JqJTZ$r^X^rLwkS6U$5;NiWv)IIT)?WNM0eGdduvo3a zg7W*J(Lp~nQ|4z*_59kdAGC5HC;|s#l=1gZvqMfN8(Mrq?GByG*BEaQ%aaT2ulzR$ z)IWAyd)Dl?DixDZs&h% z!oII=tn85v0Y)A0AH8LrvtDO?(E6Fo#OT4OCP!)Fifco%vW;=8XiieQH%lGI?6=IQ-k%nT@^7_F@#Oc4dpnw^!-pJ%&8lx~0r2!);> z_N2RHe3ZB@*k{q*^?}bX{KMNnF!v9?hA>8|gaMFG5XNzgF(N(!z$Nvv#m9~C>+XGh zaOi1@R#p(T-N@GDjD%rj>?66(vSxSR=ZcyH*G)qAKBlxcKeE=BaeK#iV;m8Tv6o=v zH_Hxp!2|=Q<;<@H=Gnnv-6$RVjOCZ*8w$bJ9C;?e3|~@f>$#7D`x( z&Y&R0+1w%s$inZ@1+P@&24`6FR?R-)r!`)6Ov|-X-l{tPl-hCh7W#W{QuC?SZfm!- zHKL8khvCO9?9U|J{>FFU0DhU$S#X;BIZ1U$pFQ2ij7ZC)&n*Je?OCWlIO`%XHxCAA zx;woA`|-J3w>BN{b`7?-Huv^6H;p@Uu(P$f*EcY$OT;9zo}t?EFO%y*3|Tp( zG`rk661i|FJcpu2bdb?&%}iR_fAN3v6120tq%qf-zGzr4E$^V@7yq{bC0f1>x;12H zc}eR8&95H(l6#sma`x%EhRURag$;v)sXe*4Qym&a!khz4j752H@|% zg9VpgUawZs*0FQbwe{Ld38AWS6K#TZ=YJr0gY{ZuYt;82eDkJ;B9y$ew!St!cWet) ztLtBuT;T5@Yy*7L7skPU%QO3jq@+DhzV245@{Z)MWJAU1Xxw^bM&yIR2w@;aFqS5x z@JuaRkNji@$a?_gfMW@VTAc>{anlkvxR{dnnv@jN++M6OGajv#(uDn^oVhRrA4JR$U^sA``t$5*Rw8Jv;K{HK#>l}?dd%&1A zluOJLB&smXauz&KwvCcBfn_jck8XNtl}08TkSd%r6BU2w-nqXfjys{uf&k`nMu1b{SMSXJs!V4_cLP&s+?;RrYvj?;2|2!d+hvQnwl zOjFT_4z$*u=N&^0&x3Ng(<+si8%RQPRkBm5u>a24o4Hc(kQSUBh`%zHFHmOItUIlz zYJc3=Met>G>Hy8Jd=kaV;FOcJe!{v--ynn@_GYAm=n&ismX~fgbK%078 zepEN?DKA+zjV!dfdL1+Me^UDISK*K#yN(gyh+<62Wr8u#7y}|T8T?8T(5E1H2JwjWCR$vMm(9u^e;Rt8OzX)Kq zIj_%$!@SC2dx+h{UHIlp}kKqkV$t%HoqR zO#&p^T;2)J zkFt*PMmsTYm`C`2i`p~D&`i-*lD2aEtSKE$#v4V-xd22&s5ORGR zyF>HSX-a;$un>ly&#y+}XVUXz<|kg?^P5SgOrX@Z8!yG~aT?Z_mzL`vc3d}^UrJm9 z&WE8-82pf1N2nf#J_m97j?;IZEr}#ku6vE=U5iIXuG{}nH%eR=jGIL6kK#i4P8LmM zCemk(wtQ+u96-iN?CZ)XZiUO7fvBp+XATOm;RW*p*z)~Xtw*~_v>Xio)F>=zJJ%0qBfoI}COzrvv z&1%^P!*Kq%;cWr&Yvx`uyIXXpP2i}v)Sq&47t(3FC)480eN@@+m*BGUJhQMk8Z9mu z&r=E`rxT?|X|!MvR`(pQlrpRP5`7IIhHu^(3IN^DiS83h6}aS=-uYVwVO41~Dt_$0 z3QtvCwXmSvs`5PZ)p56!O5K;}E92T{#^W=#YgGRsM#`Ob(8kYO%37m^<5@P4@+Sd5 zk{fiBC6I););>Ye9dE-J9FR*fB8G$YyoD>36=iGwI-~|cQt$Qqe%4%ETwPgOY-YZH z^>9AoGdXfn=~k@GwY3IASp8^L@A>UL>n`Ngs&QRYt>z2e+4DiELOL=wW^iPk^$W6k zVx;W|+Sf7I^2Sd!+2JlLgtzKVK4_)Ugq}55e084iKiCmlO((@6gTkNREyqP+dx8R~ zx;pLV#u~=;_5VM~+x#anT0?%jxe);(d}(v5+p5*33?aNZX+%+TyonKF(^{?7-P&Ac z1VJ=zw0*ROutbg!wc21%s|n#Cc`c-+QVNikN+}#usG-ByF)WGOia)&4!AwO_l0=bW zxV!vL-9U<~cAPNd#33A^_0zo;@f#Z$G17%&JN>?gIRaS=DwUun0deg0`#Z;=OBli% z4WG1nr`Hk4g>JW60jN~F-31Br_TP8$`-7y`vjHzJER>ZE5BRnYHDfx|w*UQJEeUK@ zURYShVE6lr>((@K8o*`}=UXXBHFi6RUo6+KenK=Y-K8s+i_6j+(z@c!+hTkqgS6WU z-tPQl01rdR8i)cLo1SDF>Micr*b5h&;IQINbzm7!-u`}7ofd_+Plf|Ad6CjrJ@z`e zv)DtA1qoKEFC<_!G$wgS4?`J5>Pf0KILVKV)HT3cq9bJ)wTVu68y|+Xq8^^B0*=Pl zvwOk*3wOkGe_!hp)*|5i!#2PAudt8K(_#&o=9jq~K+J7s|l^tpg)KEPlPIwMe; z)u#!8?F1srjU?sWV&ve8CsS_3Bzfb-!3!vlku(4ClrrO%OC`874;7((w0mli7nJfRJTP~GS%FKUA+xa4! zEia+e|MD*NZf-I2|@HkoRaDWjTBs$nP@dkb3I z(ORkL{QIu0+3tqcN*!PGv#gkQJCNf@%97tBd&1Tw)km#2T^VGO*7$KEWs)e5Bx)0k zdhU1K8iIc8{mWp52_Zb;M5|j&?Z4?wsafKX=+InlpKIFNDg{2l`49#$nw1hiDE(>k zP~X)|l7L)h-ZN%}qZVmaqGZn)k0>_l z5fLb<_6Z7nvtq_`_^w~lhV*V=La+tKZty}Sd``Le2F4bc5bOp|RIdNLb%&$4a^-jb zs>{+`OEa_0e7Hj)dBGCyU_9oA1X=Rrv?|NBBC8n#jBKgbU8i|E&iOVf@_5@K0o#i_ zr6ShI>!@zEELj~nUvO*avkIW_zRJD-JbciY0(Z!T0 zU;EL3KDG}ba|;f^yA$IO9sIHog&5!I!9mv8XG5}>=(C^UAyYh;DCP6B#=3Qj^)hP{ zIbR>DU1|_ZHH$`rVcH${2SO*4+`nC0FIkO1aQ?1oO$^u@amJ+#4ktCpM~V%&y`EM9 zUAt!Zv9tyV%!~fO_`caeubl1LzK`%PGd}-avZoI62YsZK_hw2N88w@LR#vZ%WXbm; z(`i>JV^TL}e{BwqFZRo&U%_CXEx51yf0CzHP#? z_;zhG+*Y?K1v1+ZYKy1V@0Dz zBcd`XN46iD7=mc{Kqk1F`X1}oVu(%X+d=yAu0K&?<7iG{;r_lJDWP^`LaJ1IJy)!T z^M8Vzs6Bbv7VaIuW`ep3jY%*xrisO;teYtBqdY*EK5Qf8kTY+ea-T0qO8}6H=0Fd` zgB@F48RqD|>XfI`V#L#F@kvvD>Z!81HP*V*T=ehk%R-&gryW~U%BZv0TwCa9*VPN1 zwdSHj8Kv5GPM;o;&R)jFW=HGz)|J{l&Q1UOthrEypHBGN8c#m9ys}(9=MqXC$JVq` znfk}exziH9pt;{HehBQf<|K3OvIz&pD`D`zD|^+V^m2>hIyGOs_XxV1yoCdCU^-GP=F(8R}=}96iy%rk(~IL z83NRfZ9snA1#n|6C z%UEp=L_q;#UHC5@?gF93(CN;5s-8=Di2M@B4iM-p%>KLdmCCDW|Bl8C_Z) zjq)l2DV@YGB{wfp(l@3ze;zFHo`bI%(`?X-|zi1WW}(1?UV%{wtBIy#s)Z|Mrm&yPKZSLq^>qZZ0>3vTWAf>B7B)rijUtz zAYIwW;vp-;hYkoIWcrqyFvj>2A%s0}meAdb2zs0TlPlRiRI#Wv4hT>T(WXC|A1%m;R| zndTv|Xzk&+Bz_4X`N9q&rDNA>p-~c3AqnB!PW}m6Hnc$q!wg|c#D}zPdo%r@YI9DA z6ckJ8hP9gg^+TAR(L}YH4N>Zo2WM#8p3y$bBZ#7Ax(TsqKU?^k1-LD+(JiHdwv|?MT!TL0-#5 zYY9hIcPQn54Q8;mcFT|YjstG1Q?EM%L1|FV$zrADM@mwL=8yJYJ z2HrgH19zM}Sv$^@^aGW|QTxrMaw#YQG`kETr?8oHvM@xanLB~CfULCza6M85*NoBe z#@JMCVH9UiyN5Yb8Mpp17iVt*A#C_HN64Fr>yn*1aa~&b(njhv>bms3V*$<(WD6mM zgYdldvJLjGxB%wWGG(3inaeJKssA(!%e7)_oPq8tWg8=P(^huQpp7bi}f^}KAly4rkZ{*7z)q5ioU%w{Do{Y>i@L{+@8Bgn3) z!#;fajoa-upf^6@G@EPL!Kq^h2M1Z{$&h9ToL9r_!2B1~cM5PaWb$;W)9O!8<0y`> zUScJ3!KnLA2MpW*?9Z=mQ&jY}$*|jXGCykIYT$!^YZkExsY?-S+t)e!oiN(&6$t8$ z!5gC#0>4@g&K0%!rbGWCRf&BE%DZa8-O!Jz2!h2!H13YuNNo5HlqdxD$3)(uBOc~n z?!(>`+u7lKg21sIuo>H6IjuLT<3V#Lfe3P_KR<$f;OQFP;r)#1p>Twfy6-DcLWF|9 z`8V>WL^esYvDfviJ$|kI@7=}R80aF9pYP)LSspz{by5!Ok-XiAH=Z=nFs8Ms7}VH> zWHcRkm4a!To+Dqw|MT-ty6B1#5_qN3(~iy0^pfBVC)imVkJlVb_?aNNdIfdQaNE(n zN`-@vM!3A22{c)k(u`MDngV0{sSoL=Y};m0#BAGsO7E>FPuUoY=E}+#aATejC618sSwn*?Gv02q%`APAZ(xTT3K<6aat&jvd(VHy3V@IdV4FQ88LMpJ8lG# zKG8kGz$Xmzkbe|tyV^}|3Y#r;bQjuN$&7yVm=B^4xxGVz*=}8<2_42rLzT;!$jW8a z#EjXIV$4R;lI5=4{U2Eh1SLpPa*cIeskGabif&-WY)T~}R0P}LQlp*Y#xhlMuksTv zrCK{LZUkW%G+yjzO{x2deOfz!{d^re6`oB{e7d~_5#F-OcI&{;D;@X3cZ}F2hxetNUYLJ&8aRc=S)cb&h^ExKc# zPP?s1d{FrO1SUH>vL008kP&ysaGqy1bXg5xo8Ee<_6n|{eyKiG#h6F)7dAIBr<`k_ zY6r91#;6S~F@o|pef?r}Z(c*?qQ*Jpcysf@e8e$UU*Aw?H{MY_88#Rq`+SZK5rXQj zi%GduC7vRWIbm`ZI$a!7z^|K>P9Mgo^M;)ssQbR%^K>X z!|3{WK(x+<9K0|L*3VRFd=sn)rz|FGis{N~CQ0rk3965$!$9gy7G&nIFQ9dR-3}Pz zpKPjXaORMz-j6_QapL66F_v%mr%cz|Me|~=HEzsYI-CZ*dgJ4trq6ECdgRO52>o6 zY^p>cI;VUd{cpx7p_;donRV^(C6^}Y`ffwVDr90c5K$llju%ug9LDBb!vH3Ox!0Eq zUjEtJH1~Ix&-%hkIvQZM@pEe!PAEUqf2IGs!yY_wHmI(~x@j3_jwy;vZBLaw|MxWaJF=w{%B>PWLs8Xo zQX<3BPO8kdH9IW8q_rTukS2?R9c z#>$|-2{)MRpdtihsTIIYjx3ZYAXt(u%flekqF+LV>?J5%m=86!84f844F3^;wXTn` z|8{^+0DP(Lx^VgkPn3Ixn1so84HN~E@}egZqEjy`zz49G(-Z-L6}Luz@V}l0zjeY@LkCDz8bwr9!7#v)WLa`La_y)53MRUyn;0y^ zv~}4whH#N^Ea;4h;RNyK>j0`|Vr&`Q)VLsVmB|u@*_C_m=x_{NlnlVY#T;?`^Ain@ zB|}qJjzoxTHw3xYlLb*lR%!H0gp{QIyoQk~wgCiDpt2t@23RtpQ=0?=fB<;$US7at z06{XiFyOVBck4oa{4CVZVw|P$B$93x(T+qKcZ$=kPib6vR4WS5&J0>tsCpgRsibKt zl{SqSDk-7gmDeL}Y$4d~@W+~_(c(g_@CMbb_S4m!Qw@t!(H6DyM3%aB-->C@CKmTO zw=AE?L87p}b!VWtEZ2;pB#PRpPYT$=G==acXqBNAj3j+CD>8BJH3ayuwXni{&p&IB zhNvD5@^-@gqz_l*g7r?RnpjL@JHVu}qG=kP{o)p5XBDz&H?<1fb?OrKwkE%4XHR&} zE`BpYSmYcH1GsK^7#!@AuHKY!ZC=lXSJdQ4G6L&V#DJ}66*ed%HEe-Zh)%1;#Jy>-- z_g=aebWiN%kG}uBJ^$J`9r3EUi@gJ&emw-W>kKW~RL<5}pw3z6IpA}sX-4md5kUQX z^!EXu#cQZ2^I$y5N1y+LR_Bcw#`vQ=U9lI1^?u1uN=|eE*KWM|lx5GJ`6=5^>!KhE zx`yih#-%nc#f7k?6!O{6xsg{s^Gs2>UQ=rzI1!Ku|RSSVA`@3qk?IoL_b&rkH?Cg-K4yp93fgf+U5nYqkd$L85+dcem$L38qKa zz8?zON~4d;4j;nUjZSt;#-Sv7cwUE$Quk!!2>3(T_wiMPMM8C*5)p$mb&>>Q0IG=+ zFIr8bjn%s)R)I;By?7G>Dz(k`Yq~kbpDlXXlF5Pt&&A2G4!ZE93*ci z1-VCtndctIuCt7e)k+V&L=^?wTBSGU6pH>!*u_m39H&}wAJ^o=AB2Aq1S*qU3UdDE zm=la;!`zzh;F~Muif6V0A7)4QmEfzY-Z89;>?MA&;Otq-bT?ZN)t3x4x;uL^%K7(s zJZv2P(El?z!$7vBVCcWzoXAuVaA$rCZl+ZBOgm~W&JGT1<^kn*O#MJxjJ9>WEFvNrWux#6KbOC!l>GuWCr;FD>21LC-Gufz_ik0^JkoR09UNaOZ_HG4IoKLK{?RMI2A|4JZ%(p7Ea5hn5Kyz@D@G{U@ z4sC!rm{A%e(Hu{mBv1(Y?`7~MoA*jLFD=zDRC~*}MpYFH#w|-rRiW1FUzokUc=upX z$MrbA7P^5ZO4c<|tB&g{$-S=Cg%?GwFBcaU210Kz=vfubH08y9uO|$amP)gsK3H8H z2>n*8pa;5bk)YY^3xnY>Va6iDpN>PcgcG-FL%9ZfbUbtSFc8XmytLmh7C2;e?f_45 z_g(!yV@uHny>WsXaRA`^ZM=-FD$dRAZ3-wlbZ9Wh5n!YD6jA`9F&G>=6vY(NXcTQX zYRP7<+IAHAd6yn@fr<(UwY12iPIJnjt)^v-;k9JQP4O04d^6IITX$V9@8fNKFhUL*Jp#{+;_bWU4F8?L z_G_wUi41*CSD>zu6=_q*+G+ES;4>yQs&&jsj<%a_2Kz9YuXV~Xjy6vTeMzX6LPNIY zPvkY}!|l5h?gi@>z73B682wsgVR%=1PaSfr#tusJeZQDQ2nad0K4TE7r-a|#sXyos zvY5tMOwBhsHydsP%(Gz6M%-l28#P^0!1O*s^jCc!VULyF=*-gUvDKxs!7+`pa~7tW zlS(<**mjyQwja6W#~8iWd}D3*QCuKSboQRNc;@&qjbiH@qhoP|LV1)LUxzMeSk3@I zkMf};TrWZjAqQ=H$u$PF`AgXjuIBE*>gS zpd;g5p00XJlNo^H_InpD^!ly?z+`Rq)QtxMn^DBJ60*8#W#BT5E0bzA6`GJ&Q^tw& zO*&w*CJ1_~)ofziY_?juAZRkBE?NJ-w=YGL7S&WWT34LVeN&H08aLAPnzrC<@GTDf zol!!YK@BMkSsS!zZg|byXjMN9d>lMdXc)4LwmUw+5?S1M+$AI#J*0Usj6~Em)%peN z6NmIP)6zP|V1AFKIf%nqbh>WQ98K4L!!9p|TqCgWDl8fvR8rkj0BgF=7C^j zjXEQR`9|rX`Y$h0pZC6-2O&W`l#K9xqU)V{m|}khW$YQMaWGe`qJW*KA6?kD6S@wC zeKFw;Rv`{AY;Y>NsL%~L$IF)Y$3p*|4DOY4V-UkX2ElAn48ua90HZ<}7ME4kb}=Zr zKP~paAZXkNP3LpIRCE_K&bgwjyZ8Tt(6p@YS%rdSer{r?*?|eq7sIePn}i!(8;pYB zq@tJuBHk4=jq4itToV9G(wr{=6=R8TRbBH6vo}C!T7`o3J4%YL}Dvh z2B_8C@gM5|`X66^41K|*<=}{BLkexdQkUwM_E(zn+>*2eJDMLEB{@$-v@>m6X;Yn$ zmk7#4{i4LUqNYu&O-oM?A~2#1)p81Re>EaN;fZ-*=9z|m!{h{(sllDu(k7rc0*XWD zS}KpKcC?v8u#(87#y0_yv5LeUEJbari$FYL4_r_m1qmV^!($G(4Z{q6+0`Wu+5#|1 z)2T|0p)qQI%MwLiZ*?P?OU#~Ky)%05Z^ku+t=n#Ybko*#g_$cG75F-{S*cnrEgq>9 zbY|m@CkDg- zg3rp=dxdFiBMF4b&tZ*r+>H7iOxMX;#3>V$!cI^Dd){YkU6V8bdS^Q>nu-E+xp(I5 z9e>~Vd!ZyfAW*{Kb;ft0TXtP2w?Cs5UIaxk7iqLz8bFgY-M-`Oncgy;JtRq(F=w8= zg%N@u2$Fak4x8)GaLCI&PeVQQYJ?!Ve=s;cm2lD@*DCPPi8bu6>yxm$fk0|1CNJgs zyT?4KT}j-wG7i70n`FW6gp6v1j&%A|1%l*UPvpY^YQ}cl@k@tIj``H^NNsk&6f&= zLZ8v02;xMUvi|gRzu)f{ewo}U6#9DF^Z8YYIS98cMF>)Sz-S{vF>s3pc*9?awRmzm z9?t@LKLE~*_1Osa^A0Y>^2Z3naAYajCz&0DVZKOww$QE-mrxwBp1mYd8gXct(T33a zSQY|@6OdMdM0)Ts+tDvP5t|VwGxsepj=jFErV5Qf{3qO{3QWT?VuJMu*^#N>Yk&Q2Ys@QrwxP)DeI=+vjjo4kSR!@4LPpg-VX zIdF^tF*U5~cxvnv<^q@(qv8iQ*jd zHbgOEsYgW7=|sn2n$No6Xl*EL5?j{@o;x~*iFZGV=Zvz5d`SK?nJ&-j4XG7PV?AUT zmp_qDLA;+yvt_p|(L88GaZEpqzB~HMMjDC*XZ28Ax|qF;GIg_uxZ*G;pV8j6xg_TB&#|whj%O=)=iV&7+@$KdQr1@_s~33dpB%PXYU3Z3nuFjx3U-3a&#KnDIX|G z?o=vP`(+O_Yiuc%L1Tb9%pHUbN+QYSC9NZL!-0P|mLWgx(8*p+ZyBFVQRsZ=vuS?Z z1)hAL%BtayoRUMHg$XJDdtv z8myNfo_?_qmW9jlcjk7eB2 zz-+uU4|5#<_BQ>?v2JI!V|T-_%kd6^rUO^ea!04ul>J>D_jI%qr{1dFX*T6U*h^Es znoexQUKMtWqR+Nprgs<2+t?XU1_vlaV%Ddkz^9$ zQHxX2L->s?vm=e{T%J1((XOY zaDKH-gV5_owvgQb2x3Zy`GH@@nG1(F>14*TBx|97i<5-6#q<)r&jxXjQ z@=9E<>Ctsf)iQN-EL}wcgDnb!*(I0WxJO*Pywx%-_KAHp1m~$yl}9Pay@ zp-*LCF)25Kdgv(z!2hrDaLtWoTnQH@T$`QOn044M} z6-5yzzpUA>XzD#4K*1}O9Yt}(Sd)Y$Fsb4uvwXFi7I*_A2}34bh$z)Eh9 zOLqfGtc!(fPeJ$SS&ypfO+L%!uSreYS0B|5Z!BY^iz4%wX7UH>esNNps|4T+5vq5o z$p2kNMC!zGE9=f8ZRuBuqXC7wJ>#IC4*G*Ep|Nw#H0xg*vzWRvbY}Liiw}_@9qn3F ziR*}r4Ui9*;Ky}reQZGobgrCZ+uomZZj z{o_0FC*yGUVH9i1ACL1Fq~Oc3;lup5yKwsT;|c!46nyEy`?0ir)m4g_?tp_gMUO!y%A~3y@rS1xz#mwq(JBu}PU^Iw!tzhl|FI+<{_~N2jC_<>Foh{NlTaJxDQUYyiKc1c#DU4u(%60` z3&0PWbH3%pDFyLT0%}YYe#E@B{%7*{XMDui6sH0Haj1-t=4lX08a}edO+=F>QNjC6 zH^|u#Gc-S1lkR1^A8qi7fG+p|j7WN)0Kwi5F>rEYjkgD)CFq+5Ys? zFhMPEJCS7=gQP`xBx?TfSLimI-Z0adg=DDui5LHWSOPzQ+*K)KX3=qVPQ!(6nsygL z%5~Q%nv7A^{iC_n)e|RH)2JPClZ!#Ob@=cdcN{)Ew-|`rN3$DUnKL9O$30yoBMTi4m6zAnmedX!I<)KzyM4=O`$|-c zUxD6%ug1+7GI{jq;=y^Uo2?OVm)Y|3tax;txs^42 zJb}v{+bPL^4vvvD^424v%vL67)aPfWcm~k|+Ny2!=TDksy1SKOFpYw!=pGa(GtO~a zGjuvvGvuXcMsHHZxVQ}PF1GkI?106OXaM;)jTn`6Jd&#+fNo>j(AbQ!pPh8vve`=p zuFT7+sG!KI(Fq4--FJYF4)n?%1K9$b*Jfm;fmh~Hdx>Sc*Opy0%+}mi)NJC-UH(5uN9wosW*jy^ZqxVM=~mNsz>p)O`|JXC*e!$n$k7Q~4yv^<>xHh9&#- zpQYabS(YVxee^5va4Bcf+5+)v(AX`H838OcCbBaP%97&WAfV9WXr3+4y9u-MY#-%pk;cHD`lwI3H0Xd7=rEwO=8Fl4zPs~hZ1kX;7Z0T|+k96RJRLCzjlqI0N z9?Bz7F%~LfP+0|)VW?_?>M+!}pwM_eyB+T7h88>gX(HU~fcp{< ziopFLc%Td(*ai=_LAVaWN%%`MJQRSXM_^eTmam5uEzs(LhZFEfAN=(Qv>kxQ+Tigt zJn4g{64360m0j>m4|KTT*)I6URETuJbKUTK7p#uKnkcMILg#vTF$nASz=kH+*aVwm z5RJl1LHJi4yj%}48*H{<^AUK(3GqgFH4d*Gfi5R>^}rh*=pGAO`rz#Zyc>h}UC@(( z52KLq!bfq~+5{i>!6)tTX%e<2V21@e+aXmCpEbg6V9)umHv;=2u)hO(`{DB=@I^O# zc>)f^;ZP6`dm-(HbQHew!`J1Wp|+=X_OO1xiOU2jPhfspcxHyqQY&c zXce-qMOHs5j-!$oDovrXg{a(xsv1zWA5~{itp_=K(C{iWvH^_>p)p-(tR0ODpmF_Z z{5CYP6-{=dDQPs#hh~%^R|A?EM6;HnGkZ{763tGcU-Tn)9Xi{G&S^*W7CP6D&g(+w z7ohX|(1ml*MQ+rPK)+svE>0ki2VD|DmqyTKPoT@)=!z)vb)u^s=o&k^wg6o>7F|CQ z-H<_Z-DqADn!gJ9-$6Ip(M>+o=tnn?M7PwVTN_c+6X>=ST3|;DI#F{wx;=>QaG=0? zbmts&*Lt+bjTZHy#R;?|iGo3NcQd-D0sXNPwWQI#@1Xm9C{%|+t>}I?y1x%SunIl6 z5QRbErRdKg^pG7bwWDPnXt{+}I8kdOdUzFjqzARNphqL(J>7*?wxMSh zqK+!`YzqB7iXsjaIe`Azg`SI`=ObuU6s_(+Yg}k;2(9fyogwtXNc2K0dLe^e45RfU z(fUrbp%HDgqm6UW#uVDrf;RP|=pOV^8olg5FDFpUi#9vZ<}~{ELiEa16mLYYM$l^$ z(Q8rkx*xqBLtSq4A1``i8+x-Fb=RTp6KG2uy=6ylrO?}9^iCCeXAgSUhu-s|_Zv{p zSoDD%eUL^UCeVKmphOydbOimc8EqYlwuaHxew1uQA1_3ow4qNj=+hSTX&P;th_=Pi zc01a>5N*$(9e%W95862q?F^w*6-u?E&+5@6H| zYhiNJn0zOuAb=@2f*Bgd6oxTH1(>1~#tLJsZJ6Q^reqbS^Z=&33{&2RsR&{!Qkcp; zn5qP(+JUL|V5(a&)d@_E8&k6$Q*#7UI}uaciE%b!hPg1qS~0`l!Hh^^Mn*8Be3;Qr z%;*$mOdDow5;Gpm_)g3OH)g^S%%qW+$qO-4nlMuvFw-VtroDriJ_j@X1ZKukjLV5} z#V|8%n3>mN&GMASBb+LoXfN1}Kf#otBkVyN9Q)IJ-v{{eNFi8?Ms zonoj{5$YU6or_SH9VjP(x&=|UQ>c3`>M<7eC`LVVQLjSOJB9j&QNK9qzXJ^np@CP> zpaL{Fj0P`6gG+nP~V9l!&62=AscnG$J3pT#QD3j7F_PqoZg{5REB8 z<1*3sTr}YZnwW$63yv>=0?!GEHpok z7KG4(BD64t7UiPFLA3Y^TJkPh8b!-N%k$BSxoG7Ov}z<;lZMt5q1=h+m38RVnP}Za zv_2iJ-+?ytK^sG8<2tnY2ec&*ZB0j8ub{jn`bQ)5+DeokK-p1=&Mucn{-r?hrZo}z8i_YKZbs2 zgno>npR&=eqbbi;23@| zf*-tsA4=kf`{0L9;YYIYBPsmoLR=<-%N)aH^KiK+E|_D@ZTrm^e|5U64%*;>-NBPf54BQ!Wnt^iIuos0zbJ4XI8+OS8)9_ zT)z}I1UDLs8+XKw3viPH+;lFE*1%5%@lzk;r!U~F7=CsvelCWe?}1}M9LvYe2H@sF z+#-NmT)-_8xK&Hsssy)A;x>i&g)+G9So~rZjt6jjC2sc+Zg&BIu~~viM!v2yQgr^9Na5{dq;7fY}~ga?pFo(-;W2}zynv}!67_&9UjsW z4~^qt8F+XZoXEk6AMi_4@rVF^c`hEAg-1p4=n_2U7#>@M$1TOqdc`5u_4F59?=g06i@V5Q0;gp>LB^|5$+7;i7YJF4Ivd3a|&-j$1Y z@5cpW@t%k9o9k|zw;1&w+4PM z6Tf#1zdsj$kcK}f#YY49XcB)E#2<(8Ct3K@bo^Nq9}D5*VSM}`KG6f84B%4%e0m5z zlY`IZ;^GWkT#P?2#OIgd3)%Q$9A9dQFTIN|m*T56@U@TejS#*W#J7U@_E`Mi82%!G z|2GwX6~|w1!X+vET?PF85d6b_{9^(BIe<&E@h_S9*KEv(|3{Ev7%eSEUxYzfj9Cw3 zcfvT0Fm4#*9mV*2F~Ogh@FpgDh>5#ll5UtZD~9r7=pZI*gvrxlidLB74W=B2sd{1R zZkQ&7X&z$QUom|m%n-ti6){s7GcUs|6*0>P%(e`(SHtXgF~>>Fxeap-!rYrMZwT{V z#C-o^{zX_|5*A#Bh00=~hgf6~7R`#qe#PQHV2NH>avYYLhouK$nTuHVE|w2r`6#Tg z3@diSN;$D|S*+3wt5(CRAMmri_<1k_2Oau zoY){OHi%%uFgALKO+(nM8@32xi&fZa7PcOSt^dU~tFT=nY~Kt!%)*Xuu=8H*x(K@+ z#h$IO=fBuH7WTc0{X;l#8xEO=L#yJ@2oAf5!w=$!emHU&jyj5?BRD1s#}31B&2W4z zoKO-c7R5=^aB?S{8p5f2aoRzg9>JL(8#W|aB?w>fn8ZHzUZo);=aPdK0 zG76U+#1#c` z5uRCxXQS|Z2roRui#PFdMZB^JuTH~j1@U@HynYgIM&Ye(czYJ!Es6K4;eGLb7#|$O zhs*GBMSRi^pH{Ub3dVwR(9vlGR1Yd9fa5&Bg4qfOf!uKdl3CWQ;j;2*K_9|)FM}%s!AKAhY zUe$I`!I=-%KlGnXe`FsANvr*jv0DyKbURQRdHVGu4%N=}k3`rJ`TUU_+MTg%biI!V zY3J)lwonn-_{a_x`SX#TxRHU6?4!te{@-%j&yL9F*=4P=I$0d5brV_@m|$Zqkx^dC z_$t&^CH%Cq#;mP+*6laGRb5#fnsu$}RewfnHDlJibY;C;>sGIlwD2vS*O|~WzG`Tw zcH>n|bv0Ghb*f}#Z*#S)YgYActy^8XY;6!W$71J%DATUC-ORnGxW3Tdf)5RD>>CP^_NignB&%{)vIUT z4%|!44_Qdn5bu?=H_$*eF7ZHre)ZN-LlxE3p(xpEesfEz`EkUv-@lY)ES7+fW@5yc zIG*ZbNqkrC-VD~CyW??!`e&W3+)JwG9cjKm29Kr3YF3nxqV!d!c*e#S7{4IxF9QGo DT5c?X diff --git a/webpack.config.js b/webpack.config.js index b1f1951..c5f0a25 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -63,15 +63,6 @@ const scssRule = { ], }; -// Define rules for copying fonts -const fontRule = { - test: /\.(woff2|ttf|woff)$/i, - type: 'asset/resource', - generator: { - filename: 'webfonts/[name][ext]', - }, -}; - // Define rules for handling images const imageRule = { test: /\.(png|jpe?g|gif)$/i, // Exclude svg from this rule @@ -108,7 +99,6 @@ module.exports = { rules: [ jsRule, scssRule, - fontRule, imageRule, svgRule, ], From 9690f96361ea06d69daa45a627803cbc7f1e7a32 Mon Sep 17 00:00:00 2001 From: ishikawa999 Date: Tue, 12 Nov 2024 01:16:53 +0000 Subject: [PATCH 8/9] Update Install procedure in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa73915..b29da1a 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ $ git clone -b redmine4.2 https://github.com/farend/redmine_theme_farend_bleucla - For Redmine 5.0, Redmine 5.1 ```bash -$ git clone https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair +$ git clone -b redmine5.1 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair ``` -- For RedMica 3.0, Redmine trunk +- For RedMica 6.0, Redmine trunk ```bash -$ git clone -b support-propshaft https://github.com/farend/redmine_theme_farend_bleuclair.git themes/bleuclair +$ git clone https://github.com/farend/redmine_theme_farend_bleuclair.git themes/bleuclair ``` **In an environment where Git is not available:** From 2d20c8b4ef8a5b34953faaf775fa95e0b2bff836 Mon Sep 17 00:00:00 2001 From: ishikawa999 Date: Tue, 12 Nov 2024 01:18:51 +0000 Subject: [PATCH 9/9] Update Install procedure in README.ja.md --- README.ja.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.ja.md b/README.ja.md index 750fd3f..0f1a60f 100644 --- a/README.ja.md +++ b/README.ja.md @@ -50,12 +50,12 @@ $ git clone -b redmine4.2 https://github.com/farend/redmine_theme_farend_bleucla - Redmine5.0.n、Redmine5.1.nの場合 ```bash -$ git clone https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair +$ git clone -b redmine5.1 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair ``` -- RedMica 3.0、Redmine trunkの場合 ※ インストールディレクトリが変わります +- Redmine6以降、Redmine trunkの場合 ※ インストールディレクトリが変わります ```bash -$ git clone -b support-propshaft https://github.com/farend/redmine_theme_farend_bleuclair.git themes/bleuclair +$ git clone https://github.com/farend/redmine_theme_farend_bleuclair.git themes/bleuclair ``` **Gitが利用できない環境の場合:**