.jspVerticalBar {
	width: 4px;
	background-color: transparent;
}
.jspVerticalBar::after {
    content: "";
    border-left: 4px dotted #b4c6f1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jspTrack {
	background-color: transparent;
}
.jspDrag {
	background-color: #1c5bf0;
	z-index: 1;
	border-radius: 2px;

}
.dd .ddChild {
    overflow: hidden;
    padding-right: 17px;
}
.dd .ddChild ul {
    height: 100%;
    overflow: auto;
}
.dd .ddChild li {
    padding: 0;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}
.dd .ddChild li .ddlabel {
    padding: 0;
    padding-left: 5px;
    position: relative;
    font-family: "Open Sans";
    font-size: 13px;
    color: #0234ab;
    line-height: 18px;
    display: block;
    padding-left: 40px;
}
.dd .ddChild li img {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.dd .ddTitleText {
    padding: 0;
} 
.ddcommon  {

}