/* -----------------------------------
 Infomation Technology Department
----------------------------------- */
@charset "UTF-8";
 
.button_label_disabled {    
  color:#666 !important;
}
.next_button_disabled {
  background: #eee !important;
  pointer-events: none;
}
.next_button_disabled:before{
  background: #eee !important;
}
.next_button_disabled:after {
  background: #eee !important;
  border: 2px solid #cbd5df !important;
}
.back_button_disabled {
  pointer-events: none;    
}
.other_button_disabled {
  pointer-events: none; 
}