#route-click {
    width: 16px;
    height: 22px;
    background: url(../img/vali_kaardilt.png) no-repeat;
    position: absolute;
    top: 60px;
    left: 270px;
}
.route-click-active {
    background: url(../img/vali_kaardilt_aktiivne.png) no-repeat !important;
}
.route-options {
	float: right;
    padding-top: 5px;
}
#route-results-container {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #B2B2B2;
    height:80%;
}
#sidebar #route-results-container #route-results-list {
    max-height: 75%;
    overflow: auto;
    padding-left: 30px;
}
#route-totals {
    font-size: 12px;
    color: #B2B2B2;
}
#route-results-container li {
    padding-left: 10px;
    background-position: left center;
}

#route-results-container .esriDMTDepart {
    background-image: url(../img/juhised_stopp.png);
    background-repeat: no-repeat;
}
#route-results-container .esriDMTTurnRight {
    background-image: url(../img/juhised_paremale.png);
    background-repeat: no-repeat;
}
#route-results-container .esriDMTTurnLeft {
    background-image: url(../img/juhised_vasakule.png);
    background-repeat: no-repeat;
}
#route-results-container .esriDMTUTurn {
    background-image: url(../img/juhised_u.png);
    background-repeat: no-repeat;
}
#route-results-container .esriDMTStraight {
    background-image: url(../img/juhised_otse.png);
    background-repeat: no-repeat;
}
#route-results-container .esriDMTStop {
    background-image: url(../img/juhised_stopp.png);
    background-repeat: no-repeat;
}

#start-point-container {
    background: url(../img/juhised_A.png) no-repeat left center;
    padding-left: 30px;
    margin-bottom: 20px;
    height: 26px;
}
.name{
    float: left;
}
.remove{
    float: right;
    background: url(../img/kustuta_pisi.png) no-repeat;
    width: 8px;
    height: 8px;
    display: block;
    margin-right: 10px;
    margin-top: 10px;
}

#end-point-container {
    background: url(../img/juhised_B.png) no-repeat left center;
    padding-left: 30px;
    margin-top: 20px;
    height: 26px;
}

.route-buttons {
    float: right;
}
.route-buttons a {
    margin-right: 20px;
    text-decoration: none;
    color: #B2B2B2;
    padding-left: 10px;
    font-size: 12px;
}
#switch-route-order {
    padding-left: 18px;
    background: url(../img/vaheta.png) no-repeat left center;
}
#clear-route {
    background: url(../img/kustuta_pisi.png) no-repeat left center;
}

.route-set-option {
    background: url(../img/teekond.png) no-repeat;
    width: 14px;
    height: 12px;
    display: block;
}
.route-set-option:hover {
    background: url(../img/teekond_aktiivne.png) no-repeat;
}