/* iCheck plugin Flat skin, custom
----------------------------------- */
.iradio_flat-custom {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(custom.png) no-repeat;
    border: none;
    cursor: pointer;
}

.iradio_flat-custom {
    background-position: -88px 0;
}
    .iradio_flat-custom.checked {
        background-position: -110px 0;
    }
    .iradio_flat-custom.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat-custom.checked.disabled {
        background-position: -154px 0;
    }

/* HiDPI support */
@media screen and (max-width: 767px) {
    .iradio_flat-custom {
        background: url(custom@2x.png) no-repeat;
        width: 22px;
        height: 22px;
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
    .iradio_flat-custom {
    background-position: -88px 0;
}
    .iradio_flat-custom.checked {
        background-position: -110px 0;
    }
    .iradio_flat-custom.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat-custom.checked.disabled {
        background-position: -154px 0;
    }
}