/* control */
/*Datepicker*/
/*Timepicker*/
/* Grid */
/* Radial Menu */
/* Slider Control */
/*Tile*/
/*Radial Slider start*/
/*Radial Slider end*/
/* Grid */
.e-m-tab.e-m-android .e-m-tab-badge.e-m-state-active::after {
  background-color: white;
  color: black;
}
.e-m-tab.e-m-android .e-m-tab-badge::after {
  background-color: #303f9f;
  color: black;
}
.e-m-tab.e-m-android.e-m-tab-bottom {
  border-top: 2px solid gainsboro;
}
.e-m-tab.e-m-android.e-m-tab-top {
  border-bottom: 2px solid gainsboro;
}
.e-m-tab.e-m-android.e-m-tab-top .e-m-tab-item.e-m-state-active {
  border-bottom: 2px solid gainsboro;
}
.e-m-tab.e-m-android.e-m-tab-bottom .e-m-tab-item.e-m-state-active {
  border-top: 2px solid gainsboro;
}
.e-m-tab.e-m-android .e-m-tab-item {
  background-color: #5c6bc0;
  color: white;
}
.e-m-tab.e-m-android .e-m-state-active {
  color: white;
  background-color: #303f9f;
}
.e-m-tab.e-m-android {
  background-color: #5c6bc0;
  color: white;
}
