/* Keep in separate file for the sake of an admin script  */
/* Guru overrides */
.jsRadioButtonControl-constrainedItem ,
.jsListControl-constrainedItem {
  display: none;
}
.jsRadioButtonControl{
  width: inherit !important;
}
.jsListBoxControl-selectedListItem {
  background-color: #5793d6 !important;
}
.jsListBoxControl-selectedListItem:hover {
  color: #5793d6 !important;
}
.jsRadioButtonControl-selectedItem {
  background-color: #5793d6 !important;
}
.jsListControl-prodListed-selected select {
  background-color: #5793d6 !important;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    background-color: #5793D6;
	color: #FFF;
}
