/* iCheck plugin Flat skin, orange
----------------------------------- */
.icheckbox_flat-ingstyle,
.iradio_flat-ingstyle {
    display: inline-block;
    margin: 0 5px -6px 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(ingstyle.png) no-repeat;
    border: none;
    cursor: pointer;
}

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

.iradio_flat-ingstyle {
    background-position: -88px 0;
}
    .iradio_flat-ingstyle.checked {
        background-position: -110px 0;
    }
    .iradio_flat-ingstyle.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat-ingstyle.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_flat-ingstyle,
    .iradio_flat-ingstyle {
        background-image: url(ingstyle@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/* ACE Horizontal form support - middle align vertically */
form.form-horizontal .form-group .icheckbox_flat-ingstyle{
	margin-top: 5px;
}