.bg-light-blue {
    background-color: #E8F4FD !important;
 }
 
.bg-lighter-blue {
    background-color: #D0E8FA !important;
 }
 
.bg-light-green {
    background-color: #EAF8EA !important;
 }
  
.bg-lighter-green {
    background-color: #D4EFD4 !important;
} 

.dph-info {
    line-height: 1;
}
 
.graph {
    width: 100%; 
    min-height: 540px;
}

.hiddenn {
    display: none;  
}

.maxWidth {
    max-width: 1800px;
}

body .ajax-load {
  display: none;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url('../res/ajax-80.gif') 50% 50% no-repeat;
}

body.loading .ajax-load {
  display: block;
  overflow: hidden;
}

body.loading.off .ajax-load {
  display: none;
  overflow: inherit;
}

.btn.activex {
    background-color: #575f64;
    border-color: #adadad;
}