
.rc-tree {
  margin: 0;
  padding: 5px;
  margin-left: -10px;
  /*margin-top: 36px;*/
  /*border-top: .1rem solid #d1c1ee;
  margin-top: 11px;*/
}
.rc-tree li {
  padding: 0;
  margin: 2px;
  list-style: none;
  white-space: nowrap;
  outline: 0;

}
.rc-tree-title img {
  border: 0;
  width: 2rem;
  height: 2rem;
  vertical-align: baseline;
  margin-top:-2px;
}
.rc-tree-title div:hover > img ,span.rc-tree-switcher:hover {
    transform: scale(1.2);
    transition: transform .1s ease;
}
a:not(.rc-tree-node-selected):hover .rc-tree-title div:hover > span {
  color: #199ccd;
}

.rc-tree > div {
  margin-top: -3px;
}
/*added for number of Users beside node name-Chintan*/
#numbericon{
  height: 2rem;
  width: 1.5rem;
}
span[target=_numberHolder]{
margin-left: 0.5rem;
vertical-align: top;
/*font-size: 1.2rem;
font-family: lato,Arial,sans-serif;*/
position: relative;
top: 0px;
border: 1px solid #ccc;
border-radius: 2rem;
padding-right: 0.3rem;
}
span[target=_tree]{
margin-left: 0.5rem;
vertical-align: text-bottom;
/*font-size: 1.6rem;
font-family: lato,Arial,sans-serif;*/
position: relative;
top: -2px;
}

.rc-tree li a[draggable],
.rc-tree li a[draggable="true"] {
  color: #333;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.rc-tree li.drag-over > a[draggable] {
  background-color: #316ac5;
  color: white;
  border: 1px #316ac5 solid;
  opacity: 0.8;
}
.rc-tree li.drag-over-gap-top > a[draggable] {
  border-top: 2px blue solid;
}
.rc-tree li.drag-over-gap-bottom > a[draggable] {
  border-bottom: 2px blue solid;
}
.rc-tree li.filter-node > a {
  color: #a60000!important;
  font-weight: bold!important;
}
.rc-tree li ul {
  margin: 0;
  padding: 0 0 0 20px;
}

li {
  position: relative;
}
/*span.Treeline-before {
    border-left: 1px dotted #d1c1ee;
    position: absolute;
    left: -12px;
    height: 1.5rem;
}
span.Treeline-after {
    border-left: 1px dotted #d1c1ee;
    position: absolute;
    left: -14px;
    top: 1.5rem;
    height: calc(100% - 1.5rem);
}
span.Treeline-current {
    position: absolute;
    left: -12px;
    border-bottom: 1px dotted #d1c1ee;
    top: 1.2rem;
    width: 1.5rem;
}*/

li {
  position: relative;
}
span.Treeline-before {
    border-left: thin dotted gray;
    position: absolute;
    left: -10px;
    height: 1rem;
}
span.Treeline-after {
    border-left: thin dotted gray;
    position: absolute;
    left: -10px;
    top: 1.3rem;
    height: calc(100% - 1.2rem);
}
span.Treeline-current {
    position: absolute;
    left: -10px;
    border-bottom: thin dotted gray;
    top: 1.1rem;
    width: 1.2rem;
}

.rc-tree li ul.rc-tree-line {
    /*background: url("http://localhost:8080/d.gif") 0 0 repeat-y;*/
    /*border-left: .2em dotted gray;
    position: relative;
    left: 7px;
    height: 14px;
    border-bottom: 0.2em dotted gray;
    width: 20px;*/
    /*border-left: .2em dotted gray;
    position: relative;
    left: 7px;
    height: 14px;
    border-bottom: 0.2em dotted gray;
    width: 20px;*/
}
a {
  color:#4d5b60;
}
.rc-tree li .rc-tree-node-content-wrapper{
  display: inline-block;
  padding: 3px 3px 19px 3px;
  margin: 0;
  cursor: pointer;
  height: 35px;
  text-decoration: none;
  vertical-align: top;
  margin-left: 12px;
  position: absolute;
  /* transform: scale(0.9); */
}
.rc-tree li span.rc-tree-switcher,
.rc-tree li span.rc-tree-checkbox,
.rc-tree li span.rc-tree-iconEle {
  line-height: 16px;
  margin-right: 2px;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.rc-tree li span.rc-tree-icon_loading {
  margin-right: 2px;
  vertical-align: top;
  background: url(https://t.alipayobjects.com/images/rmsweb/T1YxhiXgJbXXXXXXXX.gif) no-repeat scroll 0 0 transparent;
}
.rc-tree li span.rc-tree-switcher.rc-tree-roots_open {
  background-position: -93px -56px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-roots_close {
  background-position: -75px -56px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-center_open {
  background-position: -92px -18px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-center_close {
  background-position: -74px -18px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-bottom_open {
  background-position: -92px -36px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-bottom_close {
  background-position: -74px -36px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-switcher_open {
   /* background-position: -85px 469px;	*/
   background-position:unset;
   background-image: url("../../../../icons/icon__collapse.svg");
   margin-right: -13px;
   margin-left: 3px;
}

.rc-tree li span.rc-tree-switcher.rc-tree-switcher_close {
  /*background-position: -74px -72px;*/
  background-position:unset;
  background-image: url("../../../../icons/icon__expand.svg");
  margin-right: -13px;
  margin-left: 3px;
}

#rightContainer .rc-tree li span.rc-tree-switcher.rc-tree-switcher_close {
  /*background-position: -74px -72px;*/
  background-position:unset;
  background-image: url("../../../../icons/icon__expand.svg");
  margin-right: -13px;
  margin-left: 3px;
  opacity: 0.3;
}

#rightContainer .rc-tree li span.rc-tree-switcher.rc-tree-switcher_close:hover {
  transform: scale(1);
}
.rc-tree li span.rc-tree-switcher.rc-tree-center_docu {
  background-position: -56px -18px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-bottom_docu {
  background-position: -56px -36px;
}
.rc-tree li span.rc-tree-switcher.rc-tree-noline_docu {
  background: none;
  margin-left: -12px;
}
.rc-tree li span.rc-tree-checkbox {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  background-position: 0 0;
}
.rc-tree li span.rc-tree-checkbox-checked {
  background-position: -14px 0;
}
.rc-tree li span.rc-tree-checkbox-indeterminate {
  background-position: -14px -28px;
}
.rc-tree li span.rc-tree-checkbox-disabled {
  background-position: 0 -56px;
}
.rc-tree li span.rc-tree-checkbox.rc-tree-checkbox-checked.rc-tree-checkbox-disabled {
  background-position: -14px -56px;
}
.rc-tree li span.rc-tree-checkbox.rc-tree-checkbox-indeterminate.rc-tree-checkbox-disabled {
  position: relative;
  background: #ccc;
  border-radius: 3px;
}
.rc-tree li span.rc-tree-checkbox.rc-tree-checkbox-indeterminate.rc-tree-checkbox-disabled::after {
  content: ' ';
  -webkit-transform: scale(1);
  transform: scale(1);
  position: absolute;
  left: 3px;
  top: 5px;
  width: 5px;
  height: 0;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
}
.rc-tree-child-tree {
  display: none;
}
.rc-tree-child-tree-open {
  display: block;
}
.rc-tree-treenode-disabled > span,
.rc-tree-treenode-disabled > a,
.rc-tree-treenode-disabled > a span {
  color: #ccc;
  cursor: not-allowed;
}
.rc-tree-node-selected {
  background-color: #199ccd;
  border: 1px none #199ccd;
  color: #fafafa;
  border-radius: 3px;
}

.rc-tree-icon__open {
  margin-right: 2px;
  background-position: -110px -16px;
  vertical-align: top;
}
.rc-tree-icon__close {
  margin-right: 2px;
  background-position: -110px 0;
  vertical-align: top;
}

ul.rc-tree-child-tree li:last-child > span.Treeline-after {
    display: none;
}

.react-grid-Header {
    font-weight: bold;
}

.device {
    line-height: 16px;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 0 none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url("../icons/desktop.png");
}

.landline {
    line-height: 16px;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 0 none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-left: 25px;
    background-image: url("../icons/landline.png");
}
.userProfileDropdown{
  min-width: 210px;
}

.rc-tree.rc-tree-show-line li:not(:last-child)>.rc-tree-switcher-noop {
  background: none;
  margin-left: -12px;
}
.rc-tree.rc-tree-show-line li:last-child>.rc-tree-switcher-noop {
  background: none;
  margin-left: -12px;
}

.rc-tree.rc-tree-show-line li:not(:last-child)>ul {
  background: none;
}

.rc-tree.rc-tree-show-line li > span.rc-tree-switcher {
    background: none;
}
