.loadingChartBar {
  position: relative;
  float: left;
  
  height: 100px;
  padding: 0px;
  /*
  margin-top: -50px;
  margin-left: -70px;
  top: 50%;
  left: 50%;
*/
}

.loadingChartBar h1 {
  font-family: 'Calibri';
  color: #666666;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1.5px;
  margin-top: 3px;
  /*padding-left: 18px;*/
  -webkit-animation: fade 1s infinite;
  -moz-animation: fade 1s infinite;
  animation: fade 1s infinite;
}

.loadingChartBarSingle {
  height: 10px;
  width: 10px;
  background-color: #666666;
  display: inline-block;
  margin: 90px 2px 0 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top: 0px solid #333;
}

#divLoadingChart
{
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    height: 100px;
}

@keyframes loadingChartBar-color1 {
  0% { background-color: #666666; }
  50% { background-color: #13c84a; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@keyframes loadingChartBar-color2 {
  0% { background-color: #666666; }
  50% { background-color: #e82000; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@keyframes loadingChartBar-color3 {
  0% { background-color: #666666; }
  50% { background-color: #5cb3cb; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@keyframes loadingChartBar-color4 {
  0% { background-color: #666666; }
  50% { background-color: #a039c1; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@keyframes loadingChartBar-color5 {
  0% { background-color: #666666; }
  50% { background-color: #c30059; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@keyframes loadingChartBar-color6 {
  0% { background-color: #666666; }
  50% { background-color: #2644bb; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@keyframes loadingChartBar-color7 {
  0% { background-color: #666666; }
  50% { background-color: #ff8d18; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@keyframes loadingChartBar-color8 {
  0% { background-color: #666666; }
  50% { background-color: #168daf; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@keyframes loadingChartBar-color9 {
  0% { background-color: #666666; }
  50% { background-color: #8a68d4; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-webkit-keyframes loadingChartBar-color1 {
  0% { background-color: #666666; }
  50% { background-color: #13c84a; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-webkit-keyframes loadingChartBar-color2 {
  0% { background-color: #666666; }
  50% { background-color: #e82000; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-webkit-keyframes loadingChartBar-color3 {
  0% { background-color: #666666; }
  50% { background-color: #5cb3cb; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-webkit-keyframes loadingChartBar-color4 {
  0% { background-color: #666666; }
  50% { background-color: #a039c1; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-webkit-keyframes loadingChartBar-color5 {
  0% { background-color: #666666; }
  50% { background-color: #c30059; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-webkit-keyframes loadingChartBar-color6 {
  0% { background-color: #666666; }
  50% { background-color: #2644bb; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-webkit-keyframes loadingChartBar-color7 {
  0% { background-color: #666666; }
  50% { background-color: #ff8d18; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-webkit-keyframes loadingChartBar-color8 {
  0% { background-color: #666666; }
  50% { background-color: #168daf; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-webkit-keyframes loadingChartBar-color9 {
  0% { background-color: #666666; }
  50% { background-color: #8a68d4; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-moz-keyframes loadingChartBar-color1 {
  0% { background-color: #666666; }
  50% { background-color: #13c84a; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-moz-keyframes loadingChartBar-color2 {
  0% { background-color: #666666; }
  50% { background-color: #e82000; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-moz-keyframes loadingChartBar-color3 {
  0% { background-color: #666666; }
  50% { background-color: #5cb3cb; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-moz-keyframes loadingChartBar-color4 {
  0% { background-color: #666666; }
  50% { background-color: #a039c1; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-moz-keyframes loadingChartBar-color5 {
  0% { background-color: #666666; }
  50% { background-color: #c30059; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-moz-keyframes loadingChartBar-color6 {
  0% { background-color: #666666; }
  50% { background-color: #2644bb; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-moz-keyframes loadingChartBar-color7 {
  0% { background-color: #666666; }
  50% { background-color: #ff8d18; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-moz-keyframes loadingChartBar-color8 {
  0% { background-color: #666666; }
  50% { background-color: #168daf; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-moz-keyframes loadingChartBar-color9 {
  0% { background-color: #666666; }
  50% { background-color: #8a68d4; height: 100px; margin-top: 0px; }
  100% { background-color: #666666; }
}

@-webkit-keyframes fade {
  50% { opacity: 0.7; }
  100% { opacity: 1; }
}

@-moz-keyframes fade {
  50% { opacity: 0.7; }
  100% { opacity: 1; }
}

@keyframes fade {
  50% { opacity: 0.7; }
  100% { opacity: 1; }
}

.warp {
  position: relative;
  top: 150px;
  width: 150px;
  margin: 0 auto;
}

.loader {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  border: 15px solid;
  border-radius: 50%;
  border-top-color: rgba(44,44,44,0);
  border-right-color: rgba(55,55,55,0);
  border-bottom-color: rgba(66,66,66,0);
  border-left-color: rgba(33,33,33,0);
  -webkit-animation: loadEr 3s infinite;
  -moz-animation: loadEr 3s infinite;
  animation: loadEr 3s infinite;
}

@keyframes loadEr {
  0% {
    border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
    
  }
  10.4% {
    border-top-color: rgba(44,44,44,0.5);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  }
  20.8% {
    border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  }
31.2% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0.5);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
}
41.6% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  transform: rotate(40deg);
}
52% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0.5);
    border-left-color: rgba(33,33,33,0);
}
62.4% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
}
72.8% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0.5);
}
}

@-webkit-keyframes loadEr {
  0% {
    border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
    
  }
  10.4% {
    border-top-color: rgba(44,44,44,0.5);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  }
  20.8% {
    border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  }
31.2% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0.5);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
}
41.6% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  transform: rotate(40deg);
}
52% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0.5);
    border-left-color: rgba(33,33,33,0);
}
62.4% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
}
72.8% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0.5);
}
}

@-moz-keyframes loadEr {
  0% {
    border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
    
  }
  10.4% {
    border-top-color: rgba(44,44,44,0.5);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  }
  20.8% {
    border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  }
31.2% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0.5);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
}
41.6% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  transform: rotate(40deg);
}
52% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0.5);
    border-left-color: rgba(33,33,33,0);
}
62.4% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
}
72.8% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0.5);
}
}

.loaderbefore {
  width: 50px;
  height:50px;
  border: 15px solid #ddd;
  border-radius: 50%;
  position: absolute;
  top: 0;
  z-index: 9;
}

.circular {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 70px;
  height: 70px;
  border: 20px solid;
  border-radius: 50%;
  border-top-color: #333;
  border-left-color: #fff;
  border-bottom-color: #333;
  border-right-color: #fff;
  opacity: 0.2;
  -webkit-animation: poof 5s infinite;
  -moz-animation: poof 5s infinite;
  animation: poof 5s infinite;
}
@keyframes poof {
  0% {transform: scale(1,1) rotate(0deg); opacity: 0.2;}
  50% {transform: scale(4,4) rotate(360deg); opacity: 0;}
}
@-webkit-keyframes poof {
  0% {transform: scale(1,1) rotate(0deg); opacity: 0.2;}
  50% {transform: scale(4,4) rotate(360deg); opacity: 0;}
}
@-moz-keyframes poof {
  0% {transform: scale(1,1) rotate(0deg); opacity: 0.2;}
  50% {transform: scale(4,4) rotate(360deg); opacity: 0;}
}
.another {
  opacity: 0.1;
  transform: rotate(90deg);
  -webkit-animation: poofity 5s infinite;
  -moz-animation: poofity 5s infinite;
  animation: poofity 5s infinite;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
@keyframes poofity {
  0% {transform: scale(1,1) rotate(90deg); opacity: 0.1;}
  50% {transform: scale(4,4) rotate(-360deg); opacity: 0;}
}
@-webkit-keyframes poofity {
  0% {transform: scale(1,1) rotate(90deg); opacity: 0.1;}
  50% {transform: scale(4,4) rotate(-360deg); opacity: 0;}
}
@-moz-keyframes poofity {
  0% {transform: scale(1,1) rotate(90deg); opacity: 0.1;}
  50% {transform: scale(4,4) rotate(-360deg); opacity: 0;}
}
.text {
  position: absolute;
  top: 95px;
  left: 8px;
  font-family: Arial;
  text-transform: uppercase;
  color: #888;
  -webkit-animation: opaa 10s infinite;
  -moz-animation: opaa 10s infinite;
  animation: opaa 10s infinite;
}

@keyframes opaa {
  0% {opacity: 1;}
10% {opacity: 0.5}
15% {opacity: 1;}
30% {opacity: 1;}
65% {opacity: 0.3;}
90% {opacity: 0.8;}
}

@-webkit-keyframes opaa {
  0% {opacity: 1;}
10% {opacity: 0.5}
15% {opacity: 1;}
30% {opacity: 1;}
65% {opacity: 0.3;}
90% {opacity: 0.8;}
}
@-moz-keyframes opaa {
  0% {opacity: 1;}
10% {opacity: 0.5}
15% {opacity: 1;}
30% {opacity: 1;}
65% {opacity: 0.3;}
90% {opacity: 0.8;}
}