/* Boostmine - CSS generated by BRT Customizer */

:root, html, body {
  --header_hue: 210;
  --header_saturation: 20%;
  --header_brightness: 48%;
  --hue: 210;
  --saturation: 20%;
  --brightness: 48%;
  --radius: 30px;
  --sticky: ;
  --stickytop: ;
  --tracker_1: #e8863e;
  --tracker_2: #56c559;
  --tracker_3: #238ed8;
  --tracker_4: #b462de;
  --tracker_5: #b462de;
  --tracker_6: #b462de;
  --tracker_7: #b462de;
  --tracker_8: #b462de;
  --tracker_9: #b462de;
  --tracker_10: #b462de;
  --low: #e5fff2;
  --high: #fdfff0;
  --urgent: #fff7e5;
  --immediate: #ffe5e5;
}

/* Base font size */
div {
  font-size: 14px;
}

/* Login background */
.action-login #wrapper, .action-register #wrapper, .action-lost_password #wrapper {
  background: url(/assets/themes/boostmine/background-login-1-6b4ed42e.jpg) no-repeat;
}

/* Header logo */
#header {
  background-image: url(/assets/themes/boostmine/logo-headers_b-b00b839b.png);
}

/* Login logo */
.action-login #header:after, .action-register #header:after, .action-lost_password #header:after {
  content: url(/assets/themes/boostmine/Logo23 Dark-940beb4c.png);
}

/* Footer text */
#footer .bgr:after, #footer:after {
  content: "- Boostmine Theme by bestredminetheme.com";
}

/* Default status color */
table.issues tr td.status, .issue .attributes .attribute.status .value {
  color: #627a93;
}

/* Status 1 */
table.issues tr.status-1 td.status, .issue.status-1 .attribute.status .value {
  color: #627a93;
}

/* Status 2 */
table.issues tr.status-2 td.status, .issue.status-2 .attribute.status .value {
  color: #ffb06c;
}

/* Status 3 */
table.issues tr.status-3 td.status, .issue.status-3 .attribute.status .value {
  color: #2aaf39;
}

/* Status 4 */
table.issues tr.status-4 td.status, .issue.status-4 .attribute.status .value {
  color: #b10dc9;
}

/* Status 5 */
table.issues tr.status-5 td.status, .issue.status-5 .attribute.status .value {
  color: #111111;
}

/* Status 6 */
table.issues tr.status-6 td.status, .issue.status-6 .attribute.status .value {
  color: #ff4136;
}

/* Sticky header disabled (live preview) */
#header.sticky:not(.message) #main-menu {
  position: static !important;
}
div#sticky-issue-header {
  top: 0 !important;
}