/* control */
/*Datepicker*/
/*Timepicker*/
/* Radial Menu */
/*Slider Control Start*/
/*Slider Control End*/
/*Tile*/
/*Radial Slider start*/
/*Radial Slider end*/
/*Grid*/
/*Grid End*/

.e-m-tab.e-m-flat .e-m-tab-badge.e-m-state-active::after {
  background-color: white;
  color: black;
}
.e-m-tab.e-m-flat .e-m-tab-badge::after {
  background-color: #dd7b10;
  color: black;
}
.e-m-tab.e-m-flat.e-m-tab-bottom {
  border-top: 2px solid #353535;
}
.e-m-tab.e-m-flat.e-m-tab-top {
  border-bottom: 2px solid #353535;
}
.e-m-tab.e-m-flat.e-m-tab-top .e-m-tab-item.e-m-state-active {
  border-bottom: 2px solid #353535;
}
.e-m-tab.e-m-flat.e-m-tab-bottom .e-m-tab-item.e-m-state-active {
  border-top: 2px solid #353535;
}
.e-m-tab.e-m-flat .e-m-tab-item {
  background-color: #f7941e;
  color: white;
}
.e-m-tab.e-m-flat .e-m-state-active {
  color: white;
  background-color: #dd7b10;
}
.e-m-tab.e-m-flat {
  background-color: #f7941e;
  color: white;
}
