@charset "utf-8";
/*!
 * OMNIBUSCODE Kanboard dark gray overlay - 자동 생성 파일, 직접 고치지 말 것.
 *
 * 생성기: tools/gen-dark.js
 * 재생성: node tools/gen-dark.js <kanboard-root> <이 파일>
 *
 * 원본 스타일시트(로드 순서대로):
 *   - assets/css/vendor.min.css
 *   - assets/css/light.min.css
 *   - plugins/Calendar/Assets/fullcalendar.min.css
 *   - plugins/Group_assign/Assets/css/group_assign.css
 *   - plugins/Greenwing/dist/main-21577e4967.css
 *
 * 규칙은 전부 [data-omc-theme="dark"] 아래에 있다. 라이트 모드에서는
 * 단 한 줄도 매칭되지 않으므로 기존 화면은 그대로다.
 *
 * 손으로 고칠 것이 있으면 이 파일이 아니라 omc-kanban-theme.css 에 쓴다.
 * (그 파일이 이 파일보다 뒤에 로드된다)
 */

/* --- Kanboard CSS 변수 (69/97 개 재정의) --- */
:root[data-omc-theme="dark"] {
  --body-background-color: #2a2e33;
  --header-background-color: #2a2e33;
  --color-primary: #d8dbdf;
  --color-dark: #d8dbdf;
  --color-medium: #d8dbdf;
  --color-error: hsl(1,45%,70%);
  --link-color-primary: hsl(220,60%,70%);
  --link-color-hover: #d8dbdf;
  --alert-color-default: hsl(38,46%,70%);
  --alert-color-success: hsl(121,45%,70%);
  --alert-color-error: hsl(1,45%,70%);
  --alert-color-info: hsl(200,50%,70%);
  --alert-color-normal: #d8dbdf;
  --alert-background-color-default: #31363c;
  --alert-background-color-success: #31363c;
  --alert-background-color-error: #31363c;
  --alert-background-color-info: #31363c;
  --alert-background-color-normal: #31363c;
  --alert-border-color-default: hsl(39,35%,30%);
  --alert-border-color-success: hsl(93,35%,30%);
  --alert-border-color-error: #3d434a;
  --alert-border-color-info: hsl(190,35%,30%);
  --alert-border-color-normal: #4a5158;
  --button-default-color: #d8dbdf;
  --button-default-background-color: #2a2e33;
  --button-default-border-color: #4a5158;
  --button-default-color-focus: #d8dbdf;
  --button-default-background-color-focus: #31363c;
  --button-default-border-color-focus: #4a5158;
  --button-disabled-background-color: #2a2e33;
  --button-disabled-border-color: #4a5158;
  --table-header-background-color: #2a2e33;
  --table-nth-background-color: #31363c;
  --table-border-color: #3d434a;
  --activity-title-color: #d8dbdf;
  --activity-title-border-color: #3d434a;
  --activity-event-background-color: #2a2e33;
  --user-mention-color: #d8dbdf;
  --table-list-header-border-color: #3d434a;
  --table-list-header-background-color: #2a2e33;
  --table-list-nth-background-color: #31363c;
  --table-list-border-color: #3d434a;
  --table-list-row-background-color: hsl(48,30%,17%);
  --sidebar-border-color: #3d434a;
  --dropdown-background-color: #2a2e33;
  --dropdown-border-color: #4a5158;
  --dropdown-li-border-color: #3d434a;
  --input-addon-background-color: hsla(31,15%,17%,0.1);
  --input-addon-color: #a2a8af;
  --views-background-color: #2a2e33;
  --views-border-color: #4a5158;
  --views-active-color: #d8dbdf;
  --input-focus-color: #d8dbdf;
  --input-background-color: #2a2e33;
  --input-border-color: #4a5158;
  --tooltip-background-color: #2a2e33;
  --tooltip-border-color: #4a5158;
  --tooltip-shadow-color: #4a5158;
  --panel-background-color: #2a2e33;
  --panel-border-color: #4a5158;
  --draggable-item-selected-background-color: #2a2e33;
  --draggable-item-hover-background-color: #31363c;
  --draggable-placeholder-background-color: #2a2e33;
  --form-help-color: hsl(0,59%,70%);
  --form-error-color: hsl(1,45%,70%);
  --comment-title-border-color: #3d434a;
  --comment-nth-background-color: #31363c;
  --comment-highlighted-background-color: hsl(48,30%,17%);
  --comment-highlighted-hover-background-color: hsl(48,30%,17%);
}

/* --- 색을 직접 박아둔 규칙들 --- */
[data-omc-theme="dark"] .ui-widget.ui-widget-content,
[data-omc-theme="dark"] .ui-widget-content,
[data-omc-theme="dark"] .ui-widget-header,
[data-omc-theme="dark"] .ui-state-default,
[data-omc-theme="dark"] .ui-widget-content .ui-state-default,
[data-omc-theme="dark"] .ui-widget-header .ui-state-default,
[data-omc-theme="dark"] .ui-button,
html[data-omc-theme="dark"] .ui-button.ui-state-disabled:hover,
html[data-omc-theme="dark"] .ui-button.ui-state-disabled:active,
[data-omc-theme="dark"] .ui-state-hover,
[data-omc-theme="dark"] .ui-widget-content .ui-state-hover,
[data-omc-theme="dark"] .ui-widget-header .ui-state-hover,
[data-omc-theme="dark"] .ui-state-focus,
[data-omc-theme="dark"] .ui-widget-content .ui-state-focus,
[data-omc-theme="dark"] .ui-widget-header .ui-state-focus,
[data-omc-theme="dark"] .ui-button:hover,
[data-omc-theme="dark"] .ui-button:focus,
[data-omc-theme="dark"] .select2-dropdown,
[data-omc-theme="dark"] .select2-container--default .select2-selection--single,
[data-omc-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__arrow b,
[data-omc-theme="dark"] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
[data-omc-theme="dark"] .select2-container--default .select2-selection--multiple,
[data-omc-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice,
[data-omc-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field,
[data-omc-theme="dark"] .select2-container--classic .select2-selection--single,
[data-omc-theme="dark"] .select2-container--classic .select2-selection--single .select2-selection__arrow b,
[data-omc-theme="dark"] .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b,
[data-omc-theme="dark"] .select2-container--classic .select2-selection--multiple,
[data-omc-theme="dark"] .select2-container--classic .select2-selection--multiple .select2-selection__choice,
[data-omc-theme="dark"] .select2-container--classic .select2-search--dropdown .select2-search__field,
[data-omc-theme="dark"] .c3-tooltip tr,
[data-omc-theme="dark"] .table-list-category,
[data-omc-theme="dark"] fieldset,
[data-omc-theme="dark"] #suggest-menu,
[data-omc-theme="dark"] #file-dropzone,
[data-omc-theme="dark"] #screenshot-zone,
[data-omc-theme="dark"] .project-overview-column,
[data-omc-theme="dark"] #external-task-view,
[data-omc-theme="dark"] .text-editor .text-editor-preview-area,
[data-omc-theme="dark"] .markdown pre,
[data-omc-theme="dark"] .fc-unthemed .fc-content,
[data-omc-theme="dark"] .fc-unthemed .fc-divider,
[data-omc-theme="dark"] .fc-unthemed .fc-list-heading td,
[data-omc-theme="dark"] .fc-unthemed .fc-list-view,
[data-omc-theme="dark"] .fc-unthemed .fc-popover,
[data-omc-theme="dark"] .fc-unthemed .fc-row,
[data-omc-theme="dark"] .fc-unthemed tbody,
[data-omc-theme="dark"] .fc-unthemed td,
[data-omc-theme="dark"] .fc-unthemed th,
[data-omc-theme="dark"] .fc-unthemed thead{border-color:#4a5158}
[data-omc-theme="dark"] .ui-widget-content,
[data-omc-theme="dark"] .ui-state-default,
[data-omc-theme="dark"] .ui-widget-content .ui-state-default,
[data-omc-theme="dark"] .ui-widget-header .ui-state-default,
[data-omc-theme="dark"] .ui-button,
html[data-omc-theme="dark"] .ui-button.ui-state-disabled:hover,
html[data-omc-theme="dark"] .ui-button.ui-state-disabled:active,
[data-omc-theme="dark"] .ui-icon-background,
[data-omc-theme="dark"] .ui-state-active .ui-icon-background,
[data-omc-theme="dark"] .select2-dropdown,
[data-omc-theme="dark"] .select2-close-mask,
[data-omc-theme="dark"] .select2-container--default .select2-selection--single,
[data-omc-theme="dark"] .select2-container--default .select2-selection--multiple,
[data-omc-theme="dark"] .select2-container--classic .select2-selection--single,
[data-omc-theme="dark"] .select2-container--classic .select2-selection--multiple,
[data-omc-theme="dark"] .select2-container--classic .select2-dropdown,
[data-omc-theme="dark"] .c3-tooltip,
[data-omc-theme="dark"] .c3-tooltip td,
[data-omc-theme="dark"] .table-list-category,
[data-omc-theme="dark"] #suggest-menu,
[data-omc-theme="dark"] .markdown pre,
[data-omc-theme="dark"] .fc-unthemed .fc-popover,
[data-omc-theme="dark"] .fc-state-default,
[data-omc-theme="dark"] .fc-event .fc-bg,
[data-omc-theme="dark"] .fc-h-event.fc-selected .fc-resizer,
[data-omc-theme="dark"] .fc-time-grid-event.fc-selected .fc-resizer,
[data-omc-theme="dark"] .fc-list-item:hover td,
[data-omc-theme="dark"] li.task-tag.color-purple,
[data-omc-theme="dark"] .task-board-category.color-purple,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-purple,
[data-omc-theme="dark"] #modal-content .js-calendar.fc.fc-unthemed.fc-ltr-rendered .fc-toolbar.fc-header-toolbar,
[data-omc-theme="dark"] body,
[data-omc-theme="dark"] #dropdown .dropdown-submenu-open li:not(.no-hover):focus,
[data-omc-theme="dark"] #dropdown .dropdown-submenu-open li:not(.no-hover):hover,
[data-omc-theme="dark"] .table-list,
[data-omc-theme="dark"] .table-list .table-list-header,
[data-omc-theme="dark"] .table-list .table-list-row:focus,
[data-omc-theme="dark"] .table-list .table-list-row:hover,
[data-omc-theme="dark"] table tr th,
[data-omc-theme="dark"] .input-addon .input-addon-item,
[data-omc-theme="dark"] #modal-box #modal-content .page-header,
[data-omc-theme="dark"] .activity-event:focus,
[data-omc-theme="dark"] .activity-event:hover,
[data-omc-theme="dark"] .activity-event:nth-child(even),
[data-omc-theme="dark"] .activity-event:nth-child(even):focus,
[data-omc-theme="dark"] .activity-event:nth-child(even):hover,
[data-omc-theme="dark"] .accordion-content.comments .comment:nth-child(even):not(.comment-highlighted):hover,
[data-omc-theme="dark"] .comments .comment:nth-child(even):not(.comment-highlighted):hover,
[data-omc-theme="dark"] .accordion-content.comments .comment:hover,
[data-omc-theme="dark"] .comments .comment:hover,
[data-omc-theme="dark"] .panel,
[data-omc-theme="dark"] #select-dropdown-menu .select-dropdown-menu-item.active,
[data-omc-theme="dark"] input:not(.select2-search__field):not([type=checkbox]):not([name=notifications_filter]):not([name=positionChoice]),
[data-omc-theme="dark"] input[type=date],
[data-omc-theme="dark"] input[type=email],
[data-omc-theme="dark"] input[type=number],
[data-omc-theme="dark"] input[type=password],
[data-omc-theme="dark"] input[type=text]:not(.input-addon-field),
[data-omc-theme="dark"] select,
[data-omc-theme="dark"] textarea,
[data-omc-theme="dark"] input:not(.select2-search__field):not([type=checkbox]):not([name=notifications_filter]):not([name=positionChoice]):focus,
[data-omc-theme="dark"] input[type=date]:focus,
[data-omc-theme="dark"] input[type=email]:focus,
[data-omc-theme="dark"] input[type=number]:focus,
[data-omc-theme="dark"] input[type=password]:focus,
[data-omc-theme="dark"] input[type=text]:not(.input-addon-field):focus,
[data-omc-theme="dark"] select:focus,
[data-omc-theme="dark"] textarea:focus,
[data-omc-theme="dark"] .text-editor-toolbar,
[data-omc-theme="dark"] .select2-container.select2-container--default .select2-results__option[aria-selected=true],
[data-omc-theme="dark"] .select2-container.select2-container--default .select2-results__option--highlighted[aria-selected],
[data-omc-theme="dark"] .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice,
[data-omc-theme="dark"] .select2-container.select2-container--default .select2-selection--single .select2-selection__choice,
[data-omc-theme="dark"] .board-task-list .task-board,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-header a.js-modal-large,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-category-container,
[data-omc-theme="dark"] .board-task-list .task-board .task-tags,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-icons,
[data-omc-theme="dark"] #task-summary .task-summary-container,
[data-omc-theme="dark"] .project-overview-columns .project-overview-column,
[data-omc-theme="dark"] .sidebar ul li.active a,
[data-omc-theme="dark"] .sidebar ul li.active a:focus,
[data-omc-theme="dark"] .sidebar ul li.active a:hover,
[data-omc-theme="dark"] .sidebar ul li:focus a,
[data-omc-theme="dark"] .sidebar ul li:focus a:focus,
[data-omc-theme="dark"] .sidebar ul li:focus a:hover,
[data-omc-theme="dark"] .sidebar ul li:hover a,
[data-omc-theme="dark"] .sidebar ul li:hover a:focus,
[data-omc-theme="dark"] .sidebar ul li:hover a:hover,
[data-omc-theme="dark"] .page>#main>.page-header,
[data-omc-theme="dark"] .page>#main>.project-header,
[data-omc-theme="dark"] .page>.page-header,
[data-omc-theme="dark"] .page>.project-header,
[data-omc-theme="dark"] .page-header h2~ul,
[data-omc-theme="dark"] .page-header ul li a:focus,
[data-omc-theme="dark"] .page-header ul li a:hover,
[data-omc-theme="dark"] #board-container table .board-column-header::before,
[data-omc-theme="dark"] #board-container table tr td,
[data-omc-theme="dark"] #board-container table tr th:not(.board-swimlane-header),
[data-omc-theme="dark"] #board-container table tr .board-swimlane-header,
[data-omc-theme="dark"] #board-container table.first-swimlane-table::before,
[data-omc-theme="dark"] .form-login form{background-color:#2a2e33}
[data-omc-theme="dark"] .ui-widget-content,
[data-omc-theme="dark"] .ui-widget-content a,
[data-omc-theme="dark"] .ui-widget-header,
[data-omc-theme="dark"] .ui-widget-header a,
[data-omc-theme="dark"] .ui-state-default,
[data-omc-theme="dark"] .ui-widget-content .ui-state-default,
[data-omc-theme="dark"] .ui-widget-header .ui-state-default,
[data-omc-theme="dark"] .ui-button,
html[data-omc-theme="dark"] .ui-button.ui-state-disabled:hover,
html[data-omc-theme="dark"] .ui-button.ui-state-disabled:active,
[data-omc-theme="dark"] .ui-state-default a,
[data-omc-theme="dark"] .ui-state-default a:link,
[data-omc-theme="dark"] .ui-state-default a:visited,
[data-omc-theme="dark"] a.ui-button,
[data-omc-theme="dark"] a:link.ui-button,
[data-omc-theme="dark"] a:visited.ui-button,
[data-omc-theme="dark"] .ui-state-hover,
[data-omc-theme="dark"] .ui-widget-content .ui-state-hover,
[data-omc-theme="dark"] .ui-widget-header .ui-state-hover,
[data-omc-theme="dark"] .ui-state-focus,
[data-omc-theme="dark"] .ui-widget-content .ui-state-focus,
[data-omc-theme="dark"] .ui-widget-header .ui-state-focus,
[data-omc-theme="dark"] .ui-button:hover,
[data-omc-theme="dark"] .ui-button:focus,
[data-omc-theme="dark"] .ui-state-hover a,
[data-omc-theme="dark"] .ui-state-hover a:hover,
[data-omc-theme="dark"] .ui-state-hover a:link,
[data-omc-theme="dark"] .ui-state-hover a:visited,
[data-omc-theme="dark"] .ui-state-focus a,
[data-omc-theme="dark"] .ui-state-focus a:hover,
[data-omc-theme="dark"] .ui-state-focus a:link,
[data-omc-theme="dark"] .ui-state-focus a:visited,
[data-omc-theme="dark"] a.ui-button:hover,
[data-omc-theme="dark"] a.ui-button:focus,
[data-omc-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered,
[data-omc-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
[data-omc-theme="dark"] .select2-container--classic .select2-selection--single .select2-selection__rendered,
[data-omc-theme="dark"] .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover,
[data-omc-theme="dark"] .task-table a,
[data-omc-theme="dark"] .table-list-row .table-list-details strong,
[data-omc-theme="dark"] .table-list-category,
[data-omc-theme="dark"] .table-list-category a,
[data-omc-theme="dark"] td a.dropdown-menu:hover strong,
[data-omc-theme="dark"] td a.dropdown-menu:hover strong i,
[data-omc-theme="dark"] td a.dropdown-menu:hover i,
[data-omc-theme="dark"] a i.web-notification-icon:focus,
[data-omc-theme="dark"] a i.web-notification-icon:hover,
[data-omc-theme="dark"] .menu-inline li .active a,
[data-omc-theme="dark"] .dashboard-table-link,
[data-omc-theme="dark"] a.board-swimlane-toggle:hover,
[data-omc-theme="dark"] a.board-swimlane-toggle:focus,
[data-omc-theme="dark"] .task-board a,
[data-omc-theme="dark"] .task-board-saving-icon,
[data-omc-theme="dark"] .task-list-avatars:hover .task-avatar-assignee,
[data-omc-theme="dark"] .task-board-category,
[data-omc-theme="dark"] .task-date,
[data-omc-theme="dark"] .fc-state-default,
[data-omc-theme="dark"] .fc-state-active,
[data-omc-theme="dark"] .fc-state-disabled,
[data-omc-theme="dark"] .fc-state-down,
[data-omc-theme="dark"] .fc-state-hover,
[data-omc-theme="dark"] .assigned-group,
[data-omc-theme="dark"] a:focus,
[data-omc-theme="dark"] a:hover,
[data-omc-theme="dark"] .table-list .table-list-header .list-item-links a:focus,
[data-omc-theme="dark"] .table-list .table-list-header .list-item-links a:hover,
[data-omc-theme="dark"] .table-list .table-list-header .table-list-header-menu a:focus,
[data-omc-theme="dark"] .table-list .table-list-header .table-list-header-menu a:hover,
[data-omc-theme="dark"] .table-list .table-list-header .table-list-header-menu a:focus i,
[data-omc-theme="dark"] .table-list .table-list-header .table-list-header-menu a:hover i,
[data-omc-theme="dark"] .table-list .table-list-row .dropdown:focus .dropdown-menu .fa.fa-caret-down,
[data-omc-theme="dark"] .table-list .table-list-row .dropdown:focus .dropdown-menu strong,
[data-omc-theme="dark"] .table-list .table-list-row .dropdown:hover .dropdown-menu .fa.fa-caret-down,
[data-omc-theme="dark"] .table-list .table-list-row .dropdown:hover .dropdown-menu strong,
[data-omc-theme="dark"] .table-list .table-list-row .task-list-subtask span a:focus,
[data-omc-theme="dark"] .table-list .table-list-row .task-list-subtask span a:hover,
[data-omc-theme="dark"] table.table-small tr td a:focus,
[data-omc-theme="dark"] table.table-small tr td a:hover,
[data-omc-theme="dark"] table th a:hover,
[data-omc-theme="dark"] table th:focus,
[data-omc-theme="dark"] table.table-striped.table-scrolling a:focus,
[data-omc-theme="dark"] table.table-striped.table-scrolling a:hover,
[data-omc-theme="dark"] .subtasks-table.table-striped.table-scrolling a:focus,
[data-omc-theme="dark"] .subtasks-table.table-striped.table-scrolling a:hover,
[data-omc-theme="dark"] .input-addon .input-addon-item .dropdown a.active-dropdown-menu:focus,
[data-omc-theme="dark"] .input-addon .input-addon-item .dropdown a.active-dropdown-menu:hover,
[data-omc-theme="dark"] .input-addon .input-addon-item .dropdown a.dropdown-menu:focus,
[data-omc-theme="dark"] .input-addon .input-addon-item .dropdown a.dropdown-menu:hover,
[data-omc-theme="dark"] .input-addon .input-addon-item .dropdown a.active-dropdown-menu:focus .fa.fa-caret-down,
[data-omc-theme="dark"] .input-addon .input-addon-item .dropdown a.active-dropdown-menu:hover .fa.fa-caret-down,
[data-omc-theme="dark"] .input-addon .input-addon-item .dropdown a.dropdown-menu:focus .fa.fa-caret-down,
[data-omc-theme="dark"] .input-addon .input-addon-item .dropdown a.dropdown-menu:hover .fa.fa-caret-down,
[data-omc-theme="dark"] .accordion-content.comments .comment-sorting a:hover,
[data-omc-theme="dark"] .comments .comment-sorting a:hover,
[data-omc-theme="dark"] input:not(.select2-search__field):not([type=checkbox]):not([name=notifications_filter]):not([name=positionChoice]):focus,
[data-omc-theme="dark"] input[type=date]:focus,
[data-omc-theme="dark"] input[type=email]:focus,
[data-omc-theme="dark"] input[type=number]:focus,
[data-omc-theme="dark"] input[type=password]:focus,
[data-omc-theme="dark"] input[type=text]:not(.input-addon-field):focus,
[data-omc-theme="dark"] select:focus,
[data-omc-theme="dark"] textarea:focus,
[data-omc-theme="dark"] .fa.fa-cog:focus,
[data-omc-theme="dark"] .fa.fa-cog:hover,
[data-omc-theme="dark"] .fa.fa-th:focus,
[data-omc-theme="dark"] .fa.fa-th:hover,
[data-omc-theme="dark"] .text-editor-toolbar a:focus,
[data-omc-theme="dark"] .text-editor-toolbar a:hover,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-header .dropdown:hover .dropdown-menu strong,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-header .dropdown:hover .fa.fa-caret-down,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-header a.js-modal-large:focus,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-header a.js-modal-large:hover,
[data-omc-theme="dark"] .board-task-list .task-board a:hover.js-modal-large,
[data-omc-theme="dark"] .board-task-list .task-board:focus.js-modal-large,
[data-omc-theme="dark"] #file-dropzone #file-dropzone-inner a:focus,
[data-omc-theme="dark"] #file-dropzone #file-dropzone-inner a:hover,
[data-omc-theme="dark"] #file-dropzone #screenshot-inner a:focus,
[data-omc-theme="dark"] #file-dropzone #screenshot-inner a:hover,
[data-omc-theme="dark"] #screenshot-zone #file-dropzone-inner a:focus,
[data-omc-theme="dark"] #screenshot-zone #file-dropzone-inner a:hover,
[data-omc-theme="dark"] #screenshot-zone #screenshot-inner a:focus,
[data-omc-theme="dark"] #screenshot-zone #screenshot-inner a:hover,
[data-omc-theme="dark"] .file-thumbnail .file-thumbnail-content .file-thumbnail-title .dropdown a:hover,
[data-omc-theme="dark"] .file-thumbnail .file-thumbnail-content .file-thumbnail-title .dropdown a:hover i,
[data-omc-theme="dark"] .page-header h2 a:focus,
[data-omc-theme="dark"] .page-header h2 a:hover,
[data-omc-theme="dark"] .project-header .dropdown-component:hover i{color:#d8dbdf}
[data-omc-theme="dark"] .ui-widget-header,
[data-omc-theme="dark"] .ui-state-hover,
[data-omc-theme="dark"] .ui-widget-content .ui-state-hover,
[data-omc-theme="dark"] .ui-widget-header .ui-state-hover,
[data-omc-theme="dark"] .ui-state-focus,
[data-omc-theme="dark"] .ui-widget-content .ui-state-focus,
[data-omc-theme="dark"] .ui-widget-header .ui-state-focus,
[data-omc-theme="dark"] .ui-button:hover,
[data-omc-theme="dark"] .ui-button:focus,
[data-omc-theme="dark"] .ui-state-error,
[data-omc-theme="dark"] .ui-widget-content .ui-state-error,
[data-omc-theme="dark"] .ui-widget-header .ui-state-error,
[data-omc-theme="dark"] .select2-container--default.select2-container--disabled .select2-selection--single,
[data-omc-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice,
[data-omc-theme="dark"] .select2-container--default.select2-container--disabled .select2-selection--multiple,
[data-omc-theme="dark"] .select2-container--default .select2-results__option[aria-selected=true],
[data-omc-theme="dark"] .select2-container--classic .select2-selection--single .select2-selection__arrow,
[data-omc-theme="dark"] .select2-container--classic .select2-selection--multiple .select2-selection__choice,
[data-omc-theme="dark"] .fc-unthemed .fc-divider,
[data-omc-theme="dark"] .fc-unthemed .fc-list-heading td,
[data-omc-theme="dark"] .fc-unthemed .fc-popover .fc-header,
[data-omc-theme="dark"] .fc-unthemed td.fc-today,
[data-omc-theme="dark"] .fc-state-active,
[data-omc-theme="dark"] .fc-state-disabled,
[data-omc-theme="dark"] .fc-state-down,
[data-omc-theme="dark"] .fc-state-hover,
[data-omc-theme="dark"] .fc-basic-view .fc-day-top .fc-week-number,
[data-omc-theme="dark"] .fc-unthemed .fc-list-empty,
[data-omc-theme="dark"] .table-list-category,
[data-omc-theme="dark"] li.task-tag.color-grey,
[data-omc-theme="dark"] .task-board-category.color-grey,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-grey,
[data-omc-theme="dark"] .accordion-content.comments .comment.comment-highlighted,
[data-omc-theme="dark"] .comments .comment.comment-highlighted,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-header a.js-modal-large:focus,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-header a.js-modal-large:hover,
[data-omc-theme="dark"] .board-task-list .draggable-placeholder,
[data-omc-theme="dark"] .sidebar ul li.active a,
[data-omc-theme="dark"] .sidebar ul li.active a:hover,
[data-omc-theme="dark"] #board-container table .board-column-header .task-count,
[data-omc-theme="dark"] #board-container table .board-column-header-task-count{background-color:#31363c}
[data-omc-theme="dark"] .ui-state-highlight a,
[data-omc-theme="dark"] .ui-widget-content .ui-state-highlight a,
[data-omc-theme="dark"] .ui-widget-header .ui-state-highlight a{color:hsl(59,58%,70%)}
[data-omc-theme="dark"] .ui-state-error,
[data-omc-theme="dark"] .ui-widget-content .ui-state-error,
[data-omc-theme="dark"] .ui-widget-header .ui-state-error{border-color:hsl(10,35%,30%)}
[data-omc-theme="dark"] .ui-state-error,
[data-omc-theme="dark"] .ui-widget-content .ui-state-error,
[data-omc-theme="dark"] .ui-widget-header .ui-state-error,
[data-omc-theme="dark"] .ui-state-error a,
[data-omc-theme="dark"] .ui-widget-content .ui-state-error a,
[data-omc-theme="dark"] .ui-widget-header .ui-state-error a,
[data-omc-theme="dark"] .ui-state-error-text,
[data-omc-theme="dark"] .ui-widget-content .ui-state-error-text,
[data-omc-theme="dark"] .ui-widget-header .ui-state-error-text{color:hsl(0,45%,70%)}
[data-omc-theme="dark"] .ui-widget-overlay,
[data-omc-theme="dark"] .c3-tooltip th,
[data-omc-theme="dark"] .color-picker-square.color-grey,
[data-omc-theme="dark"] .task-summary-title.color-grey img,
[data-omc-theme="dark"] .color-picker-square.color-dark_grey,
[data-omc-theme="dark"] .task-summary-title.color-dark_grey img{background-color:#3d434a}
[data-omc-theme="dark"] .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus,
[data-omc-theme="dark"] header,
[data-omc-theme="dark"] .page-header h2,
[data-omc-theme="dark"] #file-list li,
[data-omc-theme="dark"] .page>#main>.project-header.color-grey,
[data-omc-theme="dark"] .page>#main>.project-header.color-dark_grey,
[data-omc-theme="dark"] #gantt-chart .ganttview-vtheader-series-name:last-child{border-bottom-color:#4a5158}
[data-omc-theme="dark"] .select2-container--classic .select2-selection--single .select2-selection__arrow,
[data-omc-theme="dark"] .c3-tooltip td,
[data-omc-theme="dark"] .subtask-cell,
[data-omc-theme="dark"] .markdown blockquote,
[data-omc-theme="dark"] .table-list .table-list-row.color-grey,
[data-omc-theme="dark"] .table-list .table-list-row.color-grey:focus,
[data-omc-theme="dark"] .table-list .table-list-row.color-grey:hover,
[data-omc-theme="dark"] .table-list .table-list-row.color-dark_grey{border-left-color:#4a5158}
[data-omc-theme="dark"] .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow,
[data-omc-theme="dark"] .pagination-showing{border-right-color:#4a5158}
[data-omc-theme="dark"] .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,
[data-omc-theme="dark"] .select2-container--classic .select2-results__option[aria-disabled=true],
[data-omc-theme="dark"] .table-list-header a:hover,
[data-omc-theme="dark"] .table-list-header a:focus,
[data-omc-theme="dark"] .table-list-header .table-list-header-count,
[data-omc-theme="dark"] .fc-unthemed .fc-popover .fc-header .fc-close,
[data-omc-theme="dark"] .fc-basic-view .fc-day-top .fc-week-number,
[data-omc-theme="dark"] li.task-tag,
[data-omc-theme="dark"] .table-list-category,
[data-omc-theme="dark"] li.task-tag.color-dark_grey,
[data-omc-theme="dark"] .task-board-category.color-dark_grey a,
[data-omc-theme="dark"] .task-board-category.color-dark_grey .tooltip .fa-info-circle,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-dark_grey,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-dark_grey a{color:#a2a8af}
[data-omc-theme="dark"] .fa-border,
[data-omc-theme="dark"] .file-thumbnail,
[data-omc-theme="dark"] span.task-icon-age-total,
[data-omc-theme="dark"] span.task-icon-age-column,
[data-omc-theme="dark"] .fc-state-default,
[data-omc-theme="dark"] #dropdown .dropdown-submenu-open li{border-color:#3d434a}
[data-omc-theme="dark"] .c3 line,
[data-omc-theme="dark"] .c3 path{stroke:#d8dbdf}
[data-omc-theme="dark"] .c3-text.c3-empty,
[data-omc-theme="dark"] .c3-chart-arcs .c3-chart-arcs-gauge-max,
[data-omc-theme="dark"] .c3-chart-arcs .c3-chart-arcs-gauge-min{fill:#a2a8af}
[data-omc-theme="dark"] .c3-region{fill:hsl(207,45%,70%)}
[data-omc-theme="dark"] .c3-chart-arcs .c3-chart-arcs-gauge-unit,
[data-omc-theme="dark"] .c3-chart-arc .c3-gauge-value{fill:#d8dbdf}
[data-omc-theme="dark"] hr,
[data-omc-theme="dark"] .page>#main>.page-header,
[data-omc-theme="dark"] .page>#main>.project-header,
[data-omc-theme="dark"] .page>.page-header,
[data-omc-theme="dark"] .page>.project-header,
[data-omc-theme="dark"] .page-header h2~ul,
[data-omc-theme="dark"] #board-container table tr th:not(.board-swimlane-header){border-bottom-color:#3d434a}
[data-omc-theme="dark"] .table-list-category a:hover,
[data-omc-theme="dark"] a{color:hsl(220,60%,70%)}
[data-omc-theme="dark"] .input-addon-field,
[data-omc-theme="dark"] .input-addon-item{border-color:hsla(31,15%,30%,0.25)}
[data-omc-theme="dark"] .icon-success{color:hsl(121,45%,70%)}
[data-omc-theme="dark"] .icon-error,
[data-omc-theme="dark"] #file-list li .file-error,
[data-omc-theme="dark"] span.task-date-overdue{color:hsl(1,45%,70%)}
[data-omc-theme="dark"] .logo a,
[data-omc-theme="dark"] .logo a:focus span,
[data-omc-theme="dark"] .logo a:hover span,
[data-omc-theme="dark"] li.task-tag.color-red,
[data-omc-theme="dark"] .task-board-category.color-red a,
[data-omc-theme="dark"] .task-board-category.color-red .tooltip .fa-info-circle,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-red,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-red a{color:hsl(0,100%,70%)}
[data-omc-theme="dark"] .js-project-creation-options,
[data-omc-theme="dark"] .sidebar ul li,
[data-omc-theme="dark"] header .title{border-left-color:#3d434a}
[data-omc-theme="dark"] .subtask-cell,
[data-omc-theme="dark"] .board-task-list .task-board.color-grey,
[data-omc-theme="dark"] .board-task-list .task-board.color-grey:focus,
[data-omc-theme="dark"] .board-task-list .task-board.color-grey:hover,
[data-omc-theme="dark"] .board-task-list .task-board.color-dark_grey{border-top-color:#4a5158}
[data-omc-theme="dark"] .fc-highlight{background-color:hsl(190,30%,17%)}
[data-omc-theme="dark"] .fc-nonbusiness,
[data-omc-theme="dark"] .fc-unthemed .fc-disabled-day,
[data-omc-theme="dark"] .fc-state-active,
[data-omc-theme="dark"] .fc-state-down,
[data-omc-theme="dark"] li.task-tag,
[data-omc-theme="dark"] li.task-tag.color-dark_grey,
[data-omc-theme="dark"] .task-board-category.color-dark_grey,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-dark_grey{background-color:#383e45}
[data-omc-theme="dark"] .color-picker-square.color-,
[data-omc-theme="dark"] hr,
[data-omc-theme="dark"] #dropdown .dropdown-submenu-open,
[data-omc-theme="dark"] .table-list .table-list-header,
[data-omc-theme="dark"] .table-list .table-list-row,
[data-omc-theme="dark"] .table-list .table-list-row:focus,
[data-omc-theme="dark"] .table-list .table-list-row:hover,
[data-omc-theme="dark"] .table-list .table-list-row.table-border-left,
[data-omc-theme="dark"] .table-list .table-list-row span.task-icon-age-total,
[data-omc-theme="dark"] .table-list .table-list-row span.task-icon-age-column,
[data-omc-theme="dark"] .input-addon .input-addon-item:not(:first-child),
[data-omc-theme="dark"] #modal-box #modal-content form[action^="/?controller=TaskDuplicationController&action=copy"] .select-dropdown-input-container,
[data-omc-theme="dark"] #modal-box #modal-content form[action^="/?controller=TaskDuplicationController&action=move"] .select-dropdown-input-container,
[data-omc-theme="dark"] .panel,
[data-omc-theme="dark"] .select-dropdown-input-container,
[data-omc-theme="dark"] input:not(.select2-search__field):not([type=checkbox]):not([name=notifications_filter]):not([name=positionChoice]),
[data-omc-theme="dark"] input[type=date],
[data-omc-theme="dark"] input[type=email],
[data-omc-theme="dark"] input[type=number],
[data-omc-theme="dark"] input[type=password],
[data-omc-theme="dark"] input[type=text]:not(.input-addon-field),
[data-omc-theme="dark"] select,
[data-omc-theme="dark"] textarea,
[data-omc-theme="dark"] .text-editor .text-editor-preview-area,
[data-omc-theme="dark"] .select2-container.select2-container--default .select2-selection--multiple,
[data-omc-theme="dark"] .select2-container.select2-container--default .select2-selection--single,
[data-omc-theme="dark"] .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice,
[data-omc-theme="dark"] .select2-container.select2-container--default .select2-selection--single .select2-selection__choice,
[data-omc-theme="dark"] .select2-dropdown,
[data-omc-theme="dark"] fieldset,
[data-omc-theme="dark"] .views-switcher-component .views li a,
[data-omc-theme="dark"] #task-summary .task-summary-container,
[data-omc-theme="dark"] .project-overview-columns .project-overview-column,
[data-omc-theme="dark"] #file-dropzone,
[data-omc-theme="dark"] #screenshot-zone,
[data-omc-theme="dark"] #tooltip-container{border-color:hsl(215,35%,30%)}
[data-omc-theme="dark"] li.task-tag.color-yellow,
[data-omc-theme="dark"] .task-board-category.color-yellow,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-yellow{background-color:hsl(50,30%,17%)}
[data-omc-theme="dark"] li.task-tag.color-blue,
[data-omc-theme="dark"] .task-board-category.color-blue,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-blue{background-color:hsl(216,30%,17%)}
[data-omc-theme="dark"] li.task-tag.color-green,
[data-omc-theme="dark"] .task-board-category.color-green a,
[data-omc-theme="dark"] .task-board-category.color-green .tooltip .fa-info-circle,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-green,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-green a{color:hsl(147,45%,70%)}
[data-omc-theme="dark"] li.task-tag.color-green,
[data-omc-theme="dark"] .task-board-category.color-green,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-green{background-color:hsl(147,30%,17%)}
[data-omc-theme="dark"] li.task-tag.color-red,
[data-omc-theme="dark"] .task-board-category.color-red,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-red{background-color:hsl(0,30%,17%)}
[data-omc-theme="dark"] li.task-tag.color-orange,
[data-omc-theme="dark"] .task-board-category.color-orange a,
[data-omc-theme="dark"] .task-board-category.color-orange .tooltip .fa-info-circle,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-orange,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-orange a{color:hsl(30,96%,70%)}
[data-omc-theme="dark"] li.task-tag.color-orange,
[data-omc-theme="dark"] .task-board-category.color-orange,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-orange{background-color:hsl(29,30%,17%)}
[data-omc-theme="dark"] li.task-tag.color-brown,
[data-omc-theme="dark"] .task-board-category.color-brown a,
[data-omc-theme="dark"] .task-board-category.color-brown .tooltip .fa-info-circle,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-brown,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-brown a{color:hsl(24,54%,70%)}
[data-omc-theme="dark"] li.task-tag.color-brown,
[data-omc-theme="dark"] .task-board-category.color-brown,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-brown{background-color:hsl(24,30%,17%)}
[data-omc-theme="dark"] .task-board-category.color-deep_orange a,
[data-omc-theme="dark"] .task-board-category.color-deep_orange .tooltip .fa-info-circle,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-deep_orange a{color:hsl(27,91%,70%)}
[data-omc-theme="dark"] li.task-tag.color-pink,
[data-omc-theme="dark"] .task-board-category.color-pink,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-pink{background-color:hsl(311,30%,17%)}
[data-omc-theme="dark"] li.task-tag.color-teal,
[data-omc-theme="dark"] .task-board-category.color-teal a,
[data-omc-theme="dark"] .task-board-category.color-teal .tooltip .fa-info-circle,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-teal,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-teal a{color:hsl(188,49%,70%)}
[data-omc-theme="dark"] li.task-tag.color-teal,
[data-omc-theme="dark"] .task-board-category.color-teal,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-teal{background-color:hsl(188,30%,17%)}
[data-omc-theme="dark"] li.task-tag.color-cyan,
[data-omc-theme="dark"] .task-board-category.color-cyan a,
[data-omc-theme="dark"] .task-board-category.color-cyan .tooltip .fa-info-circle,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-cyan,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-cyan a{color:hsl(188,71%,70%)}
[data-omc-theme="dark"] li.task-tag.color-cyan,
[data-omc-theme="dark"] .task-board-category.color-cyan,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-cyan{background-color:hsl(187,30%,17%)}
[data-omc-theme="dark"] li.task-tag.color-lime,
[data-omc-theme="dark"] .task-board-category.color-lime a,
[data-omc-theme="dark"] .task-board-category.color-lime .tooltip .fa-info-circle,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-lime,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-lime a{color:hsl(120,47%,70%)}
[data-omc-theme="dark"] li.task-tag.color-lime,
[data-omc-theme="dark"] .task-board-category.color-lime,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-lime,
[data-omc-theme="dark"] li.task-tag.color-light_green,
[data-omc-theme="dark"] .task-board-category.color-light_green,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-light_green{background-color:hsl(120,30%,17%)}
[data-omc-theme="dark"] li.task-tag.color-amber,
[data-omc-theme="dark"] .task-board-category.color-amber,
[data-omc-theme="dark"] .table-list-category.table-list-category.color-amber{background-color:hsl(48,30%,17%)}
[data-omc-theme="dark"] .task-date-overdue{color:hsl(1,45%,70%) !important}
[data-omc-theme="dark"] body,
[data-omc-theme="dark"] #dropdown .dropdown-submenu-open a,
[data-omc-theme="dark"] #dropdown .dropdown-submenu-open i,
[data-omc-theme="dark"] .table-list .table-list-header .list-item-links a,
[data-omc-theme="dark"] .table-list .table-list-header .table-list-header-menu a,
[data-omc-theme="dark"] .table-list .table-list-row .task-list-subtasks .subtask-cell a,
[data-omc-theme="dark"] .table-list .table-list-row .table-list-title a,
[data-omc-theme="dark"] table td a.dropdown-menu i,
[data-omc-theme="dark"] .subtasks-table.table-striped.table-scrolling a,
[data-omc-theme="dark"] .input-addon .input-addon-item .dropdown a.active-dropdown-menu,
[data-omc-theme="dark"] .input-addon .input-addon-item .dropdown a.dropdown-menu,
[data-omc-theme="dark"] .input-addon .input-addon-item .dropdown a.active-dropdown-menu .fa.fa-caret-down,
[data-omc-theme="dark"] .input-addon .input-addon-item .dropdown a.dropdown-menu .fa.fa-caret-down,
[data-omc-theme="dark"] #modal-box #modal-content form[action^="/?controller=TaskDuplicationController&action=copy"] .select-dropdown-input-container input.select-dropdown-input::-webkit-input-placeholder,
[data-omc-theme="dark"] #modal-box #modal-content form[action^="/?controller=TaskDuplicationController&action=move"] .select-dropdown-input-container input.select-dropdown-input::-webkit-input-placeholder,
[data-omc-theme="dark"] #modal-box #modal-content form[action^="/?controller=TaskDuplicationController&action=copy"] .select-dropdown-input-container input.select-dropdown-input::-moz-placeholder,
[data-omc-theme="dark"] #modal-box #modal-content form[action^="/?controller=TaskDuplicationController&action=move"] .select-dropdown-input-container input.select-dropdown-input::-moz-placeholder,
[data-omc-theme="dark"] #modal-box #modal-content form[action^="/?controller=TaskDuplicationController&action=copy"] .select-dropdown-input-container input.select-dropdown-input:-ms-input-placeholder,
[data-omc-theme="dark"] #modal-box #modal-content form[action^="/?controller=TaskDuplicationController&action=move"] .select-dropdown-input-container input.select-dropdown-input:-ms-input-placeholder,
[data-omc-theme="dark"] #modal-box #modal-content form[action^="/?controller=TaskDuplicationController&action=copy"] .select-dropdown-input-container input.select-dropdown-input::-ms-input-placeholder,
[data-omc-theme="dark"] #modal-box #modal-content form[action^="/?controller=TaskDuplicationController&action=move"] .select-dropdown-input-container input.select-dropdown-input::-ms-input-placeholder,
[data-omc-theme="dark"] #modal-box #modal-content form[action^="/?controller=TaskDuplicationController&action=copy"] .select-dropdown-input-container input.select-dropdown-input::placeholder,
[data-omc-theme="dark"] #modal-box #modal-content form[action^="/?controller=TaskDuplicationController&action=move"] .select-dropdown-input-container input.select-dropdown-input::placeholder,
[data-omc-theme="dark"] .activity-event .activity-content .activity-title,
[data-omc-theme="dark"] .activity-event .activity-content .activity-description,
[data-omc-theme="dark"] .accordion-content.comments .comment-sorting a,
[data-omc-theme="dark"] .comments .comment-sorting a,
[data-omc-theme="dark"] #select-dropdown-menu .select-dropdown-menu-item,
[data-omc-theme="dark"] .fa.fa-cog,
[data-omc-theme="dark"] .fa.fa-th,
[data-omc-theme="dark"] .fa-fa-caret-down,
[data-omc-theme="dark"] .fa.fa-arrows-alt,
[data-omc-theme="dark"] .text-editor-toolbar a,
[data-omc-theme="dark"] .views-switcher-component .views a,
[data-omc-theme="dark"] .views-switcher-component .views li a .fa,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-header .dropdown .dropdown-menu strong,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-header a.js-modal-large,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-icons .task-board-icons-row a,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-icons .task-board-icons-row div,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-icons .task-board-icons-row>span,
[data-omc-theme="dark"] #task-summary .task-summary-title h2,
[data-omc-theme="dark"] #task-summary .task-summary-container .task-summary-columns span,
[data-omc-theme="dark"] .file-thumbnail .file-thumbnail-content .file-thumbnail-title .dropdown a,
[data-omc-theme="dark"] .file-thumbnail .file-thumbnail-content .file-thumbnail-description,
[data-omc-theme="dark"] .page-header h2,
[data-omc-theme="dark"] .page-header h2 a,
[data-omc-theme="dark"] .project-header .dropdown-component i{color:hsl(214,45%,70%)}
[data-omc-theme="dark"] a.user-mention-link,
[data-omc-theme="dark"] a.user-mention-link:focus,
[data-omc-theme="dark"] a.user-mention-link:hover{color:hsl(335,100%,70%)}
[data-omc-theme="dark"] .table-list .table-list-header .table-list-header-count,
[data-omc-theme="dark"] .table-list .table-list-row .table-list-details,
[data-omc-theme="dark"] .table-list .table-list-row .table-list-details strong,
[data-omc-theme="dark"] .table-list .table-list-row .table-list-details~.task-list-avatars .task-avatar-assignee,
[data-omc-theme="dark"] .table-list .table-list-row .task-list-icons a,
[data-omc-theme="dark"] .table-list .table-list-row .task-list-icons i,
[data-omc-theme="dark"] .table-list .table-list-row .task-list-icons span,
[data-omc-theme="dark"] .activity-event .activity-content .activity-title .activity-date,
[data-omc-theme="dark"] .accordion-content.comments .comment .comment-description .comment-title .comment-date,
[data-omc-theme="dark"] .comments .comment .comment-description .comment-title .comment-date{color:hsl(215,46%,70%)}
[data-omc-theme="dark"] .table-list .table-list-row .table-list-details-wrapper,
[data-omc-theme="dark"] .table-list .table-list-row .table-list-details,
[data-omc-theme="dark"] .table-list .table-list-row .table-list-details~.task-list-avatars,
[data-omc-theme="dark"] .table-list .table-list-row .table-list-icons,
[data-omc-theme="dark"] .table-list .table-list-row .task-list-icons,
[data-omc-theme="dark"] .table-list .table-list-row .task-list-subtask .subtask-cell,
[data-omc-theme="dark"] table tr th,
[data-omc-theme="dark"] #modal-box .js-confirm-buttons-rendered,
[data-omc-theme="dark"] #modal-box #modal-content .page-header ul,
[data-omc-theme="dark"] .text-editor-toolbar{border-top-color:hsl(215,35%,30%)}
[data-omc-theme="dark"] .table-list .table-list-row .table-list-details small:not(:last-child),
[data-omc-theme="dark"] table tr td:last-child,
[data-omc-theme="dark"] table tr th:last-child,
[data-omc-theme="dark"] .text-editor-toolbar,
[data-omc-theme="dark"] .text-editor-toolbar a:first-child,
[data-omc-theme="dark"] .text-editor-toolbar a:nth-child(4){border-right-color:hsl(215,35%,30%)}
[data-omc-theme="dark"] .table-list .table-list-row .table-list-icons a:not(:first-child),
[data-omc-theme="dark"] .table-list .table-list-row .table-list-icons div:not(:first-child),
[data-omc-theme="dark"] .table-list .table-list-row .table-list-icons>span:not(:first-child),
[data-omc-theme="dark"] .table-list .table-list-row .task-list-icons a:not(:first-child),
[data-omc-theme="dark"] .table-list .table-list-row .task-list-icons div:not(:first-child),
[data-omc-theme="dark"] .table-list .table-list-row .task-list-icons>span:not(:first-child),
[data-omc-theme="dark"] .table-list .table-list-row .task-list-subtask .subtask-cell,
[data-omc-theme="dark"] table tr td,
[data-omc-theme="dark"] table tr th,
[data-omc-theme="dark"] table tr td:first-child,
[data-omc-theme="dark"] table tr th:first-child,
[data-omc-theme="dark"] .input-addon .input-addon-item:not(:first-child),
[data-omc-theme="dark"] .text-editor-toolbar{border-left-color:hsl(215,35%,30%)}
[data-omc-theme="dark"] table tr td,
[data-omc-theme="dark"] table tr th,
[data-omc-theme="dark"] #modal-box #modal-content .page-header,
[data-omc-theme="dark"] .activity-event,
[data-omc-theme="dark"] .activity-event:last-child,
[data-omc-theme="dark"] #file-dropzone #file-dropzone-inner #file-list li,
[data-omc-theme="dark"] #file-dropzone #screenshot-inner #file-list li,
[data-omc-theme="dark"] #screenshot-zone #file-dropzone-inner #file-list li,
[data-omc-theme="dark"] #screenshot-zone #screenshot-inner #file-list li,
[data-omc-theme="dark"] .sidebar ul li{border-bottom-color:hsl(215,35%,30%)}
[data-omc-theme="dark"] .alert.alert-success{background-color:hsl(113,30%,17%)}
[data-omc-theme="dark"] header .select-dropdown-input-container .select-dropdown-chevron,
[data-omc-theme="dark"] header .menus-container .dropdown .fa-caret-down{color:hsl(216,100%,70%)}
[data-omc-theme="dark"] .form-required{color:hsl(0,70%,70%)}
[data-omc-theme="dark"] .board-task-list .task-board .task-board-category-container,
[data-omc-theme="dark"] .board-task-list .task-board .task-tags,
[data-omc-theme="dark"] .board-task-list .task-board .task-board-icons{border-top-color:#3d434a}
[data-omc-theme="dark"] .board-task-list .task-board .task-board-icons .task-board-icons-row a:not(:last-child),
[data-omc-theme="dark"] .board-task-list .task-board .task-board-icons .task-board-icons-row div:not(:last-child),
[data-omc-theme="dark"] .board-task-list .task-board .task-board-icons .task-board-icons-row>span:not(:last-child){border-right-color:hsl(216,35%,30%)}
[data-omc-theme="dark"] blockquote{border-left-color:hsl(215,35%,30%) !important}
[data-omc-theme="dark"] header .logo{border-right-color:#3d434a}
