.form-group {
  padding: 10px;
  margin-bottom: 15px;
  border: 2px solid #CCC;
  border-radius: 5px;
}

.form-group-label {
  display: block;
  margin-bottom: 6px;
}
.left-pane {
  width: 440px;
  z-index: 1;
  background-color: #EEE;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border-right: 2px solid #CCC;
  display: flex;
  flex-direction: column;
}
.repository {
  background-color: #EEE;
  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: 2px solid #CCC;
  border-bottom: 2px 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: #00F;
}

.repository-inner {
  padding: 10px;
}
.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, .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;
}
.run-menu-container {
  display: flex;
  padding: 0;
}

ul.run-menu {
  text-align: center;
  padding: 8px 0 0 20px;
}

ul.run-menu li {
  position: relative;
  top: 2px;
  z-index: 10;
}

ul.run-menu li a {
  background-color: #DDD;
  border-top: 2px solid #DDD;
  border-bottom: 2px solid #CCC;
  margin: 0;
  padding: 6px 11px 6px 11px !important;
}

ul.run-menu li a.active {
  border-top: 2px solid #CCC;
  border-left: 2px solid #CCC;
  border-right: 2px solid #CCC;
  border-bottom: 2px solid #EEE;
  padding-left: 9px !important;
  padding-right: 9px !important;
  color: #000;
  background: none;
  background-color: #EEE;
}

.run-menu-secondary {
  padding: 15px 0 0 20px;
  background-color: #EEE;
  border-top: 2px solid #CCC;
}

.run-menu-secondary a {
  background-color: #CCC;
}

.run-menu-secondary a.active {
  color: #FFF;
  background-color: #000;
}

.thick-black-bottom-border {
  border-bottom: 15px solid #000;
}
.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.tab-menu {
  display: flex;
  margin: 0;
  list-style: none;
}

ul.tab-menu li {
  margin-right: 6px;
}

ul.tab-menu li a {
  color: #444;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 7px 12px 6px 12px;
  display: block;
  text-decoration: none;
}
.test-case-run-list {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  border-left: 2px solid #CCC;
  background-color: #EEE;
  width: 300px;
}


.test-case-run-list-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  font-family: monospace;
  font-size: 12px;
}

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

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

.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: #00F;
  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;
}

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

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

.run-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;
}

.terminal {
  font-family: monospace;
  background-color: #000;
  color: #FFF;
}

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

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

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

.test-suite-run-header {
  padding: 12px;
}

.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;
}

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

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

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

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

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

.test-suite-run-list li.active a {
  background-color: #00F;
  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;
  padding: 2px 6px;
}

.test-suite-run-status {
  padding: 4px;
  margin-bottom: 4px
}

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

.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-running {
  background-color: #8DF;
}

.test-suite-run-author {
  color: #999;
  margin: 4px 0 10px 0;
}
.test-suite-run-overview {
  background-color: #EEE;
  border-top: 2px solid #CCC;

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

  display: flex;
  flex-direction: row;
}

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

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

.test-case-run header h2 {
  background-color: #000;
  font-weight: normal;
  color: #FFF;
  margin: 0 0 5px 0;
  padding: 8px;
  border-radius: 5px;
}

.test-case-run header h3 {
  margin: 0;
  padding: 0;
  color: #666;
  font-style: italic;
}

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

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

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

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

.test-case-run .code-section h3 {
  font-size: 16px;
  font-weight: normal;
  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: #00F !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;
}
.bg-bbb { background-color: #BBB; }
.bg-ccc { background-color: #CCC; }
.bg-ddd { background-color: #DDD; }
.bg-eee { background-color: #EEE; }

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

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

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

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

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

.button {
  background: linear-gradient(to bottom, #F8F8F8, #D8D8D8);
  border: 1px solid #999;
  margin: 0;
  padding: 4px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Times New Roman';
  font-size: 16px;
  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;
}
/*
 * 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;
}

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: #00F;
}

.container {
  padding: 10px;
}

pre {
  margin: 0;
  padding: 0;
}

.number {
  font-family: 'Courier New';
  font-size: 80%;
  text-align: right;
}

.font-fixed {
  font-family: monospace;
}

.text-red {
  color: red;
}

.text-white {
  color: #FFF;
}
