
/* INSTANCE DASHBOARD
*/


.instance-link {
  font-size: 0.8em;
}

.instance-link i {
  font-size: 0.8em;
  vertical-align: super;
}

.instance-slug {
  font-size: 0.6em;
}

.inst-list-name,
.inst-list-manage {
  padding: 0.30em .75em;
  display: flex;
  align-items: center;
}

.inst-list-manage {
  padding: 0;
}

.inst-list-name .spacer {
  flex-grow: 1;
}

.inst-list-name .pure-button {
  margin: 0 auto;
  font-weight: normal;
}

.inst-list-name,
.inst-list-desc {
  margin: 0;
}

.inst-list-name {
  display: flex;
  flex-direction: row;
}

.inst-list-name>i {
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 1.4em;
  padding-right: .5em;
}

.inst-list-name a {
  text-decoration: none;
  color: #1f50d6;
  font-weight: bold;
  font-size: 1.05em;
}
.inst-list-name a.pure-button {
  color: #fff;
}

.inst-list-item.block {
  padding: 0;
}

.inst-list-name input[type=checkbox] {
  height: 1.2em;
  width: 1.2em;
  margin: 0 .5em;
}

.list-header {
  display: flex;
  flex-direction: row;
  padding-right: 1em;
}

.list-header h3 {
  flex-grow: 1;
}



.gauge {
  border: 1px solid #777;
  background: #333;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}
.gauge-label {
  position: relative;
  padding: .5em .75em;
  z-index: 1000;
  font-size: .9em;
  color: #eee;
}
.gauge-layer {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;;
}
.blue {
  background: var(--main-dark);
}
.orange {
  background: var(--warning);
}

.host-version span.data {
  font-size: 1em;
}



.inst-stat {
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid #333;
}

.inst-stat:first-child {
  border-left: 0;
}

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

.inst-stat span.data {
  padding: 0.25em 0.25em;
  font-size: 1.2em;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.inst-stat-version span.data {
  font-size: 1.1em;
}


.inst-stat-ok {
  background: var(--main-dark);
}

.inst-stat-error {
  background: var(--error);
}

.inst-stat-warning {
  background: var(--warning);
}


.inst-view-status {
  background: #8e8e8e;
  color: white;
  text-align: center;

  font-size: 1.5em;
  padding: 0.25em;

  display: flex;
  flex-direction: row;
}

.inst-view-status>p {
  display: inline-block;
  margin: 0;
}

.inst-view-status-text {
  flex-grow: 1;
}

.inst-view-actions {
  text-align: center;
  padding: 1em;
}

.inst-view-actions form {
  display: inline;
}

.inst-status-active {
  background: #63a307;
}

.inst-status-inactive {
  background: #a30707;
}


.inst-view-plan {
  text-align: center;
}

.quota-status-danger {
  color: #900;
  font-weight: normal;
}

.quota-status-warning {
  color: #900;
}


.inst-task-block td:first-child {
  width: 25%;
}

.inst-task-block td p {
  margin: 0.25em 0;
}

.inst-task-block .result {
  font-weight: normal;
}

.inst-task-block ul.result {
  list-style-type: disc;
  padding-left: 1em;
}

.task-subcommand {
  margin: 0;
}


.inst-ops ul {
  list-style-type: none;
  font-size: 1.1em;
  padding: 0em;
  margin: 0.5em 0;
}

.inst-ops li:before {
  content: '➔';
  padding: 0 0.5em;
}


.inst-creation-request-link {
  padding: 0.5em;
  font-size: 1.1em;
}

.inst-creation-request-link a {
  font-weight: normal;
}

ul.request-status {
  padding-left: 0;
  list-style-type: none;
}


.inst-req-summary-item .summary-row {
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: justify;
}

.inst-req-summary-item h4 {
  border: 0;
  margin: 0;
  text-align: left;
  font-size: 1.1em;
  min-width: 20%;
}

.inst-req-summary-item .details,
.inst-req-summary-item .status {
  padding: 0;
  margin: 0;
  flex-grow: 1;
  width: 35%;
}

.inst-req-summary-item .actions {
  padding: 0 1em;
  margin: 0;
}

.inst-req-summary-item .actions .pure-button {
  margin: 0;
}

.inst-req-summary-item .status.iconed {
  display: flex;
  flex-direction: row;
}

.inst-req-summary-item .status.iconed .fa-stack,
.inst-req-summary-item .status.iconed>i.fa {
  font-size: 2em;
  align-self: center;
}

.inst-req-summary-item .status.iconed .after-icon {
  display: inline-block;
  align-self: center;
}

.inst-req-summary-item .more-row {
  border-top: 1px #777;
  width: 100%
}

.inst-req-summary-item .more-row table {
  margin: auto;
}

.inst-req-summary-item .more-row p {
  text-align: center;
}



.inst-requirements li {
  margin: 0.50em 0;
}


.inst-unavailable-block {
  padding: 1em;
  background: #fff59b;
}

.inst-unavailable-block h4 {
  margin: 0 0 0.5em 0;
}

.inst-unavailable-block p {
  margin: 0.5em 0 0 0;
}


.dns-mismatch-notice {
  padding: 1em 1.5em;
}

.dns-mismatch-notice ul {
  margin-top: 0;
}

.dns-mismatch-notice td {
  padding: 0.25em 1em;
}


.dashboard-block {
  color: #fff;
  padding: 0;
  min-height: 12em;
  display: flex;
  flex-direction: column;
  border: 0;
}

.dashboard-block.shorter {
  min-height: 9em;
}

.dashboard-block h3 {
  background: rgba(0, 0, 0, 0.3);
  padding: 0.5em;
  margin: 0;
  text-align: center;
}

.dashboard-block a {
  color: #fff;
  text-decoration: underline dotted;
}

.dashboard-block a:hover {
  text-decoration: underline solid;
}

.dashboard-block p {
  margin: 1em;
  font-weight: normal;
}

.dashboard-block .large {
  font-size: 1.4em;
  text-align: center;
  display: block;
  margin: .5em 0;
}

.dashboard-block-link {
  text-align: right;
}

.icon-block {
  display: inline-block;
  margin-top: 1.5em;
}

.dashboard-status-ok {
  background: var(--contrast);
}

.dashboard-status-danger {
  background: var(--warning);
}

.actions-block {
  text-align: center;
}


.inst-dashboard-plan p {
  margin: 0.5em 0;
}

.inst-dashboard-plan h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 0;
  border-bottom: 0;
}

.inst-dashboard-plan a {
  padding: 0 .5em;
}


form.inst-plan-change {
  width: 100%;
}

form.inst-plan-change label {
  font-weight: normal;
}



.inst-task-actions {
  padding: 0 1em;
}

.inst-task-actions-form {
  display: inline-block;
}


.inst-task-actions-form input[type="submit"],
.inst-task-actions-form .pure-button {
  margin: 0;
}

.block .inst-task-actions-form .pure-control-group {
  display: inline-block;
  margin: 0;
}



.archive-upload {
  border: 1px solid #777;
  padding: .5em 1em;
}
.s3direct .progress {
  background: #777 !important;
  display: block !important;
  margin-bottom: 0;
}