﻿.select2-container {
    display: block;
    width: 100% !important;
    font-size: 1.4em;
    font-family: anekdevanagari-regular;
}

    .select2-container .select2-selection {
        height: 42px !important;
        border: none !important;
    }

.select2-selection__rendered {
    line-height: 42px !important;
}

/*.directions li span.arrow {*/
/*display: inline-block;
    min-width: 28px;
    min-height: 28px;
    background-position: 0px;*/
/*background-image: url("https://heremaps.github.io/maps-api-for-javascript-examples/map-with-pedestrian-route-from-a-to-b/img/arrows.png");*/
/*background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/maneuvers.png) ;
    top: 8px;
}
.directions li span.depart {
    background-position: -28px;
}

.directions li span.rightturn {
    background-position: -224px;
}

.directions li span.leftturn {
    background-position: -252px;
}

.directions li span.arrive {
    background-position: -1288px;
}*/
/*.directions-container
{
    margin-top: 20px;
}

.directions {
    list-style-type: decimal;
    padding-left: 30px;
}

    .directions li {
        margin-bottom: 10px;
    }

        .directions li span.arrow {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-right: 10px;
            background-image: url('../../App_Data/Sitefinity/WebsiteTemplates/SNSTemplate/App_Themes/SNSTemplate/Images/Images/arrow.png');
            background-repeat: no-repeat;
            vertical-align: middle;
        }

        .directions li span.depart {
            background-position: 0 -28px;
        }

        .directions li span.rightturn {
            background-position: 0 -224px;
        }

        .directions li span.leftturn {
            background-position: 0 -252px;
        }

        .directions li span.arrive {
            background-position: 0 -1288px;
        }
*/
