.RadDrawer {
  border-color: #dedede;
  color: #333333;
  background-color: #ffffff; }

.RadDrawer_BootstrapRVS .k-drawer {
  background-color: #ffffff;
  color: #333333;
  border-color: #f2f2f2; }

.RadDrawer_BootstrapRVS .k-drawer-wrapper {
  scrollbar-color: rgba(156, 156, 156, 0.7) #dedede; }
  .RadDrawer_BootstrapRVS .k-drawer-wrapper::-webkit-scrollbar-track {
    background: #dedede; }
  .RadDrawer_BootstrapRVS .k-drawer-wrapper::-webkit-scrollbar-thumb {
    background: rgba(156, 156, 156, 0.7); }
  .RadDrawer_BootstrapRVS .k-drawer-wrapper::-webkit-scrollbar-thumb:hover {
    background: #9c9c9c; }

.RadDrawer_BootstrapRVS .k-drawer-item:hover, .RadDrawer_BootstrapRVS .k-drawer-item.k-state-hover {
  color: #000000;
  background-color: #eeeeee;
  cursor: pointer; }

.RadDrawer_BootstrapRVS .k-drawer-item:focus, .RadDrawer_BootstrapRVS .k-drawer-item.k-state-focused {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
  .RadDrawer_BootstrapRVS .k-drawer-item:focus:hover, .RadDrawer_BootstrapRVS .k-drawer-item:focus.k-state-hover, .RadDrawer_BootstrapRVS .k-drawer-item.k-state-focused:hover, .RadDrawer_BootstrapRVS .k-drawer-item.k-state-focused.k-state-hover {
    color: #000000;
    background-color: #eeeeee; }

.RadDrawer_BootstrapRVS .k-drawer-item.k-state-selected {
  color: #ffffff;
  background-color: #337ab7; }
  .RadDrawer_BootstrapRVS .k-drawer-item.k-state-selected:hover, .RadDrawer_BootstrapRVS .k-drawer-item.k-state-selected.k-state-hover {
    color: #ffffff;
    background-color: #2f70a9; }

.RadDrawer_BootstrapRVS .k-drawer-separator {
  background-color: #f2f2f2; }
