.RadListBox_BootstrapRVS {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .RadListBox_BootstrapRVS .rlbGroup,
  .RadListBox_BootstrapRVS .rlbTemplateContainer {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff; }
  .RadListBox_BootstrapRVS .rlbHeader,
  .RadListBox_BootstrapRVS .rlbFooter {
    padding: 3px 12px; }
  .RadListBox_BootstrapRVS .rlbCheckAllItems {
    padding: 3px 12px; }
  .RadListBox_BootstrapRVS .rlbItem {
    padding: 3px 12px; }
  .RadListBox_BootstrapRVS .rlbItem.rlbHovered {
    color: #000000;
    background-color: #eeeeee; }
  .RadListBox_BootstrapRVS .rlbItem.rlbSelected {
    color: #ffffff;
    background-color: #337ab7; }
  .RadListBox_BootstrapRVS .rlbItem.rlbActive {
    padding: 2px 11px; }
  .RadListBox_BootstrapRVS .rlbHighlight {
    color: #000000;
    background-color: #eeeeee; }
  .RadListBox_BootstrapRVS .rlbImage {
    padding: 0;
    margin: 0 4px 0 -4px; }
  .RadListBox_BootstrapRVS .rlbDropClue {
    width: 21px;
    height: 21px;
    background-image: url('Common/radActionsSprite.png');
    background-position: -64.5px -364.5px;
    left: -15px; }
  .RadListBox_BootstrapRVS .rlbDropClueAbove {
    border-top-color: #8e8e8e; }
  .RadListBox_BootstrapRVS .rlbDropClueBelow {
    border-bottom-color: #8e8e8e; }
  .RadListBox_BootstrapRVS .rlbButton {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding: 5px;
    height: 22px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    overflow: hidden; }
    .RadListBox_BootstrapRVS .rlbButton:hover {
      border-color: #adadad;
      color: #333333;
      background-color: #e6e5e5; }
    .RadListBox_BootstrapRVS .rlbButton.rlbDisabled, .RadListBox_BootstrapRVS .rlbButton.rlbDisabled:hover {
      border-color: #cccccc;
      color: #333333;
      background-color: #ffffff; }
  .RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbButton,
  .RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbButton {
    padding: 5px; }
  .RadListBox_BootstrapRVS .rlbNoButtonText {
    width: 22px;
    *height: 22px;
    margin-right: 2px; }
  .RadListBox_BootstrapRVS .rlbButtonTL,
  .RadListBox_BootstrapRVS .rlbButtonTR,
  .RadListBox_BootstrapRVS .rlbButtonBL,
  .RadListBox_BootstrapRVS .rlbButtonBR {
    padding: 0;
    height: 22px;
    line-height: 22px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    *display: block; }
  .RadListBox_BootstrapRVS .rlbButtonText {
    padding: 0 3px 0 22px;
    line-height: 22px;
    position: static; }
  .RadListBox_BootstrapRVS .rlbNoButtonText .rlbButtonText {
    padding-left: 22px; }

.RadListBox_BootstrapRVS[dir="rtl"] .rlbCheck {
  margin: 0 -4px 0 4px; }

.RadListBox_BootstrapRVS[dir="rtl"] .rlbImage {
  margin: 0 -4px 0 4px; }

.RadListBox_BootstrapRVS .rlbButtonText {
  *background-image: url('ListBox/rlbSprite.png'); }
  .RadListBox_BootstrapRVS .rlbButtonText:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('Common/radActionsSprite.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 3px; }

.RadListBox_BootstrapRVS .rlbMoveUp .rlbButtonText:before {
  background-position: -17px -417px; }

.RadListBox_BootstrapRVS .rlbMoveUp:hover .rlbButtonText:before {
  background-position: -17px -417px; }

.RadListBox_BootstrapRVS .rlbMoveUpDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbMoveUpDisabled:hover .rlbButtonText:before {
  background-position: -17px -417px; }

.RadListBox_BootstrapRVS .rlbMoveDown .rlbButtonText:before {
  background-position: -17px -467px; }

.RadListBox_BootstrapRVS .rlbMoveDown:hover .rlbButtonText:before {
  background-position: -17px -467px; }

.RadListBox_BootstrapRVS .rlbMoveDownDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbMoveDownDisabled:hover .rlbButtonText:before {
  background-position: -17px -467px; }

.RadListBox_BootstrapRVS .rlbMoveToTop .rlbButtonText:before {
  background-position: -17px -617px; }

.RadListBox_BootstrapRVS .rlbMoveToTop:hover .rlbButtonText:before {
  background-position: -17px -617px; }

.RadListBox_BootstrapRVS .rlbMoveToTopDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbMoveToTopDisabled:hover .rlbButtonText:before {
  background-position: -17px -617px; }

.RadListBox_BootstrapRVS .rlbMoveToBottom .rlbButtonText:before {
  background-position: -17px -667px; }

.RadListBox_BootstrapRVS .rlbMoveToBottom:hover .rlbButtonText:before {
  background-position: -17px -667px; }

.RadListBox_BootstrapRVS .rlbMoveToBottomDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbMoveToBottomDisabled:hover .rlbButtonText:before {
  background-position: -17px -667px; }

.RadListBox_BootstrapRVS .rlbDelete .rlbButtonText:before {
  background-position: -17px -3317px; }

.RadListBox_BootstrapRVS .rlbDelete:hover .rlbButtonText:before {
  background-position: -17px -3317px; }

.RadListBox_BootstrapRVS .rlbDeleteDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbDeleteDisabled:hover .rlbButtonText:before {
  background-position: -17px -3317px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferTo .rlbButtonText:before {
  background-position: -17px -117px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText:before {
  background-position: -17px -117px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText:before {
  background-position: -17px -117px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText:before {
  background-position: -17px -167px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText:before {
  background-position: -17px -167px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText:before {
  background-position: -17px -167px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText:before {
  background-position: -17px -917px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText:before {
  background-position: -17px -917px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText:before {
  background-position: -17px -917px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText:before {
  background-position: -17px -967px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText:before {
  background-position: -17px -967px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText:before {
  background-position: -17px -967px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText:before {
  background-position: -17px -17px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText:before {
  background-position: -17px -17px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText:before {
  background-position: -17px -17px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferTo .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText:before {
  background-position: -17px -67px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText:before {
  background-position: -17px -67px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText:before {
  background-position: -17px -67px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText:before {
  background-position: -17px -817px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText:before {
  background-position: -17px -817px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText:before {
  background-position: -17px -817px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText:before {
  background-position: -17px -867px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText:before {
  background-position: -17px -867px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText:before,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText:before {
  background-position: -17px -867px; }

.RadListBox_BootstrapRVS .rlbMoveUp .rlbButtonText {
  *background-position: 0 0; }

.RadListBox_BootstrapRVS .rlbMoveUpDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbMoveUpDisabled:hover .rlbButtonText {
  *background-position: -200px 0; }

.RadListBox_BootstrapRVS .rlbMoveDown .rlbButtonText {
  *background-position: 0 -25px; }

.RadListBox_BootstrapRVS .rlbMoveDownDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbMoveDownDisabled:hover .rlbButtonText {
  *background-position: -200px -25px; }

.RadListBox_BootstrapRVS .rlbMoveToTop .rlbButtonText {
  *background-position: 0 -275px; }

.RadListBox_BootstrapRVS .rlbMoveToTopDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbMoveToTopDisabled:hover .rlbButtonText {
  *background-position: -200px -275px; }

.RadListBox_BootstrapRVS .rlbMoveToBottom .rlbButtonText {
  *background-position: 0 -300px; }

.RadListBox_BootstrapRVS .rlbMoveToBottomDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbMoveToBottomDisabled:hover .rlbButtonText {
  *background-position: -200px -300px; }

.RadListBox_BootstrapRVS .rlbDelete .rlbButtonText {
  *background-position: 0 -50px; }

.RadListBox_BootstrapRVS .rlbDeleteDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbDeleteDisabled:hover .rlbButtonText {
  *background-position: -200px -50px; }

.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText {
  *background-position: 0 -100px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText {
  *background-position: 0 -75px; }

.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText {
  *background-position: -200px -100px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText {
  *background-position: -200px -75px; }

.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText {
  *background-position: 0 -150px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText {
  *background-position: 0 -125px; }

.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText {
  *background-position: -200px -150px; }

.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText {
  *background-position: -200px -125px; }

.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText {
  *background-position: 0 -200px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText {
  *background-position: 0 -175px; }

.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText {
  *background-position: -200px -200px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText {
  *background-position: -200px -175px; }

.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText {
  *background-position: 0 -250px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText {
  *background-position: 0 -225px; }

.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText {
  *background-position: -200px -250px; }

.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_BootstrapRVS .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText {
  *background-position: -200px -225px; }
