/**
  Styles relating to RelationWidgets
*/

  .xv-relationwidget-completer {
   left: -200px;
   top: 15px;
  }

  .xv-completer-sidecar {
   color: @blue-gray;
  }

  .xv-relationwidget-icon {
   top: 1px;
   left: 8px;
   height: 30px;
   position: relative;
  }

  .xv-private-item-site-widget {
   border-bottom-color: rgb(170, 170, 170);
   border-bottom-width: 1px;
   border-bottom-style: solid;
  }

  /* RelationsEditorBox */
  .xv-relations-editor-box {
   .xv-groupbox {
     margin-right: 0;
     padding: 0;
     border: none;
   }
   &.panel {
     width: 350px;
   }
  }

  /* ListRelationsBox */
  .xv-list-relations-box {
   &.panel {
     width: 625px;
   }
  }

  .xv-short-relations-box {
   &.panel {
     width: 500px;
   }
  }
