﻿.treedropdownHeader{
  padding-left:10px;
}

.treedropdownparentheader{
  display: inline-block;
  width: 96%;
  padding: 3px;
  cursor: pointer;
}
.treedropdownparentheaderimg{
   cursor: pointer;
}
.treedropdownparentheader:hover{
  background-color: #ccc;
}

.treedropdownsubItem {
  padding-left:20px;
}
.treedropdownsubItem span{
  padding-bottom:5px;
  border-bottom:dotted 1px #e2d0d0;
  display:inherit;
}

.treedropdownsubItem:hover{
   background-color: #ccc;
}

.treedropdownparentheader a{
  display:inline-block !important;
}

.unitparentclass{
  cursor:pointer;
}

.treedropdown-wrapper.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
 
.treedropdown-wrapper .btn-default:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: white;
}

.treedropdown-wrapper a{
    display:inline-block !important;
    width:95%;
}
