@media (min-width: 1600px) {
  .container {
    max-width: 1575px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 36px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #ecf0f1;
  color: #212529;
  padding: 0 12px;
}

body {
  font-size: .82em;
}

nav {
  font-size: 1.15em;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2irem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

div .result-view {
  padding-top: 6px;
}

label {
  padding-right: 3px;
}

table.listing tr:nth-child(even) {
  background: #EEE;
}

table.listing tr:nth-child(odd) {
  background: #FFF;
}

table td {
  padding: 0 9px;
}

table th {
  padding: 0 9px;
  display: table-cell;
}

table.listing thead {
  background-color: #95a5a6;
  color: white;
}

td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spacer-6px {
  width: 6px;
}

.spacer-12px {
  width: 12px;
}

.margin-bottom-1em {
  margin-bottom: 1em;
}

.form-control {
  color: #212529;
}

.logo {
  float: right;
  width: 130px;
  height: 50px;
}

.btn-primary.disabled, .btn-primary:disabled {
  cursor: default;
}

.btn {
  margin-top: 1px;
}

.btn-pagination {
  background-color: #FFF;
  color: #212529;
  border: #FFF;
  padding-right: 0.75em;
  padding-left: 0.75em;
}

.btn-pagination:hover {
  background-color: #CCC;
}

.btn-pagination:focus {
  outline: none;
  box-shadow: none;
}

.stats {
  padding-top: 9px;
  padding-bottom: 6px;
}

.stats .label {
  font-weight: bold;
}

.alert {
  margin: 6px;
  border-radius: 3px;
}

.version {
  margin-top: 36px;
  margin-bottom: 6px;
}

div #results {
  display: flex;
}

div #results-left {
  float: left;
  padding: 0px 3px;
}

div #results-right {
  float: left;
  flex-grow: 1;
  padding: 0px 3px;
}

#results-left div {
  padding-bottom: 2em;
}

#fileview {
  width: 100%;
  height: calc(100vh - 155px);
  border-style: none;
  box-shadow: 2px 2px 6px #CCC;
  display: block;
  visibility: hidden;
  margin-left: 9px;
}

.pagination {
  margin: 0;
  vertical-align: middle;
  float: left;
}

.pagination a {
  color: black;
  float: left;
  padding: 4px 10px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0.2rem;
}

.pagination li.active a {
  background-color: #2C3E50;
  color: white;
}

.pagination li:hover:not(.active) a {
  background-color: rgba(0, 0, 0, 0.075);
}

.pagination-buttons-inline {
  float: left;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: none;
  grid-gap: 20px;
}

@media screen and (max-width:100em) {
  .grid-container {
    grid-template-columns: none;
    grid-template-rows: 1fr 1fr;
  }
}

.result-list {
  margin-right: 20px;
}

.result-list-element {
  float: left;
  width: auto;
}

.result-list-element .list-controls {
  float: left;
  padding-bottom: 3px;
  min-height: 2em;
}

.result-list-element table {
  width: 100%;
  padding-top: 199px;
}

.plot-list {
  max-width: 60em;
}

.plot-controls {
  padding-bottom: 20px;
  min-height: 9em;
}

.plot-selection {
  padding-top: 6px;
}

.ember-power-select-trigger {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.08rem 0.5rem;
  border-radius: 0.2rem;
  border: 1px solid #ced4da;
  overflow: visible;
}

.ember-power-select-status-icon {
  border-width: 5.5px 3px 0 3px;
    border-color: #212529 transparent transparent transparent;
}

.comma-list {
  display: inline;
  list-style: none;
}

.comma-list li {
  display: inline;
}

.comma-list li:after {
  content: ", ";
}

.comma-list li:last-child:after {
    content: "";
}

#result-filter {
  display: none;
}
/* Show filter panel when filter-visible class is applied */
#result-filter.filter-visible {
  display: block;
}

.result-filter-row {
  padding-bottom: 6px;
}
