html, body, body > .ember-view, .main-container {

height: 100%;

}

body {

padding-top: 66px;
background-color: #38343D;

}

// Making the navbar items look clickable .navbar .nav li:hover {

cursor: pointer;

}

// Line up the navbar logo .navbar-brand {

padding-left: 15px;

}

// Removing the bottom margin from the navbar .navbar {

margin-bottom: 0;

}

// Fix z-index issue bootstrap tooltips .tooltip {

position: fixed;

}

// Used in the nav bar and page .main-container {

width: 1024px;
margin: auto;

}

// So we can have two equal width scrollable columns .main-panel, .sidebar {

float: left;
height: 100%;
overflow: hidden;
position: relative;

}

// Main content panel .main-panel {

width: 75%;
background-color: #FFF;

header {
  h2, a {
    margin: 10px 0;
  }

  a {
    margin-top: 12px;
    margin-left: 15px;
  }
}

table {
  a {
    text-decoration: none;
    margin-right: 5px;
    height: auto;
  }
}

section {
  margin-bottom: 50px;
}

form button {
  margin-right: 15px;
}

.form-control-view {
  background-color: #EEECF1;
}

pre.form-control-view {
  height: auto;
}

}

.inner {

padding: 25px;

} // End Main content panel

// Sidebar .sidebar {

width: 25%;
padding: 0;
border: 0;
margin: 0;
background-color: #EEECF1;

h2 {
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  padding: 25px 13px;
}

.execution-status {
  margin-top: 13px;
}

.execution-info {
  font-size: 12px;
}

}

.list-group {

margin-bottom: 0;

}

.list-group-item {

background-color: #EEECF1;
border: 1px solid #C7C0D3;
border-left: 0;
border-right: 0;
padding: 10px 13px;

}

a.list-group-item.active, a.list-group-item.active:hover {

background-color: #FFF;
color: #555;
border-color: #C7C0D3;
border-right-color: #FFF;

}

a.list-group-item:hover {

background-color: #D6D3DD;

} // End Sidebar

// Job execution output .output {

display: block;
unicode-bidi: embed;
font-family: monospace;
white-space: pre;
background-color: #222;
color: #C5C7C4;
line-height: 1.5;
padding: 15px;
overflow: scroll;
width: 718px; // Find a better way to do this

}

// Schedule editor schedule-editor {

.panel-heading {
  background: #342F42;
  color: #fff;
  border: 1px solid #342F42;
  border-radius: 0;
}

.panel > a:hover {
  text-decoration: none;
  border-color: #D4D2D8;

  .panel-heading {
    background-color: #23202B;
  }
}

.tab-pane {
  padding: 25px 0 10px 0;
}

.btn-group {
  display: block;

  .btn-primary {
    background: #EEECF1;
    color: #413A4B;
    border-color: #C7C0D3;
    border-radius: 0;
  }

  .active {
    background-color: #342F42;
    color: #fff;
    border-color: #342F42;
    -webkit-box-shadow: 0;
    box-shadow: 0;
  }
}

} // End Schedule editor

// Tomorrow Night Ansi Colour Scheme .tomorrow-night-eighties-ansi-theme {

.ansi-black-fg {
  color: #3A3A3A;
}

.ansi-red-fg {
  color: #DD948E;
}

.ansi-green-fg {
  color: #B6D1AA;
}

.ansi-yellow-fg {
  color: #F3D57C;
}

.ansi-blue-fg {
  color: #8AA9D5;
}

.ansi-magenta-fg {
  color: #CBAFD5;
}

.ansi-cyan-fg {
  color: #9AD1D4;
}

.ansi-white-fg {
  color: #EFEFEF;
}

.ansi-bright-black-fg {
  color: #5E5D5E;
}

.ansi-bright-red-fg {
  color: #E69B94;
}

.ansi-bright-green-fg {
  color: #D1F0C3;
}

.ansi-bright-yellow-fg {
  color: #F4D799;
}

.ansi-bright-blue-fg {
  color: #A6CBFE;
}

.ansi-bright-magenta-fg {
  color: #E7C7F2;
}

.ansi-bright-cyan-fg {
  color: #B0F0F5;
}

.ansi-bright-white-fg {
  color: #FFF;
}

.ansi-black-bg {
  background-color: #3A3A3A;
}

.ansi-red-bg {
  background-color: #DD948E;
}

.ansi-green-bg {
  background-color: #B6D1AA;
}

.ansi-yellow-bg {
  background-color: #F3D57C;
}

.ansi-blue-bg {
  background-color: #8AA9D5;
}

.ansi-magenta-bg {
  background-color: #CBAFD5;
}

.ansi-cyan-bg {
  background-color: #9AD1D4;
}

.ansi-white-bg {
  background-color: #EFEFEF;
}

.ansi-bright-black-bg {
  background-color: #5E5D5E;
}

.ansi-bright-red-bg {
  background-color: #E69B94;
}

.ansi-bright-green-bg {
  background-color: #D1F0C3;
}

.ansi-bright-yellow-bg {
  background-color: #F4D799;
}

.ansi-bright-blue-bg {
  background-color: #A6CBFE;
}

.ansi-bright-magenta-bg {
  background-color: #E7C7F2;
}

.ansi-bright-cyan-bg {
  background-color: #B0F0F5;
}

.ansi-bright-white-bg {
  background-color: #FFF;
}

}