.device-install-wizard-step2
{
    height:100%;
}

.device-install-wizard-step2 img
{
    margin:20px;
}

.device-install-wizard-step2 .modal-footer
{
  width:100%;
  height:65px;
}

#device-install-wizard-stepper .md-stepper-indicator:not(:last-child) > div
{
  padding-right: 0;
}

#device-install-wizard-stepper .md-stepper-indicator.md-active .md-stepper-number
{
  background-color: #3b353b;
  width: 24px;
  height: 24px; 
  line-height: 24px; 
}

#device-install-wizard-stepper .md-stepper-indicator .md-stepper-number
{
  background-color: #757575;
  width: 18px;
  height: 18px; 
  line-height: 18px;
}

#device-install-wizard-stepper .md-stepper-indicator-wrapper
{
  background-color: #f4f4f4;
  height:35px;
}

#device-install-wizard-stepper .md-steppers-header-region
{
  background-color: #f4f4f4;
}

#device-install-wizard-stepper
{
  height:calc(100% - 65px);
}

#device-install-wizard-stepper .md-steppers
{
  height:100%;
}

#device-install-wizard-stepper .md-steppers-header
{
  height:35px;
  padding: 0 24px;
}

#device-install-wizard-stepper .md-stepper-indicator
{
  min-height:35px;
  padding: 0;
}

#device-install-wizard-stepper .md-stepper-indicator:last-child
{
  width: 40px;
  display: inline-block;
  flex: none;
  justify-content: flex-start;
}

#device-install-wizard-stepper .md-steppers-horizontal .md-stepper-indicator:first-child .md-stepper-indicator-wrapper
{
  padding-left: 0;
}
#device-install-wizard-stepper  .md-stepper-indicator:last-child .md-stepper-indicator-wrapper 
{
  padding-right: 0;
}
#device-install-wizard-stepper .md-steppers-horizontal .md-stepper-indicator:after 
{
  background-color: #b6b6b6;
}

.md-steppers-horizontal .md-stepper-indicator:last-child:after
{
  display: none;
}

.md-steppers-content > .md-active
{
  padding: 10px;
}

.md-steppers-content > .md-active
{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#device-install-wizard-stepper .md-stepper-indicator.md-completed .md-stepper-number
{
  background-color: #89cbc0;
  width: 24px;
  height: 24px; 
  line-height: 24px; 
}

#device-install-wizard-stepper.install-finished .md-steppers-content
{
  display:none;
}

#device-install-wizard-stepper.install-finished
{
  height: 35px;
}

#device-install-wizard-stepper md-step-body
{
  justify-content: center;
}

.device-install-wizard-step2 .install-finished-stepper
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 100px);
  padding: 10px;
}

.device-install-wizard-step2 .svg-inline--fa
{
  padding: 10px;
}
