/* line 1, app/assets/stylesheets/layout.scss */
body {
  background-color: #2C2C2C;
  color: #eaeaea;
  font-family: 'Open Sans', "Helvetica Neue", "Arial", sans-serif;
}

/* line 8, app/assets/stylesheets/layout.scss */
.content {
  margin: 0 auto 0 auto;
  max-width: 90%;
}

/* line 13, app/assets/stylesheets/layout.scss */
h1, h2, h3, h4, h5, h6 {
  color: #b7b7b7;
  font-weight: lighter;
}

/* line 18, app/assets/stylesheets/layout.scss */
hr {
  border-top: 1px solid #ccffcc;
}

/* line 21, app/assets/stylesheets/layout.scss */
blockquote {
  font-style: italic;
  color: #eaeaea;
  border: 0;
}

/* line 27, app/assets/stylesheets/layout.scss */
a {
  color: #A6C3D5;
  text-decoration: none;
  box-shadow: 0 0 0 0 #385f77;
}

/* line 28, app/assets/stylesheets/layout.scss */
a:hover {
  color: #A6C3D5;
  text-decoration: none;
  box-shadow: 0 2px 0 0 #385f77;
}

/* line 30, app/assets/stylesheets/layout.scss */
p {
  color: #6b6b6b;
}

/* line 34, app/assets/stylesheets/layout.scss */
strong {
  color: #b7b7b7;
}

/* line 38, app/assets/stylesheets/layout.scss */
a.hamburger {
  text-decoration: none;
  color: #A6C3D5;
  box-shadow: none;
}

/* line 39, app/assets/stylesheets/layout.scss */
a.hamburger:hover {
  text-decoration: none;
  color: #ebf2f6;
  box-shadow: none;
}

/* line 42, app/assets/stylesheets/layout.scss */
.dropdown a {
  box-shadow: none;
}

/* line 43, app/assets/stylesheets/layout.scss */
.dropdown a:hover {
  box-shadow: none;
}

/* line 46, app/assets/stylesheets/layout.scss */
a.no-underline {
  text-decoration: none;
  box-shadow: none;
}

/* line 47, app/assets/stylesheets/layout.scss */
a.no-underline:hover {
  text-decoration: none;
  box-shadow: none;
}

/* line 49, app/assets/stylesheets/layout.scss */
ul {
  list-style-type: none;
}

/* line 53, app/assets/stylesheets/layout.scss */
.info-section {
  background-color: #131313;
  color: #d1d1d1;
  font-size: 0.8em;
  margin: 10px auto 0 auto;
  padding: 10px 0 10px 0;
  text-align: center;
}

/* line 62, app/assets/stylesheets/layout.scss */
a.btn {
  box-shadow: none;
}

/* line 64, app/assets/stylesheets/layout.scss */
.btn-kermit {
  background-color: #eaeaea;
  border-color: #131313;
  color: black;
}

/* line 70, app/assets/stylesheets/layout.scss */
.btn-kermit:hover {
  background-color: #c5c5c5;
}

/* line 74, app/assets/stylesheets/layout.scss */
.btn-kermit-active {
  background-color: #c5c5c5;
}

/* line 78, app/assets/stylesheets/layout.scss */
.table_list_item {
  padding-left: 3px;
  padding-right: 3px;
}

/* line 83, app/assets/stylesheets/layout.scss */
input[type="text"] {
  background-color: #eaeaea;
  color: #2C2C2C;
}

/* line 88, app/assets/stylesheets/layout.scss */
.tooltip.top .tooltip-inner {
  background-color: #eaeaea;
  color: #2C2C2C;
  max-width: 400px;
}

/* line 93, app/assets/stylesheets/layout.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #eaeaea;
}

/* line 97, app/assets/stylesheets/layout.scss */
pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-line;
  word-break: normal;
}

/* line 106, app/assets/stylesheets/layout.scss */
.panel-body {
  color: #2C2C2C;
}

/* line 110, app/assets/stylesheets/layout.scss */
.panel-title {
  color: #2C2C2C;
}

/* line 5, app/assets/stylesheets/dashboard.scss */
.legend {
  font-size: 0.6em;
}

/* line 7, app/assets/stylesheets/dashboard.scss */
.legend ul {
  margin: 0px;
}

/* line 11, app/assets/stylesheets/dashboard.scss */
.legend li {
  display: inline;
  list-style-type: none;
  padding: 2px 20px 2px 20px;
}

/* line 18, app/assets/stylesheets/dashboard.scss */
#show_all, #hide_all {
  float: right;
  padding-left: 10px;
}

/* line 25, app/assets/stylesheets/dashboard.scss */
.dash-row {
  margin-top: 20px;
  min-width: 1200px;
}

/* line 30, app/assets/stylesheets/dashboard.scss */
.dash-item_content {
  background-color: #000;
  border-radius: 7px;
  color: #9e9e9e;
  font-family: 'Dosis', sans-serif;
  padding: 8px;
}

/* line 38, app/assets/stylesheets/dashboard.scss */
.dash-item_single_content {
  height: 200px;
}

/* line 42, app/assets/stylesheets/dashboard.scss */
.dash-item_double_content {
  height: 400px;
}

/* line 46, app/assets/stylesheets/dashboard.scss */
.dash-item_header {
  font-size: 32px;
  text-align: center;
  width: 100%;
  height: 25%;
  font-weight: 200;
}

@media (max-width: 1100px) {
  /* line 46, app/assets/stylesheets/dashboard.scss */
  .dash-item_header {
    font-size: 22px;
  }
}

/* line 57, app/assets/stylesheets/dashboard.scss */
.dash-item_value {
  font-size: 6.4em;
  font-weight: 100;
  text-align: center;
  height: 60%;
}

/* line 64, app/assets/stylesheets/dashboard.scss */
.dash-multi_item_value {
  font-size: 4.0em;
  font-weight: 100;
  text-align: center;
  width: 100%;
  padding: 10px 0 10px 0;
  height: 100px;
}

/* line 73, app/assets/stylesheets/dashboard.scss */
.dash-multi_item_text {
  font-size: 1.0em;
  font-weight: 100;
  text-align: center;
  width: 100%;
}

/* line 80, app/assets/stylesheets/dashboard.scss */
.dash-table_value {
  font-size: 1.2em;
  width: 100%;
  height: 60%;
  min-width: 250px;
}

/* line 87, app/assets/stylesheets/dashboard.scss */
.dash-item_chart {
  font-size: 6.4em;
  font-weight: 100;
  width: 100%;
  height: 60%;
  text-align: center;
}

/* line 95, app/assets/stylesheets/dashboard.scss */
.dash-item_footer {
  font-size: 22px;
  text-align: center;
  width: 100%;
  font-weight: 200;
}

@media (max-width: 1350px) {
  /* line 95, app/assets/stylesheets/dashboard.scss */
  .dash-item_footer {
    font-size: 18px;
  }
}

/* line 105, app/assets/stylesheets/dashboard.scss */
.dash-value_real_bad {
  color: #F74323;
  border-color: #F74323;
}

/* line 110, app/assets/stylesheets/dashboard.scss */
.dash-value_sorta_bad {
  color: orange;
  border-color: orange;
}

/* line 115, app/assets/stylesheets/dashboard.scss */
.dash-value_sorta_good {
  color: yellow;
  border-color: yellow;
}

/* line 120, app/assets/stylesheets/dashboard.scss */
.dash-value_real_good {
  color: #9cf4a7;
  border-color: #9cf4a7;
}

/* line 125, app/assets/stylesheets/dashboard.scss */
.dash-arrow {
  font-size: 0.7em;
}

/* line 133, app/assets/stylesheets/dashboard.scss */
.dash-box {
  background-color: transparent;
  padding: 20px 0 0 0;
}

/* line 138, app/assets/stylesheets/dashboard.scss */
.dash-box_single_high {
  height: 250px;
}

/* line 142, app/assets/stylesheets/dashboard.scss */
.dash-box_double_high {
  height: 500px;
}

/* line 146, app/assets/stylesheets/dashboard.scss */
.dash-inner {
  background-color: #000000;
  border-radius: 7px;
  height: 100%;
  padding: 15px;
  color: #9e9e9e;
  font-family: 'Dosis', sans-serif;
}

/* line 155, app/assets/stylesheets/dashboard.scss */
.dash-tests_needing_attention {
  text-align: left;
}

/* line 157, app/assets/stylesheets/dashboard.scss */
.dash-tests_needing_attention ul {
  list-style: none;
  padding-left: 0;
  font-size: 0.2em;
}

/* line 164, app/assets/stylesheets/dashboard.scss */
.dash-stability {
  font-size: 16px;
}

/* line 166, app/assets/stylesheets/dashboard.scss */
.dash-stability .test_history {
  justify-content: center;
}

/* line 171, app/assets/stylesheets/dashboard.scss */
.dash-rollbar_top_ten {
  font-size: 1.2em;
}

/* line 173, app/assets/stylesheets/dashboard.scss */
.dash-rollbar_top_ten table {
  margin: 0 auto;
  width: 50%;
}

/* line 12, app/assets/stylesheets/flaky.scss */
.test_history {
  align-items: center;
  display: flex;
  padding: 3px 0;
}

/* line 18, app/assets/stylesheets/flaky.scss */
a.test-pass, a.test-fail, a.test-no_test, a.test-assume-pass, a.test-flake, a.test-flaky-test, a.test-muted {
  box-shadow: 0 0 0 0;
}

/* line 20, app/assets/stylesheets/flaky.scss */
.test-fail, .test-no_test, .test-flake, .test-flaky-test, .test-muted {
  border-radius: 50%;
  height: 8px;
  margin: 0 3px 0 0;
  padding: 0;
  width: 8px;
}

@media (max-width: 1100px) {
  /* line 20, app/assets/stylesheets/flaky.scss */
  .test-fail, .test-no_test, .test-flake, .test-flaky-test, .test-muted {
    height: 4px;
    width: 4px;
  }
}

/* line 32, app/assets/stylesheets/flaky.scss */
.test-pass, .test-assume-pass {
  background-color: #9cf4a7;
  width: 8px;
  height: 2px;
  padding: 0;
  margin: 0 2px 0 1px;
}

/* line 40, app/assets/stylesheets/flaky.scss */
.test-fail {
  background-color: #F74323;
  height: 12px;
  width: 12px;
  margin: 0 1px 0 0;
}

@media (max-width: 1100px) {
  /* line 40, app/assets/stylesheets/flaky.scss */
  .test-fail {
    height: 6px;
    width: 6px;
  }
}

/* line 50, app/assets/stylesheets/flaky.scss */
.test-no_test {
  background-color: transparent;
}

/* line 54, app/assets/stylesheets/flaky.scss */
.test-assume-pass {
  background-color: transparent;
  border: 1px solid #9cf4a7;
}

/* line 59, app/assets/stylesheets/flaky.scss */
.test-flake {
  background-color: #551a8b;
  border: 1px solid #551a8b;
  height: 12px;
  width: 12px;
}

@media (max-width: 1100px) {
  /* line 59, app/assets/stylesheets/flaky.scss */
  .test-flake {
    height: 6px;
    width: 6px;
  }
}

/* line 70, app/assets/stylesheets/flaky.scss */
.test-flaky-test {
  background-color: #e5e500;
  border: 1px solid #e5e500;
  height: 12px;
  width: 12px;
}

@media (max-width: 1100px) {
  /* line 70, app/assets/stylesheets/flaky.scss */
  .test-flaky-test {
    height: 6px;
    width: 6px;
  }
}

/* line 81, app/assets/stylesheets/flaky.scss */
.test-muted {
  background-color: #2C2C2C;
  border: 1px solid #FF5427;
  height: 12px;
  width: 12px;
  margin: 0 1px 0 0;
}

@media (max-width: 1100px) {
  /* line 81, app/assets/stylesheets/flaky.scss */
  .test-muted {
    height: 6px;
    width: 6px;
  }
}

/* line 93, app/assets/stylesheets/flaky.scss */
.test_history-test_name {
  color: #F74323;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  width: 430px;
}

/* line 97, app/assets/stylesheets/flaky.scss */
.test_history-test_name a {
  color: #A6C3D5;
  text-decoration: none;
  box-shadow: 0 0 0 0;
}

/* line 98, app/assets/stylesheets/flaky.scss */
.test_history-test_name a:hover {
  color: #2C2C2C;
  text-decoration: none;
  background-color: #A6C3D5;
}

/* line 101, app/assets/stylesheets/flaky.scss */
.badge {
  color: #2C2C2C;
  font-size: 2em;
  font-weight: lighter;
  padding: 3px 10px;
  margin: 20px 0 20px 0;
  border-radius: 5px;
  text-align: center;
}

/* line 111, app/assets/stylesheets/flaky.scss */
.badge-fail {
  background-color: #FF5427;
}

/* line 115, app/assets/stylesheets/flaky.scss */
.badge-pass {
  background-color: #9cf4a7;
}

/* line 119, app/assets/stylesheets/flaky.scss */
.badge-notice {
  background-color: #e5e500;
}

/* line 123, app/assets/stylesheets/flaky.scss */
.flaky-flag {
  background-color: #2C2C2C;
  border: 1px solid #FF5427;
  color: #FF5427;
  font-size: 0.8em;
  border-radius: 3px;
  text-align: center;
  padding: 1px 2px;
}

/* line 133, app/assets/stylesheets/flaky.scss */
.muted-flag {
  background-color: #2C2C2C;
  border: 1px solid #e5e500;
  color: #e5e500;
  font-size: 0.8em;
  border-radius: 3px;
  text-align: center;
  padding: 1px 2px;
}

/* line 143, app/assets/stylesheets/flaky.scss */
.spinner {
  margin: 20px;
  font-size: 2.5em;
  color: #FF5427;
}

/* line 149, app/assets/stylesheets/flaky.scss */
.spinner-hidden {
  visibility: hidden;
}

/* line 153, app/assets/stylesheets/flaky.scss */
.quiz_list_flake_factory {
  color: #FF5427;
  font-size: 0.8em;
}

/* line 1, app/assets/stylesheets/build_chain.scss */
.build_chain {
  color: #848484;
  margin-top: 76px;
}

/* line 5, app/assets/stylesheets/build_chain.scss */
.build_chain table {
  border-collapse: collapse;
}

/* line 8, app/assets/stylesheets/build_chain.scss */
.build_chain td {
  padding: 0 15px 0 15px;
}

/* line 11, app/assets/stylesheets/build_chain.scss */
.build_chain th {
  border-bottom: 2px solid;
}

/* line 16, app/assets/stylesheets/build_chain.scss */
.build_event-restarts {
  background-color: #131313;
}

/* line 14, app/assets/stylesheets/reports.scss */
.reports-table {
  background-color: white;
  color: black;
}

/* line 19, app/assets/stylesheets/reports.scss */
.reports-table table {
  border-collapse: collapse;
}

/* line 23, app/assets/stylesheets/reports.scss */
table.display, th, td {
  text-align: left;
  vertical-align: bottom;
}

/* line 28, app/assets/stylesheets/reports.scss */
table.display td {
  border: 1px solid gray;
  font-size: 11px;
}

/* line 33, app/assets/stylesheets/reports.scss */
table.display th {
  background-color: black;
  color: #e5e5e5;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

/* line 41, app/assets/stylesheets/reports.scss */
.reports-table td {
  padding: 5px;
  white-space: nowrap;
}

/* line 46, app/assets/stylesheets/reports.scss */
#theTable_info {
  color: #40ea55;
}

/* line 50, app/assets/stylesheets/reports.scss */
#theTable_filter input {
  font-size: 10px;
}

/* line 58, app/assets/stylesheets/reports.scss */
.reports-table a {
  color: #ff5427;
}

/* line 62, app/assets/stylesheets/reports.scss */
.reports-table a:hover {
  color: #40ea55;
}

/* line 67, app/assets/stylesheets/reports.scss */
.reports-table tr:hover {
  background-color: gray;
}

/* line 71, app/assets/stylesheets/reports.scss */
.even {
  background-color: #e5e5e5;
}

/* line 75, app/assets/stylesheets/reports.scss */
.odd {
  background-color: white;
}

/* line 79, app/assets/stylesheets/reports.scss */
table.dataTable {
  clear: both;
  margin: 0.5em 0 !important;
  max-width: none !important;
  width: 100%;
}

/* line 85, app/assets/stylesheets/reports.scss */
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 91, app/assets/stylesheets/reports.scss */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 95, app/assets/stylesheets/reports.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 99, app/assets/stylesheets/reports.scss */
div.dataTables_wrapper {
  position: relative;
}

/* line 102, app/assets/stylesheets/reports.scss */
div.dataTables_wrapper div.dataTables_length label {
  float: left;
  text-align: left;
  margin-bottom: 0;
}

/* line 107, app/assets/stylesheets/reports.scss */
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  margin-bottom: 0;
}

/* line 111, app/assets/stylesheets/reports.scss */
div.dataTables_wrapper div.dataTables_filter label {
  float: right;
  margin-bottom: 0;
}

/* line 115, app/assets/stylesheets/reports.scss */
div.dataTables_wrapper div.dataTables_filter input {
  display: inline-block !important;
  width: auto !important;
  margin-bottom: 0;
  margin-left: 0.5em;
}

/* line 121, app/assets/stylesheets/reports.scss */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 2px;
}

/* line 124, app/assets/stylesheets/reports.scss */
div.dataTables_wrapper div.dataTables_paginate {
  float: right;
  margin: 0;
}

/* line 129, app/assets/stylesheets/reports.scss */
div.dataTables_paginate a {
  font-size: 14px;
}

/* line 133, app/assets/stylesheets/reports.scss */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1rem 0;
}

/* line 144, app/assets/stylesheets/reports.scss */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 1.5rem;
}

/* line 150, app/assets/stylesheets/reports.scss */
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 154, app/assets/stylesheets/reports.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
}

/* line 159, app/assets/stylesheets/reports.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 167, app/assets/stylesheets/reports.scss */
table.dataTable thead .sorting {
  background-image: url(/../images/sort_both.png);
}

/* line 170, app/assets/stylesheets/reports.scss */
table.dataTable thead .sorting_asc {
  background-image: url(/../images/sort_asc.png);
}

/* line 173, app/assets/stylesheets/reports.scss */
table.dataTable thead .sorting_desc {
  background-image: url(/../images/sort_desc.png);
}

/* line 176, app/assets/stylesheets/reports.scss */
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/../images/sort_asc_disabled.png);
}

/* line 179, app/assets/stylesheets/reports.scss */
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/../images/sort_desc_disabled.png);
}

/* line 183, app/assets/stylesheets/reports.scss */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
}

/* line 187, app/assets/stylesheets/reports.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 192, app/assets/stylesheets/reports.scss */
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

/* line 197, app/assets/stylesheets/reports.scss */
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

/* line 202, app/assets/stylesheets/reports.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 207, app/assets/stylesheets/reports.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #40ea55 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 221, app/assets/stylesheets/reports.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #666 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

/* line 238, app/assets/stylesheets/reports.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #40ea55 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* line 245, app/assets/stylesheets/reports.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

/* line 262, app/assets/stylesheets/reports.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

/* line 279, app/assets/stylesheets/reports.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 282, app/assets/stylesheets/reports.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

/* line 301, app/assets/stylesheets/reports.scss */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #40ea55;
}

/* line 309, app/assets/stylesheets/reports.scss */
#theTable_paginate {
  color: #40ea55;
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

/*-- Chart --*/
/* line 2, app/assets/stylesheets/c3/_c3.scss */
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 7, app/assets/stylesheets/c3/_c3.scss */
.c3 path, .c3 line {
  fill: none;
  stroke: #000;
}

/* line 12, app/assets/stylesheets/c3/_c3.scss */
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 18, app/assets/stylesheets/c3/_c3.scss */
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges;
}

/* line 26, app/assets/stylesheets/c3/_c3.scss */
.c3-chart-arc path {
  stroke: #fff;
}

/* line 30, app/assets/stylesheets/c3/_c3.scss */
.c3-chart-arc rect {
  stroke: white;
  stroke-width: 1;
}

/* line 35, app/assets/stylesheets/c3/_c3.scss */
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}

/*-- Axis --*/
/*-- Grid --*/
/* line 42, app/assets/stylesheets/c3/_c3.scss */
.c3-grid line {
  stroke: #aaa;
}

/* line 46, app/assets/stylesheets/c3/_c3.scss */
.c3-grid text {
  fill: #aaa;
}

/* line 50, app/assets/stylesheets/c3/_c3.scss */
.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3;
}

/*-- Text on Chart --*/
/* line 55, app/assets/stylesheets/c3/_c3.scss */
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em;
}

/*-- Line --*/
/* line 61, app/assets/stylesheets/c3/_c3.scss */
.c3-line {
  stroke-width: 1px;
}

/*-- Point --*/
/* line 66, app/assets/stylesheets/c3/_c3.scss */
.c3-circle {
  fill: currentColor;
}

/* line 70, app/assets/stylesheets/c3/_c3.scss */
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white;
}

/* line 75, app/assets/stylesheets/c3/_c3.scss */
.c3-selected-circle {
  fill: white;
  stroke-width: 2px;
}

/*-- Bar --*/
/* line 81, app/assets/stylesheets/c3/_c3.scss */
.c3-bar {
  stroke-width: 0;
}

/* line 85, app/assets/stylesheets/c3/_c3.scss */
.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75;
}

/*-- Focus --*/
/* line 91, app/assets/stylesheets/c3/_c3.scss */
.c3-target.c3-focused {
  opacity: 1;
}

/* line 95, app/assets/stylesheets/c3/_c3.scss */
.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}

/* line 99, app/assets/stylesheets/c3/_c3.scss */
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}

/*-- Region --*/
/* line 104, app/assets/stylesheets/c3/_c3.scss */
.c3-region {
  fill: steelblue;
  fill-opacity: 0.1;
}

/* line 108, app/assets/stylesheets/c3/_c3.scss */
.c3-region text {
  fill-opacity: 1;
}

/*-- Brush --*/
/* line 113, app/assets/stylesheets/c3/_c3.scss */
.c3-brush .extent {
  fill-opacity: 0.1;
}

/*-- Select - Drag --*/
/*-- Legend --*/
/* line 119, app/assets/stylesheets/c3/_c3.scss */
.c3-legend-item {
  font-size: 12px;
}

/* line 123, app/assets/stylesheets/c3/_c3.scss */
.c3-legend-item-hidden {
  opacity: 0.15;
}

/* line 127, app/assets/stylesheets/c3/_c3.scss */
.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1;
}

/*-- Title --*/
/* line 135, app/assets/stylesheets/c3/_c3.scss */
.c3-title {
  font: 14px sans-serif;
}

/*-- Tooltip --*/
/* line 140, app/assets/stylesheets/c3/_c3.scss */
.c3-tooltip-container {
  z-index: 10;
}

/* line 144, app/assets/stylesheets/c3/_c3.scss */
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9;
}

/* line 155, app/assets/stylesheets/c3/_c3.scss */
.c3-tooltip tr {
  border: 1px solid #CCC;
}

/* line 159, app/assets/stylesheets/c3/_c3.scss */
.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;
}

/* line 167, app/assets/stylesheets/c3/_c3.scss */
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}

/* line 174, app/assets/stylesheets/c3/_c3.scss */
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

/* line 181, app/assets/stylesheets/c3/_c3.scss */
.c3-tooltip .value {
  text-align: right;
}

/*-- Area --*/
/* line 186, app/assets/stylesheets/c3/_c3.scss */
.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}

/*-- Arc --*/
/* line 192, app/assets/stylesheets/c3/_c3.scss */
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}

/* line 197, app/assets/stylesheets/c3/_c3.scss */
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #FFF;
}

/* line 202, app/assets/stylesheets/c3/_c3.scss */
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}

/* line 207, app/assets/stylesheets/c3/_c3.scss */
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}

/* line 211, app/assets/stylesheets/c3/_c3.scss */
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}

/* line 215, app/assets/stylesheets/c3/_c3.scss */
.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/
}

/* line 220, app/assets/stylesheets/c3/_c3.scss */
.c3-chart-arc.c3-target g path {
  opacity: 1;
}

/* line 224, app/assets/stylesheets/c3/_c3.scss */
.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1;
}

/*-- Zoom --*/
/* line 229, app/assets/stylesheets/c3/_c3.scss */
.c3-drag-zoom.enabled {
  pointer-events: all !important;
  visibility: visible;
}

/* line 234, app/assets/stylesheets/c3/_c3.scss */
.c3-drag-zoom.disabled {
  pointer-events: none !important;
  visibility: hidden;
}

/* line 239, app/assets/stylesheets/c3/_c3.scss */
.c3-drag-zoom .extent {
  fill-opacity: 0.1;
}

/* line 3, app/assets/stylesheets/c3_overrides.scss */
.c3 .c3-axis-x path, .c3 .c3-axis-x line {
  stroke: #b7b7b7;
}

/* line 6, app/assets/stylesheets/c3_overrides.scss */
.c3 .c3-axis-y path, .c3 .c3-axis-y line {
  stroke: #b7b7b7;
}

/* line 10, app/assets/stylesheets/c3_overrides.scss */
.c3-axis-y-label, .c3-axis-y2-label, .c3-axis-x-label, .c3-legend-item {
  fill: #b7b7b7;
}

/* line 14, app/assets/stylesheets/c3_overrides.scss */
.tick {
  fill: #b7b7b7;
}

/*-- Tooltip --*/
/* line 19, app/assets/stylesheets/c3_overrides.scss */
.c3-tooltip tr {
  border: 1px solid #FF5427;
}

/* line 22, app/assets/stylesheets/c3_overrides.scss */
.c3-tooltip th {
  background-color: #2C2C2C;
  color: #eaeaea;
}

/* line 26, app/assets/stylesheets/c3_overrides.scss */
.c3-tooltip td {
  background-color: #2C2C2C;
  border: 0;
}

/* line 30, app/assets/stylesheets/c3_overrides.scss */
.btn {
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/masthead.scss */
.masthead {
  height: 55px;
  width: 100%;
}

/* line 6, app/assets/stylesheets/masthead.scss */
.title {
  color: #40ea55;
  font-size: 2.8em;
}

/* line 11, app/assets/stylesheets/masthead.scss */
.hamburger {
  background-color: transparent;
  color: #A6C3D5;
  border-color: transparent;
  font-size: 3em;
}

/* line 18, app/assets/stylesheets/masthead.scss */
.masthead a {
  text-decoration: none;
  color: #A6C3D5;
  box-shadow: none;
}

/* line 19, app/assets/stylesheets/masthead.scss */
.masthead a:hover {
  text-decoration: none;
  color: #ebf2f6;
  box-shadow: none;
}

/* line 5, app/assets/stylesheets/queue.scss */
.queue-build {
  margin: 5px;
  padding: 10px;
  width: 100%;
}

/* line 11, app/assets/stylesheets/queue.scss */
.queue_running {
  color: greenyellow;
}

/* line 15, app/assets/stylesheets/queue.scss */
.queue_finished {
  color: #9cf4a7;
}

/* line 19, app/assets/stylesheets/queue.scss */
.queue_queued {
  color: steelblue;
}

/* line 23, app/assets/stylesheets/queue.scss */
.queue_trouble {
  color: #FF5427;
}

/* line 27, app/assets/stylesheets/queue.scss */
.queue {
  margin: 0 auto;
  border-collapse: collapse;
}

/* line 32, app/assets/stylesheets/queue.scss */
.queue td {
  padding: 5px 10px;
  vertical-align: top;
}

/* line 36, app/assets/stylesheets/queue.scss */
.queue th {
  padding: 5px 10px;
  color: #c5c5c5;
}

/* line 40, app/assets/stylesheets/queue.scss */
.queue thead {
  border-bottom: 2px solid #FF5427;
}

/* line 45, app/assets/stylesheets/queue.scss */
.left {
  text-align: left;
}

/* line 49, app/assets/stylesheets/queue.scss */
.right {
  text-align: right;
}

/* line 53, app/assets/stylesheets/queue.scss */
.center {
  text-align: center;
}

/* line 57, app/assets/stylesheets/queue.scss */
.queue-odd {
  background-color: #464646;
  color: #c5c5c5;
}

/* line 61, app/assets/stylesheets/queue.scss */
.queue-even {
  background-color: #5f5f5f;
  color: #c5c5c5;
}

/* line 66, app/assets/stylesheets/queue.scss */
.queue-dependencies {
  list-style-type: none;
  margin: 0 0 0 -20px;
}

/* line 71, app/assets/stylesheets/queue.scss */
.queue-dependant {
  background: transparent;
}

/* line 75, app/assets/stylesheets/queue.scss */
.queue-count {
  font-size: 0.8em;
  margin: 0 0 0 3px;
}

/* line 81, app/assets/stylesheets/queue.scss */
.wait-reason {
  max-width: 400px;
}

/* line 1, app/assets/stylesheets/agents.scss */
.chart-agent_history {
  margin: 20px 0 20px 0;
}

/* line 1, app/assets/stylesheets/metrics.scss */
.metric-card {
  border: 1px solid #ccffcc;
  margin: 30px 5px 20px 5px;
  max-width: 950px;
  padding: 0 30px 20px 30px;
}

/* line 8, app/assets/stylesheets/metrics.scss */
.metric-card_full_width {
  border: 1px solid #ccffcc;
  margin: 30px 5px 20px 5px;
  padding: 0 30px 20px 30px;
}

/* line 14, app/assets/stylesheets/metrics.scss */
.metric-card_build-events {
  border: 1px solid #ccffcc;
  margin: 30px 5px 20px 5px;
  max-width: 1075px;
  padding: 0 30px 20px 30px;
}

/* line 21, app/assets/stylesheets/metrics.scss */
.metric-card_no_border {
  border: 0px;
  margin: 30px 5px 20px 5px;
  max-width: 1075px;
  padding: 0 30px 20px 30px;
}

/* line 28, app/assets/stylesheets/metrics.scss */
.metric-card_name {
  color: #ccffcc;
  background-color: #2C2C2C;
  display: inline-block;
  font-size: 28px;
  font-weight: lighter;
  padding: 0 10px 0 8px;
  position: relative;
  transform: translateY(-24px);
  -webkit-transition: color 1s, transform 1s;
}

/* line 40, app/assets/stylesheets/metrics.scss */
.collapse_card {
  height: 40px;
  overflow: hidden;
  border: 0;
  -webkit-transition: border 1s, height 1s;
}

/* line 47, app/assets/stylesheets/metrics.scss */
.move_up {
  transform: translateY(0px);
  color: #9e9e9e;
  -webkit-transition: color 1s, transform 1s;
}

/* line 53, app/assets/stylesheets/metrics.scss */
.metric-value {
  color: #9cf4a7;
}

/* line 57, app/assets/stylesheets/metrics.scss */
.chart-metric {
  height: 200px;
  max-width: 750px;
  margin: 20px auto 30px auto;
}

/* line 63, app/assets/stylesheets/metrics.scss */
.chart-metric-merge-raw {
  height: 600px;
  max-width: 750px;
  margin: 20px auto 30px auto;
}

/* line 69, app/assets/stylesheets/metrics.scss */
.data_value {
  color: #fefefe;
}

/* line 73, app/assets/stylesheets/metrics.scss */
.metrics-card_value {
  font-size: 72px;
  margin: 20px;
}

@media (min-width: 768px) {
  /* line 73, app/assets/stylesheets/metrics.scss */
  .metrics-card_value {
    position: relative;
    top: 50%;
    transform: translateY(30%);
  }
}

/* line 82, app/assets/stylesheets/metrics.scss */
.flaky_infra_value {
  font-size: 50px;
}

/* line 86, app/assets/stylesheets/metrics.scss */
.costs_value {
  font-size: 50px;
}

@media (min-width: 768px) {
  /* line 86, app/assets/stylesheets/metrics.scss */
  .costs_value {
    top: 50%;
    transform: translateY(70%);
  }
}

/* line 94, app/assets/stylesheets/metrics.scss */
.merge_to_master_time_value {
  font-size: 72px;
  margin: 20px;
}

@media (min-width: 768px) {
  /* line 94, app/assets/stylesheets/metrics.scss */
  .merge_to_master_time_value {
    position: relative;
    top: 50%;
    transform: translateY(30%);
  }
}

/* line 104, app/assets/stylesheets/metrics.scss */
.flaky_test_value {
  font-size: 72px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 104, app/assets/stylesheets/metrics.scss */
  .flaky_test_value {
    position: relative;
    text-align: center;
  }
}

/* line 113, app/assets/stylesheets/metrics.scss */
.flaky_total_value {
  font-size: 36px;
  margin: 20px;
}

/* line 118, app/assets/stylesheets/metrics.scss */
.chart-title {
  margin: 10px auto 0 auto;
  color: #9cf4a7;
  max-width: 750px;
  text-align: center;
}

/* line 125, app/assets/stylesheets/metrics.scss */
.single-chart-group {
  margin: 20px;
}

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Toggle Styles */
/* line 11, app/assets/stylesheets/simple-sidebar.scss */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 19, app/assets/stylesheets/simple-sidebar.scss */
#wrapper.toggled {
  padding-left: 180px;
}

/* line 23, app/assets/stylesheets/simple-sidebar.scss */
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 180px;
  width: 0;
  height: 100%;
  margin-left: -180px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 38, app/assets/stylesheets/simple-sidebar.scss */
#wrapper.toggled #sidebar-wrapper {
  width: 180px;
}

/* line 42, app/assets/stylesheets/simple-sidebar.scss */
#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

/* line 48, app/assets/stylesheets/simple-sidebar.scss */
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -180px;
}

/* Sidebar Styles */
/* line 55, app/assets/stylesheets/simple-sidebar.scss */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 180px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 64, app/assets/stylesheets/simple-sidebar.scss */
.sidebar-sub-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 70, app/assets/stylesheets/simple-sidebar.scss */
.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

/* line 75, app/assets/stylesheets/simple-sidebar.scss */
.sidebar-sub-nav li {
  text-indent: 40px;
  line-height: 40px;
}

/* line 80, app/assets/stylesheets/simple-sidebar.scss */
.sidebar-sub-nav li a, .sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #9cf4a7;
  box-shadow: 0 0 0 0 #eaeaea;
}

/* line 87, app/assets/stylesheets/simple-sidebar.scss */
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

/* line 93, app/assets/stylesheets/simple-sidebar.scss */
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

/* line 98, app/assets/stylesheets/simple-sidebar.scss */
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 28px;
  line-height: 60px;
}

/* line 104, app/assets/stylesheets/simple-sidebar.scss */
.sidebar-nav > .sidebar-brand a {
  color: #A6C3D5;
}

/* line 108, app/assets/stylesheets/simple-sidebar.scss */
.sidebar-nav > .sidebar-brand a:hover {
  color: #ebf2f6;
  background: none;
}

/* line 113, app/assets/stylesheets/simple-sidebar.scss */
.hide {
  visibility: hidden;
}

/* line 117, app/assets/stylesheets/simple-sidebar.scss */
.show {
  visibility: visible;
}

@media (min-width: 958px) {
  /* line 122, app/assets/stylesheets/simple-sidebar.scss */
  #wrapper {
    padding-left: 180px;
  }
  /* line 126, app/assets/stylesheets/simple-sidebar.scss */
  #wrapper.toggled {
    padding-left: 0;
  }
  /* line 130, app/assets/stylesheets/simple-sidebar.scss */
  #sidebar-wrapper {
    width: 180px;
  }
  /* line 134, app/assets/stylesheets/simple-sidebar.scss */
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  /* line 138, app/assets/stylesheets/simple-sidebar.scss */
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  /* line 143, app/assets/stylesheets/simple-sidebar.scss */
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

/* line 1, app/assets/stylesheets/event_legend.scss */
.event_legend {
  padding: 15px 0;
}

/* line 4, app/assets/stylesheets/event_legend.scss */
.event_legend td {
  padding: 0 25px;
}

/* line 8, app/assets/stylesheets/event_legend.scss */
.event_legend table {
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/event_details.scss */
.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
  border: none;
  color: #b7b7b7;
  padding-bottom: 8px;
  padding-top: 8px;
}

/* line 7, app/assets/stylesheets/event_details.scss */
.table-borderless tbody tr td strong, .table-borderless tbody tr th strong, .table-borderless thead tr th strong {
  color: #FF5427;
  font-style: italic;
}

/* line 9, app/assets/stylesheets/event_details.scss */
.table-borderless tbody tr td ul, .table-borderless tbody tr th ul, .table-borderless thead tr th ul {
  margin: 0;
  padding: 0;
}

/* line 15, app/assets/stylesheets/event_details.scss */
.table-small_pad tbody tr td, .table-small_pad tbody tr th, .table-small_pad thead tr th {
  padding-bottom: 4px;
  padding-top: 4px;
  background: #2C2C2C;
}

/* line 21, app/assets/stylesheets/event_details.scss */
.error-frequency {
  font-size: 1.2em;
  padding: 0 15px;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/event_details.scss */
.error-text {
  padding: 5px;
  word-break: break-all;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}

/* line 1, app/assets/stylesheets/timeline_group.scss */
.timeline_group {
  background-color: #000;
  border-radius: 7px;
  padding: 10px;
  margin: 15px 0;
}

/* line 1, app/assets/stylesheets/placeholder_card.scss */
.card_place_holder {
  font-style: italic;
}

/* line 1, app/assets/stylesheets/quiz.scss */
.state_label {
  float: right;
  font-size: 1.8em;
  margin: 0 auto;
  text-transform: uppercase;
}

/* line 8, app/assets/stylesheets/quiz.scss */
.fix_commit_input {
  width: 350px !important;
}

/* line 12, app/assets/stylesheets/quiz.scss */
.flake_event_despite_fix_commit {
  padding-left: 20px;
}

/* line 18, app/assets/stylesheets/quiz.scss */
.quiz-info_header {
  font-family: "Dosis";
  background-color: #1f1f1f;
  border-radius: 5px;
}

/* line 24, app/assets/stylesheets/quiz.scss */
.quiz-info_header_name {
  font-size: 2.2em;
}

/* line 28, app/assets/stylesheets/quiz.scss */
.quiz-info_header_element {
  font-size: 1.4em;
  padding: 5px 0 0 15px;
}

/* line 33, app/assets/stylesheets/quiz.scss */
.quiz-info_header_class {
  color: #b7b7b7;
}

/* line 40, app/assets/stylesheets/quiz.scss */
.quiz-info_header_links {
  padding-top: 5px;
  text-align: right;
}

/* line 45, app/assets/stylesheets/quiz.scss */
.quiz-info_tracking {
  text-align: center;
  margin-bottom: 15px;
}

/* line 50, app/assets/stylesheets/quiz.scss */
.quiz-section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #1f1f1f;
  border-radius: 5px;
}

/* line 58, app/assets/stylesheets/quiz.scss */
.quiz-flaky_flag_section {
  text-align: center;
}

/* line 62, app/assets/stylesheets/quiz.scss */
.radio-assigned_to {
  color: #eaeaea;
  padding: 5px;
}

/* line 67, app/assets/stylesheets/quiz.scss */
.table-fine_results {
  border-top: 1px solid;
  margin-top: 20px;
}

/* line 1, app/assets/stylesheets/flake_events.scss */
.despite_fix_icon {
  color: #F74323;
}

/* line 5, app/assets/stylesheets/flake_events.scss */
.despite_fix_was_icon {
  color: #9cf4a7;
}

/* line 9, app/assets/stylesheets/flake_events.scss */
.flake_event_same_test {
  background-color: #0c0c0c;
}

/* line 3, app/assets/stylesheets/faq.scss */
.faq-item {
  max-width: 980px;
}

/* line 5, app/assets/stylesheets/faq.scss */
.faq-item p, .faq-item li {
  color: #848484;
}

/* line 9, app/assets/stylesheets/faq.scss */
.faq-item a {
  color: #9cf4a7;
  text-decoration: none;
  box-shadow: 0 1px 0 0 #9cf4a7;
}

/* line 10, app/assets/stylesheets/faq.scss */
.faq-item a:hover {
  color: #9cf4a7;
  text-decoration: none;
  box-shadow: 0 2px 0 0 #9cf4a7;
}

/* line 13, app/assets/stylesheets/faq.scss */
.faq-question {
  color: #b7b7b7;
  font-size: 1.8em;
  font-weight: lighter;
  padding: 20px 0 10px 0;
}

/* line 20, app/assets/stylesheets/faq.scss */
.faq-answer {
  margin-left: 20px;
  background-color: black;
  border-radius: 7px;
  padding: 15px;
}

/* line 27, app/assets/stylesheets/faq.scss */
.faq-answer_hidden {
  display: none;
}

/* line 31, app/assets/stylesheets/faq.scss */
p.faq-footnote {
  color: #6b6b6b;
  font-style: italic;
}

/* line 36, app/assets/stylesheets/faq.scss */
.faq-toggle_icon {
  font-size: 0.8em;
  color: #9cf4a7;
}

/* line 1, app/assets/stylesheets/extras.scss */
.extra_link {
  font-size: 2.2em;
  font-weight: lighter;
}

/* line 1, app/assets/stylesheets/job_states.scss */
.job_finished {
  color: #9cf4a7;
}

/* line 5, app/assets/stylesheets/job_states.scss */
.job_failed {
  color: #F74323;
}

/* line 1, app/assets/stylesheets/branches.scss */
.text_field-branch_name {
  width: 500px !important;
}

/* line 1, app/assets/stylesheets/comments.scss */
.single_comment {
  border-bottom: 1px solid rgba(234, 234, 234, 0.1);
  color: #eaeaea;
  margin: 0 20px;
  padding: 7px 0;
}

/* line 9, app/assets/stylesheets/comments.scss */
.comment_date {
  color: #848484;
  font-size: 0.8em;
  width: 15%;
}

/* line 15, app/assets/stylesheets/comments.scss */
.comment_body {
  color: #b7b7b7;
  padding-left: 20px;
  width: 85%;
}

/* line 21, app/assets/stylesheets/comments.scss */
.comment_target {
  display: table-cell;
}

/* line 25, app/assets/stylesheets/comments.scss */
.form-comment_add {
  border-bottom: 1px solid rgba(234, 234, 234, 0.1);
  padding-top: 20px;
}

/* line 29, app/assets/stylesheets/comments.scss */
.form-comment_add textarea {
  width: 100%;
  margin-bottom: 5px;
}

/* line 35, app/assets/stylesheets/comments.scss */
.comment_add_hidden {
  visibility: hidden;
  height: 0;
}

/* line 40, app/assets/stylesheets/comments.scss */
.comment_add_toggle {
  margin: 9px;
  color: #A6C3D5;
  font-weight: lighter;
  cursor: pointer;
}

/* line 47, app/assets/stylesheets/comments.scss */
.pagination {
  width: 100%;
  text-align: center;
}

/* line 52, app/assets/stylesheets/comments.scss */
.comment_add_icon {
  color: #A6C3D5;
  cursor: pointer;
  margin: 3px;
}

/* line 58, app/assets/stylesheets/comments.scss */
.comment_icon_color {
  color: #ff0080;
}

/* line 7, app/assets/stylesheets/repeaters.scss */
.repeater-row_failure {
  border-left: 3px solid #F74323;
  border-right: 3px solid #F74323;
  font-style: italic;
}

/* line 13, app/assets/stylesheets/repeaters.scss */
.repeater-row_running {
  font-style: italic;
}

/* line 17, app/assets/stylesheets/repeaters.scss */
.repeater_item-harvest {
  color: #e5e500;
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/repeaters.scss */
.c3-chart-arc path {
  stroke: none;
}

/* line 31, app/assets/stylesheets/repeaters.scss */
.repeater_success {
  color: #9cf4a7;
}

/* line 35, app/assets/stylesheets/repeaters.scss */
.repeater_failure {
  color: #F74323;
}

/* line 39, app/assets/stylesheets/repeaters.scss */
.repeater_cancelled {
  color: #e5e500;
}

/* line 47, app/assets/stylesheets/repeaters.scss */
.td-repeater_frequency {
  width: 50px;
}

/* line 55, app/assets/stylesheets/repeaters.scss */
.repeater_history {
  padding: 10px 0 10px 0;
}

/* line 62, app/assets/stylesheets/repeaters.scss */
.repeater-pass, .repeater-fail, .repeater-no_test, .repeater-running {
  font-size: 1.4em;
  display: inline;
  height: 40px;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
  width: 40px;
  position: relative;
}

/* line 73, app/assets/stylesheets/repeaters.scss */
.repeater-pass {
  background-color: #5cb85c;
  color: #9cf4a7;
}

/* line 77, app/assets/stylesheets/repeaters.scss */
.repeater-fail {
  background-color: #F74323;
  color: #fcc1b7;
}

/* line 82, app/assets/stylesheets/repeaters.scss */
.repeater-running {
  background-color: #2C2C2C;
  color: #9cf4a7;
}

/* line 87, app/assets/stylesheets/repeaters.scss */
.repeater-fail_1 {
  background-color: #7c1705;
}

/* line 88, app/assets/stylesheets/repeaters.scss */
.repeater-fail_2 {
  background-color: #ae2006;
}

/* line 89, app/assets/stylesheets/repeaters.scss */
.repeater-fail_3 {
  background-color: #F74323;
}

/* line 91, app/assets/stylesheets/repeaters.scss */
.repeater-no_test {
  background-color: transparent;
}

/* line 95, app/assets/stylesheets/repeaters.scss */
.repeater_current {
  border: 1px solid #9cf4a7;
  border-radius: 5px;
}

/* line 100, app/assets/stylesheets/repeaters.scss */
.progress-repeater {
  height: 50px;
  background: transparent;
}

/* line 103, app/assets/stylesheets/repeaters.scss */
.progress-repeater .progress-bar-danger {
  background-color: #F74323;
}

/* line 108, app/assets/stylesheets/repeaters.scss */
.repeater-stable {
  color: #9cf4a7;
}

/* line 111, app/assets/stylesheets/repeaters.scss */
.repeater-unstable {
  color: #F74323;
}

/* line 115, app/assets/stylesheets/repeaters.scss */
.repeater-stability_icon {
  font-size: 2.4em;
}

/* line 118, app/assets/stylesheets/repeaters.scss */
.repeater-stability_words {
  font-family: 'Dosis';
  font-size: 3em;
  padding-left: 10px;
}

/* line 126, app/assets/stylesheets/repeaters.scss */
.repeater-stability_marker_middle {
  background-color: transparent;
  border-right: 4px solid #fff;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
  height: 50px;
  width: 90%;
}

/* line 136, app/assets/stylesheets/repeaters.scss */
.repeater-stability_marker_top {
  background-color: transparent;
  border-top: 4px solid #A6C3D5;
  border-bottom: 4px solid #A6C3D5;
  position: relative;
  top: -120px;
  margin-bottom: -120px;
  height: 50px;
  width: 4%;
  left: 87.8%;
}

/* line 148, app/assets/stylesheets/repeaters.scss */
.repeater_legend_numbers {
  position: relative;
  top: 0;
  font-weight: 100;
  font-size: 1em;
  color: #b7b7b7;
}

/* line 157, app/assets/stylesheets/repeaters.scss */
.repeater-legend_number {
  position: relative;
  top: 10px;
}

/* line 159, app/assets/stylesheets/repeaters.scss */
.repeater-legend_number_10 {
  left: 10%;
  margin: -11px;
}

/* line 160, app/assets/stylesheets/repeaters.scss */
.repeater-legend_number_20 {
  left: 20%;
  margin: -11px;
}

/* line 161, app/assets/stylesheets/repeaters.scss */
.repeater-legend_number_30 {
  left: 30%;
  margin: -11px;
}

/* line 162, app/assets/stylesheets/repeaters.scss */
.repeater-legend_number_40 {
  left: 40%;
  margin: -11px;
}

/* line 163, app/assets/stylesheets/repeaters.scss */
.repeater-legend_number_50 {
  left: 50%;
  margin: -11px;
}

/* line 164, app/assets/stylesheets/repeaters.scss */
.repeater-legend_number_60 {
  left: 60%;
  margin: -11px;
}

/* line 165, app/assets/stylesheets/repeaters.scss */
.repeater-legend_number_70 {
  left: 70%;
  margin: -11px;
}

/* line 166, app/assets/stylesheets/repeaters.scss */
.repeater-legend_number_80 {
  left: 80%;
  margin: -11px;
}

/* line 167, app/assets/stylesheets/repeaters.scss */
.repeater-legend_number_90 {
  left: 90%;
  margin: -30px;
  color: #fff;
}

/* line 168, app/assets/stylesheets/repeaters.scss */
.repeater-legend_number_100 {
  left: 100%;
  margin: -14px;
}

/* line 170, app/assets/stylesheets/repeaters.scss */
.repeater-row_0 {
  background-color: #333;
}

/* line 173, app/assets/stylesheets/repeaters.scss */
.repeater-row_1 {
  background-color: #444;
}

/* line 177, app/assets/stylesheets/repeaters.scss */
.repeater-divider {
  border-color: #5f5f5f;
}

/* line 181, app/assets/stylesheets/repeaters.scss */
.repeater_icon {
  line-height: 40px;
  text-align: center;
}

/* line 186, app/assets/stylesheets/repeaters.scss */
a.repeater_icon:hover {
  color: #fff;
  box-shadow: 0 2px 0 0 #fff;
}

/* line 191, app/assets/stylesheets/repeaters.scss */
.repeater-times {
  text-align: center;
}

/* line 195, app/assets/stylesheets/repeaters.scss */
.repeater-median_time {
  font-family: "Dosis";
  font-size: 6em;
  margin: 0 auto;
}

/* line 201, app/assets/stylesheets/repeaters.scss */
.repeater-min_max_time {
  font-family: "Dosis";
  font-size: 3em;
  margin: 0 auto;
}

/* line 207, app/assets/stylesheets/repeaters.scss */
.repeater-times_title {
  color: #b7b7b7;
  font-size: 2em;
  font-weight: 100;
  margin: 0 auto;
  text-align: center;
}

/* line 215, app/assets/stylesheets/repeaters.scss */
.commit_check {
  width: 400px;
}

/* line 219, app/assets/stylesheets/repeaters.scss */
.repeater_times_timeline {
  height: 150px;
}

/* line 223, app/assets/stylesheets/repeaters.scss */
.repeater_stats {
  color: #ccffcc;
}

/* line 227, app/assets/stylesheets/repeaters.scss */
.repeater_stats th {
  font-weight: bold;
  text-align: right;
}

/* line 231, app/assets/stylesheets/repeaters.scss */
.repeater_stats td {
  font-weight: 200;
}

/* line 236, app/assets/stylesheets/repeaters.scss */
.repeater_stats_single_value {
  text-align: center;
}

/* line 240, app/assets/stylesheets/repeaters.scss */
.repeater-stats_git_sha {
  font-size: 1.4em;
}

/* line 244, app/assets/stylesheets/repeaters.scss */
.repeater-timing_table {
  width: 100%;
}

/* line 248, app/assets/stylesheets/repeaters.scss */
.repeater-timing_small_cell {
  float: left;
  width: 75px;
}

/* line 253, app/assets/stylesheets/repeaters.scss */
.repeater-timing_small_cell_icon {
  width: 25px;
}

/* line 257, app/assets/stylesheets/repeaters.scss */
.repeater-timing_small_cell_time {
  width: 100px;
}

/* line 261, app/assets/stylesheets/repeaters.scss */
.repeater-timing_small_cell_badge {
  text-align: left;
}

/* line 266, app/assets/stylesheets/repeaters.scss */
.repeater-timing_small_cell_build {
  float: left;
  text-align: left;
}

/* line 275, app/assets/stylesheets/repeaters.scss */
.repeater-timing_bar {
  background-color: #FF5427;
  width: 75px;
}

/* line 280, app/assets/stylesheets/repeaters.scss */
.below_median {
  background-color: #ff66b3;
}

/* line 284, app/assets/stylesheets/repeaters.scss */
.above_median {
  background-color: #99004d;
}

/* line 288, app/assets/stylesheets/repeaters.scss */
.at_median {
  background-color: #ff0080;
}

/* line 5, app/assets/stylesheets/quiz_event.scss */
.right {
  text-align: right;
}

/* line 9, app/assets/stylesheets/quiz_event.scss */
.no_border {
  border: 0px;
}

/* The switch - the box around the slider */
/* line 5, app/assets/stylesheets/toggle.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
/* line 13, app/assets/stylesheets/toggle.scss */
.switch input {
  display: none;
}

/* The slider */
/* line 16, app/assets/stylesheets/toggle.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #337ab7;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 28, app/assets/stylesheets/toggle.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: whitesmoke;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 40, app/assets/stylesheets/toggle.scss */
input:checked + .slider {
  background-color: #F74323;
}

/* line 44, app/assets/stylesheets/toggle.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #F74323;
}

/* line 48, app/assets/stylesheets/toggle.scss */
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
/* line 55, app/assets/stylesheets/toggle.scss */
.slider.round {
  border-radius: 34px;
}

/* line 59, app/assets/stylesheets/toggle.scss */
.slider.round:before {
  border-radius: 50%;
}

/* line 1, app/assets/stylesheets/settings.scss */
.extra_warning {
  background-color: #e5e500;
  color: black;
}

/* line 6, app/assets/stylesheets/settings.scss */
.settings_group {
  background-color: #5f5f5f;
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 10px;
}

/* line 2, app/assets/stylesheets/jobs_overwrites.scss */
table.list_table tr {
  color: #eaeaea;
}

/* line 3, app/assets/stylesheets/jobs_overwrites.scss */
table.list_table tr.even {
  background-color: #131313;
}

/* line 4, app/assets/stylesheets/jobs_overwrites.scss */
table.list_table tr.odd {
  background-color: #5f5f5f;
}

/* line 6, app/assets/stylesheets/jobs_overwrites.scss */
table.list_table .button_to input[type='submit'] {
  background-color: #9cf4a7;
  border-radius: 3px;
  border: 1px solid;
  color: #2C2C2C;
}

/* line 1, app/assets/stylesheets/calendar-heatmap.scss */
text.month-name,
text.calendar-heatmap-legend-text,
text.day-initial {
  stroke: #eaeaea;
  font-size: 10px;
  fill: inherit;
  font-family: Helvetica, arial, 'Open Sans', sans-serif;
}

/* line 9, app/assets/stylesheets/calendar-heatmap.scss */
rect.day-cell:hover {
  stroke: #555555;
  stroke-width: 1px;
}

/* line 13, app/assets/stylesheets/calendar-heatmap.scss */
.day-cell-tooltip {
  position: absolute;
  z-index: 9999;
  padding: 5px 9px;
  color: #bbbbbb;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 3px;
  text-align: center;
}

/* line 23, app/assets/stylesheets/calendar-heatmap.scss */
.day-cell-tooltip > span {
  font-family: Helvetica, arial, 'Open Sans', sans-serif;
}

/* line 26, app/assets/stylesheets/calendar-heatmap.scss */
.calendar-heatmap {
  box-sizing: initial;
}

/* line 1, app/assets/stylesheets/retest_stats.scss */
.container-heatmap {
  text-align: center;
}

/* line 1, app/assets/stylesheets/telemetry.scss */
.telemetry-engine_time {
  width: 100px;
}

/* line 1, app/assets/stylesheets/build_types.scss */
.pass-rate_real_good {
  color: #9cf4a7 !important;
}

/* line 5, app/assets/stylesheets/build_types.scss */
.pass-rate_sorta_bad {
  color: orange !important;
}

/* line 9, app/assets/stylesheets/build_types.scss */
.pass-rate_sorta_good {
  color: yellow !important;
}

/* line 13, app/assets/stylesheets/build_types.scss */
.pass-rate_real_bad {
  color: #F74323 !important;
}

/* line 1, app/assets/stylesheets/tickets.scss */
.td-ticket_number {
  width: 60px;
  text-align: left;
  padding-right: 5px;
}

/* line 7, app/assets/stylesheets/tickets.scss */
.ticket_status {
  text-transform: uppercase;
  width: 80px;
}

/* line 12, app/assets/stylesheets/tickets.scss */
.ticket_priority {
  width: 80px;
}

/* line 16, app/assets/stylesheets/tickets.scss */
.ticket_label {
  color: #848484;
  font-size: 0.8em;
}

/* line 21, app/assets/stylesheets/tickets.scss */
.ticket_text_block {
  color: #9e9e9e;
  border: 0px solid #19de31;
  border-bottom: 0px;
  border-top: 0px;
  border-right: 0px;
  padding: 10px;
}

/* line 31, app/assets/stylesheets/tickets.scss */
.ticket_assigned_status {
  width: 60px;
}

/* line 35, app/assets/stylesheets/tickets.scss */
.status_label {
  font-size: 2em;
  text-transform: uppercase;
  float: right;
}

/* line 41, app/assets/stylesheets/tickets.scss */
.ticket_details_block {
  background-color: #131313;
  padding: 30px;
}

/* line 46, app/assets/stylesheets/tickets.scss */
.ticket-flag_large {
  font-size: 4.0em;
}

/* line 50, app/assets/stylesheets/tickets.scss */
.ticket-flag_priority {
  color: #F74323;
}

/* line 54, app/assets/stylesheets/tickets.scss */
.ticket-flag_not_priority {
  color: #6b6b6b;
}

/* line 58, app/assets/stylesheets/tickets.scss */
.ticket-project_switch {
  float: right;
}

/* line 1, app/assets/stylesheets/users.scss */
.slack_message_icon {
  padding-right: 10px;
  color: #9cf4a7;
}

/* line 6, app/assets/stylesheets/users.scss */
.user_slack_github_warning {
  font-size: 1.2em;
}

/* line 1, app/assets/stylesheets/circle.scss */
.circle-icon {
  color: #A6C3D5;
}

/* line 5, app/assets/stylesheets/circle.scss */
.circle-icon-pass {
  color: #9cf4a7;
}

/* line 9, app/assets/stylesheets/circle.scss */
.circle-icon-fail {
  color: #F74323;
}

/* line 1, app/assets/stylesheets/workflow_events.scss */
.workflow-stats {
  font-family: 'Dosis', sans-serif;
  font-size: 1.6em;
}

/* line 6, app/assets/stylesheets/workflow_events.scss */
.branch_search {
  padding: 0px 20px 20px 0px;
  text-align: right;
}

/* line 11, app/assets/stylesheets/workflow_events.scss */
.workflow-dependency-timing_hidden {
  display: none;
}

/* line 15, app/assets/stylesheets/workflow_events.scss */
.build_event_link {
  padding-left: 10px;
}

/* line 19, app/assets/stylesheets/workflow_events.scss */
.project_selection {
  font-size: 2em;
  text-align: right;
}

/* line 1, app/assets/stylesheets/errors.scss */
.error-status_code {
  color: #F74323;
  font-family: 'Dosis', sans-serif;
  font-size: 8em;
}

/* line 7, app/assets/stylesheets/errors.scss */
.error-status_text {
  color: #ff0080;
  font-family: 'Dosis', sans-serif;
  font-size: 4em;
}
