div#chart, div.orgChart {
	overflow-y: auto;
}

div.orgChart:before {
    content: "";
    margin-left: -100%;
}
div.orgChart:after {
    content: "";
    margin-right: -100%;
}

.jOrgChart .left {
    border-right: 0.5px solid rgba(62, 60, 61, 0.43) !important;
}

.jOrgChart .right {
    border-left: 0.5px solid rgba(62, 60, 61, 0.43) !important;
}

.jOrgChart .top {
    border-top: 0.5px solid rgba(62, 60, 61, 0.43) !important;
}

.org_chart-template-default .container.main-content {
    width: 100%;
    max-width: 100%;
}

body.org_chart-template-default .main-content td {
    padding: 0;
    border: none;
}

body.org_chart-template-default .main-content table {
    margin: auto;
    border-collapse: inherit;
    border-spacing: 0;
    background-color: transparent;
    border: none;
}

body.org_chart-template-default .main-content tr th:first-child, body.org_chart-template-default .main-content tr td:first-child {
	border: none;
}

body.org_chart-template-default .main-content table tr:nth-child(2n+1) {
    background-color: transparent;
}

@media only screen and (min-width:767px) {
.chart_13954 .jOrgChart .node {
position: absolute;
font-size: 13px;
color: #333;
width: 200px ;
max-width: 200px ;
 
border-radius: 7px;
border-top: 1px solid #f1f1f1;
-webkit-transition: -webkit-box-shadow .3s;
transition: -webkit-box-shadow .3s;
transition: box-shadow .3s;
transition: box-shadow .3s,-webkit-box-shadow .3s;
}
.chart_13954 .jOrgChart .node:hover {
-webkit-box-shadow: 0 1px 1px 0 rgba(90,122,190,.1), 0 10px 20px 0 rgba(90,122,190,.2);
box-shadow: 0 1px 1px 0 rgba(90,122,190,.1), 0 10px 20px 0 rgba(90,122,190,.2);
}
.chart_13954 .jOrgChart .node img {
width: 75px;
float: left;
margin: 0 10px !important;
border-radius: 5%;
margin-bottom: 10px !important;
}
 
.chart_13954 .jOrgChart .node > a {
display: inline-block;
text-align: left;
padding-top:12px !important;
font-size:16px;
text-transform: capitalize;
font-weight: 500;
color:rgb(34, 45, 56);
width:100%;
background-color: #fff !important;
border-radius: 7px;
}
.chart_13954 .jOrgChart .node > a small {
font-style: normal;
clear: none;
display: block;
font-size: 14px;
font-weight: normal;
color: rgb(97, 112, 128);
 
}
.social_popup {
padding: 20px 0 0;
}
.social_popup i {
font-size: 21px;
margin-right: 15px;
}
 
i.fa.fa-facebook {
color: #3B5997;
}
i.fa.fa-twitter {
color: #1DA0F1;
}
 
i.fa.fa-linkedin {
color: #0077B5;
}
.white-popup {
border-radius: 13px;
}
}