/* Maintanance */
@media (min-width: 1025px) {
  .layout-topbar .layout-topbar-wrapper {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .layout-main .layout-content {
    max-width: 1170px;
    align-self: center;
    width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right,
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
  flex-grow: 1;
  min-width: unset;
}
.layout-content .card {
  padding: 2rem;
}

/* Setup Wizard */
body .ui-steps::before {
  top: 25%;
}
body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number {
   margin-top: 0;
}
body .ui-steps .ui-steps-item:not(.ui-state-highlight) {
  opacity: 1;
}
body .ui-steps .ui-steps-item:not(.ui-state-highlight) .ui-steps-title {
  opacity: 0.65;
}
body .ui-steps .ui-steps-item .step-warning .ui-steps-number {
  background-color: #ffce29;
  color: #575656;
}
body .ui-steps .ui-steps-item .step-ok .ui-steps-number {
  background-color: #c7d426;
  color: #575656;
}
.storage-ctrls .ui-button, 
.wizard-steps .wizard-step-button {
  width: 100px;
}
#chooseFileBtn {
  width: 100%;
}
#uploadStatus {
  padding: 0;
  margin-right: 10px;
}
#drop_zone {
  line-height: 100px;
  text-align: center;
  margin-bottom: 20px;
}

/* Migration Wizard */
.question {
  display: none;
}
.question:last-child {
  display: block
}

