/* iCheck plugin Leaundry skin, black
----------------------------------- */
.icheckbox_leaundry,
.iradio_leaundry {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    background: url(leaundry.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_leaundry {
    background-position: 0 0;
}
    .icheckbox_leaundry.hover {
        background-position: -25px 0;
    }
    .icheckbox_leaundry.checked {
        background-position: -50px 0;
    }
    .icheckbox_leaundry.disabled {
        background-position: -75px 0;
        cursor: default;
    }
    .icheckbox_leaundry.checked.disabled {
        background-position: -100px 0;
    }

.iradio_leaundry {
    background-position: -125px 0;
}
    .iradio_leaundry.hover {
        background-position: -150px 0;
    }
    .iradio_leaundry.checked {
        background-position: -175px 0;
    }
    .iradio_leaundry.disabled {
        background-position: -200px 0;
        cursor: default;
    }
    .iradio_leaundry.checked.disabled {
        background-position: -225px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_leaundry,
    .iradio_leaundry {
        background-image: url(leaundry@2x.png);
        -webkit-background-size: 250px 25px;
        background-size: 250px 25px;
    }
}