.detail-pane-menu-container {
  display: flex;
  padding: 0;
}

ul.detail-pane-menu {
  text-align: center;
  padding: 2px 0 0 20px;
}

ul.detail-pane-menu li {
  position: relative;
  top: 1px;
}

ul.detail-pane-menu li a {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-top: 1px solid #DDD;
  margin: 0;
  padding-top: 7px !important;
  padding-bottom: 9px !important;
}

ul.detail-pane-menu li a.active {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-top: 1px solid #CCC;
  color: #000;
  background: none;
  background-color: #EEE !important;
}

ul.detail-pane-menu li a,
ul.detail-pane-menu li a.active {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.task-menu {
  padding: 15px 0 0 20px;
  background-color: #EEE;
  z-index: 0;
}

.terminal-content-spacer {
  border-bottom: 15px solid #000;
  z-index: 1;
}

.task-menu a {
  background-color: #CCC !important;
}

.task-menu a.active {
  color: #FFF;
  background-color: #000 !important;
}

.task-tab-label-passed {
  background-color: #080;
  color: #FFF;
}

.task-tab-label-failed {
  background-color: #F00;
  color: #FFF;
}

.task-tab-label-timed-out {
  background-color: #F80;
  color: #FFF;
}
.form-group {
  padding: 10px;
  margin-bottom: 15px;
  border: 2px solid #CCC;
  border-radius: 5px;
}

.form-group-label {
  display: block;
  margin-bottom: 6px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.modal-content {
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #EEE;
  border: 1px solid #999;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  color: #666;
  width: 350px;
}

.modal-content h2 {
  color: #000;
  margin-bottom: 30px;
}

.modal-content button {
  display: block;
  margin-top: 30px;
  width: 100%;
}
.repository {
  height: 100vh;
}

.repository-home {
  background-color: #FFF;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
}

.repository-header {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  background-color: #EEE;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.repository-header h2 {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

.repository-header a {
  display: block;
  color: #555;
  text-decoration: none;
}

.repository-header a:hover {
  color: #04F;
}

.repository-inner {
  padding: 5px 20px;
}
.run-details {
  overflow-y: auto;
  height: 100vh;
  z-index: 100;
  background-color: #000;
}

.terminal-masked, .terminal-masked span {
  color: #000 !important;
}

.run-info-container {
  width: 0;
  min-width: 100%;
  overflow: auto;
}

.terminal {
  font-family: Monaco, "Lucida Console", monospace;
  background-color: #000;
  color: #FFF;
}

.terminal, .non-terminal-run-info {
  overflow: auto;
  padding: 12px;
}

.non-terminal-run-info {
  color: #FFF;
}

.waiting-for-output, .quote {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.waiting-for-output {
  color: #EEE;
  font-size: 24px;
  margin: 60px auto 25px auto;
}

.quote {
  font-style: italic;
  color: #888;
  font-size: 18px;
}
.saturnci-github-app-installation {
  background-color: #EEE;
  margin-bottom: 20px;
  padding: 20px;
  width: 600px;
}

.saturnci-github-app-installation h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.saturnci-github-app-installation ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.settings-menu {
  margin-top: 15px !important;
  text-align: center;
  padding: 8px 0 0 20px;
}

ul.settings-menu li {
  position: relative;
  top: 1px;
}

ul.settings-menu li a {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #CCC;
  margin: 0;
  padding: 6px 10px 6px 10px !important;
}

ul.settings-menu li a.active {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #EEE;
  padding-left: 9px !important;
  padding-right: 9px !important;
  color: #000;
  background: none;
  background-color: #EEE;
}
.side-pane {
  width: 340px;
  z-index: 1;
  background-color: #EEE;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #CCC;
  display: flex;
  flex-direction: column;
}
ul.tab-menu {
  display: flex;
  margin: 0;
  list-style: none;
}

ul.tab-menu li {
  margin-right: 7px;
  box-shadow: 2px 8px 4px rgba(0,0,0,0.4);
}

ul.tab-menu li a {
  background-color: #DDD;
  color: #444;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-left: 8px;
  display: block;
  text-decoration: none;
  position: relative;
  top: 1px;
}

ul.tab-menu li a.active {
  z-index: 20;
  top: 0px;
}

.tab-body {
  padding: 20px;
  background-color: #EEE;
  height: 100vh;
}

.tab-body,
.test-suite-run-test-cases,
.test-suite-run-stats,
.task-menu {
  border-top: 1px solid #CCC;
}

.tab-body, .test-suite-run-test-cases {
  position: relative;
  z-index: 10;
}

.tab-label, .tab-label-invisible {
  padding: 0px 4px;
  border-radius: 5px;
}

.tab-label {
  position: absolute;
}

.tab-label-container {
  position: relative;
}

.tab-label-invisible {
  visibility: hidden;
}
.test-case-run-list {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #CCC;
  background-color: #EEE;
  width: 300px;
}

.test-case-run-list-body-wrapper {
  overflow-y: hidden;
  flex: 1;
}

.test-case-run-list-body {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  font-family: Monaco, "Lucida Console", monospace;
  font-size: 13px;
}

.test-case-run-list-body ul {
  padding: 0;
  margin: 0;
}

.test-case-run-list-header {
  border-bottom: 1px solid #CCC;
  padding: 10px;
}

.test-case-run-list-header,
.test-case-run-list-header a {
  color: #666 !important;
}

.test-case-run-list-body ul a {
  display: block;
  background: none;
  padding: 5px 10px;
  text-decoration: none;
}

.test-case-run-list-body ul a:hover {
  background-color: #DDD;
}

.test-case-run-list-body ul .test-case-run-status-failed a.active {
  background-color: red;
  color: #FFF;
}

.test-case-run-list-body ul .test-case-run-status-passed a.active {
  background-color: #04F;
  color: #FFF;
}

.test-case-run-list-body ul li:nth-child(odd) {
  background-color: #FFF;
}

.test-case-run-list-body ul li:nth-child(even) {
  background-color: #EEE;
}

.test-case-run-status-passed a {
  color: green;
}

.test-case-run-status-failed a {
  color: red;
}
.two-column-master-detail {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  min-height: 0;
  height: 100%;
}

.test-suite-run-wrapper {
  flex: 1;
  min-height: 0;
  display: flex;
  z-index: 0;
}

.test-suite-run {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.test-suite-run a {
  color: #000;
}

.detail-pane-menu, .test-suite-run-header {
  background-color: #FFF;
}

.test-suite-run-body {
  background-color: #EEE;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.test-suite-run-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #000;
  margin-top: 5px;
  margin-left: 10px;
  padding: 12px;
}

.test-suite-run-header h2 {
  font-size: 24px;
  color: #000;
  margin: 0 0 6px 0;
  padding: 0;
}

.test-suite-run-header h3 {
  color: #444;
  font-weight: normal;
  margin: 0 0 6px 0;
}

.test-suite-run-action-buttons {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}
.test-suite-run-filter-form, .test-suite-run-list-header {
  padding-left: 12px;
  padding-right: 12px;
}

.test-suite-run-filter-form {
  display: none;
  padding-top: 0;
  padding-bottom: 15px;
}

.test-suite-run-filter-form select {
  width: 100%;
}

.test-suite-run-filter-form-checkboxes {
  flex-wrap: wrap;
  display: flex;
  gap: 5px;
}

.test-suite-run-filter-form-checkbox-label {
  display: flex;
  white-space: nowrap;
  width: 120px;
  gap: 5px;
}

.test-suite-run-filter-form-checkbox-label input {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 1px;
}

.test-suite-run-list-header {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  display: flex;
}

.filter-toggle-link {
  text-decoration: none;
  display: none;
  flex-grow: 1;
  text-align: right;
}

.test-suite-run-list-header, .filter-toggle-link {
  color: #666;
}

.filter-toggle-link, .test-suite-run-count {
  padding-top: 6px;
  padding-bottom: 6px;
}
.test-suite-run-list-wrapper {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  flex: 1;
  position: relative;
}

.test-suite-run-list-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  box-shadow: inset 5px 5px 10px rgba(0,0,0,0.2);
  pointer-events: none;
}

.test-suite-run-list {
  font-size: 13px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  background-color: #FFF;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

.test-suite-run-list ul {
  border-bottom: 1px solid #DDD;
  margin: 0;
  padding: 0;
}

.test-suite-run-list li {
  border-bottom: 1px solid #DDD;
  margin: 0;
  padding: 0;
}

.test-suite-run-list a {
  display: block;
  padding: 10px 12px 12px 12px;
  text-decoration: none;
  color: black;
}

.test-suite-run-list a:hover {
  background-color: #EEE;
}

.test-suite-run-list li.active a {
  background-color: #04F;
  color: #FFF;
}

.test-suite-run-list li.active a .test-suite-run-author {
  color: #FFF;
}

.test-suite-run-list li.active a .test-suite-run-duration {
  color: #DDD;
}

.test-suite-run-commit {
  background-color: #DDD;
  display: inline-block;
}

.test-suite-run-author {
  color: #999;
}

.test-suite-run-status {
  margin-right: 6px;
}

.test-suite-run-commit,
.test-suite-run-status,
.test-suite-run-commit-message {
  margin-bottom: 8px;
}

.test-suite-run-commit-message {
  line-height: 1.4;
  font-size: 120%;
}

.test-suite-run-commit, .test-suite-run-status {
  border-radius: 6px;
  color: #444;
  padding: 2px 6px;
}

.test-suite-run-status-not-started {
  background-color: #DDD;
  color: #000;
}

.test-suite-run-status-passed {
  background-color: #0F0;
  color: #000;
}

.test-suite-run-status-cancelled {
  background-color: #DDD;
  color: #000;
}

.test-suite-run-status-failed {
  background-color: #F00;
  color: #000;
}

.test-suite-run-status-timed-out {
  background-color: #F80;
  color: #000;
}

.test-suite-run-status-running {
  background-color: #8DF;
}
.test-suite-run-test-cases {
  background-color: #EEE;

  flex-grow: 1;
  max-height: 100%;
  overflow-y: auto;

  display: flex;
  flex-direction: row;
}

.test-suite-run-stats {
  padding-left: 20px;
}

.test-suite-run-test-cases-details {
  overflow-y: auto;
  max-height: 100%;
  flex: 1;
  width: 0;
  padding: 15px 20px 30px 20px;
}

.test-case-run {
  overflow: auto;
}

.test-case-run header,
.code {
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #AAA;
  box-shadow: inset 2px 2px 6px rgba(0,0,0,0.2);
  padding: 10px 11px;
}

.test-case-run header h2 {
  font-weight: normal;
  color: #000;
  margin: 0 0 5px 0;
}

.test-case-run header h3 {
  margin: 0;
  padding: 0;
  color: #888;
  font-weight: normal;
}

.test-case-run-header-passed {
  border: 4px solid green;
}

.test-case-run-header-failed {
  border: 4px solid red;
}

.test-case-run .code {
  font-family: Monaco, "Lucida Console", monospace;
  font-size: 12px;
  background-color: #FFF;
  color: #000;
  padding: 10px;
  border-radius: 5px;
}

.test-case-run .code-section {
  margin: 20px 0;
}

.test-case-run .code-section h3 {
  font-size: 14px;
  color: #444;
  padding: 0 0 5px 0;
  margin: 0;
}

.test-case-run-details h2 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
}

.test-case-run-details h3 {
  padding: 0;
  margin: 0;
  color: #444;
  font-size: 16px;
}

.screenshot-link {
  color: #04F !important;
}

.test-failure-screenshot {
  max-width: 100%;
  border: 10px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
}

.test-case-run-status-passed a {
  color: green;
}

.test-case-run-status-failed a {
  color: red;
}
.user-profile dl {
  margin: 0;
  padding: 0;
}

.user-profile dt {
  margin: 0;
  padding: 0;
}

.user-profile dd {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: bold;
}
.bg-bbb { background-color: #BBB; }
.bg-ccc { background-color: #CCC; }
.bg-ddd { background-color: #DDD; }
.bg-eee { background-color: #EEE; }
.bg-black { background-color: #000; }

.color-bbb { color: #BBB; }
.color-ccc { color: #CCC; }
.color-ddd { color: #DDD; }
.color-eee { color: #EEE; }

.p-5 { padding: 5px; }
.p-10 { padding: 10px; }
.p-20 { padding: 20px; }

.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-20 { padding-left: 20px; }

.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-20 { padding-right: 20px; }

.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }

.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }

.m-10 { margin: 10px; }
.m-20 { margin: 20px; }
.m-30 { margin: 30px; }

.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }

.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }

.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }

.text-red { color: red; }
.text-white { color: #FFF; }
.text-black { color: #000; }

.border-rounded {
  border-radius: 5px;
}

.button {
  font-size: 14px;
  background: linear-gradient(to bottom, #F8F8F8, #D8D8D8);
  border: 1px solid #999;
  margin: 0;
  padding: 4px 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

.button:hover {
  background: linear-gradient(to bottom, #FFF, #DDD);
}

.button:active {
  background: linear-gradient(to bottom, #c0c0c0, #e0e0e0);
  box-shadow: 
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  top: 1px;
}

.button-small {
  padding: 3px 8px;
  font-size: 14px;
}

.narrow-content {
  max-width: 800px;
}

.font-fixed {
  font-family: Monaco, "Lucida Console", monospace;
}

.inline-block {
  display: inline-block;
}

.number {
  font-family: Monaco, "Lucida Console", monospace;
  font-size: 95%;
  text-align: right;
}

.inset-shadow-overlay,
.test-case-run-list-body-wrapper {
  position: relative;
}

.inset-shadow-overlay::after,
.test-case-run-list-body-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 5px 5px 10px rgba(0,0,0,0.2);
  pointer-events: none;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #FFF;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 14px;
}

body, button, input, select {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

ul, li {
  margin 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.main-header {
  margin: 0;
  padding: 10px;
}

.main-header a {
  color: #04F;
}

.container {
  padding: 10px;
}

pre {
  margin: 0;
  padding: 0;
}
