/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(minimal.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheck-light .icheckbox_minimal,
.icheck-light .iradio_minimal {
	background: url(white.png) no-repeat;
}

.icheck-orange .icheckbox_minimal,
.icheck-orange .iradio_minimal {
	background: url(orange.png) no-repeat;
}

.icheck-grey .icheckbox_minimal,
.icheck-grey .iradio_minimal {
	background: url(grey.png) no-repeat;
}

.icheckbox_minimal, .icheck-light .icheckbox_minimal, .icheck-orange .icheckbox_minimal, .icheck-grey .icheckbox_minimal {
    background-position: 0 0;
}
.icheckbox_minimal.hover, .icheck-light .icheckbox_minimal.hover, .icheck-orange .icheckbox_minimal.hover, .icheck-grey .icheckbox_minimal.hover {
	background-position: -20px 0;
}
.icheckbox_minimal.checked, .icheck-light .icheckbox_minimal.checked, .icheck-orange .icheckbox_minimal.checked, .icheck-grey .icheckbox_minimal.checked {
	background-position: -40px 0;
}
.icheckbox_minimal.disabled, .icheck-light .icheckbox_minimal.disabled, .icheck-orange .icheckbox_minimal.disabled, .icheck-grey .icheckbox_minimal.disabled {
	background-position: -60px 0;
	cursor: default;
}
.icheckbox_minimal.checked.disabled, .icheck-light .icheckbox_minimal.checked.disabled, .icheck-orange .icheckbox_minimal.checked.disabled, .icheck-grey .icheckbox_minimal.checked.disabled {
	background-position: -80px 0;
}

.iradio_minimal, .icheck-light .iradio_minimal, .icheck-orange .iradio_minimal, .icheck-grey .iradio_minimal {
    background-position: -100px 0;
	margin-right: 8px;
}
.iradio_minimal.hover, .icheck-light .iradio_minimal.hover, .icheck-orange .iradio_minimal.hover, .icheck-grey .iradio_minimal.hover {
	background-position: -120px 0;
}
.iradio_minimal.checked, .icheck-light .iradio_minimal.checked, .icheck-orange .iradio_minimal.checked, .icheck-grey .iradio_minimal.checked {
	background-position: -140px 0;
}
.iradio_minimal.disabled, .icheck-light .iradio_minimal.disabled, .icheck-orange .iradio_minimal.disabled, .icheck-grey .iradio_minimal.disabled {
	background-position: -160px 0;
	cursor: default;
}
.iradio_minimal.checked.disabled, .icheck-light .iradio_minimal.checked.disabled, .icheck-orange .iradio_minimal.checked.disabled, .icheck-grey .iradio_minimal.checked.disabled {
	background-position: -180px 0;
}

/* GO pages */
.world .icheckbox_minimal,
.world .iradio_minimal {
    background: url(minimal-go.png) no-repeat;
}

.world .icheckbox_minimal, .world .icheck-light .icheckbox_minimal {
    background-position: 0 0;
}
.world .icheckbox_minimal.hover, .world .icheck-light .icheckbox_minimal.hover {
	background-position: -20px 0;
}
.world .icheckbox_minimal.checked, .world .icheck-light .icheckbox_minimal.checked {
	background-position: -40px 0;
}
.world .icheckbox_minimal.disabled, .world .icheck-light .icheckbox_minimal.disabled {
	background-position: -60px 0;
	cursor: default;
}
.world .icheckbox_minimal.checked.disabled, .world .icheck-light .icheckbox_minimal.checked.disabled {
	background-position: -80px 0;
}

.world .iradio_minimal, .world .icheck-light .iradio_minimal {
    background-position: -100px 0;
}
.world .iradio_minimal.hover, .world .icheck-light .iradio_minimal.hover {
	background-position: -120px 0;
}
.world .iradio_minimal.checked, .world .icheck-light .iradio_minimal.checked {
	background-position: -140px 0;
}
.world .iradio_minimal.disabled, .world .icheck-light .iradio_minimal.disabled {
	background-position: -160px 0;
	cursor: default;
}
.world .iradio_minimal.checked.disabled, .world .icheck-light .iradio_minimal.checked.disabled {
	background-position: -180px 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_minimal,
.iradio_minimal {
	background-image: url(minimal@2x.png);
	-webkit-background-size: 200px 20px;
	background-size: 200px 20px;
}

.icheck-light .icheckbox_minimal,
.icheck-light .iradio_minimal {
	background-image: url(white@2x.png);
	-webkit-background-size: 200px 20px;
	background-size: 200px 20px;
}

.world .icheckbox_minimal,
.world .iradio_minimal {
	background-image: url(minimal@2x.png);
	-webkit-background-size: 200px 20px;
	background-size: 200px 20px;
}
}