/* iCheck.js blue
----------------------------------- */
.icheckbox_blue{
    display: inline-block; 
    vertical-align: middle;
    *display:inline;
    *zoom:1;
    width: 13px;
    height: 13px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_blue {
    background-position: 0 0;
}
.icheckbox_blue.checked {
    background-position: -15px 0;
}


/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_blue{
        background-image: url(blue@2x.png);
        -webkit-background-size: 28px 13px;
        background-size: 28px 13px;
    }
}