.sdl-activityindicator-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.sdl-activityindicator-child > div {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.sdl-activityindicator-child-screen-bright:before,
.sdl-activityindicator-child-screen-dark:before {
  content: "";
  display: block;
  opacity: .9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.sdl-activityindicator-child-screen-bright:before {
  background-color: white;
}
.sdl-activityindicator-child-screen-dark:before {
  background-color: #AAA;
}
.sdl-activityindicator-child > :first-child {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 132px;
  margin: -66px 0 0 -150px;
  text-align: center;
  cursor: default;
  text-transform: uppercase;
  font-family: Arial;
}
.sdl-activityindicator-legacy > .sdl-activityindicator-child > :first-child {
  line-height: 132px;
  font-size: 18px;
  color: #878787;
}
.sdl-activityindicator > .sdl-activityindicator-child-size-medium > :first-child,
.sdl-activityindicator > .sdl-activityindicator-child-size-small > :first-child {
  display: none;
}
.sdl-activityindicator > .sdl-activityindicator-child-size-large > :first-child {
  padding-top: 112px;
  line-height: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #5C636D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sdl-activityindicator > .sdl-activityindicator-child-size-large > :first-child:not(:empty):before,
.sdl-activityindicator > .sdl-activityindicator-child-size-large > :first-child:not(:empty):after {
  content: "";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.sdl-activityindicator > .sdl-activityindicator-child-size-large > :first-child:not(:empty):before {
  width: 100px;
  height: 100px;
  margin: 0 0 0 -50px;
  border: 13px solid rgba(237, 237, 237, 0.6);
}
.sdl-activityindicator > .sdl-activityindicator-child-size-large > :first-child:not(:empty):after {
  width: 50px;
  height: 50px;
  margin: 25px 0 0 -25px;
  border: none;
}
.sdl-activityindicator-child > :last-child {
  top: 50%;
  left: 50%;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.sdl-activityindicator-legacy > .sdl-activityindicator-child > :last-child {
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 13px solid #666666;
  border-top-color: #CDCDCD;
  border-right-color: #CDCDCD;
  -webkit-animation: sdl-activityindicator-rotate-legacy 1s linear infinite;
  -o-animation: sdl-activityindicator-rotate-legacy 1s linear infinite;
  -moz-animation: sdl-activityindicator-rotate-legacy 1s linear infinite;
  animation: sdl-activityindicator-rotate-legacy 1s linear infinite;
}
.sdl-activityindicator > .sdl-activityindicator-child > :last-child {
  width: 68px;
  height: 68px;
  margin: -34px 0 0 -34px;
  border: 9px solid rgba(125, 139, 171, 0.4);
  border-top-color: #7D8BAB;
  -webkit-animation: sdl-activityindicator-rotate 0.5s linear infinite;
  -o-animation: sdl-activityindicator-rotate 0.5s linear infinite;
  -moz-animation: sdl-activityindicator-rotate 0.5s linear infinite;
  animation: sdl-activityindicator-rotate 0.5s linear infinite;
}
.sdl-activityindicator > .sdl-activityindicator-child-size-medium > :last-child {
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  border-width: 5px;
}
.sdl-activityindicator > .sdl-activityindicator-child-size-small > :last-child {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-width: 2px;
}
.sdl-activityindicator > .sdl-activityindicator-child-size-large > :first-child:not(:empty) + :last-child {
  margin-top: -50px;
}
@keyframes sdl-activityindicator-rotate-legacy {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sdl-activityindicator-rotate-legacy {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sdl-activityindicator-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sdl-activityindicator-rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
