/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_bootstrap-big,
.iradio_bootstrap-big {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background: url(bootstrap-big.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_bootstrap-big {
    background-position: 0 0;
}
    .icheckbox_bootstrap-big.hover {
        background-position: -28px 0;
    }
    .icheckbox_bootstrap-big.checked {
        background-position: -56px 0;
    }
    .icheckbox_bootstrap-big.disabled {
        background-position: -84px 0;
        cursor: default;
    }
    .icheckbox_bootstrap-big.checked.disabled {
        background-position: -112px 0;
    }

.iradio_bootstrap-big {
    background-position: -139px 0;
}
    .iradio_bootstrap-big.hover {
        background-position: -167px 0;
    }
    .iradio_bootstrap-big.checked {
        background-position: -195px 0;
    }
    .iradio_bootstrap-big.disabled {
        background-position: -223px 0;
        cursor: default;
    }
    .iradio_bootstrap-big.checked.disabled {
        background-position: -251px 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_bootstrap-big,
    .iradio_bootstrap-big {
        background-image: url(bootstrap-big@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}
*/