.CircleObjctCls {
  height: 0.65em;
  width: 0.65em;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  float: left;
  animation: TimerFrames 2s linear 0s infinite alternate;
}

.CircleObjctCls_1 {
  height: 0.65em;
  width: 0.65em;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  float: left;
  animation: TimerFrames 2s linear 1s infinite alternate;
}

.CircleObjctCls_2 {
  height: 0.65em;
  width: 0.65em;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  float: left;
  animation: TimerFrames 2s linear 2s infinite alternate;
}

.CircleObjctCls_3 {
  height: 0.65em;
  width: 0.65em;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  float: left;
  animation: TimerFrames 2s linear 3s infinite alternate;
}

@keyframes TimerFrames {
  0%   {background-color:#ff0000;}
  10%  {background-color:#ff1a1a;}
  20%  {background-color:#ff3333;}
  30%  {background-color: #ff4d4d;}
  40% {background-color:#ff6666;}
  50%   {background-color:#ff8080;}
  60%  {background-color:#ff9999;}
  70%  {background-color: #ffb3b3;}
  80%  {background-color:#ffcccc;}
  90%  {background-color:#ffe6e6;}
  100% {background-color:#ffffff;}
}

// Chrome Safari Opera support
@-webkit-keyframes TimerFrames {
  0%   {background-color:#ff0000;}
  10%  {background-color:#ff1a1a;}
  20%  {background-color:#ff3333;}
  30%  {background-color: #ff4d4d;}
  40% {background-color:#ff6666;}
  50%   {background-color:#ff8080;}
  60%  {background-color:#ff9999;}
  70%  {background-color: #ffb3b3;}
  80%  {background-color:#ffcccc;}
  90%  {background-color:#ffe6e6;}
  100% {background-color:#ffffff;}
}

// Mozilla support
@-moz-keyframes TimerFrames {
  0%   {background-color:#ff0000;}
  10%  {background-color:#ff1a1a;}
  20%  {background-color:#ff3333;}
  30%  {background-color: #ff4d4d;}
  40% {background-color:#ff6666;}
  50%   {background-color:#ff8080;}
  60%  {background-color:#ff9999;}
  70%  {background-color: #ffb3b3;}
  80%  {background-color:#ffcccc;}
  90%  {background-color:#ffe6e6;}
  100% {background-color:#ffffff;}
}

.ProgressContainerCls {
  height: 0.7em;
  width: auto;
  border: 3px solid #ffffff; 
  margin: 0em;
}

.ProgressContainerFrameCls {
  height: auto;
  border: 0.5em solid #ffffff; 
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
}

.ProgressContainerRestrictionCls {
  background-color: green;
  cursor: wait;
}

.centerIndicator {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10em;
  width: 2.6em;
  height: 0.65em;
}     
