/* All ajax loader hide */
.ajax-progress-throbber { 
  display: none; 
}

/* Generic loader */
#wrapper-gloader-box {
  width: 210px;
  height: 180px;
  position: fixed;
  top: 45%;
  left: 45%;
  background: rgba(2, 113, 183, 0.85);
  border: 1px solid #3f539d !important;
  display: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 9999999999;
}

#gloader-box {    
  
}

#gloader-box > * {
  float: left;
  width: 100%;
  line-height: 50px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}



.gloader-message {
font-family: 'rucksack';
font-style: normal;
font-weight: 700;
  font-size: 19px;
  color: white;
}