#rbooks2LoadingProgressPanel {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;  
  z-index: 100001;  
  max-width: 300px;  
}

#rbooks2LoadingMessage {
  background-color: #808080;
  color:#ffffff;
  padding: 5px;
}

.rbooks2LoadingProgressContainer {
  background-color: #808080;
  position: relative;
  height: 25px;
  width: 100%;
  margin-top: 5px;
}
.rbooks2LoadingProgressText {
  background-color: #00000066;
  position: absolute;  
  font-size: 11px;
  left: 50%;
  top: 50%;
  padding: 3px;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  z-index: 100002;  
}

.rbooks2LoadingProgressValue {
  background-color:#34c2e3;
  position: absolute;
  width: 55%;
  height: 100%;
}
