@charset "UTF-8";
@import url(../../../stylesheets/application.css);
/*!
 * gitmike
 * This is github-like theme for Redmine.
 * It is based on A1 theme version 1.0.3 by Kirill Bezrukov www.redminecrm.com.
 * @version 1.2.0
 * @see https://github.com/makotokw/redmine-theme-gitmike
 * @license GPL3 License
 */
/*
** Old colors
*/
/*
** Jira colors
*/
/*
** Imports
*/
@font-face {
  font-family: "IcoFont";
  font-weight: normal;
  font-style: "Regular";
  src: url("../fonts/icofont.svg") format("svg"), url("../fonts/icofont.woff") format("woff"); }

[class^="icofont-"], [class*=" icofont-"] {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

.icofont-book:before {
  content: "\ead2"; }

.icofont-xs {
  font-size: .5em; }

.icofont-sm {
  font-size: .75em; }

.icofont-md {
  font-size: 1.25em; }

.icofont-lg {
  font-size: 1.5em; }

.icofont-1x {
  font-size: 1em; }

.icofont-2x {
  font-size: 2em; }

.icofont-3x {
  font-size: 3em; }

.icofont-4x {
  font-size: 4em; }

.icofont-5x {
  font-size: 5em; }

.icofont-6x {
  font-size: 6em; }

.icofont-7x {
  font-size: 7em; }

.icofont-8x {
  font-size: 8em; }

.icofont-9x {
  font-size: 9em; }

.icofont-10x {
  font-size: 10em; }

.icofont-fw {
  text-align: center;
  width: 1.25em; }

.icofont-ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }

.icofont-ul > li {
  position: relative;
  line-height: 2em; }

.icofont-ul > li .icofont {
  display: inline-block;
  vertical-align: middle; }

.icofont-border {
  border: solid 0.08em #f1f1f1;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.icofont-pull-left {
  float: left; }

.icofont-pull-right {
  float: right; }

.icofont.icofont-pull-left {
  margin-right: .3em; }

.icofont.icofont-pull-right {
  margin-left: .3em; }

.icofont-spin {
  -webkit-animation: icofont-spin 2s infinite linear;
  animation: icofont-spin 2s infinite linear;
  display: inline-block; }

.icofont-pulse {
  -webkit-animation: icofont-spin 1s infinite steps(8);
  animation: icofont-spin 1s infinite steps(8);
  display: inline-block; }

@-webkit-keyframes icofont-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes icofont-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.icofont-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.icofont-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.icofont-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.icofont-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icofont-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.icofont-flip-horizontal.icofont-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .icofont-rotate-90,
:root .icofont-rotate-180,
:root .icofont-rotate-270,
:root .icofont-flip-horizontal,
:root .icofont-flip-vertical {
  -webkit-filter: none;
  filter: none;
  display: inline-block; }

.icofont-inverse {
  color: #fff; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.theme-Jw-theme .icon-only {
  border: none;
  background-position: center;
  background-size: contain; }

.theme-Jw-theme .icon-edit {
  background-image: url("../images/edit-icon.svg");
  background-size: contain; }

.theme-Jw-theme .icon-time-add {
  background-image: url("../images/time-icon.svg");
  background-size: contain; }

.theme-Jw-theme .icon-copy {
  background-image: url("../images/copy-icon.svg");
  background-size: contain; }

.theme-Jw-theme .icon-fav {
  background-image: url("../images/favorite-icon-on.svg");
  background-size: contain; }

.theme-Jw-theme .icon-fav-off {
  background-image: url("../images/favorite-icon-off.svg");
  background-size: contain; }

.theme-Jw-theme .icon-comment {
  background-image: url("../images/comment-icon.svg");
  background-size: contain; }

.theme-Jw-theme .icon-actions {
  background-image: url("../images/more-icon.svg");
  background-size: contain; }

.theme-Jw-theme .icon-add {
  background-image: url("../images/add-icon.svg");
  background-size: contain; }

.theme-Jw-theme .icon-settings {
  background-image: url("../images/settings-icon.svg");
  background-size: contain; }

.theme-Jw-theme .contextual a:link,
.theme-Jw-theme .contextual a:visited {
  padding: 6px 12px;
  color: #333;
  border-color: rgba(51, 51, 51, 0.2);
  text-align: center; }
  .theme-Jw-theme .contextual a:link:after,
  .theme-Jw-theme .contextual a:visited:after {
    content: '#999';
    display: flex;
    height: 0;
    overflow: hidden; }
  .theme-Jw-theme .contextual a:link:hover,
  .theme-Jw-theme .contextual a:visited:hover {
    background-color: rgba(51, 51, 51, 0.2); }
  .theme-Jw-theme .contextual a:link.icon,
  .theme-Jw-theme .contextual a:visited.icon {
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 24px; }
  .theme-Jw-theme .contextual a:link.icon-only,
  .theme-Jw-theme .contextual a:visited.icon-only {
    padding: 0;
    padding-left: 20px;
    line-height: 20px; }
    .theme-Jw-theme .contextual a:link.icon-only:hover,
    .theme-Jw-theme .contextual a:visited.icon-only:hover {
      background-color: initial; }

.theme-Jw-theme .contextual .icon {
  background-size: 16px;
  background-position: 4px center; }

.theme-Jw-theme #rdb {
  background-color: #ffffff; }

.theme-Jw-theme .rdb-menu-board {
  display: none; }

.theme-Jw-theme .rdb-overdue {
  margin-right: 3px; }

.theme-Jw-theme a#rdb-refresh {
  border: none;
  background-image: url("../images/reload.svg");
  background-position: center;
  background-size: 24px; }
  .theme-Jw-theme a#rdb-refresh:hover {
    border: none; }

.theme-Jw-theme .rdb-overall-progress {
  display: none; }

.jw-hidden-badge span.badge {
  display: none; }

/*
** Old colors
*/
/*
** Jira colors
*/
/*
** Imports
*/
.theme-Jw-theme #rdb {
  background-color: white; }

.theme-Jw-theme #rdb-board {
  border: none; }

.theme-Jw-theme .rdb-headers .rdb-column {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  overflow: hidden;
  padding: 4px;
  border-bottom: none; }

.theme-Jw-theme .rdb-columns .rdb-column {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: none; }

.theme-Jw-theme .rdb-headers, .theme-Jw-theme .rdb-columns {
  display: flex;
  column-gap: 10px; }
  .theme-Jw-theme .rdb-headers .rdb-column, .theme-Jw-theme .rdb-columns .rdb-column {
    flex: 1 1 100%; }
    .theme-Jw-theme .rdb-headers .rdb-column.rdb-column-drop-active, .theme-Jw-theme .rdb-columns .rdb-column.rdb-column-drop-active {
      border: 2px dashed blue; }
    .theme-Jw-theme .rdb-headers .rdb-column.rdb-column-drop-hover, .theme-Jw-theme .rdb-columns .rdb-column.rdb-column-drop-hover {
      border: 2px dashed #66e873; }
    .theme-Jw-theme .rdb-headers .rdb-column:not(.rdb-column-drop-active), .theme-Jw-theme .rdb-columns .rdb-column:not(.rdb-column-drop-active) {
      background-color: #f4f5f7; }

.theme-Jw-theme .rdb-headers .rdb-column {
  overflow: hidden;
  text-overflow: ellipsis; }
  .theme-Jw-theme .rdb-headers .rdb-column h3, .theme-Jw-theme .rdb-headers .rdb-column span {
    color: #5e6c84;
    white-space: nowrap;
    text-transform: uppercase; }
  .theme-Jw-theme .rdb-headers .rdb-column h3, .theme-Jw-theme .rdb-headers .rdb-column span {
    font-size: 1em;
    line-height: 1.4; }

.theme-Jw-theme .rdb-issue-menu-progress li a {
  color: #000000;
  text-decoration: none; }

.theme-Jw-theme .rdb-container-wrapper {
  font-size: 14px; }

.theme-Jw-theme .rdb-container h3 {
  color: #808080;
  text-transform: uppercase;
  padding: 0.5rem 6px 0.25rem 10px; }

.theme-Jw-theme .rdb-small .rdb-list {
  font-size: 14px !important; }

.theme-Jw-theme .rdb-list {
  border-bottom: none; }

.theme-Jw-theme .rdb-list > ul > li > a {
  border-left: 3px solid transparent;
  color: #000000;
  text-decoration: none;
  font-weight: 300; }

.theme-Jw-theme .rdb-list > ul > li > a:hover {
  border-color: #004DAC;
  text-decoration: none; }

.theme-Jw-theme .rdb-list > ul > li > a.rdb-checkbox-link {
  padding-left: 10px; }

.theme-Jw-theme .rdb-checkbox-link {
  color: black;
  font-weight: 300;
  text-decoration: none;
  padding: 6px 10px 6px 13px; }

.theme-Jw-theme .rdb-checkbox-link.rdb-checkbox-link-enabled {
  background: rgba(9, 30, 66, 0.04);
  border-color: #004DAC;
  margin-left: 0px;
  margin-right: 0px;
  padding: 6px 10px 6px 10px; }

.theme-Jw-theme .rdb-list .rdb-multicheck {
  position: relative; }

.theme-Jw-theme .rdb-list .rdb-multicheck a.rdb-checkbox-link {
  padding: 0;
  padding: 0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1px 0;
  background: none;
  width: auto;
  height: auto; }
  .theme-Jw-theme .rdb-list .rdb-multicheck a.rdb-checkbox-link.rdb-checkbox-link-enabled {
    background: rgba(51, 51, 51, 0.2);
    border-left: 3px solid #004DAC; }

.theme-Jw-theme .rdb-list .rdb-multicheck a {
  padding-left: 10px;
  position: relative;
  z-index: 1;
  font-weight: 300;
  color: #000000;
  text-decoration: none; }
  .theme-Jw-theme .rdb-list .rdb-multicheck a:hover {
    background: transparent; }

.theme-Jw-theme {
  /*
    ** Redmine.rdb-issue - Issues
    */
  /* ========================================================
    ** Issue Priorities
    */
  /* ========================================================
    ** Issue Card View
    */
  /* ========================================================
    ** Issue Properties
    */
  /* ========================================================
    ** Issue Compact View
    */
  /* =========================================================
    ** Dashboard Drop-Down-Menus
    */
  /* ========================================================
    ** Media for card
    */ }
  .theme-Jw-theme .rdb-grid-card {
    margin: 5px; }
  .theme-Jw-theme .rdb-priority {
    border-left: 5px solid black;
    border-radius: 2px; }
  .theme-Jw-theme .rdb-priority-1 {
    border-color: #eeeeee; }
  .theme-Jw-theme .rdb-priority-2 {
    border-color: #009924; }
  .theme-Jw-theme .rdb-priority-3 {
    border-color: #ffb700; }
  .theme-Jw-theme .rdb-card {
    border: 0;
    margin-bottom: 5px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(9, 30, 66, 0.25);
    transition: background-color 140ms ease-in-out,border-color 75ms ease-in-out;
    cursor: move; }
    .theme-Jw-theme .rdb-card:hover {
      background-color: #ebecf0; }
    .theme-Jw-theme .rdb-card:active {
      background-color: #deebff; }
  .theme-Jw-theme .rdb-card-title {
    float: unset;
    padding: 0 10px 0 5px; }
  .theme-Jw-theme .rdb-card-title a.rdb-menu-link,
  .theme-Jw-theme .rdb-card-title > a {
    font-size: 1.17em;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    color: #505f79;
    background: none; }
  .theme-Jw-theme .rdb-card-title a.rdb-menu-link:hover,
  .theme-Jw-theme .rdb-card-title > a:hover {
    background-color: unset; }
  .theme-Jw-theme .rdb-card-title a.rdb-menu-link:after {
    content: "\efb0";
    font-family: "IcoFont" !important;
    font-size: 14px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    top: 3px; }
  .theme-Jw-theme .rdb-card-content {
    padding: 10px 10px 10px 5px; }
  .theme-Jw-theme .rdb-card-subject {
    height: unset;
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.17em;
    font-weight: 400;
    line-height: 20px; }
  .theme-Jw-theme .rdb-card-progress,
  .theme-Jw-theme .rdb-compact-progress {
    background-color: #eeeeee; }
  .theme-Jw-theme .rdb-card-progress-bar,
  .theme-Jw-theme .rdb-compact-progress-bar {
    background-color: #009924; }
  .theme-Jw-theme .rdb-menu-link {
    border: 0;
    text-decoration: none; }
    .theme-Jw-theme .rdb-menu-link:hover {
      text-decoration: none; }
  .theme-Jw-theme .rdb-property {
    color: #999;
    font-size: 1.083em;
    font-weight: 400;
    line-height: 18px;
    background: none;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 1px 0 0 17px; }
    .theme-Jw-theme .rdb-property.rdb-property-time span {
      font-size: 13px; }
    .theme-Jw-theme .rdb-property:after {
      font-family: "IcoFont" !important;
      font-size: 12px;
      margin-right: 0;
      position: absolute;
      left: 0px;
      top: 2px;
      font-style: normal;
      color: #505f79; }
  .theme-Jw-theme .rdb-property.rdb-disabled {
    font-style: italic; }
  .theme-Jw-theme .rdb-property-tracker:after {
    content: "\ef4f"; }
  .theme-Jw-theme .rdb-property-assignee:after {
    content: "\ecfd"; }
  .theme-Jw-theme .rdb-property-time:after {
    content: "\e94f"; }
  .theme-Jw-theme .rdb-property-version:after {
    content: "\e935"; }
  .theme-Jw-theme .rdb-property-category:after {
    content: "\e9bd"; }
  .theme-Jw-theme .rdb-compact {
    border: 0;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(9, 30, 66, 0.25);
    cursor: move; }
  .theme-Jw-theme .rdb-compact-header .rdb-compact-title a.rdb-menu-link {
    font-size: 1.17em;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    color: #505f79; }
  .theme-Jw-theme .rdb-card-header .rdb-card-header-data,
  .theme-Jw-theme .rdb-compact-header .rdb-compact-header-data {
    overflow: hidden; }
  .theme-Jw-theme .rdb-menu a.rdb-menu-link:hover,
  .theme-Jw-theme .rdb-menu-active a.rdb-menu-link {
    background-color: unset;
    text-decoration: none; }
  @media (max-width: 899px) {
    .theme-Jw-theme .rdb-card-subject {
      font-size: 13px; }
    .theme-Jw-theme .rdb-property {
      font-size: 12px; } }

.theme-Jw-theme #rdb-board-container .rdb-group-header {
  margin: 0 -3px; }
  .theme-Jw-theme #rdb-board-container .rdb-group-header a {
    padding: 8px 12px 8px 20px; }
  .theme-Jw-theme #rdb-board-container .rdb-group-header h4 {
    font-size: 18px; }

.theme-Jw-theme div.issue {
  border-color: rgba(51, 51, 51, 0.2);
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
  background-color: #f3f9feab;
  border-radius: 0 0 10px 10px;
  border-top: none; }

.theme-Jw-theme div.issue div.subject p {
  font-size: 14px;
  color: #333; }

.theme-Jw-theme div.issue div.subject a.parent::before {
  content: "Родительская задача - "; }

.theme-Jw-theme .tabular .icon-edit {
  background-size: contain; }

.theme-Jw-theme #history .tabs ul {
  display: flex; }
  .theme-Jw-theme #history .tabs ul li {
    order: 2; }
  .theme-Jw-theme #history .tabs ul li:nth-child(2) {
    order: 1; }

/*
** Old colors
*/
/*
** Jira colors
*/
/*
** Imports
*/
.theme-Jw-theme #history .tabs {
  margin-bottom: 0; }

.theme-Jw-theme #history .tab-content {
  border-color: rgba(51, 51, 51, 0.2) !important;
  border-radius: 0 0 10px 10px; }

.theme-Jw-theme #history #tab-content-history {
  padding: 32px; }
  .theme-Jw-theme #history #tab-content-history.threaded {
    background-image: none; }
    .theme-Jw-theme #history #tab-content-history.threaded div.journal.idnt::before {
      content: "";
      position: absolute;
      top: -6px;
      left: -16px;
      width: 16px;
      height: 16px;
      background-image: url("../images/reply-icon.png");
      background-size: contain;
      background-repeat: no-repeat; }
    .theme-Jw-theme #history #tab-content-history.threaded .details li:not(.detail-with-file) {
      display: none; }
  .theme-Jw-theme #history #tab-content-history div.journal {
    position: relative;
    margin-bottom: 8px;
    padding-left: 0;
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 8px;
    background-image: none;
    box-shadow: 4px 4px 4px 0 #E6F1F6; }
    .theme-Jw-theme #history #tab-content-history div.journal:last-child {
      border-bottom: 1px solid rgba(51, 51, 51, 0.2); }
    .theme-Jw-theme #history #tab-content-history div.journal div[id^=note-] {
      padding: 16px 16px;
      border-radius: inherit; }
      .theme-Jw-theme #history #tab-content-history div.journal div[id^=note-] .contextual {
        display: flex;
        align-items: center; }
        .theme-Jw-theme #history #tab-content-history div.journal div[id^=note-] .contextual a {
          height: 100%;
          border-color: #DDD; }
          .theme-Jw-theme #history #tab-content-history div.journal div[id^=note-] .contextual a:hover {
            border-color: #172B4D; }
        .theme-Jw-theme #history #tab-content-history div.journal div[id^=note-] .contextual .journal-actions {
          display: block;
          height: 100%; }
      .theme-Jw-theme #history #tab-content-history div.journal div[id^=note-] .external {
        color: #0052cc; }
      .theme-Jw-theme #history #tab-content-history div.journal div[id^=note-] .jstBlock {
        margin-top: 10px; }
      .theme-Jw-theme #history #tab-content-history div.journal div[id^=note-] .details {
        padding: 0;
        margin: 10px 0 0 2.3em;
        color: #172B4D; }
        .theme-Jw-theme #history #tab-content-history div.journal div[id^=note-] .details a {
          color: #0052cc; }
      .theme-Jw-theme #history #tab-content-history div.journal div[id^=note-] p, .theme-Jw-theme #history #tab-content-history div.journal div[id^=note-] ol, .theme-Jw-theme #history #tab-content-history div.journal div[id^=note-] ul {
        margin: 10px 0 0; }
      .theme-Jw-theme #history #tab-content-history div.journal div[id^=note-]:hover {
        background-color: #F4F5F7; }
    .theme-Jw-theme #history #tab-content-history div.journal .thumbnails {
      margin: 10px 0 0; }
    .theme-Jw-theme #history #tab-content-history div.journal .note-header {
      color: #172B4D;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400; }
      .theme-Jw-theme #history #tab-content-history div.journal .note-header .gravatar {
        border-radius: 50px;
        margin: 0;
        margin-right: 2px; }
      .theme-Jw-theme #history #tab-content-history div.journal .note-header .user {
        color: #004DAC; }
      .theme-Jw-theme #history #tab-content-history div.journal .note-header a {
        color: #172B4D; }
    .theme-Jw-theme #history #tab-content-history div.journal .wiki {
      color: #172B4D;
      font-size: 14px;
      line-height: 18px;
      font-weight: 400; }
      .theme-Jw-theme #history #tab-content-history div.journal .wiki p {
        line-height: 20px; }

.theme-Jw-theme div#issue-merge-requests {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0; }

.status-button {
  display: flex;
  margin: 10px 0; }

.status-button__title {
  width: 175px; }

.theme-Jw-theme #wrapper ~ ul.ui-widget {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden; }

.field-validator--red {
  border: 1px solid red; }

.theme-Jw-theme .tab-elements {
  width: calc(100% - 240px); }

.theme-Jw-theme #content .tabs ul {
  display: flex;
  min-width: unset;
  padding-left: 10px; }
  .theme-Jw-theme #content .tabs ul li a {
    border-radius: 10px 10px 0 0; }
  .theme-Jw-theme #content .tabs ul .tab-elements {
    overflow-x: auto; }

.theme-Jw-theme #content .tabs {
  height: 3em; }

body {
  color: #333;
  background-color: white; }

body, input, select, textarea, button {
  font: 12px Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.4; }

tt, code, pre {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 12px; }

hr {
  background-color: rgba(51, 51, 51, 0.2); }

#content h1, h2, h3, h4 {
  color: #333; }

#header {
  height: auto;
  padding: 4px 8px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  background-color: #fff; }
  #header a {
    color: #004DAC; }
  #header > h1 {
    background: url("../images/logo.png") no-repeat 10px 5px;
    padding: 5px 45px;
    color: #393939; }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #header > h1 {
    background: url("../images/logo@2x.png") no-repeat 10px 5px;
    background-size: 30px 30px; } }

#main {
  margin: 15px 15px 0 15px;
  background-color: white;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start; }

#top-menu {
  font: 12px Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 10px 10px 2px 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  background-color: #fff; }
  #top-menu #loggedas {
    color: #222; }
  #top-menu a {
    color: #333;
    font-weight: bold;
    padding: 5px;
    margin-right: 0;
    transition: color .15s ease-in;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
    #top-menu a:hover {
      color: #004DAC;
      text-decoration: none; }

div.flash {
  border: 1px solid;
  text-shadow: 0 1px white; }

div#content > div.flash {
  border: 0 solid;
  padding: 10px 35px 10px;
  margin: -6px -10px 6px -10px;
  background-position-x: 12px !important;
  background-position-y: 9px !important;
  position: relative;
  border-bottom: 1px solid #AECCD7; }
  div#content > div.flash:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

#errorExplanation,
div.flash,
.nodata,
.warning,
.conflict {
  padding: 8px 35px 8px 30px;
  margin-bottom: 20px;
  font-size: 1.1em;
  border: 1px solid;
  border-radius: 4px; }

#errorExplanation,
.nodata,
.warning {
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.2);
  color: #333; }

div.filters h2 .scope_title a {
  color: #444; }

div#main.nosidebar div#content {
  margin-right: 0; }

#content {
  width: auto;
  flex-basis: 75%;
  padding: 0 16px; }

#sidebar {
  width: 230px !important;
  flex-basis: 230px;
  margin: 0 0 0 16px;
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  line-height: 1.25;
  zoom: 1;
  box-shadow: 0 1px 0 rgba(27, 31, 35, 0.04); }
  #sidebar h3 {
    padding: 8px 16px;
    margin: -1px -1px 0;
    background-color: #f6f8fa;
    border: 1px solid #e1e4e8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 14px; }
  #sidebar ul {
    font-size: 14px;
    padding: 8px 16px; }
    #sidebar ul li {
      font-weight: bold;
      margin: 5px 0; }

div#content {
  border-right: 0; }
  div#content > h2, div#content h2.contacts_header {
    display: block;
    border-bottom: 1px solid #d8e6ec;
    background: #E6F1F6;
    text-shadow: 0 1px white;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 10px 20px;
    margin: 0 -10px 0; }
  div#content > div.filters h2, div#content > #add-news > h2, div#content > #add-message > h2, div#content > #add-document > h2 {
    border-bottom: 1px solid #C5D5DD;
    background: #E6F1F6;
    text-shadow: 0 1px white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 8px 20px;
    margin: -6px -10px 10px; }

.controller-boards.action-index #add-message {
  position: static; }
  .controller-boards.action-index #add-message #message-form > p {
    position: relative;
    padding: 10px;
    background-color: white;
    margin: -10px;
    border-bottom: 1px solid #AECCD7; }

.controller-timelog.action-index div#content h2, .controller-time_entry_reports.action-report div#content h2, .controller-boards.action-show div#content h2, .controller-messages.action-show div#content h2, .controller-boards.action-show div#content div#add-message h2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #AECCD7;
  /*padding: 9px 20px 12px;*/
  margin: -2px -10px 10px; }

.controller-timelog.action-index div#content .contextual, .controller-time_entry_reports.action-report div#content .contextual {
  margin-top: 50px; }

#add-news, #add-message, #add-document {
  margin-bottom: 20px; }

div#content > h2, div#content h2.contacts_header {
  margin: 0;
  padding-bottom: 10px;
  background-color: #fff;
  background-color: #004DAC20;
  border-radius: 10px 10px 0 0; }

#content > .contextual:first-child {
  display: flex;
  align-items: center;
  padding-right: 15px; }

p.breadcrumb {
  margin: 4px 0 14px 0; }

div#content > div.contextual {
  margin: 8px 0; }

#roadmap {
  margin: 10px; }

p.subtitle {
  margin: 0 0 12px 0; }

.contextual a {
  display: inline-block;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid;
  color: #2e2e2e;
  white-space: nowrap;
  line-height: 18px; }
  .contextual a:link, .contextual a:visited {
    color: #2e2e2e; }
  .contextual a:hover, .contextual a:visited:hover {
    text-decoration: none;
    background-color: #f0f0f0;
    border-color: #e3e3e3;
    color: #2e2e2e; }
  .contextual a.icon {
    padding: 6px 10px 6px 25px;
    transition: all .85s ease; }
  .contextual a.icon-history {
    position: relative;
    background-image: none; }
    .contextual a.icon-history:before {
      position: absolute;
      left: 6px;
      top: 50%;
      font-family: "IcoFont";
      transform: translateY(-55%);
      font-weight: bold;
      font-size: 20px;
      opacity: .75; }
  .contextual a.icon-history {
    border-color: #e5e5e5; }
    .contextual a.icon-history:before {
      content: "\ef51"; }

div.filters h2 .scope_title a {
  color: #222;
  text-decoration: none; }

#header {
  padding-top: 10px;
  padding-left: 10px;
  background-position-y: 11%; }

div#welcome-store-content h1, div#welcome-store-content h2, div#welcome-store-content h3, div#welcome-store-content h4 {
  color: #222; }

#content, #main.nosidebar #content {
  background: #fff;
  flex-basis: 100%; }

a {
  color: #004DAC; }
  a:link, a:visited {
    color: #004DAC; }

div.issue {
  background: #FFD;
  padding: 20px;
  margin-bottom: 6px;
  border: 1px solid #ddd;
  margin: 0 -11px 15px -11px; }
  div.issue.tooltip {
    padding: 6px;
    margin: 0 0 6px 0; }

div.contact.details, div.deal.details {
  padding: 15px !important;
  margin: -11px -11px 6px; }

#sidebar {
  border-color: rgba(51, 51, 51, 0.2);
  box-shadow: none; }

#sidebar h3 {
  margin: 0;
  border: none;
  color: #333;
  background-color: #fff; }

#footer {
  background-color: #F8F8F8;
  border: 0;
  border-top: 1px solid #E0E0E0;
  color: #636363;
  margin-top: 45px;
  padding: 15px; }
  #footer .bgl .bgr:after {
    content: " and gitmike theme"; }

h2, h3, h4 {
  border-bottom: 0; }

.wiki h1, .wiki h2, .wiki h3 {
  border-bottom: 0; }

.wiki.wiki-page > h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px; }

#main-menu {
  left: 0;
  width: 100%;
  border-radius: 3px;
  padding: 0 12px;
  margin-right: 0;
  position: relative; }
  #main-menu ul {
    display: flex;
    margin-top: 0;
    padding-left: 0;
    background-color: transparent !important; }
    #main-menu ul .menu-children {
      background: #fff !important;
      border: 1px solid #EAEAEA;
      border-bottom-color: #CACACA;
      z-index: 45; }
      #main-menu ul .menu-children li a {
        border-bottom: none; }
        #main-menu ul .menu-children li a:hover {
          color: #004DAC;
          background: none;
          border-bottom: none; }
    #main-menu ul li {
      margin: 0;
      padding: 0; }
      #main-menu ul li a {
        padding: 8px 16px 8px 16px;
        font-size: 14px;
        line-height: 30px;
        color: #333;
        text-align: center;
        white-space: nowrap;
        font-weight: normal;
        border-bottom: 2px solid transparent;
        display: flex;
        align-items: center; }
        #main-menu ul li a.selected {
          font-weight: 600;
          border-bottom-color: #004DAC;
          outline: 1px dotted transparent;
          outline-offset: -1px;
          background-color: transparent; }
          #main-menu ul li a.selected:hover {
            color: #000;
            background-color: transparent;
            border-bottom-color: #f9826c; }
        #main-menu ul li a.new-object {
          font-size: 0;
          padding: 8px 16px;
          background-color: transparent; }
          #main-menu ul li a.new-object:before {
            text-indent: 0;
            content: "\efc0"; }
        #main-menu ul li a:hover {
          text-decoration: none;
          border-bottom-color: #d1d5da;
          outline-offset: -1px;
          transition-timing-function: ease-out;
          transition-duration: .12s;
          color: #1b1f23;
          background-color: transparent; }
        #main-menu ul li a:before {
          font-family: "IcoFont" !important;
          font-size: 20px;
          margin-right: 3px; }
        #main-menu ul li a.wiki:before {
          content: "\ead2"; }
        #main-menu ul li a.time-entries:before {
          content: "\ef46"; }
        #main-menu ul li a.issues:before {
          content: "\ef2b"; }
        #main-menu ul li a.settings:before {
          content: "\efb0"; }
        #main-menu ul li a.activity:before {
          content: "\ef85"; }
        #main-menu ul li a.overview:before {
          content: "\f009"; }

table.list tbody td, table.list tbody tr:hover td {
  border: solid 1px #ddd; }

table.list thead th {
  border-width: 1px;
  border-style: solid;
  border-top-color: #ddd;
  border-right-color: #ddd;
  border-left-color: #ddd;
  border-bottom-color: #ddd; }

.tabular label {
  padding-top: 4px; }

tr.assigned-to-me td.assigned_to,
tr.created-by-me td.author {
  font-weight: bold; }

#quick-search {
  margin-top: 8px; }

table.list td {
  padding: 4px; }

table.list input[type="checkbox"] {
  margin-top: 6px; }

table.list tbody tr:hover {
  background-color: #EFF5F8; }

table.list tbody tr.group span.count {
  display: inline-block;
  padding: 2px 5px;
  font: 12px Helvetica, arial, freesans, clean, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #555;
  background-color: #eee;
  border-radius: 20px; }

table.list tr.issue a {
  color: #666; }

/*tr.odd {background-color: transparent;}
tr.even {background-color: transparent;}
table.list th {background-color: transparent;}*/
tr.odd.priority-highest, table.list tbody tr.odd.priority-highest:hover {
  color: #900;
  font-weight: bold; }

tr.odd.priority-highest {
  background: #ffc4c4; }

tr.even.priority-highest {
  color: #900;
  font-weight: bold; }

table.list tbody tr.even.priority-highest:hover {
  color: #900;
  font-weight: bold; }

tr.even.priority-highest {
  background: #ffd4d4; }

tr.priority-highest a, tr.priority-highest:hover a {
  color: #900; }

tr.odd.priority-highest td, tr.even.priority-highest td {
  border-color: #ffb4b4; }

tr.odd.priority-high2 {
  color: #900; }

table.list tbody tr.odd.priority-high2:hover {
  color: #900; }

tr.odd.priority-high2 {
  background: #ffc4c4; }

tr.even.priority-high2 {
  color: #900; }

table.list tbody tr.even.priority-high2:hover {
  color: #900; }

tr.even.priority-high2 {
  background: #ffd4d4; }

tr.priority-high2 a {
  color: #900; }

tr.odd.priority-high2 td, tr.even.priority-high2 td {
  border-color: #ffb4b4; }

tr.odd.priority-high3 {
  color: #900; }

table.list tbody tr.odd.priority-high3:hover {
  color: #900; }

tr.odd.priority-high3 {
  background: #fee; }

tr.even.priority-high3 {
  color: #900; }

table.list tbody tr.even.priority-high3:hover {
  color: #900; }

tr.even.priority-high3 {
  background: #fff2f2; }

tr.priority-high3 a {
  color: #900; }

tr.odd.priority-high3 td, tr.even.priority-high3 td {
  border-color: #fcc; }

tr.odd.priority-lowest {
  color: #559; }

table.list tbody tr.odd.priority-lowest:hover {
  color: #559; }

tr.odd.priority-lowest {
  background: #eaf7ff; }

tr.even.priority-lowest {
  color: #559; }

table.list tbody tr.even.priority-lowest:hover {
  color: #559; }

tr.even.priority-lowest {
  background: #f2faff; }

tr.priority-lowest a {
  color: #559; }

tr.odd.priority-lowest td, tr.even.priority-lowest td {
  border-color: #add7f3; }

/*input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
*/
.button, input[type="submit"] {
  position: relative;
  display: inline-block;
  padding: 5px 11px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  background-color: #eaeaea;
  background-repeat: repeat-x;
  background-image: linear-gradient(#fafafa, #eaeaea);
  border-radius: 3px;
  border: 1px solid #ddd;
  border-bottom-color: #c4c4c4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-appearance: none; }
  .button:hover, input:hover[type="submit"] {
    text-decoration: none;
    background-color: #dadada;
    background-image: linear-gradient(#eaeaea, #dadada);
    border-color: #ccc #ccc #b5b5b5; }
  .button:active, input:active[type="submit"] {
    background-color: #dadada;
    background-image: none;
    border-color: #b5b5b5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15); }
  .button:disabled, input:disabled[type="submit"], .button:disabled:hover, input:disabled:hover[type="submit"], .button[disabled], input[disabled][type="submit"], .button[disabled]:hover, input[disabled]:hover[type="submit"] {
    opacity: .5;
    color: #666;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    background-image: none;
    background-color: #e5e5e5;
    border-color: #c5c5c5;
    cursor: default;
    box-shadow: none; }

.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #a3a3a3;
  background-image: -moz-linear-gradient(top, #999, #b3b3b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#b3b3b3));
  background-image: -webkit-linear-gradient(top, #999, #b3b3b3);
  background-image: -o-linear-gradient(top, #999, #b3b3b3);
  background-image: linear-gradient(to bottom, #999, #b3b3b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF999999', endColorstr='#FFB3B3B3', GradientType=0);
  border-color: #b3b3b3 #b3b3b3 #8c8c8c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b3b3b3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ddd;
  *border: 0;
  border-bottom-color: #c4c4c4;
  border-radius: 3px;
  *margin-left: .3em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333;
    background-color: #b3b3b3;
    *background-color: #a6a6a6; }
  .btn:active, .btn.active {
    background-color: #999999 \9; }
  .btn:first-child {
    *margin-left: 0; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position .1s linear; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.active, .btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: .65;
    box-shadow: none; }

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"], input.date, textarea, select {
  outline: none;
  padding: 3px 4px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  border-radius: 3px;
  vertical-align: middle; }
  #content input[type="text"], #content input[type="password"], #content input[type="email"], #content input[type="number"], #content input[type="tel"], #content input[type="url"], #content input.date, #content textarea, #content select {
    background-color: #fafafa; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input.date:focus, textarea:focus, select:focus {
    border-color: #51a7e8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5); }

input.autocomplete {
  padding-left: 20px; }

input#issue_subject {
  width: 98%; }

textarea.wiki-edit {
  width: 98%; }

option {
  border-bottom: 1px dotted #ddd; }

.controller-messages.action-show .message {
  background: #EAF7FF;
  padding: 0 15px 10px;
  border: 1px solid silver;
  margin: -11px -11px 15px -11px; }
  .controller-messages.action-show .message.reply {
    padding: 0 10px;
    margin: -1px;
    background: white;
    border: 1px solid #D9D9D9; }
  .controller-messages.action-show .message .contextual {
    margin-top: 10px; }

.controller-boards p.breadcrumb {
  position: relative;
  background: white;
  border: 0 solid;
  padding: 9px 13px 10px;
  margin: -5px -10px 1px -10px;
  background-position-x: 12px !important;
  background-position-y: 9px !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #AECCD7; }

#add-news, #add-message, #add-document {
  background-color: white;
  position: relative;
  border-bottom: 1px solid #AECCD7;
  margin: -5px -10px 1px -10px;
  padding: 5px 10px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

#quick-search #q {
  outline: none;
  padding: 3px 5px !important;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 1px solid #CDCDCD;
  box-shadow: 0 1px 0 #F1F1F1,inset 0 1px 1px #E0E0E0;
  border-radius: 3px;
  box-sizing: content-box;
  color: #333;
  font-size: 12px; }

.box {
  background-color: #fcfcfc;
  border-radius: 8px;
  padding: 16px; }

img.gravatar {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05); }

#content .tabs {
  height: 2.8em; }

#content .tabs ul {
  border-color: rgba(51, 51, 51, 0.2) !important; }

#content .tabs ul li a {
  border-color: rgba(51, 51, 51, 0.2) !important;
  border-bottom: none; }
  #content .tabs ul li a.selected {
    border-bottom: none; }

.controller-wiki div#content > div.contextual {
  margin-top: 11px; }

.controller-wiki div#content > div.wiki {
  padding: 0 8px 8px 8px; }

div.wiki {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word; }
  div.wiki a {
    background-color: transparent;
    text-decoration: none;
    text-decoration-skip: objects; }
    div.wiki a:active, div.wiki a:hover {
      text-decoration: underline;
      outline-width: 0; }
    div.wiki a:not([href]) {
      color: inherit;
      text-decoration: none; }
  div.wiki p, div.wiki blockquote, div.wiki ul, div.wiki ol, div.wiki dl, div.wiki table, div.wiki pre {
    margin-top: 0;
    margin-bottom: 16px; }
  div.wiki ul, div.wiki ol {
    padding-left: 2em; }
    div.wiki ul ul, div.wiki ul ol, div.wiki ol ul, div.wiki ol ol {
      margin-top: 8px;
      margin-bottom: 8px; }
    div.wiki ul li + li, div.wiki ol li + li {
      margin-bottom: .25em; }
  div.wiki h1,
  div.wiki h2,
  div.wiki h3,
  div.wiki h4,
  div.wiki h5,
  div.wiki h6 {
    margin-top: 1em;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4; }
  div.wiki h1 {
    margin: .67em 0;
    font-size: 2em;
    line-height: 1.2;
    padding-bottom: .3em;
    border-bottom: 1px solid #eaecef; }
  div.wiki h2 {
    padding-bottom: 0.3em;
    font-size: 1.75em;
    line-height: 1.225;
    border-bottom: 1px solid #eee; }
  div.wiki h3 {
    font-size: 1.5em;
    line-height: 1.43; }
  div.wiki h4 {
    font-size: 1.25em; }
  div.wiki h5 {
    font-size: 1em; }
  div.wiki h6 {
    font-size: 1em;
    color: #777; }
  div.wiki.wiki-page > h2 {
    border-bottom: 1px solid #eee; }
  div.wiki blockquote {
    padding: 0 15px;
    color: #777;
    border-left: 4px solid #ddd; }
    div.wiki blockquote > :first-child {
      margin-top: 0; }
    div.wiki blockquote > :last-child {
      margin-bottom: 0; }
  div.wiki ul.toc {
    padding: 10px; }
  div.wiki img {
    border-style: none;
    max-width: 100%; }
  div.wiki table {
    border-spacing: 0;
    border-collapse: collapse;
    overflow: auto;
    word-break: normal;
    word-break: keep-all; }
    div.wiki table th {
      font-weight: bold; }
    div.wiki table th, div.wiki table td {
      border: 1px solid #ddd;
      padding: 6px 13px; }
    div.wiki table tr {
      background-color: #fff;
      border-top: 1px solid #ccc; }
      div.wiki table tr:nth-child(2n) {
        background-color: #f8f8f8; }
    div.wiki table img {
      background-color: #fff;
      box-sizing: content-box;
      max-width: 100%; }
  div.wiki pre {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    margin: 15px 0;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 19px;
    overflow: auto;
    padding: 6px 10px;
    border-radius: 3px; }
  div.wiki kbd {
    display: inline-block;
    padding: 3px 5px;
    font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
    line-height: 10px;
    color: #555;
    vertical-align: middle;
    background-color: #fcfcfc;
    border: solid 1px #ccc;
    border-bottom-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #bbb; }
  div.wiki hr {
    box-sizing: content-box;
    height: 0;
    margin: 15px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #eee;
    overflow: visible; }
    div.wiki hr::before {
      content: "";
      display: table; }
    div.wiki hr::after {
      clear: both;
      content: "";
      display: table; }

.wiki-page h1:first-of-type {
  margin-top: 0; }

.tabular .jstEditor .wiki-preview {
  padding: 8px;
  width: auto; }
  .tabular .jstEditor .wiki-preview p {
    padding: 0 !important; }

#projects-index ul.projects ul.projects {
  border-left: 3px solid #E0E0E0; }

#projects-index ul.projects.root {
  padding: 10px; }
  @media (min-width: 900px) {
    #projects-index ul.projects.root li.root {
      border: 1px solid #DDD;
      border-radius: 4px;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
      display: inline-block;
      margin: 0 0 10px;
      padding: 5%;
      vertical-align: top;
      width: 90%; } }

#projects-index ul.projects a.project {
  font-weight: bold;
  font-size: 1.1em; }

.projects li .wiki p {
  margin-top: 0; }

div.journal .details {
  padding-left: 30px; }

#context-menu {
  box-shadow: 0 0 3px #ccc; }
  #context-menu ul li ul {
    box-shadow: 0 0 3px #ccc; }
  #context-menu li:hover {
    border: 1px solid #eee !important;
    background-color: #eee; }
  #context-menu ul {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important; }
  #context-menu .icon {
    background-size: 16px;
    background-position: 4px center; }

div.tooltip:hover span.tip {
  border: 1px solid #D9D9D9;
  zoom: 1;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05); }

table.progress td.closed {
  background: #AECCD7 none repeat scroll 0%; }

table.progress td.done {
  background: #EAF2F5 none repeat scroll 0%; }

/* Modal form*/
div.modal {
  border-radius: 8px;
  border: 1px solid #CCC;
  padding: 30px 42px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); }
  div.modal h3.title {
    background: transparent;
    color: inherit; }

#modalbg {
  background: white;
  opacity: 0.75; }

body.action-login #content, body.action-login #main.nosidebar #content {
  background: inherit;
  border: 0;
  box-shadow: none; }

body.action-login #login-form table {
  padding: 3em;
  background: white;
  box-shadow: 0 0 3px #CCC;
  border: 1px solid #ddd;
  border-radius: 8px; }

#login-form input#username, #login-form input#password {
  outline: none;
  margin: 0;
  border: 1px solid #ccc;
  padding: 6px;
  font-size: 140%;
  border-radius: 2px; }

.controller-account.action-login div.flash, div.wiki div.flash {
  box-shadow: 0 0 3px #CCC;
  border: 1px solid #ddd !important;
  border-radius: 8px;
  margin: 5px; }

#content .tabs ul li a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  line-height: 1.3em;
  padding: 6px 10px 6px 10px; }

#sidebar a.selected {
  background-color: transparent;
  color: gray;
  font-weight: bold; }

div.filters .live_search {
  margin-left: 11px !important; }

input.live_search_field {
  border-radius: 12px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  outline: none;
  padding: 3px 10px !important;
  border: 1px solid #C3C3C3; }

.live_search input.live_search_field {
  font-size: 12px !important; }

label#search_overlabel {
  font-size: 12px !important;
  padding-left: 12px !important;
  margin-top: -3px !important;
  padding-right: 28px;
  top: 11px !important; }

table.contacts.index tbody tr:hover {
  background-color: #EFF5F8 !important; }

table.contacts.index tbody tr.context-menu-selection:hover {
  background-color: #507AAA !important; }

h2 span.tag {
  letter-spacing: 0;
  top: -4px;
  position: relative; }
  h2 span.tag a {
    margin-bottom: -1px; }

div.filters .live_search {
  letter-spacing: 0; }

label#search_overlabel {
  margin-top: -4px; }

.live_search input.live_search_field {
  margin-top: -6px; }

span.tag a, span.deal-status {
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  font-size: 9px !important;
  line-height: 1 !important;
  margin: 2px 0 2px 0;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  position: relative;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  padding: 4px 6px 4px !important;
  background: black url("../images/dark-overlay.png") repeat-x scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3); }

span.tag a:hover {
  text-shadow: none; }

span.deal-status a:hover {
  color: black;
  text-shadow: none; }

body.controller-contacts #content, body.controller-notes #content, body.controller-contacts_tasks #content, body.controller-contacts_duplicates #content, body.controller-sale_funel #content, body.controller-deals #content {
  margin-right: 340px; }

body.controller-contacts #sidebar, body.controller-notes #sidebar, body.controller-contacts_tasks #sidebar, body.controller-contacts_duplicates #sidebar, body.controller-sale_funel #sidebar, body.controller-deals #sidebar {
  width: 300px !important; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  min-width: fit-content;
  max-width: 360px; }

#update .select2-container {
  min-width: 200px; }

.collapse {
  visibility: visible;
  display: block !important;
  height: auto; }

.collapsed .hidden {
  visibility: hidden !important;
  display: block !important;
  height: 0; }

.copy-issue-name-link {
  cursor: pointer; }

.copied-tooltip:after {
  background: #111;
  background: rgba(0, 0, 0, 0.8);
  border-radius: .5em;
  bottom: 1.35em;
  color: #fff;
  content: 'copied';
  display: block;
  left: 1em;
  padding: .3em 1em;
  position: absolute;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap;
  z-index: 98; }

.overspending-title {
  color: #b31212;
  font-size: 18px;
  margin-left: 8px; }

.overspending-title:before {
  content: "\f025";
  font-family: "IcoFont" !important;
  font-size: 16px; }

.overspending-list-subject {
  color: #b31212;
  font-weight: bold; }

.file-icon {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .file-icon::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background-image: url("../images/file-icon.svg");
    background-size: contain;
    margin-right: 10px; }
  .file-icon:last-child {
    margin-bottom: 0; }

[hidden] {
  display: none; }

table.invoice-lines tbody tr.line-data:hover {
  background-color: #EFF5F8 !important; }

table.invoice-lines th {
  border: 0 !important; }

span.invoice-status.draft {
  background-color: #AAA !important; }

span.invoice-status.sent {
  background-color: #3F8AF7 !important; }

span.invoice-status.paid {
  background-color: green !important; }

.enabled_scm th {
  text-align: left; }

.jstt_smiles #group_of_smiles {
  border: 1px solid #ddd !important;
  margin-top: -6px;
  padding: 6px; }

#top-menu .easy-gantt {
  background-image: none; }

.gantt .easy-gantt__menu .gantt-menu-problems-count.gantt-with-problems {
  width: 24px;
  line-height: 24px; }

.gantt .gantt-menu-button {
  background-repeat: no-repeat;
  text-shadow: none; }
  .gantt .gantt-menu-button.button-positive {
    background-color: #4ebf67;
    border-color: #338d47; }
  .gantt .gantt-menu-button#button_sample {
    background-image: none; }

a.buy-button.blue {
  background: #4C728A !important;
  background-image: linear-gradient(to top, #4c728a 0%, #749bb4 100%) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#749BB4', endColorstr='#4C728A')" !important; }

#picture {
  width: 446px !important;
  top: 7px; }

#title h2, #buttons, #title h1 {
  min-width: 550px !important; }

/*
  redmine's body is set to min-width: 900px
  add first breakpoint here and start adding responsiveness
*/
@media all and (max-width: 899px) {
  #main {
    margin: 0; }
  div#content > div.contextual {
    margin-top: 0;
    margin-right: 0; } }
