/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(grey.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
    .icheckbox_square-blue.hover {
        background-position: -18px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -36px 0;
    }
    .icheckbox_square-blue.disabled {
        background-position: -54px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -72px 0;
    }

.iradio_square-blue {
    background-position: -91px 0;
}
    .iradio_square-blue.hover {
        background-position: -109px 0;
    }
    .iradio_square-blue.checked {
        background-position: -127px 0;
    }
    .iradio_square-blue.disabled {
        background-position: -145px 0;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
        background-position: -163px 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_square-blue,
    .iradio_square-blue {
        background-image: url(grey@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}*/
@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_square-blue,
    .iradio_square-blue {
        background-image: url(grey@2x.png);
        -webkit-background-size: 216px 20px;
        background-size: 216px 20px;
        background-position: -108px 0;
        width: 20px;
    }
    .iradio_square-blue.checked {
        background-position: -151px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -43px 0;
        background-size: 215px 19px;
    }
}