/*
 * Clean-room NBX Redmine parity customizations.
 * This replaces the need for Nubexx private custom plugin/custom JS for
 * browser-visible layout behavior only.
 */

:root {
  --nbx-customize-brand: #183186;
  --nbx-customize-brand-light: #0f9ed5;
}

body.nbx-nubexx-parity #quick-search::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 486px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='white' d='m13.1 11.7 3.1 3.1-1.4 1.4-3.1-3.1a6 6 0 1 1 1.4-1.4ZM8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
  pointer-events: none;
}

body.nbx-nubexx-parity #top-menu,
body.nbx-nubexx-parity #header {
  background: var(--nbx-customize-brand-light) !important;
  background-color: var(--nbx-customize-brand-light) !important;
}

body.nbx-nubexx-parity #top-menu {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  height: 43px;
  min-height: 43px;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent !important;
  pointer-events: none;
}

body.nbx-nubexx-parity #top-menu > ul,
body.nbx-nubexx-parity #loggedas {
  display: none !important;
}

body.nbx-nubexx-parity #account {
  display: block !important;
  position: absolute;
  top: 6px;
  right: 18px;
  width: 58px;
  height: 32px;
  overflow: visible;
  pointer-events: auto;
}

body.nbx-nubexx-parity #account ul {
  display: none;
  position: absolute;
  top: 38px;
  right: 0;
  width: 220px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

body.nbx-nubexx-parity #account:hover ul,
body.nbx-nubexx-parity #account:focus-within ul,
body.nbx-nubexx-parity #account.nbx-account-open ul {
  display: block;
}

body.nbx-nubexx-parity #account li {
  display: block;
  margin: 0;
  padding: 0;
}

body.nbx-nubexx-parity #account li.nbx-account-user {
  min-height: 38px;
  padding: 11px 14px 8px 36px;
  color: #333;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid #e1e1e1;
}

body.nbx-nubexx-parity #account li a {
  display: block;
  height: auto;
  min-height: 34px;
  padding: 8px 14px 8px 36px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
}

body.nbx-nubexx-parity #account li a.logout,
body.nbx-nubexx-parity #account li a.sudo,
body.nbx-nubexx-parity #account li a.nbx-account-admin {
  border-top: 1px solid #e8e8e8;
}

body.nbx-nubexx-parity #account li a:hover {
  background: #f4f4f4;
  color: #004c8c;
  text-decoration: none;
}

body.nbx-nubexx-parity #quick-search input {
  caret-color: #fff;
}

body.nbx-nubexx-parity #quick-search {
  width: 638px;
}

body.nbx-nubexx-parity #quick-search form {
  left: 172px;
}

body.nbx-nubexx-parity #quick-search .nbx-header-shortcut {
  position: absolute;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  opacity: .95;
  z-index: 24;
}

body.nbx-nubexx-parity #quick-search .nbx-header-shortcut:hover {
  color: #fff;
  text-decoration: underline;
}

body.nbx-nubexx-parity #quick-search .nbx-header-resources {
  left: 198px;
  width: 74px;
}

body.nbx-nubexx-parity #quick-search .nbx-header-people {
  left: 82px;
  width: 32px;
  color: transparent;
  font-size: 0;
  text-decoration: none;
}

body.nbx-nubexx-parity #quick-search .nbx-header-people::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.3 7.6a2.8 2.8 0 1 0 0-5.6 2.8 2.8 0 0 0 0 5.6Zm5.1.4a2.2 2.2 0 1 0 0-4.4 2.2 2.2 0 0 0 0 4.4ZM1 13.5c0-2.4 2.2-4.2 5.3-4.2s5.3 1.8 5.3 4.2V14H1v-.5Zm8.8-3.8c.5-.3 1-.4 1.6-.4 2.2 0 3.6 1.2 3.6 3V14h-2.2v-.5c0-1.5-.8-2.8-3-3.8Z'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}

body.nbx-nubexx-parity #quick-search::before {
  width: 150px;
  flex-basis: 150px;
  background-position: 0 50%, 41px 50%, 123px 50%;
}

body.nbx-nubexx-parity #main-menu li a {
  min-width: 0;
}

body.nbx-nubexx-parity #main-menu {
  background: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  border-bottom: 1px solid #d8d8d8;
  padding-left: 15px;
}

body.nbx-nubexx-parity #main-menu li a {
  box-sizing: border-box;
  height: 40px;
  padding: 10px;
  border-right: 1px solid #d8d8d8;
  color: #312121;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

body.nbx-nubexx-parity #main-menu li a:hover,
body.nbx-nubexx-parity #main-menu li a.selected {
  color: #000;
  background: #fff;
  border-bottom: 3px solid #153085;
  font-weight: 500;
  padding: 10px 10px 7px;
  text-decoration: none;
}

body.nbx-nubexx-parity #main-menu li a::before {
  background: none !important;
  background-image: none !important;
  color: #888;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  width: 12px;
  height: 14px;
  margin-right: 2.8px;
  content: "";
  line-height: 1;
  vertical-align: baseline;
}

body.nbx-nubexx-parity #main-menu li a.activity::before {
  content: "\f1da";
}

body.nbx-nubexx-parity #main-menu li a.issues::before {
  content: "\f046";
  font-weight: 400;
  width: 13px;
}

body.nbx-nubexx-parity #main-menu li a.time-entries::before {
  content: "\f250";
  font-weight: 400;
}

body.nbx-nubexx-parity #main-menu li a.gantt::before {
  content: "\f080";
  width: 16px;
}

body.nbx-nubexx-parity #main-menu li a.resources::before {
  content: "\f036";
  width: 14px;
}

body.nbx-nubexx-parity #main-menu li a.calendar::before {
  content: "\f133";
  font-weight: 400;
  width: 13px;
}

body.nbx-nubexx-parity #main-menu li a.agile::before {
  content: "\f24a";
  font-weight: 400;
}

body.nbx-nubexx-parity .contextual .drdn-trigger,
body.nbx-nubexx-parity #project-jump .drdn-trigger {
  cursor: pointer;
}

body.nbx-nubexx-parity .contextual .drdn-content,
body.nbx-nubexx-parity #project-jump .drdn-content {
  display: none;
}

body.nbx-nubexx-parity .contextual .drdn:hover .drdn-content,
body.nbx-nubexx-parity .contextual .drdn.open .drdn-content,
body.nbx-nubexx-parity .contextual .drdn.expanded .drdn-content,
body.nbx-nubexx-parity #project-jump .drdn:hover .drdn-content,
body.nbx-nubexx-parity #project-jump .drdn.open .drdn-content,
body.nbx-nubexx-parity #project-jump .drdn.expanded .drdn-content {
  display: block;
}

body.nbx-nubexx-parity.controller-activities #activity_scope_form p {
  margin: 0 0 10px;
  white-space: nowrap;
}

body.nbx-nubexx-parity.controller-activities #activity_scope_form .activity-date-from,
body.nbx-nubexx-parity.controller-activities #activity_scope_form .activity-select-user {
  color: #6f6f6f;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 400;
  height: 14px;
  line-height: 14px;
  margin-right: 7px;
  text-align: center;
  vertical-align: middle;
  width: 14px;
}

body.nbx-nubexx-parity.controller-activities #activity_scope_form .activity-date-from::before {
  content: "\f133";
}

body.nbx-nubexx-parity.controller-activities #activity_scope_form .activity-select-user::before {
  content: "\f007";
}

body.nbx-nubexx-parity.controller-activities #activity_scope_form #from {
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #523c3c;
  height: 28px;
  padding: 3px 8px;
  width: 139px;
}

body.nbx-nubexx-parity.controller-activities #activity_scope_form .select2-container {
  width: 222px !important;
}

body.nbx-nubexx-parity.controller-activities #activity_scope_form .select2-container .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 28px;
}

body.nbx-nubexx-parity.controller-activities #activity_scope_form .select2-selection__rendered {
  color: #523c3c;
  line-height: 26px;
}

body.nbx-nubexx-parity.controller-activities #activity_scope_form .select2-selection__arrow {
  height: 26px;
}

body.nbx-nubexx-parity.controller-activities #activity_scope_form input[type="submit"].button-small {
  background: #666;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 4px 14px;
}

body.nbx-nubexx-parity #admin-menu a.redmine-nbx-customize {
  font-weight: 600;
}

body.nbx-nubexx-parity.nbx-empty-sidebar #sidebar {
  display: none !important;
}

body.nbx-nubexx-parity #sidebar-switch-panel {
  display: none !important;
}

body.nbx-nubexx-parity.nbx-empty-sidebar #content,
body.nbx-nubexx-parity.nbx-empty-sidebar #main:not(.nosidebar) #content {
  margin-left: 0 !important;
  width: auto !important;
}

body.nbx-nubexx-parity.controller-activities #sidebar {
  padding: 20px;
}

body.nbx-nubexx-parity.controller-my.action-page #content > p:first-child,
body.nbx-nubexx-parity.controller-my.action-page #content > form:first-child,
body.nbx-nubexx-parity.controller-my.action-page #content .contextual {
  float: right;
}

body.nbx-nubexx-parity.controller-my.action-page #content > p:first-child {
  font-size: 0;
}

body.nbx-nubexx-parity.controller-my.action-page .nbx-my-page-add-block {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 28px;
  font-size: 13px;
}

body.nbx-nubexx-parity.controller-my.action-page .nbx-my-page-add-block-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0 28px 0 9px;
  color: #555;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
}

body.nbx-nubexx-parity.controller-my.action-page #content select {
  min-width: 250px;
  height: 28px;
  font-size: 13px;
}

body.nbx-nubexx-parity.controller-my.action-page #content select.nbx-my-page-add-block-select {
  position: relative;
  opacity: 0;
  z-index: 2;
}

body.nbx-nubexx-parity.controller-my.action-page #my-page .mypage-box > .contextual {
  display: none !important;
}

body.nbx-nubexx-parity.controller-resource_bookings .resource-planning-chart {
  table-layout: fixed;
}

body.nbx-nubexx-parity.controller-resource_bookings.action-index #content > .contextual {
  position: absolute;
  top: -33px;
  right: 0;
  z-index: 2;
  width: auto;
  height: 28px;
  display: flex;
  align-items: center;
}

body.nbx-nubexx-parity.controller-resource_bookings.action-index #content h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

body.nbx-nubexx-parity.controller-resource_bookings.action-index #content {
  position: relative;
}

body.nbx-nubexx-parity.controller-resource_bookings.action-index #content > .contextual a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid #d2d7da;
  border-radius: 4px;
  background: #f3f3f3;
  color: #202124;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-resource_bookings .resource-planning-chart td {
  vertical-align: top;
}

body.nbx-nubexx-parity.controller-resource_bookings .resource-planning-chart .gantt_hdr {
  position: absolute !important;
  top: 0;
  height: 16px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

body.nbx-nubexx-parity.controller-resource_bookings #gantt_area .gantt_hdr {
  border-left: 0;
  border-right: 1px solid #c0c0c0;
}

body.nbx-nubexx-parity.controller-resource_bookings .gantt_subjects,
body.nbx-nubexx-parity.controller-resource_bookings .resource-lines {
  position: relative;
  z-index: 1;
}

body.nbx-nubexx-parity.controller-issues #query_form fieldset {
  border: 0;
  border-bottom: 1px solid #e3e7e8;
  margin: 0 0 8px;
  padding: 10px 0;
}

body.nbx-nubexx-parity.controller-issues #query_form fieldset legend {
  color: #17458d;
  font-size: 14px;
  padding: 0 10px 0 0;
}

body.nbx-nubexx-parity.controller-issues #query_form:has(#options:not(.collapsed)) #filters > div {
  display: none !important;
}

body.nbx-nubexx-parity.controller-issues #filters:not(.collapsed) {
  position: relative;
}

body.nbx-nubexx-parity.controller-issues #filters:not(.collapsed) > div {
  min-height: 38px;
  position: relative;
}

body.nbx-nubexx-parity.controller-issues #filters:not(.collapsed) #filters-table {
  display: inline-block;
  height: 38px;
  max-width: 700px;
  vertical-align: top;
}

body.nbx-nubexx-parity.controller-issues #filters:not(.collapsed) #filters-table .filter {
  display: grid;
  grid-template-columns: 200px 90px 300px;
  align-items: center;
  height: 38px;
}

body.nbx-nubexx-parity.controller-issues #filters:not(.collapsed) #filters-table .filter .values select,
body.nbx-nubexx-parity.controller-issues #filters:not(.collapsed) #filters-table .filter .values .select2-container {
  min-width: 300px;
  width: 300px !important;
}

body.nbx-nubexx-parity.controller-issues #filters:not(.collapsed) .add-filter {
  position: absolute;
  top: -12px;
  right: 0;
  width: 270px;
  margin: 0;
  white-space: nowrap;
}

body.nbx-nubexx-parity.controller-issues #filters:not(.collapsed) .add-filter .select2-container {
  width: 209px !important;
}

body.nbx-nubexx-parity.controller-issues.action-index #content {
  position: relative;
}

body.nbx-nubexx-parity.controller-issues.action-index #content h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

body.nbx-nubexx-parity.controller-issues.action-index #content > .contextual {
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 2;
}

body.nbx-nubexx-parity.controller-issues.action-index #query_form fieldset {
  margin-bottom: 0;
}

body.nbx-nubexx-parity.controller-issues.action-index #query_form > .buttons {
  margin: 4px 0 7px;
}

body.nbx-nubexx-parity.controller-issues.action-index #query_form_with_buttons > p.buttons {
  margin: 2px 0 5px;
}

body.nbx-nubexx-parity.controller-issues #query_form select:not([multiple]) {
  height: 28px;
  border: 1px solid #c8d0d4;
  border-radius: 3px;
  background-color: #fff;
}

body.nbx-nubexx-parity.controller-issues #query_form select[multiple] {
  border: 1px solid #c8d0d4;
  min-height: 262px;
}

body.nbx-nubexx-parity.controller-issues #query_form #list-definition {
  display: block;
  margin: 0;
  max-width: 650px;
}

body.nbx-nubexx-parity.controller-issues #query_form #list-definition > div:first-child {
  display: grid;
  grid-template-columns: 102px 154px 45px 130px 130px;
  column-gap: 15px;
  align-items: center;
}

body.nbx-nubexx-parity.controller-issues #query_form #list-definition > div:first-child > .field {
  grid-column: 1;
  padding: 5px;
  width: auto;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-issues #query_form #list-definition > div:first-child > .query-columns {
  display: block;
}

body.nbx-nubexx-parity.controller-issues #query_form #list-definition > div:first-child > :nth-child(2) {
  grid-column: 2;
}

body.nbx-nubexx-parity.controller-issues #query_form #list-definition > div:first-child > :nth-child(3) {
  grid-column: 3;
}

body.nbx-nubexx-parity.controller-issues #query_form #list-definition > div:first-child > :nth-child(4) {
  grid-column: 4;
}

body.nbx-nubexx-parity.controller-issues #query_form #list-definition > div:first-child > :nth-child(5) {
  grid-column: 5;
}

body.nbx-nubexx-parity.controller-issues #query_form #list-definition > div:first-child > .buttons {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
}

body.nbx-nubexx-parity.controller-issues #query_form #list-definition > div:first-child > .buttons input[type="button"] {
  background: #666;
  border: 0;
  border-radius: 3px;
  color: #fff;
  min-width: 33px;
  padding: 6px 9px;
}

body.nbx-nubexx-parity.controller-issues #query_form #available_c {
  width: 143px !important;
}

body.nbx-nubexx-parity.controller-issues #query_form #selected_c {
  width: 130px !important;
}

body.nbx-nubexx-parity.controller-issues #query_form #operators select {
  min-width: 0;
  width: 70px;
}

body.nbx-nubexx-parity.controller-issues #query_form .buttons {
  display: block;
  margin: 12px 0 14px;
}

body.nbx-nubexx-parity.controller-issues #query_form .buttons a,
body.nbx-nubexx-parity.controller-issues #query_form .buttons input[type="submit"] {
  display: inline-block;
  min-height: 28px;
  padding: 5px 10px;
  margin-right: 7px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eee;
  color: #202124;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-issues #query_form .select2-container {
  min-width: 70px;
}

body.nbx-nubexx-parity.controller-issues #query_form .select2-container--default .select2-selection--single {
  border: 1px solid #c8d0d4;
  border-radius: 3px;
  height: 28px;
}

body.nbx-nubexx-parity.controller-issues #query_form .select2-selection__rendered {
  line-height: 26px;
}

body.nbx-nubexx-parity.controller-issues #query_form .select2-selection__arrow {
  height: 26px;
}

body.nbx-nubexx-parity.controller-timelog.action-index #content {
  position: relative;
}

body.nbx-nubexx-parity.controller-timelog.action-index #content h2 {
  margin-top: 42px;
  margin-bottom: 24px;
}

body.nbx-nubexx-parity.controller-timelog.action-index #content > .contextual {
  position: absolute;
  top: -33px;
  right: 0;
  z-index: 2;
  width: auto;
  height: 28px;
  display: flex;
  align-items: center;
  gap: 6px;
}

body.nbx-nubexx-parity.controller-timelog.action-index #content > .contextual a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid #d2d7da;
  border-radius: 4px;
  background: #f3f3f3;
  color: #202124;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-timelog.action-index #content > .contextual .drdn {
  position: relative;
}

body.nbx-nubexx-parity.controller-timelog.action-index #content > .contextual .drdn-trigger {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  min-width: 31px;
  min-height: 28px;
  padding: 5px 0;
  overflow: hidden;
  border: 1px solid #d2d7da;
  border-radius: 4px;
  background: #f3f3f3;
  color: transparent;
  font-size: 0;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-timelog.action-index #content > .contextual .drdn-trigger::before {
  content: "...";
  color: #0d2f8f;
  font-size: 14px;
  line-height: 16px;
}

body.nbx-nubexx-parity.controller-timelog.action-index #content > .contextual .drdn-content {
  right: 0;
  left: auto;
}

body.nbx-nubexx-parity.controller-timelog #query_form fieldset {
  margin: 0 0 9px;
  padding: 10px 0 9px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  background: transparent;
}

body.nbx-nubexx-parity.controller-timelog #query_form fieldset legend {
  padding-right: 8px;
  color: #0d2f8f;
  font-weight: 400;
}

body.nbx-nubexx-parity.controller-timelog #filters:not(.collapsed) {
  position: relative;
}

body.nbx-nubexx-parity.controller-timelog #filters:not(.collapsed) > div {
  min-height: 56px;
}

body.nbx-nubexx-parity.controller-timelog #filters:not(.collapsed) #filters-table {
  width: calc(100% - 310px);
}

body.nbx-nubexx-parity.controller-timelog #filters:not(.collapsed) #filters-table .filter {
  display: grid;
  grid-template-columns: 185px 390px minmax(0, 1fr);
  align-items: center;
  min-height: 31px;
}

body.nbx-nubexx-parity.controller-timelog #filters:not(.collapsed) .add-filter {
  position: absolute;
  top: 10px;
  right: 0;
  width: 270px;
  margin: 0;
  white-space: nowrap;
}

body.nbx-nubexx-parity.controller-timelog #filters:not(.collapsed) .add-filter .select2-container {
  width: 200px !important;
}

body.nbx-nubexx-parity.controller-timelog #query_form select:not([multiple]) {
  height: 28px;
  border: 1px solid #c8d0d4;
  border-radius: 3px;
  background-color: #fff;
}

body.nbx-nubexx-parity.controller-timelog #query_form .buttons,
body.nbx-nubexx-parity.controller-timelog #query_form_with_buttons > p.buttons {
  margin: 14px 0 12px;
}

body.nbx-nubexx-parity.controller-timelog #query_form .buttons a,
body.nbx-nubexx-parity.controller-timelog #query_form .buttons input[type="submit"] {
  display: inline-block;
  min-height: 28px;
  padding: 5px 10px;
  margin-right: 7px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eee;
  color: #202124;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-timelog #query_form .select2-container {
  min-width: 70px;
}

body.nbx-nubexx-parity.controller-timelog #query_form .select2-container--default .select2-selection--single {
  height: 28px;
  border: 1px solid #c8d0d4;
  border-radius: 3px;
}

body.nbx-nubexx-parity.controller-timelog #query_form .select2-selection__rendered {
  line-height: 26px;
}

body.nbx-nubexx-parity.controller-timelog #query_form .select2-selection__arrow {
  height: 26px;
}

body.nbx-nubexx-parity.controller-timelog .tabs {
  height: 35px;
  margin: 10px 0 0;
  border-bottom: 1px solid #ccc;
}

body.nbx-nubexx-parity.controller-timelog .tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.nbx-nubexx-parity.controller-timelog .tabs li {
  float: left;
  margin: 0;
  padding: 0;
}

body.nbx-nubexx-parity.controller-timelog .tabs a {
  display: block;
  padding: 8px 10px 7px;
  border: 1px solid transparent;
  border-bottom: 0;
  color: #0d2f8f;
  text-decoration: none;
}

body.nbx-nubexx-parity.controller-timelog .tabs a.selected {
  border-color: #ccc;
  background: #fff;
  color: #202124;
}

body.nbx-nubexx-parity.controller-gantts.action-show #content h2 {
  margin-top: -8px;
  margin-bottom: 20px;
}

body.nbx-nubexx-parity.controller-gantts #query_form fieldset {
  margin: 0;
  padding: 10px 0 9px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  background: transparent;
}

body.nbx-nubexx-parity.controller-gantts #query_form fieldset legend {
  padding-right: 8px;
  color: #0d2f8f;
  font-weight: 400;
}

body.nbx-nubexx-parity.controller-gantts #filters:not(.collapsed) {
  position: relative;
}

body.nbx-nubexx-parity.controller-gantts #filters:not(.collapsed) > div {
  min-height: 58px;
}

body.nbx-nubexx-parity.controller-gantts #filters:not(.collapsed) #filters-table {
  width: calc(100% - 305px);
}

body.nbx-nubexx-parity.controller-gantts #filters:not(.collapsed) #filters-table .filter {
  display: grid;
  grid-template-columns: 170px 75px minmax(0, 1fr);
  align-items: center;
  min-height: 31px;
}

body.nbx-nubexx-parity.controller-gantts #filters:not(.collapsed) .add-filter {
  position: absolute;
  top: 10px;
  right: 0;
  width: 270px;
  margin: 0;
  white-space: nowrap;
}

body.nbx-nubexx-parity.controller-gantts #filters:not(.collapsed) .add-filter .select2-container {
  width: 200px !important;
}

body.nbx-nubexx-parity.controller-gantts #query_form select:not([multiple]) {
  height: 28px;
  border: 1px solid #c8d0d4;
  border-radius: 3px;
  background-color: #fff;
}

body.nbx-nubexx-parity.controller-gantts #query_form .buttons,
body.nbx-nubexx-parity.controller-gantts #query_form_with_buttons > p.buttons {
  margin: 8px 0 10px;
}

body.nbx-nubexx-parity.controller-gantts #query_form .buttons a,
body.nbx-nubexx-parity.controller-gantts #query_form .buttons input[type="submit"] {
  display: inline-block;
  min-height: 28px;
  padding: 5px 10px;
  margin-right: 7px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eee;
  color: #202124;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-gantts #query_form .select2-container {
  min-width: 70px;
}

body.nbx-nubexx-parity.controller-gantts #query_form .select2-container--default .select2-selection--single {
  height: 28px;
  border: 1px solid #c8d0d4;
  border-radius: 3px;
}

body.nbx-nubexx-parity.controller-gantts #query_form .select2-selection__rendered {
  line-height: 26px;
}

body.nbx-nubexx-parity.controller-gantts #query_form .select2-selection__arrow {
  height: 26px;
}

body.nbx-nubexx-parity.controller-gantts .gantt_subjects .project-name,
body.nbx-nubexx-parity.controller-gantts .gantt_subjects .issue-subject {
  height: 20px !important;
  max-height: 20px !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

body.nbx-nubexx-parity.controller-gantts .gantt_subjects .project-name *,
body.nbx-nubexx-parity.controller-gantts .gantt_subjects .issue-subject * {
  white-space: nowrap !important;
}

body.nbx-nubexx-parity.controller-gantts .gantt_subjects .issue-subject > span.icon,
body.nbx-nubexx-parity.controller-gantts .gantt_subjects .project-name > span.icon {
  display: inline-block;
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

body.nbx-nubexx-parity.controller-gantts .gantt_subjects img.gravatar {
  display: none;
}

body.nbx-nubexx-parity.controller-calendars.action-show #content h2 {
  margin-top: 2px;
  margin-bottom: 20px;
}

body.nbx-nubexx-parity.controller-calendars #query_form fieldset {
  margin: 0;
  padding: 10px 0 9px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  background: transparent;
}

body.nbx-nubexx-parity.controller-calendars #query_form fieldset legend {
  padding-right: 8px;
  color: #0d2f8f;
  font-weight: 400;
}

body.nbx-nubexx-parity.controller-calendars #query_form_with_buttons {
  position: relative;
}

body.nbx-nubexx-parity.controller-calendars #filters:not(.collapsed) {
  position: relative;
}

body.nbx-nubexx-parity.controller-calendars #filters:not(.collapsed) > div {
  min-height: 56px;
}

body.nbx-nubexx-parity.controller-calendars #filters:not(.collapsed) #filters-table {
  width: calc(100% - 305px);
}

body.nbx-nubexx-parity.controller-calendars #filters:not(.collapsed) #filters-table .filter {
  display: grid;
  grid-template-columns: 170px 75px minmax(0, 1fr);
  align-items: center;
  min-height: 31px;
}

body.nbx-nubexx-parity.controller-calendars #filters:not(.collapsed) .add-filter {
  position: absolute;
  top: 10px;
  right: 0;
  width: 270px;
  margin: 0;
  white-space: nowrap;
}

body.nbx-nubexx-parity.controller-calendars #filters:not(.collapsed) .add-filter .select2-container {
  width: 200px !important;
}

body.nbx-nubexx-parity.controller-calendars #query_form select:not([multiple]) {
  height: 28px;
  border: 1px solid #c8d0d4;
  border-radius: 3px;
  background-color: #fff;
}

body.nbx-nubexx-parity.controller-calendars #query_form .buttons,
body.nbx-nubexx-parity.controller-calendars #query_form_with_buttons > p.buttons {
  margin: 0 0 10px;
  min-height: 28px;
  padding-right: 160px;
}

body.nbx-nubexx-parity.controller-calendars #query_form .buttons a,
body.nbx-nubexx-parity.controller-calendars #query_form .buttons input[type="submit"] {
  display: inline-block;
  min-height: 28px;
  padding: 5px 10px;
  margin-right: 7px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eee;
  color: #202124;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-calendars #query_form .select2-container {
  min-width: 70px;
}

body.nbx-nubexx-parity.controller-calendars #query_form .select2-container--default .select2-selection--single {
  height: 28px;
  border: 1px solid #c8d0d4;
  border-radius: 3px;
}

body.nbx-nubexx-parity.controller-calendars #query_form .select2-selection__rendered {
  line-height: 26px;
}

body.nbx-nubexx-parity.controller-calendars #query_form .select2-selection__arrow {
  height: 26px;
}

body.nbx-nubexx-parity.controller-calendars #query_form .contextual.pagination {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

body.nbx-nubexx-parity.controller-calendars #query_form ul.pages {
  display: inline-flex;
  gap: 9px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.nbx-nubexx-parity.controller-calendars #query_form ul.pages li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

body.nbx-nubexx-parity.controller-calendars table.cal {
  table-layout: fixed;
}

body.nbx-nubexx-parity.controller-calendars table.cal td {
  height: 72px;
  max-height: 72px;
  overflow: hidden;
  vertical-align: top;
}

body.nbx-nubexx-parity.controller-calendars table.cal td p,
body.nbx-nubexx-parity.controller-calendars table.cal td ul,
body.nbx-nubexx-parity.controller-calendars table.cal td div {
  max-height: 58px;
  overflow: hidden;
}

body.nbx-nubexx-parity.controller-calendars table.cal td a.issue,
body.nbx-nubexx-parity.controller-calendars table.cal td a {
  display: inline-block;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

body.nbx-nubexx-parity.controller-calendars ul.cal li.calbody {
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
  overflow: hidden !important;
}

body.nbx-nubexx-parity.controller-calendars ul.cal li.week-number {
  height: 68px !important;
  max-height: 68px !important;
  overflow: hidden !important;
}

body.nbx-nubexx-parity.controller-calendars ul.cal li.calbody .issue {
  display: block;
  max-height: 18px !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

body.nbx-nubexx-parity.controller-calendars ul.cal li.calbody .issue .tip {
  display: none !important;
}

body.nbx-nubexx-parity.controller-agile_boards.action-index #content > .contextual {
  display: none;
}

body.nbx-nubexx-parity.controller-agile_boards.action-index #query_form h2 {
  margin-top: 2px;
  margin-bottom: 20px;
}

body.nbx-nubexx-parity.controller-agile_boards.action-index #query_form {
  padding-bottom: 20px;
}

body.nbx-nubexx-parity.controller-agile_boards.action-index #query_form_with_buttons {
  margin-top: 8px;
}

body.nbx-nubexx-parity.controller-agile_boards.action-index #query_form fieldset {
  margin: 0;
  padding: 10px 0 9px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  background: transparent;
}

body.nbx-nubexx-parity.controller-agile_boards.action-index #query_form fieldset legend {
  padding-right: 8px;
  color: #0d2f8f;
  font-weight: 400;
}

body.nbx-nubexx-parity.controller-agile_boards.action-index #filters {
  min-height: 73px;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-agile_boards.action-index #options.collapsed {
  min-height: 41px;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-agile_boards.action-index #options:not(.collapsed) {
  min-height: 336px;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-agile_boards.action-index #query_form .buttons {
  margin: 0;
  min-height: 28px;
}

body.nbx-nubexx-parity.controller-agile_boards.action-index #query_form .buttons a,
body.nbx-nubexx-parity.controller-agile_boards.action-index #query_form .buttons input[type="submit"] {
  display: inline-block;
  min-height: 28px;
  padding: 5px 10px;
  margin-right: 7px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eee;
  color: #202124;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-agile_boards.action-index .agile-board table.issues-board {
  table-layout: fixed;
  width: 1046px;
}

body.nbx-nubexx-parity.controller-agile_boards.action-index .agile-board table.issues-board th,
body.nbx-nubexx-parity.controller-agile_boards.action-index .agile-board table.issues-board td.issue-status-col {
  width: 75px !important;
  min-width: 75px !important;
  max-width: 75px !important;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-agile_boards.action-index .agile-board table.issues-board td.issue-status-col {
  padding-top: 12px;
}

body.nbx-nubexx-parity.controller-agile_charts.action-show #content h2 {
  margin-top: 0;
}

body.nbx-nubexx-parity.controller-agile_charts.action-show #content p.breadcrumb {
  margin-bottom: 0;
}

body.nbx-nubexx-parity.controller-agile_charts.action-show #query_form fieldset {
  margin: 0;
  padding: 10px 0 9px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  background: transparent;
}

body.nbx-nubexx-parity.controller-agile_charts.action-show #query_form fieldset legend {
  padding-right: 8px;
  color: #0d2f8f;
  font-weight: 400;
}

body.nbx-nubexx-parity.controller-agile_charts.action-show #filters {
  height: 78px;
  min-height: 78px;
  max-height: 78px;
  box-sizing: border-box;
  overflow: visible;
}

body.nbx-nubexx-parity.controller-agile_charts.action-show #query_form fieldset.collapsible:not(#filters) {
  min-height: 114px;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-agile_charts.action-show #query_form .buttons {
  margin: 0;
  min-height: 28px;
}

body.nbx-nubexx-parity.controller-agile_charts.action-show #query_form .buttons a,
body.nbx-nubexx-parity.controller-agile_charts.action-show #query_form .buttons input[type="submit"] {
  display: inline-block;
  min-height: 28px;
  padding: 5px 10px;
  margin-right: 7px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eee;
  color: #202124;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-agile_charts.action-show .agile-chart-container {
  width: 300px !important;
  height: 150px !important;
  min-height: 150px !important;
  max-height: 150px !important;
  margin: 20px 0 0 !important;
  overflow: hidden;
}

body.nbx-nubexx-parity.controller-agile_charts.action-show .agile-chart-container canvas {
  width: 300px !important;
  height: 150px !important;
}

body.nbx-nubexx-parity.controller-admin #main {
  margin-top: 0;
}

body.nbx-nubexx-parity.controller-admin #content {
  padding-top: 20px;
}

body.nbx-nubexx-parity.controller-admin #content h2 {
  margin-top: 0;
}

body.nbx-nubexx-parity.controller-admin #sidebar {
  padding-top: 10px;
}

body.nbx-nubexx-parity.controller-issues table.issues td.id a {
  display: inline-block;
  min-width: 44px;
  padding: 3px 6px;
  border-radius: 3px;
  background: #0b9bd3;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

body.nbx-nubexx-parity.controller-issues table.issues td.id a::before {
  content: "#";
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues {
  table-layout: fixed;
  width: 986px;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues th.checkbox,
body.nbx-nubexx-parity.controller-issues.action-index table.issues td.checkbox {
  display: none;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues th,
body.nbx-nubexx-parity.controller-issues.action-index table.issues td {
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues th.id,
body.nbx-nubexx-parity.controller-issues.action-index table.issues td.id {
  width: 56px;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues th.project,
body.nbx-nubexx-parity.controller-issues.action-index table.issues td.project {
  width: 145px;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues th.tracker,
body.nbx-nubexx-parity.controller-issues.action-index table.issues td.tracker {
  width: 127px;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues th.parent,
body.nbx-nubexx-parity.controller-issues.action-index table.issues td.parent {
  width: 82px;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues th.subject,
body.nbx-nubexx-parity.controller-issues.action-index table.issues td.subject {
  width: 104px;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues th.status,
body.nbx-nubexx-parity.controller-issues.action-index table.issues td.status {
  width: 77px;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues th.priority,
body.nbx-nubexx-parity.controller-issues.action-index table.issues td.priority {
  width: 56px;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues th.assigned_to,
body.nbx-nubexx-parity.controller-issues.action-index table.issues td.assigned_to {
  width: 67px;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues th.updated_on,
body.nbx-nubexx-parity.controller-issues.action-index table.issues td.updated_on {
  width: 139px;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues th.done_ratio,
body.nbx-nubexx-parity.controller-issues.action-index table.issues td.done_ratio {
  width: 96px;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues th.buttons,
body.nbx-nubexx-parity.controller-issues.action-index table.issues td.buttons {
  width: 36px;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues td.buttons a {
  display: inline-block;
  max-width: 20px;
  overflow: hidden;
  text-indent: -999px;
  white-space: nowrap;
}

body.nbx-nubexx-parity.controller-issues.action-index table.issues td.buttons a::after {
  color: #008bd2;
  content: "...";
  display: inline-block;
  font-weight: 700;
  text-indent: 0;
}

body.nbx-nubexx-parity.controller-issues table.issues td.status {
  color: transparent;
  font-size: 0;
}

body.nbx-nubexx-parity.controller-issues table.issues tr.status-1 td.status::before,
body.nbx-nubexx-parity.controller-issues table.issues tr.status-10 td.status::before,
body.nbx-nubexx-parity.controller-issues table.issues tr.status-12 td.status::before {
  display: inline-block;
  min-width: 38px;
  padding: 3px 7px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

body.nbx-nubexx-parity.controller-issues table.issues tr.status-1 td.status::before {
  content: "NEW";
  background: #8190c4;
}

body.nbx-nubexx-parity.controller-issues table.issues tr.status-10 td.status::before {
  content: "IN PROCESS";
  background: #079bd3;
}

body.nbx-nubexx-parity.controller-issues table.issues tr.status-12 td.status::before {
  content: "DONE";
  background: #087a16;
}

body.nbx-nubexx-parity.controller-issues table.issues td.priority {
  color: transparent;
  font-size: 0;
  text-align: center;
}

body.nbx-nubexx-parity.controller-issues table.issues td.priority::before {
  content: "\2192";
  color: #1aa52d;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
}

body.nbx-nubexx-parity.controller-issues.action-show #content > .contextual {
  float: right;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 14px 18px;
}

body.nbx-nubexx-parity.controller-issues.action-show #content > .contextual ~ .contextual {
  display: none;
}

body.nbx-nubexx-parity.controller-issues.action-show #content > .contextual a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid #d2d7da;
  border-radius: 4px;
  background: #f3f3f3;
  color: #202124;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-issues.action-show #content > .contextual .drdn-trigger {
  justify-content: center;
  width: 31px;
  min-width: 31px;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}

body.nbx-nubexx-parity.controller-issues.action-show #content > .contextual .drdn-trigger::before {
  content: "...";
  color: #0d2f8f;
  font-size: 14px;
  line-height: 16px;
}

body.nbx-nubexx-parity.controller-issues.action-show #content > .contextual .drdn {
  position: relative;
}

body.nbx-nubexx-parity.controller-issues.action-show #content > .contextual .drdn-content {
  right: 0;
  left: auto;
}

body.nbx-nubexx-parity.controller-issues.action-show #content > .contextual a:hover {
  background: #e9eef0;
  text-decoration: none;
}

body.nbx-nubexx-parity.controller-issues.action-show .issue {
  clear: none;
  margin-top: 14px;
  border: 0;
  background: transparent;
}

body.nbx-nubexx-parity.controller-issues.action-show .issue .attributes {
  width: 100%;
  max-width: none;
}

body.nbx-nubexx-parity.controller-issues.action-show .issue .attributes .splitcontent {
  display: flex;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  clear: none;
}

body.nbx-nubexx-parity.controller-issues.action-show .issue .attributes .splitcontentleft,
body.nbx-nubexx-parity.controller-issues.action-show .issue .attributes .splitcontentright {
  float: left;
  flex: 0 0 360px;
  width: 360px;
  max-width: 360px;
}

body.nbx-nubexx-parity.controller-issues.action-show .issue .attributes .attribute {
  display: block;
  width: 350px;
  min-height: 36px;
  line-height: 22px;
}

body.nbx-nubexx-parity.controller-issues.action-show .issue .attributes .attribute .label {
  float: left;
  width: 160px;
  padding-right: 10px;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-issues.action-show .issue .attributes .attribute .value {
  width: auto;
  margin-left: 160px;
}

body.nbx-nubexx-parity.controller-issues.action-show .issue .attributes .status .value {
  display: inline-block;
  justify-self: start;
  width: auto;
  min-width: 38px;
  max-width: max-content;
  padding: 3px 7px;
  border-radius: 3px;
  background: #8190c4;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

body.nbx-nubexx-parity.controller-issues.action-show .issue .attributes .priority .value {
  color: transparent;
  font-size: 0;
}

body.nbx-nubexx-parity.controller-issues.action-show .issue .attributes .priority .value::before {
  content: "\2192 Normal";
  color: #1aa52d;
  font-size: 14px;
  font-weight: 600;
}

body.nbx-nubexx-parity.controller-issues.action-show .issue .percent {
  display: inline-block;
  min-width: 80px;
  height: 20px;
  border-radius: 3px;
  background: #ddd;
  color: #17458d;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

body.nbx-nubexx-parity.controller-issues.action-show #sidebar .nbx-status-sidebar {
  margin: 20px 0 28px;
}

body.nbx-nubexx-parity.controller-issues.action-show #sidebar .nbx-status-sidebar h3 {
  margin: 0 0 11px;
  color: #3a2d2d;
  font-size: 16px;
  line-height: 20px;
}

body.nbx-nubexx-parity.controller-issues.action-show #sidebar .nbx-status-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.nbx-nubexx-parity.controller-issues.action-show #sidebar .nbx-status-sidebar li {
  margin: 0 0 9px 28px;
  line-height: 17px;
}

body.nbx-nubexx-parity.controller-issues.action-show #sidebar .nbx-status-sidebar a {
  position: relative;
  color: #0d2f8f;
  text-decoration: none;
}

body.nbx-nubexx-parity.controller-issues.action-show #sidebar .nbx-status-sidebar a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -18px;
  width: 9px;
  height: 9px;
  border: 1px solid #0d2f8f;
  box-sizing: border-box;
}

body.nbx-nubexx-parity.controller-issues.action-show #sidebar .nbx-status-sidebar a::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #0d2f8f;
}

body.nbx-nubexx-parity.controller-welcome .block-issuequery table.list td.project,
body.nbx-nubexx-parity.controller-welcome .block-issuequery table.list th.project {
  width: 112px;
  max-width: 112px;
}

body.nbx-nubexx-parity.controller-welcome .block-issuequery table.list td.project a {
  display: inline-block;
  max-width: 104px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

body.nbx-nubexx-parity.controller-welcome .block-issuequery table.list td.subject a {
  display: inline-block;
  max-width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

body.nbx-nubexx-parity.controller-welcome .block-issuequery table.list td.subject {
  overflow: hidden;
  white-space: nowrap;
}

body.nbx-nubexx-parity.controller-welcome .block-issuequery table.list {
  table-layout: fixed;
  width: 100%;
}

body.nbx-nubexx-parity.controller-welcome .block-issuequery table.list th.id,
body.nbx-nubexx-parity.controller-welcome .block-issuequery table.list td.id {
  width: 58px;
}

body.nbx-nubexx-parity.controller-welcome .block-issuequery table.list th.tracker,
body.nbx-nubexx-parity.controller-welcome .block-issuequery table.list td.tracker {
  width: 54px;
}

body.nbx-nubexx-parity.controller-welcome .block-issuequery table.list th.status,
body.nbx-nubexx-parity.controller-welcome .block-issuequery table.list td.status {
  width: 70px;
}

body.nbx-nubexx-parity.controller-welcome .block-issuequery table.list th.priority,
body.nbx-nubexx-parity.controller-welcome .block-issuequery table.list td.priority {
  width: 58px;
}

body.nbx-nubexx-parity .nbx-mention-menu {
  box-sizing: border-box;
  width: min(360px, 100%);
  margin: 4px 0 8px;
  padding: 4px;
  border: 1px solid #b8c5d6;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}

body.nbx-nubexx-parity .nbx-mention-option {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 6px 8px;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: #172b4d;
  font: inherit;
  line-height: 18px;
  text-align: left;
  cursor: pointer;
}

body.nbx-nubexx-parity .nbx-mention-option:hover,
body.nbx-nubexx-parity .nbx-mention-option.active {
  background: #e8f0fe;
  color: #0d2f8f;
}
