
/* host list */

.host-list-header {
  display: flex;
}

.host-list-header .spacer {
  flex-grow: 2;
}

.host-list-header h3 {
  padding: 0;
  margin: 0.25em 1em;
  border-bottom: 0;
}

.host-list-header p {
  margin: 0;
  padding: 0.5em;
}

.host-list-item {
  margin: 1em .5em;
}

.host-list-item td {
  padding: 0.1em 0.5em;
}

.host-list-item .key {
  font-variant: small-caps;
  font-weight: 500;
}

.host-list-column {
  padding: 0.3em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.host-list-column table {
  width: 100%;
}

.host-list-firstcolumn {
  border-left: 0;
}

.host-list-side {
  width: 50%;
  border-top: 1px solid #888;
}

.host-list-side h6 {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 0.9;
  text-transform: uppercase;
  margin: 0;
  padding: .2em .5em;
}

.host-list-side ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.host-list-side ul li {
  padding: .25em .5em;
  margin: 0;
}

.host-list-side ul li.empty {
  text-align: center;
}

.host-list-side ul li.instance {
  width: 50%;
}

.host-list-side ul li.instance i {
  margin-right: .25em;
}

.host-list-status .key {
  font-size: 0.8em;
}

.host-list-tasks {
  border-left: 1px solid #777;
}

.host-list-tasks.host-list-side li {
  width: 100%;
}


.bullet {
  border-radius: 5px;
  border: 2px solid #000;
  font-variant: small-caps;
  font-weight: 500;
  color: #fff;
  padding: 0 0.5em 0.3em;
}

.bullet.expected {
  border-color: var(--main);
}

.bullet.warning {
  background: var(--warning);
}

.admin-list-filters {
  background-color: #99999933;
  margin: 0 1em 1em;
}

.admin-list-filters>div {
  padding: 1em;
}


.grid-item {
  text-align: left;
  border-left: 1px solid #333;
}

.grid-item:first-child {
  border-left: 0;
}

.grid-item span.label {
  background: #333c;
  display: block;
  font-variant: small-caps;
  font-size: 1em;
  width: 100%;
}

.grid-item span.data {
  padding: 0.25em 0.25em;
  font-size: 1.1em;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.keyvalue .grid-item {
  text-align: left;
  align-items: start;
  padding: .1em .5em;
}

.grid-item-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.grid-item-actions input.pure-button {
  margin: 0;
}

.grid-item-full {
  background: #555;
  color: white;
  text-align: center;

  font-size: 1.1em;
  padding: 0em 0.75em;

  display: flex;
  flex-direction: row;
}

.grid-item-full.title {
  font-size: 1.3em;
}

.grid-item-big>p {
  display: inline-block;
  margin: 0;
}

.grid-item-big-text {
  flex-grow: 1;
}


.grid-item.ok {
  color: black;
  background: var(--special-bg);
}

.grid-item.warning {
  background: var(--warning);
}