﻿.RadMap .k-marker.k-marker-my-custom-shape-green:before {
        content:none;
        font-size:0;
        margin:0;
        padding:0;
        height:0;
        width:0;
    }

    .RadMap .k-marker.k-marker-my-custom-shape-green {
        background-image:url(Images/Customergreen.png);
        background-repeat:no-repeat;
        background-position: 0 0;    
        width:64px;
        height:64px;         
    }
    
.RadMap .k-marker.k-marker-my-custom-shape-red:before {
        content:none;
        font-size:0;
        margin:0;
        padding:0;
        height:0;
        width:0;
    }

    .RadMap .k-marker.k-marker-my-custom-shape-red {
        background-image:url(Images/Customerred.png);
        background-repeat:no-repeat;
        background-position: 0 0;    
        width:64px;
        height:64px;         
    }
    
.RadMap .k-marker.k-marker-my-custom-shape-yellow:before {
        content:none;
        font-size:0;
        margin:0;
        padding:0;
        height:0;
        width:0;
    }

    .RadMap .k-marker.k-marker-my-custom-yellow-red {
        background-image:url(Images/Customeryellow.png);
        background-repeat:no-repeat;
        background-position: 0 0;    
        width:64px;
        height:64px;         
    }