﻿.radMapWrapper {
    padding: 0 21px 21px 21px;
    background-color: #EBEDEE;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.demo-container .mapTitle {
    color: #444444;
    font-weight: normal;
    text-align: center;
    font-size: 20px;
}

.mapresult {
    height: 125px;
    width: 315px;
}

.leftCol {
    float: left;
    height: 100%;
    width:75px;
    border-right: solid 1px grey;
    padding: 10px
}

.rightCol {
    padding: 10px;
    width:240px;
    margin-left:100px;
    font-size: 14px;
    font-family: "Segoe UI",Segoe,"Roboto","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: left;
    line-height: 19px;
}

    .rightCol .name {
        font-size: 20px;
        font-weight: bold;
    }
    .rightCol .company {
        font-size: 18px;
        font-weight: bold;
        color:grey
    }

    .rightCol .country {
        font-size: 18px;
        font-weight: normal;
        line-height: 18px;
        margin-bottom: 20px;
    }


    .rightCol .city {
        font-weight: bold;
    }

    .rightCol .email {
        color: #0394ae;
    }

        .rightCol .email a {
            color: #0394ae;
            text-decoration: none;
        }

            .rightCol .email a:hover {
                text-decoration: underline;
            }

    .rightCol .location {
        border-top: 1px solid #c9c9c9;
        margin-top: 10px;
        padding-top: 10px;
    }

    .rightCol .address {
        width: 235px;
    }


.RadMap .k-tooltip-content {
    font-family: "Segoe UI",Segoe,"Roboto","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.MyMap {
    border: 1px solid #196800;
    height: 375px !important;
}
/*.k-map{
    height:350px !important;
}*/

.RadMap .k-marker.k-i-marker-pin-target1:before {
    color: #84c3ff !important;
}
.RadMap .k-marker.k-i-marker-pin-target2:before {
    color: #44c6ff !important;
}
.RadMap .k-marker.k-i-marker-pin-target3:before {
    color: #006ed8 !important;
}
.RadMap .k-marker.k-i-marker-pin-target4:before {
    color: #004073 !important;
}
