/**
  Styles for the application startup
*/

.xv-startup-panel {
  background: @white;

  .xv-startup-divider {
    width: 70%;
    position: relative;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 10px auto;
    top: 200px;
    position: relative;
    color: @bright-orange;
    font-family: @startupFont;
    font-size: 16px;
    font-weight: bold;
    border: none;
  }

  .xv-startup-progress {
    width: 70%;
    margin: 0 auto 0 auto;
    top: 200px;
    position: relative;

    &.onyx-progress-button {
      height: 18px;
      line-height: 18px;
    }

    &.onyx-progress-button-bar {
      height: 18px;
    }
  }
}
