.green_light {
  color: green;
}
.red_light {
  color: red;
}
.orange_light {
  color: orange;
}
.green_back_light {
  background-color: rgba(0,255,0,0.3);
}
.red_back_light {
  background-color: rgba(255,0,0,0.3);
}
.btn_light {
  border: 1px solid #3390ec;
  background-color: #3390ec;
  color: #f4f4f5;
}
.btn_light:hover {
  border: 1px solid #44a1fd;
  background-color: #44a1fd;
}
.disbtn_light, .disbtn_light:hover {
  border: 1px solid #55b2ff;
  background-color: #55b2ff;
  cursor: not-allowed;
}
.body_light {
  color: #000000;
  background-color: #f4f4f5;
}
#fast_light {
  background-color: #f4f4f5;
}
.button_light {
  border: 1px solid #3390ec;
  background-color: #3390ec;
  color: #f4f4f5;
}
.button_light:hover {
  border: 1px solid #44a1fd;
  background-color: #44a1fd;
}
.disbutton_light, .disbutton_light:hover {
  color: #f4f4f5;
  background-color: #55b2ff;
  border: 1px solid #55b2ff;
  cursor: not-allowed;
}
.section_light {
  background-color: #ffffff;
  border-color: #f4f4f5;
}
.cell_light {
  background-color: #ffffff;
}
.menuback_light {
  background-color: #f4f4f5;
}
.menu_light {
  background-color: #f4f4f5;
}
.fixed-header-bar_light {
  background-color: #f4f4f5;
}
.fixed-footer-bar_light {
  background-color: #f4f4f5;
  color: #f4f4f5;
}
.fixed-footer-tab_light {
  color: #000000;
  background-color: #f4f4f5;
}
.light {
  background-color : #f4f4f5;
  color: #000000;
}
.zoom_light {
  color: #eeb125;
}
.dialog_light {
  color: #000000;
  background-color: #f4f4f5;
}
.trspot_light {
  background-color: #f4f4f5;
}