.organogram li::after, .organogram li::before, .organogram ul ul::before {
    content: '';
    top: 0;
    height: 20px;
    position: absolute;
}

* {
    margin: 0;
    padding: 0;
}

.leftPanelAdjust {
    width: 30px;
    position: fixed;
    height: 1444px;
    margin-left: -30px;
    z-index: 1;
    background: #f2f2f2;
    margin-top: -32px;
}

.mt20, .orgPanel {
    margin-top: 20px;
}

#organogramChart {
    position: absolute;
    top: 0;
    width: 6100000px;
    padding-left: 100px;
}

.organogram li, .organogram ul {
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.organogram ul {
    padding-top: 20px;
}

.organogram li {
    float: left;
    text-align: center;
    list-style-type: none;
    padding: 20px 5px 0;
}

    .organogram li::after, .organogram li::before {
        right: 50%;
        border-top: 1px solid #000;
        width: 50%;
    }

    .organogram li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #000;
    }

    .organogram li.dashedAfter::after {
        border-left: 1px dashed #000;
    }

    .organogram li:only-child::after, .organogram li:only-child::before {
        display: none;
    }

    .organogram li:only-child {
        padding-top: 0;
    }

    .organogram li:first-child::before, .organogram li:last-child::after {
        border: 0;
    }

    .organogram li:last-child::before {
        border-right: 1px solid #000;
        border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
    }

    .organogram li.dashedLastChild:last-child::before {
        border-right: 1px dashed #000;
    }

    .organogram li:first-child::after {
        border-radius: 5px 0 0;
        -webkit-border-radius: 5px 0 0;
        -moz-border-radius: 5px 0 0;
    }

.organogram ul ul::before {
    left: 50%;
    border-left: 1px solid #000;
    width: 0;
}

.organogram ul ul.dashedBefore::before {
    border-left: 1px dashed #000;
}

.organogram ul li div {
    position: absolute;
    left: 50%;
    border-left: 1px solid #000;
}

.organogram .last {
    margin-left: -1px!important;
}

.organogram li a {
    background-color: #5e9a8d;
    border: none;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    font-family: arial,verdana,tahoma;
    font-size: 11px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    min-height: 40px;
    width: 220px;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.leftBlock, .leftPanel {
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    font-weight: 400;
}

.organogram li a.notEvaluated {
    background-color: #deae00;
}

.organogram li a:hover, .organogram li a:hover ~ ul li a {
    background: #517087!important;
}

    .organogram li a:hover + ul li::after, .organogram li a:hover + ul li::before, .organogram li a:hover + ul ul::before, .organogram li a:hover + ul::before {
        border-color: #000;
    }

.RoleLayer {
    height: 160px;
    width: 6100000px;
    background-color: #f2f2f2;
}

.alter {
    background-color: #fff;
}

.leftPanel {
    height: 160px;
    width: 50px;
    float: left;
    position: fixed;
    left: 290px;
    background: #fff;
    z-index: 99;
}

.RoleLayer .leftPanel {
    background: #a6a6a6;
    display: none;
}

.RoleLayer.alter .leftPanel {
    background: #bfbfbf;
}

.h20 {
    height: 20px;
}

.organogram li a.dualReport {
    border-style: double!important;
    border-width: 4px!important;
    border: none;
    padding: 1px 10px!important;
}

.organogram .dashedDivLine {
    border-left: 1px dashed #000!important;
}

.organogram li a.highlight {
    background-color: teal;
    color: #fff!important;
}

#page-wrapper.p-t-0 {
    padding-top: 0;
}

.orgPanel {
    border: 1px solid #ccc;
    position: relative;
    width: 6100px;
}

.fieldLabel {
    width: 120px;
    margin-right: 10px;
}

.btnArrowLink {
    padding-left: 15px;
    width: 260px;
    background: #f2f2f2;
    text-align: left;
}

.leftBar, .leftBlock {
    width: 50px;
    z-index: 99;
}

.leftBar {
    position: absolute;
    background: #e5e5e5;
}

.leftBlock {
    height: 160px;
    background: #a6a6a6;
}

    .leftBlock.alter {
        background: #bfbfbf;
    }

#orgChartView .onclick-menu {
    position: absolute;
    padding: 0;
    margin: 0 0 1em;
    outline: 0;
}

    #orgChartView .onclick-menu:before {
        padding: 5px 10px;
        background-color: #94a4a5;
    }

#orgChartView .onclick-menu-content {
    background-color: #fff;
    margin-top: 19px;
    margin-left: 0;
    padding: 15px 0 3px;
    list-style-type: none;
    border: 1px solid #b3b3b3;
    width: 485px!important;
}

#orgChartView .rightMenuliActive {
    background: #a7babb!important;
}

#orgChartView .onclick-menu-content li {
    padding: 3px 20px;
}

    #orgChartView .onclick-menu-content li a {
        color: #222;
        list-style-type: none;
        white-space: nowrap;
        font-size: 12px;
        cursor: default;
        text-decoration: none;
    }

    #orgChartView .onclick-menu-content li:hover a {
        color: #fff;
    }

.fixElement {
    position: absolute;
    z-index: 1;
    right: 40px;
    margin-top: -10px;
    background: #f2f2f2;
    padding: 3px 15px 3px 5px;
    margin-left: 10px!important;
}

.chartlegends, .printOrg {
    display: inline-block;
    vertical-align: top;
}

.printOrg {
    position: relative;
    top: -2px;
    margin-left: 10px;
}

    .printOrg a {
        text-decoration: underline;
        font-weight: 700;
    }

.closeCntMenu {
    position: absolute;
    right: 3px;
    margin-top: -17px;
    padding: 5px;
}

.chartlegends .legendBox {
    border: none;
    border-radius: 0;
}

.evalLegend {
    background: #5e9a8d;
}

.unevalLegend {
    background: #deae00;
}

.eval_attritionRisk {/*add by shivani*/
    background-color:#4B8CA8; /*DarkAqua*/
}

.eval_jobRotation {/*add by shivani*/
    background: #5E9A8D;/*lightgreen*/
}

.eval_jobRotation_attritionRisk {/*add by shivani*/
    background:#A7BABB; /*lightgray*/
}

.uneval_attritionRisk {/*add by shivani*/
    background-color:#DEAE00; /*lightyellow*/
}

.uneval_jobRotation {/*add by shivani*/
    background: #5D6C46;/*green*/
}

.uneval_jobRotation_attritionRisk {/*add by shivani*/
    background:#DEAE00; /*lightyellow*/
}

.orgsection_legend {/*add by shivani*/
    margin-top:10px;
}

.orgMore_modalbody  {/*add by shivani*/
    height: auto; 
    width: auto;
    overflow: auto; 
    padding: 20px; 
    padding-top: 0px;
}

.orgMore_modalDialog {/*add by shivani*/ 
    height: auto; 
    max-width: 600px; 
    position: absolute;
    margin: 0;
    left: 56%;
    top: 28%;
}
.chartlegends .legendBox.solidlegends {/*add by shivani*/
    height:5px;
    margin-top:8px;
 background: 0 0;
 border-top:solid;
 border-width: 2px;
}

.chartlegends .legendBox.dashedlegends {/*add by shivani*/
    height:5px;
    margin-top:8px;
 background: 0 0;
 border-top:dashed;
 border-width: 2px;
}



.chartlegends .legendBox.indirectLegend {
    background: 0 0;
    border-style: double;
    border-width: 4px;
}

.organogram li a.LightGreen {
    background-color: #5E9A8D!important;
}

.organogram li a.Lightyellow {
    background-color: #DEAE00!important;
}

.organogram li a.LightGrey {
    background-color: #A7BABB!important;
}

.organogram li a.DarkAqua {
    background-color: #4B8CA8!important;
}

.organogram li a.Green {
    background-color: #5D6C46!important;
}

.buttonalign {
    text-align: right;
    margin: 10px;
}

div#divRightMenu {
    font-size: 12px;
}

.focusnode {
    border: 1px solid #87CEFA!important;
}


.nav_up{/*add by shivani*/
	padding:7px;
	background-color:red;
	border:1px solid #CCC;
	position:fixed;
	background:transparent url(../Images/arrow_up.png) no-repeat top left;
	background-position:50% 50%;
	width:20px;
	height:20px;
	bottom:55px;
	opacity:0.7;
	left:410px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.nav_down{/*add by shivani*/
	padding:7px;
	background-color:red;
	border:1px solid #CCC;
	position:fixed;
	background:transparent url(../Images/arrow_down.png) no-repeat top left;
	background-position:50% 50%;
	width:20px;
	height:20px;
	bottom:30px;
	opacity:0.7;
	left:410px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.nav_leftcls{/*add by shivani*/
	padding:7px;
	background-color:red;
	border:1px solid #CCC;
	position:fixed;
	background:transparent url(../Images/arrow_down.png) no-repeat top left;
	background-position:50% 50%;
	width:20px;
	height:20px;
	bottom:40px;
	opacity:0.7;
	left:385px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
     -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav_rightcls{/*add by shivani*/
	padding:7px;
	background-color:red;
	border:1px solid #CCC;
	position:fixed;
	background:transparent url(../Images/arrow_up.png) no-repeat top left;
	background-position:50% 50%;
	width:20px;
	height:20px;
	bottom:40px;
	opacity:0.7;
	left:435px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
      -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}