/* Example lightbox customization */

.ui-dialog.demo-fullscreen-dialog {
  position: fixed;
  z-index: 100;
  background-color: #fff;

  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
}
@media (max-width: 800px) {
  .ui-dialog.demo-fullscreen-dialog {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media (max-height: 800px) {
  .ui-dialog.demo-fullscreen-dialog {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}

.ui-widget-overlay {
  background-color: #000;
  opacity: 0.5;
}

.ui-dialog.demo-fullscreen-dialog {
  padding: 0;
}
.ui-dialog.demo-fullscreen-dialog .ui-dialog-titlebar {
  padding: 0;
  line-height: 38px; // firefox renders fonts too large
  height: 40px;
  background: linear-gradient(#f8f8f8, #e5e5e5);
  border-bottom: 1px solid #bcbcbc;
}
.ui-dialog.demo-fullscreen-dialog .ui-dialog-titlebar .ui-dialog-title {
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}

.ui-dialog.demo-fullscreen-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  margin-right: 20px;
  margin-top: -13px;
  width: 60px;
  height: 28px;
  font-size: 1.3rem;
  line-height: 1;
}
.ui-dialog.demo-fullscreen-dialog .ui-dialog-content {
  height: calc(100% - 40px - 2px); /* title height and border */
}

.urcs-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0px 8px;
  color: #505050;
  background-color: rgba(0, 0, 0, 0.08);
  text-align: right;
  font-size: 10px;
  line-height: 18px;
}
.urcs-footer .urcs-footer-environment {
  text-transform: uppercase;
}

svg.rgraph-container {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  /*.rgraph-link:hover, */
}
svg.rgraph-container text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
svg.rgraph-container .rgraph-label {
  fill: #666;
  cursor: pointer;
  dominant-baseline: central;
  pointer-events: none;
}
svg.rgraph-container .rgraph-label.rgraph-is-selected {
  fill: #015f9b;
}
svg.rgraph-container .rgraph-label-background {
  fill: #e1e1e1;
  pointer-events: none;
}
svg.rgraph-container .rgraph-label-background.rgraph-is-selected {
  fill: #c7deed;
}
svg.rgraph-container .rgraph-node.rgraph-node-document {
  cursor: pointer;
}
svg.rgraph-container .rgraph-node.rgraph-node-document .rgraph-document-icon .rgraph-document-icon-1 {
  fill: #dedede;
}
svg.rgraph-container .rgraph-node.rgraph-node-document .rgraph-document-icon .rgraph-document-icon-2 {
  fill: #b2b2b2;
}
svg.rgraph-container .rgraph-node.rgraph-node-document.rgraph-is-focused .rgraph-document-icon .rgraph-document-icon-1,
svg.rgraph-container .rgraph-node.rgraph-node-document.rgraph-is-hovered .rgraph-document-icon .rgraph-document-icon-1,
svg.rgraph-container .rgraph-node.rgraph-node-document:hover .rgraph-document-icon .rgraph-document-icon-1 {
  fill: #b5b4b4;
}
svg.rgraph-container .rgraph-node.rgraph-node-document.rgraph-is-focused .rgraph-document-icon .rgraph-document-icon-2,
svg.rgraph-container .rgraph-node.rgraph-node-document.rgraph-is-hovered .rgraph-document-icon .rgraph-document-icon-2,
svg.rgraph-container .rgraph-node.rgraph-node-document:hover .rgraph-document-icon .rgraph-document-icon-2 {
  fill: #737272;
}
svg.rgraph-container .rgraph-node.rgraph-node-document.rgraph-is-selected .rgraph-document-icon .rgraph-document-icon-1 {
  fill: #1781c7;
}
svg.rgraph-container .rgraph-node.rgraph-node-document.rgraph-is-selected .rgraph-document-icon .rgraph-document-icon-2 {
  fill: #064b64;
}
svg.rgraph-container .rgraph-node.rgraph-node-document-aura .rgraph-document-aura-icon {
  fill: #c7deed;
}
svg.rgraph-container .rgraph-node.rgraph-node-concept {
  cursor: pointer;
}
svg.rgraph-container .rgraph-node.rgraph-node-concept .rgraph-concept-icon {
  fill: #999;
}
svg.rgraph-container .rgraph-node.rgraph-node-concept .rgraph-concept-icon-area {
  fill: none;
  pointer-events: visible;
}
svg.rgraph-container .rgraph-node.rgraph-node-concept.rgraph-is-hovered .rgraph-concept-icon,
svg.rgraph-container .rgraph-node.rgraph-node-concept:hover .rgraph-concept-icon {
  fill: #999;
}
svg.rgraph-container .rgraph-node.rgraph-node-concept.rgraph-is-selected .rgraph-concept-icon {
  fill: #0176c3;
}
svg.rgraph-container .rgraph-node.rgraph-node-concept-aura {
  cursor: pointer;
}
svg.rgraph-container .rgraph-node.rgraph-node-concept-aura .rgraph-concept-aura-icon {
  fill: #e1e1e1;
}
svg.rgraph-container .rgraph-node.rgraph-node-concept-aura.rgraph-is-hovered .rgraph-concept-aura-icon,
svg.rgraph-container .rgraph-node.rgraph-node-concept-aura:hover .rgraph-concept-aura-icon {
  fill: #e1e1e1;
}
svg.rgraph-container .rgraph-node.rgraph-node-concept-aura.rgraph-is-selected .rgraph-concept-aura-icon {
  fill: #c7deed;
}
svg.rgraph-container .rgraph-node.rgraph-node-concept-aura.rgraph-is-selected.rgraph-is-hovered .rgraph-concept-aura-icon,
svg.rgraph-container .rgraph-node.rgraph-node-concept-aura.rgraph-is-selected:hover .rgraph-concept-aura-icon {
  fill: #c7deed;
}
svg.rgraph-container .rgraph-link {
  stroke: #dedede;
}
svg.rgraph-container .rgraph-link.rgraph-is-hovered {
  stroke: #b4b4b4;
}
svg.rgraph-container .rgraph-link.rgraph-is-selected {
  stroke: #0176c3;
}
svg.rgraph-container .rgraph-zoom-button {
  cursor: pointer;
}
svg.rgraph-container .rgraph-zoom-button rect {
  fill: #dedede;
  stroke-width: 0.5px;
  stroke: #bcbcbc;
}
svg.rgraph-container .rgraph-zoom-button text {
  fill: #999;
  font-size: 1.8em;
  text-anchor: middle;
}
svg.rgraph-container .rgraph-zoom-button:hover rect {
  fill: #0176c3;
  stroke: #0176c3;
}
svg.rgraph-container .rgraph-zoom-button:hover text {
  fill: #dedede;
}

.rcsec-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rcsec-container .rcsec-sidebar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 240px;
  margin-right: 40px;
}
.rcsec-container .rcsec-main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html.ie9 .rcsec-container:after,
html.lt-ie9 .rcsec-container:after {
  content: "";
  display: table;
  clear: both;
}
html.ie9 .rcsec-container .rcsec-sidebar,
html.lt-ie9 .rcsec-container .rcsec-sidebar {
  float: left;
}
html.ie9 .rcsec-container .rcsec-main-content,
html.lt-ie9 .rcsec-container .rcsec-main-content {
  display: table-cell;
}
.rcsec-container .rcsec-title {
  margin-bottom: 10px;
  padding: 15px 0 7px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border-bottom: 1px solid #dcdcdc;
}
.rcsec-container .rcsec-sidebar .rcsec-title {
  box-shadow: 0 -1px 0 0 #ffffff inset, 0 -18px 18px -18px #efefef inset;
}
.rcsec-container .rcsec-help {
  float: right;
  position: relative;
  cursor: help;
}
.rcsec-container .rcsec-help .rcsec-help-label {
  margin: 23px 0 9px;
  font-size: 1.1rem;
  line-height: 1.8rem;
  line-height: 11px;
  height: 11px;
  border-bottom: 1px dotted #333;
}
.rcsec-container .rcsec-help .rcsec-help-popup {
  display: none;
  position: absolute;
  box-sizing: border-box;
  width: 250px;
  top: 49px;
  left: -94px;
  padding: 10px;
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.rcsec-container .rcsec-help:hover .rcsec-help-popup {
  display: block;
}
.rcsec-container .rcsec-help .rcsec-help-popup-header {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.rcsec-container .rcsec-help .rcsec-help-popup-content {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.rcsec-container .rcsec-help .rcsec-help-popup-content p {
  margin-top: 1rem;
}
.rcsec-container .rcsec-help .rcsec-help-popup:after,
.rcsec-container .rcsec-help .rcsec-help-popup:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rcsec-container .rcsec-help .rcsec-help-popup:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.rcsec-container .rcsec-help .rcsec-help-popup:before {
  border-color: rgba(220, 220, 220, 0);
  border-bottom-color: #dcdcdc;
  border-width: 11px;
  margin-left: -11px;
}
.rcsec-container .rcsec-related-concepts {
  overflow: hidden;
}
.rcsec-container .rcsec-related-concepts .rcsec-related-concept {
  font-size: 1.1rem;
  line-height: 1.8rem;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 0 8px;
  color: #333;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: -webkit-linear-gradient(#f9f9f9, #eaeaea);
  background: linear-gradient(#f9f9f9, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eaeaea');
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  cursor: pointer;
}
.rcsec-container .rcsec-related-concepts .rcsec-related-concept:hover {
  border-color: #0176c3;
}
.rcsec-container .rcsec-related-concepts .rcsec-related-concept.rcsec-is-selected {
  border-color: #0176c3;
  background: -webkit-linear-gradient(#d7ecfa, #b3dcf5);
  background: linear-gradient(#d7ecfa, #b3dcf5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7ecfa', endColorstr='#b3dcf5');
}
.rcsec-container .rcsec-graph-advert {
  margin-top: 20px;
  position: relative;
  min-height: 100px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  background: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
  background: linear-gradient(#fbfbfb, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e5e5e5');
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.rcsec-container .rcsec-graph-advert .rcsec-graph-advert-header {
  color: #333;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 15px;
}
.rcsec-container .rcsec-graph-advert .rcsec-graph-advert-label {
  position: absolute;
  left: 136px;
  top: 93px;
  font-size: 1.2rem;
  color: #666;
  white-space: nowrap;
}
.rcsec-container .rcsec-graph-advert .rcsec-graph-advert-button {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
  height: 3rem;
  line-height: 3rem;
  color: #fff;
  text-shadow: 0 1px 0 #006b9f;
  font-weight: bold;
  background: -webkit-linear-gradient(#38a0e5, #0176c3);
  background: linear-gradient(#38a0e5, #0176c3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38a0e5', endColorstr='#0176c3');
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25) inset;
  border: 1px solid #0176c3;
  border-radius: 3px;
}
.rcsec-container .rcsec-graph-advert:hover .rcsec-graph-link-button,
.rcsec-container .rcsec-graph-advert:active .rcsec-graph-link-button,
.rcsec-container .rcsec-graph-advert:focus .rcsec-graph-link-button {
  border-color: #02548a;
  background: -webkit-linear-gradient(#38a0e5, #0365a5);
  background: linear-gradient(#38a0e5, #0365a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38a0e5', endColorstr='#0365a5');
}
.rcsec-container .rcsec-graph-advert .rcsec-graph-advert-button-icon {
  display: inline-block;
  width: 18px;
  height: 19px;
  margin: 5px 0 -5px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAmCAYAAACsyDmTAAAAAXNSR0IArs4c6QAABRVJREFUWAnVl11MXEUUx/mS2hXlSwymiCXWFEURpFkTMOpGE8HEaEjUGB+MscaXPvQB0eITiRFJVAJGfSCxbyR9AB7kgaTBkhqIQIRK0/JhrUCBolAoXwvsAuvvf3eXXGDvssBC4kn+d+bOOXPO/96ZOTMTEfF/FY/HEwlOg8tgGjhBH/gaJB3qdxHwOLgErOQ2itcPhRSB4sBNMVlbWxvt6ur6BHmtqKjoxcbGxg8XFhZ+kQ5ZB44DJ0WQHxVtcXGxOz8//wUC5m1Ff3//D7JB/gZxB0YK52lgHVkqKSl5g0BPA82XWBAN7gcnbDbbqdnZ2R5sJWdpOxjB+fuKMDMz00GEkyDKItLDbW1tX8gWabKwCanZKoDReXV19ZgqEBqkGALrIJDcHhkZuSqF2+1OD2QQaltQQlNTU245SkhIeJBiJZhTu91+n/Qul8sZzG4nXVBCTFbjq+Pj43MZinuDOUtLSyuQfnp6+lowu33p4uLiUubn568bM8Pj+cbKGfp8sMbkd1VXVxda2YWj3VZeXv4WgVZ8pGopHzA75v0DMCt9b2/vd+iMeWe2CXc9s6Wl5XNILSooInK/gxagLcSQsbGxnxla5aigQxsOcgqQ297e/qU/uLkke480NTUp94hMajgChuIjaXR0tN5PhHQw1dra+lFlZWWxj4jIHA/FUdhs+BN/+glNTExcxLFICE+BeBAWiQnFC0Q0FCf8tuPj413UbwDlpmV/ezjKkAgRSJvqhvT09PzKy+xGw2FXGC7/bu5h/txVfjo0DgyPzj9nwEUwDrTMXcCQycnJy5A5eiiEiPg2mPCGDvzkby3Ibi+E6JcCHgPGvhfUB0bnwG7kXFCHPiUOo8FnYMjkXKfLdvByQB8o9Gf2IkH/FA4fB50mxxr+W6Z3Efse6MDnFV40Z4IOE3orUb+AR1baj4Br6shCuFFfX3+aE8FzRM0rLCx8qa+vT5nfKT1S4ecTwYsm8H7kzIYzUwWHX8np0tLS9czMzHwRAblAx2AjqdbU1LyHiRbMKrDTHiFCWk37EWXtTYKzo8DYjCsqKt5BmQV0/o70Geo8/hDI5cxV6wt+wdCxavY6XIYf+rupXAVXgE4BHeAP4FleXh4lyBPAT8SIaXrYqqqq9Jd0kxhXe0xUVFSiyWDX1cjISGV77WfbhKvTMI1DwLNN6W1wcs/rVBU/yUYTh/J/xXCvwhnasuvKysotb1zr5/DwcIEcwOMfWcVwRL2ZmJi4561gbm7uDn/iEl8YDaJU8tejU1NTHbGxsbrXZdPWa0UpPT3dOPJyFr9i2HR3dwc8eFl+9hZFQ0PDTzgyVo25HBwcPO8z1QUy4FZD+ylgrLLa2tp3DUIOh+MZfteUr/OuCoZkOisr61Uc6S4mPAqOCxkZGXan0/mXz+EA5SvASICUSeAsMPLQwMDAefpkAENSmpubP0W5a1E/PFgN97HS0tI3Gc5ek+NtmZo5dIGEqRxk89LxXo+zdWMwddyx6rthZOPE6m6npf5kcnKynaz8Lct62OR0ncXQWVdX9zE2Gu5tNxUt/Tx98U7DJ73vz8jRTinjCDaZ8i0UFxc7ysrKinJycgp8bc9SPgJEfpvomJqHPN/R0VHJrP+Nr5jkyyhck3pXu/SyA7u5YchWucogRikiJ4Gy9ybZykxfLMb3bLLa/OLmVfllZnNzSG9Koto25GM9UI+thGSjOZEMEoCWqxysgSVwF9wBAZ3Rvm/5D4NHZfJ0w/xvAAAAAElFTkSuQmCC');
  background-size: contain;
}
.rcsec-container .rcsec-show-more {
  padding: 14px 7px;
  background: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background: linear-gradient(#ffffff, #f8f8f8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8');
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #dcdcdc;
  box-shadow: 0 -1px 0 0 #ffffff inset;
  text-align: right;
}
.rcsec-container .rcsec-show-more .rcsec-show-more-link {
  font-size: 1.2rem;
  color: #0176c3;
  cursor: pointer;
}
.rcsec-container .rcsec-show-more .rcsec-show-more-link:hover {
  text-decoration: underline;
}
.rcsec-container .rcsec-show-more .rcsec-show-more-link:before {
  content: '» ';
}

.rdlist-container .rdlist-related-document {
  padding: 10px 0;
  border-top: 1px solid #dcdcdc;
}
.rdlist-container.rdlist-indent .rdlist-related-document {
  margin: 0 20px;
}
.rdlist-container .rdlist-related-document:first-child {
  border-top: 0 none;
}
.rdlist-container:not(.rdlist-indent) .rdlist-related-document:first-child {
  padding-top: 0;
}
.rdlist-container .rdlist-related-document.rdlist-is-focused,
.rdlist-container.rdlist-indent .rdlist-related-document.rdlist-is-focused {
  background-color: #e4f2fb;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.rdlist-container .rdlist-related-document.rdlist-is-focused + .rdlist-related-document,
.rdlist-container.rdlist-indent .rdlist-related-document.rdlist-is-focused + .rdlist-related-document {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.rdlist-container .rdlist-related-document-title {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #0176c3;
}
.rdlist-container .rdlist-related-document-title:hover {
  text-decoration: underline;
}
.rdlist-container .rdlist-related-document-title:active {
  color: #70bced;
  text-decoration: underline;
}
.rdlist-container .rdlist-related-document-metadata {
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding: 5px 0 0;
}
.rdlist-container .rdlist-concepts {
  overflow: hidden;
  margin-top: 10px;
  height: 2.2rem;
}
.rdlist-container .rdlist-concept {
  float: left;
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin-bottom: 6px;
  height: 2rem;
  line-height: 2rem;
  color: #999;
}
.rdlist-container .rdlist-concept:not(.rdlist-is-selected) {
  border-left: 1px solid #dcdcdc;
  padding: 0 6px;
}
.rdlist-container .rdlist-concept.rdlist-is-selected {
  padding: 0 8px;
  margin-right: 6px;
  color: #4b4b4b;
  background-color: #d1ecf9;
  border-radius: 3px;
}
.rdlist-container .rdlist-concept:not(.rdlist-is-selected):first-child,
.rdlist-concept.rdlist-is-selected + .rdlist-concept:not(.rdlist-is-selected) {
  border-left: 0 none;
  padding-left: 0;
}
.rdlist-container .rdlist-button-previous,
.rdlist-container .rdlist-button-next {
  margin: 10px 0 10px 20px;
  height: 22px;
  background: #f8f8f8;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  position: relative;
}
.rdlist-container .rdlist-button-previous:hover,
.rdlist-container .rdlist-button-next:hover {
  background: #ebebeb;
}
.rdlist-container .rdlist-button-previous .rdlist-button-icon,
.rdlist-container .rdlist-button-next .rdlist-button-icon {
  position: absolute;
  left: 50%;
  margin-left: -5.5px;
  width: 11px;
  height: 11px;
}
.rdlist-container .rdlist-button-previous .rdlist-button-icon {
  top: 8px;
  background-image: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIRnC2nKLnT4or00Puy3rx7VQAAOw==);
}
.rdlist-container .rdlist-button-next .rdlist-button-icon {
  bottom: 8px;
  background-image: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
}
.rdlist-container .rdlist-related-document .rdlist-related-document-arrow {
  position: absolute;
  background: #f8f8f8;
  top: 50%;
  left: 0;
}
.rdlist-container .rdlist-related-document .rdlist-related-document-arrow:after,
.rdlist-container .rdlist-related-document .rdlist-related-document-arrow:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rdlist-container .rdlist-related-document .rdlist-related-document-arrow:after {
  border-color: rgba(248, 248, 248, 0);
  border-left-color: #f8f8f8;
  border-width: 8px;
  margin-top: -8px;
}
.rdlist-container .rdlist-related-document .rdlist-related-document-arrow:before {
  border-color: rgba(214, 214, 214, 0);
  border-left-color: #d6d6d6;
  border-width: 9px;
  margin-top: -9px;
}
.rdlist-container .rdlist-related-document .rdlist-related-document-arrow {
  display: none;
}
.rdlist-container .rdlist-related-document.rdlist-is-focused {
  position: relative;
}
.rdlist-container .rdlist-related-document.rdlist-is-focused .rdlist-related-document-arrow {
  display: block;
}
.rdlist-container .rdlist-dim-overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
.rdlist-container.rdlist-is-dimmed {
  position: relative;
}
.rdlist-container.rdlist-is-dimmed .rdlist-dim-overlay {
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.5);
}

.rgview-container,
.rgview-container * {
  box-sizing: border-box;
}
.rgview-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.rgview-container .rgview-left-pane {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 520px;
}
.rgview-container .rgview-right-pane {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 520px;
  border-left: 1px solid #d6d6d6;
}
.rgview-container .rgview-graph-container {
  background-color: #f8f8f8;
}
.rgview-container .rgview-document-list-container .rgview-document-list-top {
  margin: 0 20px;
  padding: 10px 0;
  height: 100px;
}
.rgview-container .rgview-document-list-container .rgview-document-list-top .rgview-document-summary {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.rgview-container .rgview-document-list-container .rgview-document-list-top .rgview-selected-concept-list {
  padding-top: 10px;
  height: 60px;
  overflow: hidden;
}
.rgview-container .rgview-document-list-container .rgview-document-list-top .rgview-selected-concept-list .rgview-selected-concept-list-label {
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding-right: 10px;
}
.rgview-container .rgview-document-list-container .rgview-document-list-top .rgview-selected-concept-list .rgview-concept {
  font-size: 1.1rem;
  line-height: 1.8rem;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 0 8px;
  color: #333;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: -webkit-linear-gradient(#f9f9f9, #eaeaea);
  background: linear-gradient(#f9f9f9, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eaeaea');
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  cursor: pointer;
  float: none;
  display: inline-block;
}
.rgview-container .rgview-document-list-container .rgview-document-list-top .rgview-selected-concept-list .rgview-concept:hover {
  border-color: #0176c3;
}
.rgview-container .rgview-document-list-container .rgview-document-list-top .rgview-selected-concept-list .rgview-concept.rgview-is-selected {
  border-color: #0176c3;
  background: -webkit-linear-gradient(#d7ecfa, #b3dcf5);
  background: linear-gradient(#d7ecfa, #b3dcf5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7ecfa', endColorstr='#b3dcf5');
}
.rgview-container .rgview-document-list-container .rgview-document-list-top .rgview-selected-concept-list .rgview-concept .rgview-concept-remove-icon {
  font-weight: bold;
  font-size: 1.1em;
}
.rgview-container .rgview-document-list-container .rgview-document-list {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #dcdcdc;
  overflow-y: auto;
}

/*!
 * jQuery UI CSS Framework 1.11.2
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Dialog 1.11.2
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
