.RadTreeView_PG {
  color: #455A64;
  font-family: "Roboto", "Noto", sans-serif; }
  .RadTreeView_PG .rtUL {
    padding: 3px; }
  .RadTreeView_PG .rtLI {
    padding: 1px 0 1px 30px; }
  .RadTreeView_PG .rtOut {
    position: relative; }
  .RadTreeView_PG .rtIn {
    border: 0;
    border-radius: 2px;
    padding: 6px; }
  .RadTreeView_PG .rtChk {
    margin: 0 2px 0 6px; }
  .RadTreeView_PG .rtChkTristate {
    font-size: 18px;
    font-family: "Material Icons";
    margin-right: 0; }
    .RadTreeView_PG .rtChkTristate:before {
      margin-left: -3px; }
    .RadTreeView_PG .rtLoadingIcon {
        background-image: url('/_SiteCommon/Images/loading_small.gif')!important;}
  .RadTreeView_PG .rtPlus,
  .RadTreeView_PG .rtMinus {
    display: inline-block;
    width: 36px;
    height: 36px;
    left: -28px;
    top: 0.7142857142em;
    margin-top: -10px;
    color: #607D8B;
    border-radius: 18px; }
    .RadTreeView_PG .rtPlus:before, .RadTreeView_PG .rtPlus:before,
    .RadTreeView_PG .rtMinus:before,
    .RadTreeView_PG .rtMinus:before {
      font-size: 18px;
      font-family: "Material Icons"; }
  .RadTreeView_PG .rtPlus:before {
    content: "\e315"; }
  .RadTreeView_PG .rtMinus {
    color: #263238; }
    .RadTreeView_PG .rtMinus:before {
      content: "\e313"; }
  .RadTreeView_PG .rtLines .rtLI:before {
    left: 19px; }
  .RadTreeView_PG .rtLines .rtFirst:before {
    margin-top: 7px; }
  .RadTreeView_PG .rtLines .rtLast:before {
    padding-top: 7px; }
  .RadTreeView_PG .rtLines .rtOut:before {
    top: 7px;
    left: -10px; }
  .RadTreeView_PG .rtHover .rtIn {
    border-color: #ECEFF1;
    color: #455A64;
    background-color: #ECEFF1; }
  .RadTreeView_PG .rtPlusHover,
  .RadTreeView_PG .rtMinusHover {
    color: #263238; }
  .RadTreeView_PG .rtChkTristate:hover {
    color: #263238; }
  .RadTreeView_PG .rtSelected .rtIn {
    border-color: transparent;
    color: #03A9F4;
    background-color: transparent; }
  .RadTreeView_PG .p-i-checkbox-checked {
    color: #03A9F4; }
    .RadTreeView_PG .p-i-checkbox-checked:before {
      content: "\e834"; }
  .RadTreeView_PG .p-i-checkbox:before {
    content: "\e835"; }
  .RadTreeView_PG .p-i-tri-state-indeterminate {
    color: #03A9F4; }
    .RadTreeView_PG .p-i-tri-state-indeterminate:before {
      content: "\e909"; }

.RadTreeView_PG_rtl .rtLI {
  padding-right: 30px;
  padding-left: 1px; }

.RadTreeView_PG_rtl .rtChk {
  margin: 0 6px 0 3px; }

.RadTreeView_PG_rtl .rtChecked:before,
.RadTreeView_PG_rtl .rtUnchecked:before,
.RadTreeView_PG_rtl .rtIndeterminate:before {
  margin-right: -3px;
  margin-left: 0; }

.RadTreeView_PG_rtl .rtPlus,
.RadTreeView_PG_rtl .rtMinus {
  left: auto;
  right: -8px!important;/*has changed*/ }

.RadTreeView_PG_rtl .rtPlus:before {
  content: "\e314"; }

.RadTreeView_PG_rtl .rtLines .rtLI:before {
  left: auto;
  right: 19px; }

.RadTreeView_PG_rtl .rtLines .rtOut:before {
  left: auto;
  right: -8px!important;/*has changed*/ }

/*built*/
.ltr .RadTreeView_PG .rtLines .rtOut:before {
    right: auto !important;
    left: -8px !important;
}
/*built*/
.ltr .RadTreeView_PG .rtPlus, .ltr .RadTreeView_PG .rtMinus {
    right: auto !important;
    left: -26px !important;
    top:2px;
}
