.RadOrgChart_BootstrapRVS {
  color: #333333;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* Loading states */ }
  .RadOrgChart_BootstrapRVS .rocGroup {
    border-radius: 10px;
    background-color: whitesmoke;
    border: 1px solid #dedede; }
  .RadOrgChart_BootstrapRVS .rocItemContent,
  .RadOrgChart_BootstrapRVS .rocItemTemplate {
    border-color: #ddd;
    border-radius: 5px;
    background: #e4e4e4; }
  .RadOrgChart_BootstrapRVS .rocExpandArrow,
  .RadOrgChart_BootstrapRVS .rocCollapseArrow,
  .RadOrgChart_BootstrapRVS .rocExpandGroupArrow,
  .RadOrgChart_BootstrapRVS .rocCollapseGroupArrow {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    color: #333333;
    border-color: #cccccc;
    background-color: #ffffff;
    background-image: url('Common/radActionsSprite.png');
    z-index: 1000; }
    .RadOrgChart_BootstrapRVS .rocExpandArrow:hover,
    .RadOrgChart_BootstrapRVS .rocCollapseArrow:hover,
    .RadOrgChart_BootstrapRVS .rocExpandGroupArrow:hover,
    .RadOrgChart_BootstrapRVS .rocCollapseGroupArrow:hover {
      border-color: #adadad;
      background-color: #e6e5e5; }
  .RadOrgChart_BootstrapRVS .rocExpandArrow,
  .RadOrgChart_BootstrapRVS .rocCollapseArrow {
    margin-left: -9px;
    bottom: -9px; }
  .RadOrgChart_BootstrapRVS .rocExpandArrow {
    background-position: -17px -1067px; }
  .RadOrgChart_BootstrapRVS .rocCollapseArrow {
    background-position: -17px -1017px; }
  .RadOrgChart_BootstrapRVS .rocExpandGroupArrow {
    background-position: -17px -1167px; }
  .RadOrgChart_BootstrapRVS .rocCollapseGroupArrow {
    background-position: -17px -1117px; }
  .RadOrgChart_BootstrapRVS .rocLoadingNodes .rocExpandArrow,
  .RadOrgChart_BootstrapRVS .rocLoadingNodes .rocCollapseArrow,
  .RadOrgChart_BootstrapRVS .rocLoadingGroups .rocExpandGroupArrow,
  .RadOrgChart_BootstrapRVS .rocLoadingGroups .rocCollapseGroupArrow {
    background-image: url('Common/loading_small.gif'); }
  .RadOrgChart_BootstrapRVS .rocLineUp,
  .RadOrgChart_BootstrapRVS .rocLineDown,
  .RadOrgChart_BootstrapRVS .rocLineHorizontal {
    background-image: url('../Common/OrgChart/rocLinesDark.png'); }
  .RadOrgChart_BootstrapRVS.rocDetachedItemContainer .rocGhostItem,
  .RadOrgChart_BootstrapRVS.rocDetachedItemContainer .rocGhostNode, .RadOrgChart_BootstrapRVS.rocDetachedNodeContainer .rocGhostItem,
  .RadOrgChart_BootstrapRVS.rocDetachedNodeContainer .rocGhostNode {
    border-color: #dedede;
    background-color: #fcfcfc;
    border-radius: 0.28571429em; }
  .RadOrgChart_BootstrapRVS.rocDetachedItemContainer .rocDropClue, .RadOrgChart_BootstrapRVS.rocDetachedNodeContainer .rocDropClue {
    background-image: url('../Common/Actions/actionDragDropDark.png'); }

.rocToolbar_BootstrapRVS {
  padding: 5px;
  border-color: #dedede;
  background-color: whitesmoke; }
  .rocToolbar_BootstrapRVS ul {
    margin-left: -5px; }
  .rocToolbar_BootstrapRVS li {
    margin-left: 5px;
    border-radius: 3px; }
  .rocToolbar_BootstrapRVS .rocToolbarButton {
    border-radius: 3px;
    border-color: #cccccc;
    background-color: #ffffff;
    background-position: 0 0;
    text-indent: -999em;
    float: left;
    overflow: hidden; }
    .rocToolbar_BootstrapRVS .rocToolbarButton:first-child {
      margin: 0; }
    .rocToolbar_BootstrapRVS .rocToolbarButton:hover {
      border-color: #adadad;
      background-color: #e6e5e5; }
    .rocToolbar_BootstrapRVS .rocToolbarButton:active {
      border-color: #adadad;
      background-color: #e6e5e5; }
    .rocToolbar_BootstrapRVS .rocToolbarButton .rocToolbarButton.rocActionDrillHere {
      background-position: -32px 0; }
    .rocToolbar_BootstrapRVS .rocToolbarButton .rocToolbarButton.rocActionGoToParent {
      background-position: -32px -16px; }
    .rocToolbar_BootstrapRVS .rocToolbarButton .rocToolbarButton.rocActionGoToRoot {
      background-position: -32px -32px; }
