.jspVerticalBar {
    width: 4px;
}

.jspTrack {
    background-color: #ededed;
    width: 4px;
    border-radius: 4px;
}

.jspDrag {
    background-color: #e13d3d;
    width: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 0px;
}

.dcating .jspTrack {
    background-color: #cfd9e1;
    width: 4px;
}



.jspContainer {
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}

.jspScrollable:active,
.jspScrollable:focus {
    outline: none;
}

.jspScrollable::-moz-focus-inner {
    border: 0;
}

.jspPane {
    position: absolute;
}

#dallcity .jspPane {
    width: 220px !important;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: transparent;
    border-radius: 4px;
    overflow: hidden;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: calc(100% - 20px);
    height: 4px;
    background: transparent;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #191919;
    position: relative;
}

.jspDrag {
    background: #e13d3d;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.listinfoblock .jspDrag {
    background: #ffa801;
}

.listinfoblock .jspTrack {
    background: #f6f6f6;
}

.btags .scrolling .jspDrag {
    background: #b3d9f2;
}

.btags .scrolling .jspTrack {
    background: #eaf4fc;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 0px;
}

.jspHorizontalBar .jspArrow {
    width: 0px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}