table {/* reset width */
	width: auto;
}



/* Draw the lines */
.jOrgChart .line {
	height: 20px;
	width: 1px;
}

.jOrgChart .down {
	background-color: black;	
	margin: 0px auto;
}

.jOrgChart .top {
	border-top: 1px solid black;
}

.jOrgChart .left {
	border-right: 1px solid block;
}

.jOrgChart .right {
	border-left: 1px solid black;
}

/* node cell */
.jOrgChart td {
	text-align: center;
	vertical-align: top;
	padding: 0;
}

/* The node */

.jOrgChart .node.selected {
	background-color: #3399FF !important;
	border: 1px dotted black;
    color:#fff;
}

.jOrgChart .node {
	border: solid 1px black;
	background-color: white;
	display: inline-block;
	width: 100px; 		/* vertical type node width */
	min-height: 60px;	/* vertical type node min-height */
	z-index: 10;
	margin: 0 2px;
	cursor: pointer;
}

/* support vertical draw child nodes */
.jOrgChart .node.vertical { 
	float: left;
}

.jOrgChart .cover {
	position: absolute;
	cursor: pointer;
	margin-top: -6px;
	margin-left: -5px;
}

/* Vertical drawing styles */

.jOrgChart .multi-tree { 
	margin: 0; 
	float: left;
}

.jOrgChart .multi-tree .content {
	color: black;
	background-color: white;
	text-decoration: none;
	border: 1px solid black; 
	width: 100px;		/* horizontal type node width */
	min-height: 60px;	/* horizontal type node min-height */
	cursor: pointer;
}

.jOrgChart .multi-tree .selected {
	/*background-color: #3399FF !important;
	border: 1px dotted black;*/
}

.jOrgChart .multi-tree span {
	width: 109px;
	text-decoration: none;
	display: block;
	margin: 0 0 0 1.2em;
	padding-top: 10px;
	background-color: transparent;
	border: solid black;   
	border-width: 0 0 1px 1px;
}

.jOrgChart .multi-tree span .content  {
	display: block; 
	position: relative;
	top: .95em;
	background-color: #fff;
	margin: 0 0 .2em .7em;
	padding: 0;
}

.jOrgChart .multi-tree ul, .multi-tree li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.jOrgChart .multi-tree ul li {
	line-height: 1.2em;
}

.jOrgChart .multi-tree ul li ul li {
	margin: 0 0 0 1.2em;
	border-left: 1px solid black; /* vertical node connector line */
}

/* if node is last then need to remove left connector */
.jOrgChart .multi-tree li.last ul li {
	border: none;
}
table tr {
     box-shadow: none !important; 
     background-color: #eaf4fb !important; 
}


.resp-img{
	display: inline;
    cursor: pointer;
    width: 35px;
    height: 35px;
}

.resp-img:hover {
    width: 50px;
    height: 50px;
}

.role-inf .badge {
    display: inline;
}

.inf-name {
    width: 30%;
    float: left;
}

.inf-content {
    width: 70%;
}

.dropdown-info {
    padding: 10px !important;
    min-width: 500px !important;
    max-width: auto;
    min-height: 250px;
    max-height: auto;
}

.dropdown-info li span:hover {
    border: none;
}

.dropdown-info ul li {
    border: none !important;
}

.dropdown-info li span {
    border: none;
    display: inline;
}

.tree .dropdown-info li::before {
    border-left: none;
}

 .tree .dropdown-menu {
    position: absolute;
    transform: translate3d(110px, -32px, 0px) !important;
    top: 0px;
    left: 0px;
    will-change: transform;
}
.tree .dropdown-info li::after {
    border-top: none;
}

.dropdown .material-icons {
    cursor: pointer;
}

.view-bttn {
    float: right;
}

.view-bttn a {
    color: #fff !important;
    display: inline !important;
}

.hierarchy-link {
    color: #000;
    text-decoration: none;
    position: absolute;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 5px;
}

p {
    margin: 0rem !important;
    display: block;
}

.radio-bttn input[type='radio'] {
    cursor: pointer;
   }
.radio-bttn input[type='radio']:before {
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
}

.radio-bttn input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #008f11 !important;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #ccc;
}

.role-details {
    display: block;
}

.radio-bttn {
    display: inline-flex;
}

.sideFormBox .close {
    position: absolute;
    top:  20px !important;
}
.sideFormBox .close i {
    left: 22px !important;
    position: relative;
    top: 32px !important;
}
