/* iCheck plugin Futurico skin
----------------------------------- */
.icheckbox_customCheckbox,
.iradio_customCheckbox {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url("../../images/icone.png") no-repeat;
    border: none;
    cursor: pointer;
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.icheckbox_customCheckbox {
    background-position: 0 0;
}
    .icheckbox_customCheckbox.checked {
        background-position: -22px 0;
    }
    .icheckbox_customCheckbox.disabled {
        background-position: -44px 0;
        cursor: default;
    }
    .icheckbox_customCheckbox.checked.disabled {
        background-position: -66px 0;
    }

.iradio_customCheckbox {
    background-position: -88px 0;
}
    .iradio_customCheckbox.checked {
        background-position: -110px 0;
    }
    .iradio_customCheckbox.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_customCheckbox.checked.disabled {
        background-position: -154px 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_futurico,
    .iradio_futurico {
        background-image: url("../../images/icone.png");
        -webkit-background-size: 144px 19px;
        background-size: 144px 19px;
    }
}
