@-webkit-keyframes progressBarAnim {
  from {width: 0%}
  to {width: 100%}
}

@keyframes progressBarAnim {
  from {width: 0%}
  to {width: 100%}
}

.ProgressBarBigIcon {
  padding-top: 48px;
}

.BigStepImage {
  height: 96px;
  width: 96px;
}

.ConnectionQualityIndicator {
  position: absolute;
  float: left;
  // margin: 48px;
  height: 24px;
  width: 24px;
  padding-top: 48px; //66px = 48 + 25%(96) - 6 //48 + 24 - 6// .ProgressBarBigIcon.padding-top  + [temp: till new imgs are provided]: (x% of height of .BigStepImage) where (x = % of whitespace on top in .svg img) - .stepAnimation.border-left (border-top is not considered as border-left is used when error occurred)
  margin-left: 70px; //16 + 48 + 6 //.stepAnimation.margin-left + .syncStep.firstSyncStep.margin-left + //.stepAnimation.border-left
}

.ConnectionQualityIndicator.Phone {
  margin-left: 24px; //18 + 0 + 6 //.stepAnimation.Phone.margin-left + .syncStep.margin-left + .stepAnimation.Phone.border-left
}

.InstalledPackageIndicator {
  position: relative;
  float: right;
  text-align: right;
  height: 24px;
  padding-top: 48px;
  margin-right: 70px;
  font-family: "Regular";
  font-size: 12px;
  color: #788994;
}

.InstalledPackageIndicator.Phone {
  margin-right: 24px;
}

.CurrentStepLabelContainer {
  margin-left: 48px;
  margin-right: 48px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.CurrentStepLabelContainerPhone {
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.CurrentStepLabelInitialSync {
  color: #788994;
}

.CurrentStepLabel {
  color: #408fcd;
}

.EntertainingMessage {
  margin-left: 48px;
  margin-right: 48px;
  line-height: 20px;
  height: 60px;
  text-align: center;
  text-align: -webkit-center;
  color: #408fcd;
}

.EntertainingMessagePhone {
  .EntertainingMessage();
  line-height: 13px;
  margin-left: 12px;
  margin-right: 12px;
}

.EntertainingMessageInitialSync {
  .EntertainingMessage();
  color: #788994;
}

.EntertainingMessagePhoneInitialSync {
  .EntertainingMessagePhone();
  color: #788994;
}

.ProgressContainer {
  background-color: rgba(255, 255, 255, 0.98);
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.ProgressContainerPhone {
  background-color: rgba(255, 255, 255, 0.98);
  width: 100%;
  height: 100vh;
}

.ProgressBarFlyout {
  height:100%;
  .ErrorArea {
    background-color:@colorThunderbird;
    padding:12px;
    display: flex;
    min-height: 24px; // padding top(12) + padding bottom (12) + 24 = 48px
    .Image {
        width:24px;
        height:24px;
        margin-right: 9px;
        image {
            width:100%;
            height: 100%;
        }
    }
    .Image.Phone {
      width:16px;
      height:16px;
      margin-right: 8px;
    }
    .InfoArea {
        flex: 1;
        text-align: left;
        word-break: break-all;
        max-height: 80px;
        .Header {
            color:#FFFFFF;
            line-height: 16px;
            font-family: "Medium";
        }
        .Details {
            font-family: "Regular";
            color:#FFFFFF;
            line-height: 16px;
        }
    }
    .InfoArea.Phone {
      font-size: 11px;
    }
    .OkBtnWrapper {
      margin-left: 12px;
    }
  }
  .ErrorArea.Phone {
    padding:8px;
    min-height: 16px; // padding top(8) + padding bottom (8) + 16 = 32px
  }

  .MessageArea {
    background-color: rgba(57, 62, 75, 0.3);
    padding: 12px;
    display: flex;
    .Image {
      width: 24px;
      height: 24px;
      margin-right: 9px;
    }

    .Image.Phone {
      width: 20px;
      height: 20px;
      margin-right: 5px;
    }

    .InfoArea {
      flex: 1;
      text-align: left;
      max-height: 80px;

      .Header {
        color: #525252;
        line-height: 16px;
        font-family: "Medium";
      }
    }

    .InfoArea.Phone {
      font-size: 11px;
    }
  }

  .MessageArea.Phone {
    padding: 5px;
    min-height: 26px; // padding top(5) + padding bottom (5) + 16 = 26px
  }
}

.stepsContainer {
  display: flex;
  display: -webkit-flex;
  padding-bottom: 48px;
  padding-top: 8px;
}

.syncStep {
  z-index: 1;
  flex: 1;
  -webkit-flex: 1;
}

.syncStepIconContainer {
  height: 36px;
  width: 48px;
}

.firstSyncStep {
  margin-left: 48px;
}

.lastSyncStep {
  margin-right: 48px;
}

.syncStepIcon {
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.syncStepIcon.Phone {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.syncStepPending {
  background: #ebf0f0;
  margin: 6px;
}

.syncStepCompleted {
  background: #00b149;
  margin: 6px;
}

.syncStepFaulty {
  background: @colorThunderbird;
  margin: 6px;
}

.syncStepActive {
  background: white;
  border: 5px solid #ebf0f0;
  margin: 1px;
}

.syncStepSkipped {
  background: #FFFFFF;
  margin: 6px;
}

.stepAnimation,
.stepAnimation:after {
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.stepAnimation {
  position: absolute;
  border-top: 6px solid #ebf0f0;
  border-right: 6px solid #ebf0f0;
  border-bottom: 6px solid #ebf0f0;
  border-left: 6px solid #00b149;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: stepRotate 1s infinite linear;
  animation: stepRotate 1s infinite linear;
}
.stepAnimation.Phone {
  margin-left: 2px;
}

.stepAnimation.Error {
  border-left: 6px solid @colorThunderbird;
}

.stepAnimation.Phone,
.stepAnimation.Phone:after {
  width: 32px;
  height: 32px;
}


@-webkit-keyframes stepRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes stepRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.syncCancelArea {
  background-color: @colorPorcelain;
  color: @colorBrightGrey;
  display: flex;
  font-size: 12px;
  height: 48px;
  align-items: center;
  span {
    margin-left: 16px;
  }
  img {
    width:12px;
    height: 12px;
    margin-right: 6px;
  }
  .verticalLine {
    height: 20px;
    width: 1px;
    background-color:rgba(57, 62, 75, 0.3);
    margin: 10px 0px;
  }
}

.syncCancelArea.Phone {
  background-color: @colorPorcelain;
  color: @colorBrightGrey;
  display: flex;
  font-size: 11px;
  height: 32px;
  align-items: center;
}

.syncCancelButton  {
  background-color: @colorPorcelain;
  color: @colorBrightGrey;
  width: auto;
  text-align: left;
  padding-left: 16px;
  padding-right: 12px;
  .iconWrapper{
    display: flex;
  }
}

.errorOkBtn {
  width: 72px;
  font-size: 16px;
  font-family: "Bold";
  line-height: 15.13px;
  color: #FFFFFF;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255,255,255,0.3);
  border-radius: 0px;
  background: transparent;
}

.errorOkBtn.Phone{
  width: 50px;
  font-size: 11px;
}

.StepImage {
  width: 18px;
  height: 18px;
  margin-top: 9px;
}

.StepImage.Phone {
  width: 16px;
  height: 16px;
  margin-top: 8px;
}

.StepImageSkipped {
  opacity: 0.60;
}

.StepLabelBase {
  line-height: 14px;
  text-align: center;
  margin-top: 6px;
  height: 28px;
}

.StepLabel{
  .StepLabelBase();
  color: #788994;
}

.StepLabelCompleted {
  .StepLabelBase();
  color: #00b149;
}

.StepLabelSkipped {
  .StepLabelBase();
  color:rgba(120, 137, 148, 0.6);
}

.StepLabelFaulty {
  .StepLabelBase();
  color: @colorThunderbird;
}

.ProgressBarContainer {
  height: 6px;
  flex: 1;
  -webkit-flex: 1;
  background: #EBF0F0;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 22px;
}

.ProgressBarContainer.Phone {
  margin-top: 20px;
}

.ProgressBarOff {
  height: 6px;
  width: 100%;
  float: left;
  background: transparent;
}

.ProgressBarOn {
  height: 6px;
  width: 100%;
  float: left;
  background: #00b149;
}

.ProgressBarFill {
  height: 6px;
  width: 100%;
  float: left;
  background: #00b149;
  animation: progressBarAnim 1s;
  -webkit-animation: progressBarAnim 1s;
}

.subStepsContainer {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  margin-top: 18px;
}

.subStep {
  height: 4px;
  width: 4px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%;
}

.subStepPending {
  .subStep();
  background: #ebf0f0;
}

.subStepCompleted {
  .subStep();
  background: #00b149;
}

.subStepActive {
  .subStep();
  background: rgba(0, 177, 73, 0.5);
}

.subStepError{
  .subStep();
  background:rgba(217,30,24,0.5);
}

.subStepFaulty{
  .subStep();
  background:@colorThunderbird;
}

.SyncBottomArea {
  bottom: 0;
  width: 100%;
}

.SyncBottomAreaPhone {
  position: absolute;
  .SyncBottomArea();
}

.PackageIcon {
  height: 20px;
  width: 20px;
  margin: 4px 4px 4px 16px;
}

.PackageIcon.Phone {
  height: 14px;
  width: 14px;
}

.PackageCount {
  font-size: 16px;
  line-height: 28px;
  color: #788994;
}

.PackageCount.Phone {
  line-height: 22px;
}

.PackageIconHidden{
  display: none;
}

.PackageCountHidden{
  display: none;
}

.BreakWordsWithHyphens{
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.BreakWordsWithHyphens.StepLabel.ActiveStepLabel{
  margin-top: 12px; //.StepLabel{margin-top: 6px;} + .syncStepActive {border: 5px + margin: 1px; }
}
