@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
 */
/* line 10, ../sass/application.scss */
body {
  color: #333;
  background-color: white;
}

/* line 15, ../sass/application.scss */
body, input, select, textarea, button {
  font: 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.4;
}

/* line 20, ../sass/application.scss */
tt, code, pre {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 12px;
}

/* line 25, ../sass/application.scss */
#content h1, h2, h3, h4 {
  color: #333;
}

/* line 29, ../sass/application.scss */
#header {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
  padding: 4px 8px 10px 6px;
  height: auto;
}
/* line 33, ../sass/application.scss */
#header a {
  color: #3770a7;
}
/* line 36, ../sass/application.scss */
#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) {
  /* line 48, ../sass/application.scss */
  #header > h1 {
    background: url(../images/logo@2x.png) no-repeat 10px 5px;
    background-size: 30px 30px;
  }
}
/* line 55, ../sass/application.scss */
#main {
  margin: 15px 15px 0 15px;
  background-color: white;
}

/* line 60, ../sass/application.scss */
#top-menu {
  font: 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 10px 10px 2px 20px;
  background-color: #f3f3f3;
  background-image: linear-gradient(#f9f9f9, #f3f3f3);
  background-repeat: repeat-x;
  text-shadow: 0 1px 0 #fff;
  border-bottom: 1px solid #e5e5e5;
}
/* line 65, ../sass/application.scss */
#top-menu #loggedas {
  color: #222;
}
/* line 68, ../sass/application.scss */
#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);
}
/* line 76, ../sass/application.scss */
#top-menu a:hover {
  color: #3770a7;
  text-decoration: none;
}

/* line 84, ../sass/application.scss */
div.flash {
  border: 1px solid;
  text-shadow: 0 1px white;
}
/* line 88, ../sass/application.scss */
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;
}
/* line 89, ../sass/application.scss */
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;
}

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

/* line 117, ../sass/application.scss */
#errorExplanation,
.nodata,
.warning {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 127, ../sass/application.scss */
div.filters h2 .scope_title a {
  color: #444;
}
/* line 130, ../sass/application.scss */
div#content {
  margin-right: 300px;
  width: auto;
}
/* line 134, ../sass/application.scss */
div#main.nosidebar div#content {
  margin-right: 0;
}

/* line 139, ../sass/application.scss */
#sidebar {
  width: 260px !important;
  padding: 0 10px 20px 15px !important;
  background: whiteSmoke;
  border: 1px solid #ddd;
  zoom: 1;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

/* line 151, ../sass/application.scss */
div#content > h2, div#content h2.contacts_header {
  border-bottom: 1px solid #d8e6ec;
  background: #E6F1F6;
  text-shadow: 0 1px white;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 8px 20px;
  margin: -6px -10px 10px;
}
/* line 161, ../sass/application.scss */
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;
}

/* line 173, ../sass/application.scss */
.controller-boards.action-index #add-message {
  position: static;
}
/* line 175, ../sass/application.scss */
.controller-boards.action-index #add-message #message-form > p {
  position: relative;
  padding: 10px;
  background-color: white;
  margin: -10px;
  border-bottom: 1px solid #AECCD7;
}

/* line 185, ../sass/application.scss */
.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;
}

/* line 193, ../sass/application.scss */
.controller-timelog.action-index div#content .contextual, .controller-time_entry_reports.action-report div#content .contextual {
  margin-top: 50px;
}

/* line 197, ../sass/application.scss */
#add-news, #add-message, #add-document {
  margin-bottom: 20px;
}

/* line 201, ../sass/application.scss */
div#content h2.contacts_header {
  padding-bottom: 10px;
  /* white-space: nowrap;*/
}

/* line 206, ../sass/application.scss */
p.breadcrumb {
  margin: 4px 0 14px 0;
}

/* line 210, ../sass/application.scss */
div#content > div.contextual {
  margin-top: 10px;
  margin-right: 10px;
}

/* line 215, ../sass/application.scss */
#roadmap {
  margin: 10px;
}

/* line 219, ../sass/application.scss */
p.subtitle {
  margin: 0 0 12px 0;
}

/* line 223, ../sass/application.scss */
.contextual a {
  color: #888;
}
/* line 225, ../sass/application.scss */
.contextual a:link, .contextual a:visited {
  color: #888;
}
/* line 228, ../sass/application.scss */
.contextual a:hover, .contextual a:visited:hover {
  color: #333;
}

/* line 233, ../sass/application.scss */
div.filters h2 .scope_title a {
  color: #222;
  text-decoration: none;
}

/* line 238, ../sass/application.scss */
#header {
  padding-top: 10px;
  padding-left: 10px;
  background-position-y: 11%;
}

/* line 245, ../sass/application.scss */
div#welcome-store-content h1, div#welcome-store-content h2, div#welcome-store-content h3, div#welcome-store-content h4 {
  color: #222;
}

/* line 250, ../sass/application.scss */
#content, #main.nosidebar #content {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

/* line 257, ../sass/application.scss */
a {
  color: #3770a7;
}
/* line 260, ../sass/application.scss */
a:link, a:visited {
  color: #3770a7;
}

/* line 267, ../sass/application.scss */
div.issue {
  background: #FFD;
  padding: 20px;
  margin-bottom: 6px;
  border: 1px solid #ddd;
  margin: -11px -11px 15px -11px;
}
/* line 273, ../sass/application.scss */
div.issue.tooltip {
  padding: 6px;
  margin: 0 0 6px 0;
}
/* line 278, ../sass/application.scss */
div.contact.details, div.deal.details {
  padding: 15px !important;
  margin: -11px -11px 6px;
}

/* line 284, ../sass/application.scss */
#sidebar h3 {
  color: #222;
}

/* line 288, ../sass/application.scss */
#footer {
  background-color: #F8F8F8;
  border: 0;
  border-top: 1px solid #E0E0E0;
  color: #636363;
  margin-top: 45px;
  padding: 15px;
}
/* line 298, ../sass/application.scss */
#footer .bgl .bgr:after {
  content: " and gitmike theme";
}

/* line 307, ../sass/application.scss */
h2, h3, h4 {
  border-bottom: 0;
}

/* line 312, ../sass/application.scss */
.wiki h1, .wiki h2, .wiki h3 {
  border-bottom: 0;
}
/* line 316, ../sass/application.scss */
.wiki.wiki-page h1 {
  border-bottom: 1px solid #ccc;
}
/* line 319, ../sass/application.scss */
.wiki.wiki-page > h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

/* line 3, ../sass/_mainmenu.scss */
#main-menu {
  left: 0;
  width: 100%;
  background: #FAFAFA;
  background: linear-gradient(to bottom, #fafafa, #eaeaea);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eaeaea')";
  border: 1px solid #EAEAEA;
  border-bottom-color: #CACACA;
  border-radius: 3px;
  margin-right: 0;
  position: relative;
}
/* line 18, ../sass/_mainmenu.scss */
#main-menu ul {
  *zoom: 1;
  margin-top: 0;
  padding-left: 0;
  background-color: transparent !important;
}
/* line 55, ../sass/_mixins.scss */
#main-menu ul:before, #main-menu ul:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 63, ../sass/_mixins.scss */
#main-menu ul:after {
  clear: both;
}
/* line 26, ../sass/_mainmenu.scss */
#main-menu ul .menu-children {
  background: #fff !important;
  border: 1px solid #EAEAEA;
  border-bottom-color: #CACACA;
  z-index: 45;
}
/* line 36, ../sass/_mainmenu.scss */
#main-menu ul .menu-children li a {
  border-bottom: none;
}
/* line 38, ../sass/_mainmenu.scss */
#main-menu ul .menu-children li a:hover {
  color: #3770a7;
  background: none;
  border-bottom: none;
}
/* line 47, ../sass/_mainmenu.scss */
#main-menu ul li {
  margin: 0;
  padding: 0;
}
/* line 51, ../sass/_mainmenu.scss */
#main-menu ul li a {
  background-color: transparent !important;
  display: block;
  padding: 10px 12px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #DADADA;
  height: 20px;
  line-height: 20px;
}
/* line 63, ../sass/_mainmenu.scss */
#main-menu ul li a.selected {
  color: #000;
  border-bottom: 2px solid #D26911 !important;
  background-color: #ebebeb;
  background-image: linear-gradient(#fcfcfc, #ebebeb);
  background-repeat: repeat-x;
}
/* line 69, ../sass/_mainmenu.scss */
#main-menu ul li a.selected:hover {
  color: #000;
}
/* line 73, ../sass/_mainmenu.scss */
#main-menu ul li a:hover {
  color: #3770a7;
}

/* line 5, ../sass/_tables.scss */
table.list tbody td, table.list tbody tr:hover td {
  border: solid 1px #ddd;
}
/* line 9, ../sass/_tables.scss */
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;
}

/* line 19, ../sass/_tables.scss */
.tabular label {
  padding-top: 4px;
}

/* line 23, ../sass/_tables.scss */
tr.assigned-to-me td.assigned_to,
tr.created-by-me td.author {
  font-weight: bold;
}

/* line 30, ../sass/_tables.scss */
#quick-search {
  margin-top: 8px;
}

/* line 36, ../sass/_tables.scss */
table.list td {
  padding: 6px;
}
/* line 39, ../sass/_tables.scss */
table.list td.status {
  text-align: center;
}
/* line 43, ../sass/_tables.scss */
table.list input[type="checkbox"] {
  margin-top: 6px;
}
/* line 49, ../sass/_tables.scss */
table.list tbody tr:hover {
  background-color: #EFF5F8;
}
/* line 54, ../sass/_tables.scss */
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;
}
/* line 67, ../sass/_tables.scss */
table.list tr.issue a {
  color: #3770a7;
}
/* line 71, ../sass/_tables.scss */
table.list tr.issue td.assigned_to,
table.list tr.issue td.assigned_to a {
  color: #333;
}
/* line 78, ../sass/_tables.scss */
table.list tr.issue.status-17 td.status {
  background-color: #ec4b47;
  color: white;
}
/* line 78, ../sass/_tables.scss */
table.list tr.issue.status-18 td.status {
  background-color: #f2a936;
  color: white;
}
/* line 78, ../sass/_tables.scss */
table.list tr.issue.status-1 td.status {
  background-color: #fffcb0;
  color: #333;
}
/* line 78, ../sass/_tables.scss */
table.list tr.issue.status-14 td.status {
  background-color: #fffcb0;
  color: #333;
}
/* line 78, ../sass/_tables.scss */
table.list tr.issue.status-6 td.status {
  background-color: #4f88e7;
  color: white;
}
/* line 78, ../sass/_tables.scss */
table.list tr.issue.status-7 td.status {
  background-color: #f2a936;
  color: white;
}
/* line 78, ../sass/_tables.scss */
table.list tr.issue.status-13 td.status {
  background-color: #c0d7ba;
  color: white;
}
/* line 78, ../sass/_tables.scss */
table.list tr.issue.status-8 td.status {
  background-color: #ec4b47;
  color: white;
}
/* line 78, ../sass/_tables.scss */
table.list tr.issue.status-9 td.status {
  background-color: #fffcb0;
  color: #333;
}
/* line 78, ../sass/_tables.scss */
table.list tr.issue.status-10 td.status {
  background-color: #ec4b47;
  color: white;
}
/* line 78, ../sass/_tables.scss */
table.list tr.issue.status-15 td.status {
  background-color: #fffcb0;
  color: #333;
}
/* line 78, ../sass/_tables.scss */
table.list tr.issue.status-11 td.status {
  background-color: #77d761;
  color: white;
}
/* line 78, ../sass/_tables.scss */
table.list tr.issue.status-12 td.status {
  background-color: #c0d7ba;
  color: white;
}
/* line 86, ../sass/_tables.scss */
table.list tr.issue.overdue td.due_date {
  background-color: #ec4b47;
  color: white;
  font-weight: bold;
}
/* line 106, ../sass/_tables.scss */
table.list tr.issue .id > a,
table.list tr.issue .issue_id > a,
table.list tr.issue .legacy_id > a,
table.list a.issue,
table.list .relations > span > a.issue,
table.list .parent > a.issue {
  border-radius: 2px 6px 6px 2px;
  background-color: gray;
  color: #3770a7;
}
/* line 116, ../sass/_tables.scss */
table.list tr.issue .id > a:hover,
table.list tr.issue .issue_id > a:hover,
table.list tr.issue .legacy_id > a:hover,
table.list a.issue:hover,
table.list .relations > span > a.issue:hover,
table.list .parent > a.issue:hover {
  background-color: #676767;
  color: #3770a7;
  text-decoration: none;
}
/* line 122, ../sass/_tables.scss */
table.list tr.issue .id > a:focus, table.list tr.issue .id > a:active,
table.list tr.issue .issue_id > a:focus,
table.list tr.issue .issue_id > a:active,
table.list tr.issue .legacy_id > a:focus,
table.list tr.issue .legacy_id > a:active,
table.list a.issue:focus,
table.list a.issue:active,
table.list .relations > span > a.issue:focus,
table.list .relations > span > a.issue:active,
table.list .parent > a.issue:focus,
table.list .parent > a.issue:active {
  text-decoration: none;
}
/* line 128, ../sass/_tables.scss */
table.list a.issue {
  margin-right: 1px;
  padding: 1px 5px;
}
/* line 132, ../sass/_tables.scss */
table.list a.issue.closed {
  position: relative;
  color: #464646;
  text-decoration: none;
}
/* line 137, ../sass/_tables.scss */
table.list a.issue.closed::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  bottom: 0;
  left: 5px;
  height: calc(50% - 2px / 2);
  transform: rotate(-4deg);
  transition: border-color 50ms;
  border-top: 2px solid rgba(51, 51, 51, 0.95);
}
/* line 150, ../sass/_tables.scss */
table.list a.issue.closed:hover::after {
  border-top-color: rgba(51, 51, 51, 0.25);
}
/* line 156, ../sass/_tables.scss */
table.list tr.issue .id > a,
table.list tr.issue .legacy_id > a {
  display: block;
  padding: 0 6px;
}
/* line 161, ../sass/_tables.scss */
table.list tr.issue .id > a::before,
table.list tr.issue .legacy_id > a::before {
  content: "#";
  color: #5a5a5a;
}
/* line 167, ../sass/_tables.scss */
table.list tr.issue .issue_id > a {
  display: inline-block;
  padding: 0 6px;
}
/* line 8, ../sass/_mixins.scss */
table.list tr.tracker-1 .id > a,
table.list tr.tracker-1 .issue_id > a,
table.list a.tracker-1,
table.list .relations > span > a.tracker-1,
table.list .parent > a.tracker-1 {
  background-color: #e7f3fa;
  color: #5496bf;
}
/* line 16, ../sass/_mixins.scss */
table.list tr.tracker-1 .id > a:hover,
table.list tr.tracker-1 .issue_id > a:hover,
table.list a.tracker-1:hover,
table.list .relations > span > a.tracker-1:hover,
table.list .parent > a.tracker-1:hover {
  background-color: #bddef1;
  color: #5496bf;
}
/* line 27, ../sass/_mixins.scss */
table.list a.tracker-1.closed {
  color: #79adce;
}
/* line 30, ../sass/_mixins.scss */
table.list a.tracker-1.closed::after {
  border-top-color: rgba(84, 150, 191, 0.95);
}
/* line 34, ../sass/_mixins.scss */
table.list a.tracker-1.closed:hover::after {
  border-top-color: rgba(84, 150, 191, 0.25);
}
/* line 41, ../sass/_mixins.scss */
table.list tr.tracker-1 .id > a::before {
  color: #9ec5dd;
}
/* line 8, ../sass/_mixins.scss */
table.list tr.tracker-2 .id > a,
table.list tr.tracker-2 .issue_id > a,
table.list a.tracker-2,
table.list .relations > span > a.tracker-2,
table.list .parent > a.tracker-2 {
  background-color: #5496bf;
  color: white;
}
/* line 16, ../sass/_mixins.scss */
table.list tr.tracker-2 .id > a:hover,
table.list tr.tracker-2 .issue_id > a:hover,
table.list a.tracker-2:hover,
table.list .relations > span > a.tracker-2:hover,
table.list .parent > a.tracker-2:hover {
  background-color: #3d7ca3;
  color: white;
}
/* line 27, ../sass/_mixins.scss */
table.list a.tracker-2.closed {
  color: #d4e5ef;
}
/* line 30, ../sass/_mixins.scss */
table.list a.tracker-2.closed::after {
  border-top-color: rgba(255, 255, 255, 0.95);
}
/* line 34, ../sass/_mixins.scss */
table.list a.tracker-2.closed:hover::after {
  border-top-color: rgba(255, 255, 255, 0.25);
}
/* line 41, ../sass/_mixins.scss */
table.list tr.tracker-2 .id > a::before {
  color: #aacbdf;
}
/* line 8, ../sass/_mixins.scss */
table.list tr.tracker-3 .id > a,
table.list tr.tracker-3 .issue_id > a,
table.list a.tracker-3,
table.list .relations > span > a.tracker-3,
table.list .parent > a.tracker-3 {
  background-color: green;
  color: white;
}
/* line 16, ../sass/_mixins.scss */
table.list tr.tracker-3 .id > a:hover,
table.list tr.tracker-3 .issue_id > a:hover,
table.list a.tracker-3:hover,
table.list .relations > span > a.tracker-3:hover,
table.list .parent > a.tracker-3:hover {
  background-color: #004d00;
  color: white;
}
/* line 27, ../sass/_mixins.scss */
table.list a.tracker-3.closed {
  color: #bfdfbf;
}
/* line 30, ../sass/_mixins.scss */
table.list a.tracker-3.closed::after {
  border-top-color: rgba(255, 255, 255, 0.95);
}
/* line 34, ../sass/_mixins.scss */
table.list a.tracker-3.closed:hover::after {
  border-top-color: rgba(255, 255, 255, 0.25);
}
/* line 41, ../sass/_mixins.scss */
table.list tr.tracker-3 .id > a::before {
  color: #80c080;
}

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

/* line 192, ../sass/_tables.scss */
tr.odd.priority-highest {
  background: #ffc4c4;
}
/* line 195, ../sass/_tables.scss */
tr.even.priority-highest {
  color: #900;
  font-weight: bold;
}

/* line 201, ../sass/_tables.scss */
table.list tbody tr.even.priority-highest:hover {
  color: #900;
  font-weight: bold;
}

/* line 207, ../sass/_tables.scss */
tr.even.priority-highest {
  background: #ffd4d4;
}
/* line 211, ../sass/_tables.scss */
tr.priority-highest a, tr.priority-highest:hover a {
  color: #900;
}
/* line 215, ../sass/_tables.scss */
tr.odd.priority-highest td, tr.even.priority-highest td {
  border-color: #ffb4b4;
}
/* line 218, ../sass/_tables.scss */
tr.odd.priority-high2 {
  color: #900;
}

/* line 223, ../sass/_tables.scss */
table.list tbody tr.odd.priority-high2:hover {
  color: #900;
}

/* line 228, ../sass/_tables.scss */
tr.odd.priority-high2 {
  background: #ffc4c4;
}
/* line 231, ../sass/_tables.scss */
tr.even.priority-high2 {
  color: #900;
}

/* line 236, ../sass/_tables.scss */
table.list tbody tr.even.priority-high2:hover {
  color: #900;
}

/* line 241, ../sass/_tables.scss */
tr.even.priority-high2 {
  background: #ffd4d4;
}
/* line 244, ../sass/_tables.scss */
tr.priority-high2 a {
  color: #900;
}
/* line 247, ../sass/_tables.scss */
tr.odd.priority-high2 td, tr.even.priority-high2 td {
  border-color: #ffb4b4;
}
/* line 250, ../sass/_tables.scss */
tr.odd.priority-high3 {
  color: #900;
}

/* line 255, ../sass/_tables.scss */
table.list tbody tr.odd.priority-high3:hover {
  color: #900;
}

/* line 260, ../sass/_tables.scss */
tr.odd.priority-high3 {
  background: #fee;
}
/* line 263, ../sass/_tables.scss */
tr.even.priority-high3 {
  color: #900;
}

/* line 268, ../sass/_tables.scss */
table.list tbody tr.even.priority-high3:hover {
  color: #900;
}

/* line 273, ../sass/_tables.scss */
tr.even.priority-high3 {
  background: #fff2f2;
}
/* line 276, ../sass/_tables.scss */
tr.priority-high3 a {
  color: #900;
}
/* line 279, ../sass/_tables.scss */
tr.odd.priority-high3 td, tr.even.priority-high3 td {
  border-color: #fcc;
}
/* line 282, ../sass/_tables.scss */
tr.odd.priority-lowest {
  color: #559;
}

/* line 287, ../sass/_tables.scss */
table.list tbody tr.odd.priority-lowest:hover {
  color: #559;
}

/* line 292, ../sass/_tables.scss */
tr.odd.priority-lowest {
  background: #eaf7ff;
}
/* line 295, ../sass/_tables.scss */
tr.even.priority-lowest {
  color: #559;
}

/* line 300, ../sass/_tables.scss */
table.list tbody tr.even.priority-lowest:hover {
  color: #559;
}

/* line 305, ../sass/_tables.scss */
tr.even.priority-lowest {
  background: #f2faff;
}
/* line 308, ../sass/_tables.scss */
tr.priority-lowest a {
  color: #559;
}
/* line 311, ../sass/_tables.scss */
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; }
*/
/* line 34, ../sass/_forms.scss */
.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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-appearance: none;
}
/* line 56, ../sass/_forms.scss */
.button:hover, input[type="submit"]:hover {
  text-decoration: none;
  background-color: #dadada;
  background-image: linear-gradient(#eaeaea, #dadada);
  border-color: #ccc #ccc #b5b5b5;
}
/* line 63, ../sass/_forms.scss */
.button:active, input[type="submit"]:active {
  background-color: #dadada;
  background-image: none;
  border-color: #b5b5b5;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
}
/* line 70, ../sass/_forms.scss */
.button:disabled, input[type="submit"]:disabled, .button:disabled:hover, input[type="submit"]:disabled:hover, .button[disabled], input[disabled][type="submit"], .button[disabled]:hover, input[disabled][type="submit"]:hover {
  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;
}

/* line 85, ../sass/_forms.scss */
.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: 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);
}
/* line 21, ../sass/_forms.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #b3b3b3;
  *background-color: #a6a6a6;
}
/* line 28, ../sass/_forms.scss */
.btn:active, .btn.active {
  background-color: #999999 \9;
}
/* line 102, ../sass/_mixins.scss */
.btn:first-child {
  *margin-left: 0;
}
/* line 102, ../sass/_forms.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position .1s linear;
}
/* line 114, ../sass/_forms.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 119, ../sass/_forms.scss */
.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);
}
/* line 127, ../sass/_forms.scss */
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none;
}

/* line 139, ../sass/_forms.scss */
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;
}
/* line 152, ../sass/_forms.scss */
#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;
}
/* line 156, ../sass/_forms.scss */
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);
}

/* line 167, ../sass/_forms.scss */
input.autocomplete {
  padding-left: 20px;
}
/* line 170, ../sass/_forms.scss */
input#issue_subject {
  width: 98%;
}

/* line 176, ../sass/_forms.scss */
textarea.wiki-edit {
  width: 98%;
}

/* line 181, ../sass/_forms.scss */
option {
  border-bottom: 1px dotted #ddd;
}

/* line 187, ../sass/_forms.scss */
.controller-messages.action-show .message {
  background: #EAF7FF;
  padding: 0 15px 10px;
  border: 1px solid silver;
  margin: -11px -11px 15px -11px;
}
/* line 188, ../sass/_forms.scss */
.controller-messages.action-show .message.reply {
  padding: 0 10px;
  margin: -1px;
  background: white;
  border: 1px solid #D9D9D9;
}
/* line 198, ../sass/_forms.scss */
.controller-messages.action-show .message .contextual {
  margin-top: 10px;
}

/* line 203, ../sass/_forms.scss */
.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;
}

/* line 216, ../sass/_forms.scss */
#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;
}

/* line 228, ../sass/_forms.scss */
#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;
}

/* line 333, ../sass/application.scss */
.box {
  background-color: #fcfcfc;
  border-radius: 8px;
  padding: 16px;
}

/* line 339, ../sass/application.scss */
img.gravatar {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

/* line 2, ../sass/_tabs.scss */
#content .tabs {
  height: 2.8em;
}

/* line 6, ../sass/_wiki.scss */
.controller-wiki div#content > div.contextual {
  margin-top: 3px;
}
/* line 9, ../sass/_wiki.scss */
.controller-wiki div#content > div.wiki {
  padding: 0 8px 8px 8px;
}

/* line 15, ../sass/_wiki.scss */
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";
  line-height: 1.6;
  word-wrap: break-word;
}
/* line 23, ../sass/_wiki.scss */
div.wiki:before {
  display: table;
  content: "";
}
/* line 28, ../sass/_wiki.scss */
div.wiki:after {
  display: table;
  clear: both;
  content: "";
}
/* line 34, ../sass/_wiki.scss */
div.wiki a {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
}
/* line 39, ../sass/_wiki.scss */
div.wiki a:active, div.wiki a:hover {
  text-decoration: underline;
  outline-width: 0;
}
/* line 45, ../sass/_wiki.scss */
div.wiki a:not([href]) {
  color: inherit;
  text-decoration: none;
}
/* line 54, ../sass/_wiki.scss */
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;
}
/* line 59, ../sass/_wiki.scss */
div.wiki ul, div.wiki ol {
  padding-left: 2em;
}
/* line 61, ../sass/_wiki.scss */
div.wiki ul ul, div.wiki ul ol, div.wiki ol ul, div.wiki ol ol {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 73, ../sass/_wiki.scss */
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;
}
/* line 85, ../sass/_wiki.scss */
div.wiki h1 {
  margin-top: 0;
  padding-bottom: 0.3em;
  font-size: 2.25em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}
/* line 94, ../sass/_wiki.scss */
div.wiki h2 {
  padding-bottom: 0.3em;
  font-size: 1.75em;
  line-height: 1.225;
  border-bottom: 1px solid #eee;
}
/* line 102, ../sass/_wiki.scss */
div.wiki h3 {
  font-size: 1.5em;
  line-height: 1.43;
}
/* line 107, ../sass/_wiki.scss */
div.wiki h4 {
  font-size: 1.25em;
}
/* line 111, ../sass/_wiki.scss */
div.wiki h5 {
  font-size: 1em;
}
/* line 115, ../sass/_wiki.scss */
div.wiki h6 {
  font-size: 1em;
  color: #777;
}
/* line 122, ../sass/_wiki.scss */
div.wiki.wiki-page > h2 {
  border-bottom: 1px solid #eee;
}
/* line 127, ../sass/_wiki.scss */
div.wiki blockquote {
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
}
/* line 132, ../sass/_wiki.scss */
div.wiki blockquote > :first-child {
  margin-top: 0;
}
/* line 135, ../sass/_wiki.scss */
div.wiki blockquote > :last-child {
  margin-bottom: 0;
}
/* line 140, ../sass/_wiki.scss */
div.wiki ul.toc {
  padding: 10px;
}
/* line 144, ../sass/_wiki.scss */
div.wiki img {
  border-style: none;
  max-width: 100%;
}
/* line 149, ../sass/_wiki.scss */
div.wiki table {
  border-spacing: 0;
  border-collapse: collapse;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
}
/* line 156, ../sass/_wiki.scss */
div.wiki table th {
  font-weight: bold;
}
/* line 159, ../sass/_wiki.scss */
div.wiki table th, div.wiki table td {
  border: 1px solid #ddd;
  padding: 6px 13px;
}
/* line 163, ../sass/_wiki.scss */
div.wiki table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
/* line 166, ../sass/_wiki.scss */
div.wiki table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
/* line 171, ../sass/_wiki.scss */
div.wiki table img {
  background-color: #fff;
  box-sizing: content-box;
  max-width: 100%;
}
/* line 178, ../sass/_wiki.scss */
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;
}
/* line 190, ../sass/_wiki.scss */
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;
}
/* line 204, ../sass/_wiki.scss */
div.wiki hr {
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eee;
  overflow: visible;
}
/* line 212, ../sass/_wiki.scss */
div.wiki hr::before {
  content: "";
  display: table;
}
/* line 216, ../sass/_wiki.scss */
div.wiki hr::after {
  clear: both;
  content: "";
  display: table;
}

/* line 227, ../sass/_wiki.scss */
.tabular .jstEditor .wiki-preview {
  padding: 8px;
  width: auto;
}
/* line 231, ../sass/_wiki.scss */
.tabular .jstEditor .wiki-preview p {
  padding: 0 !important;
}

/* line 6, ../sass/_projects.scss */
#projects-index ul.projects ul.projects {
  border-left: 3px solid #E0E0E0;
}
/* line 10, ../sass/_projects.scss */
#projects-index ul.projects.root {
  padding: 10px;
}
@media (min-width: 900px) {
  /* line 14, ../sass/_projects.scss */
  #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%;
  }
}
/* line 27, ../sass/_projects.scss */
#projects-index ul.projects a.project {
  font-weight: bold;
  font-size: 1.1em;
}

/* line 38, ../sass/_projects.scss */
.projects li .wiki p {
  margin-top: 0;
}

/* line 347, ../sass/application.scss */
div.journal .details {
  padding-left: 30px;
}

/* line 351, ../sass/application.scss */
#context-menu {
  box-shadow: 0 0 3px #ccc;
}
/* line 353, ../sass/application.scss */
#context-menu ul li ul {
  box-shadow: 0 0 3px #ccc;
}
/* line 356, ../sass/application.scss */
#context-menu li:hover {
  border: 1px solid #eee !important;
  background-color: #eee;
}
/* line 360, ../sass/application.scss */
#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;
}

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

/* line 375, ../sass/application.scss */
table.progress td.closed {
  background: #AECCD7 none repeat scroll 0%;
}
/* line 378, ../sass/application.scss */
table.progress td.done {
  background: #EAF2F5 none repeat scroll 0%;
}

/* line 383, ../sass/application.scss */
#history div.journal {
  border-top: 1px solid #DDD;
}

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

/* line 400, ../sass/application.scss */
#modalbg {
  background: white;
  opacity: 0.75;
}

/* line 4, ../sass/_login.scss */
body.action-login #content, body.action-login #main.nosidebar #content {
  background: inherit;
  border: 0;
  box-shadow: none;
}
/* line 9, ../sass/_login.scss */
body.action-login #login-form table {
  padding: 3em;
  background: white;
  box-shadow: 0 0 3px #CCC;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* line 19, ../sass/_login.scss */
#login-form input#username, #login-form input#password {
  outline: none;
  margin: 0;
  border: 1px solid #ccc;
  padding: 6px;
  font-size: 140%;
  border-radius: 2px;
}

/* line 29, ../sass/_login.scss */
.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;
}

/* line 36, ../sass/_login.scss */
#content .tabs ul li a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  line-height: 1.3em;
  padding: 6px 10px 6px 10px;
}

/* line 43, ../sass/_login.scss */
#sidebar a.selected {
  background-color: transparent;
  color: gray;
  font-weight: bold;
}

/* line 409, ../sass/application.scss */
div.filters .live_search {
  margin-left: 11px !important;
}

/* line 413, ../sass/application.scss */
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;
}

/* line 421, ../sass/application.scss */
.live_search input.live_search_field {
  font-size: 12px !important;
}

/* line 425, ../sass/application.scss */
label#search_overlabel {
  font-size: 12px !important;
  padding-left: 12px !important;
  margin-top: -3px !important;
  padding-right: 28px;
  top: 11px !important;
}

/* line 434, ../sass/application.scss */
table.contacts.index tbody tr:hover {
  background-color: #EFF5F8 !important;
}
/* line 437, ../sass/application.scss */
table.contacts.index tbody tr.context-menu-selection:hover {
  background-color: #507AAA !important;
}

/* line 442, ../sass/application.scss */
h2 span.tag {
  letter-spacing: 0;
  top: -4px;
  position: relative;
}
/* line 446, ../sass/application.scss */
h2 span.tag a {
  margin-bottom: -1px;
}

/* line 451, ../sass/application.scss */
div.filters .live_search {
  letter-spacing: 0;
}

/* line 455, ../sass/application.scss */
label#search_overlabel {
  margin-top: -4px;
}

/* line 459, ../sass/application.scss */
.live_search input.live_search_field {
  margin-top: -6px;
}

/* line 464, ../sass/application.scss */
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);
}
/* line 482, ../sass/application.scss */
span.tag a:hover {
  text-shadow: none;
}
/* line 485, ../sass/application.scss */
span.deal-status a:hover {
  color: black;
  text-shadow: none;
}

/* line 492, ../sass/application.scss */
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;
}
/* line 495, ../sass/application.scss */
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;
}

/* line 4, ../sass/_invoice.scss */
table.invoice-lines tbody tr.line-data:hover {
  background-color: #EFF5F8 !important;
}
/* line 7, ../sass/_invoice.scss */
table.invoice-lines th {
  border: 0 !important;
}

/* line 13, ../sass/_invoice.scss */
span.invoice-status.draft {
  background-color: #AAA !important;
}
/* line 16, ../sass/_invoice.scss */
span.invoice-status.sent {
  background-color: #3F8AF7 !important;
}
/* line 19, ../sass/_invoice.scss */
span.invoice-status.paid {
  background-color: green !important;
}

/* line 2, ../sass/_settings.scss */
.enabled_scm th {
  text-align: left;
}

/* line 6, ../sass/_plugins.scss */
.jstt_smiles #group_of_smiles {
  border: 1px solid #ddd !important;
  margin-top: -6px;
  padding: 6px;
}

/* line 17, ../sass/_plugins.scss */
#top-menu .easy-gantt {
  background-image: none;
}

/* line 23, ../sass/_plugins.scss */
.gantt .easy-gantt__menu .gantt-menu-problems-count.gantt-with-problems {
  width: 24px;
  line-height: 24px;
}
/* line 28, ../sass/_plugins.scss */
.gantt .gantt-menu-button {
  background-repeat: no-repeat;
  text-shadow: none;
}
/* line 33, ../sass/_plugins.scss */
.gantt .gantt-menu-button.button-positive {
  background-color: #4ebf67;
  border-color: #338d47;
}
/* line 37, ../sass/_plugins.scss */
.gantt .gantt-menu-button#button_sample {
  background-image: none;
}

/* line 1, ../sass/_store.scss */
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;
}

/* line 7, ../sass/_store.scss */
#picture {
  width: 446px !important;
  top: 7px;
}

/* line 12, ../sass/_store.scss */
#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) {
  /* line 7, ../sass/_responsive.scss */
  #main {
    margin: 0;
  }

  /* line 11, ../sass/_responsive.scss */
  div#content > div.contextual {
    margin-top: 0;
    margin-right: 0;
  }

  /* line 16, ../sass/_responsive.scss */
  div#content > h2,
  div#content h2.contacts_header {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
  }
}
