/* iCheck plugin Custom skin, orange
----------------------------------- */
.icheckbox_custom-orange,
.iradio_custom-orange {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0 5px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background: url(/Images/iCheck/orange-2.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_custom-orange {
    background-position: 0 0;
}

    .icheckbox_custom-orange.hover {
        background-position: -16px 0;
    }

    .icheckbox_custom-orange.checked {
        background-position: -32px 0;
    }

    .icheckbox_custom-orange.disabled {
        background-position: -48px 0;
        cursor: not-allowed;
    }

    .icheckbox_custom-orange.checked.disabled {
        background-position: -64px 0;
    }

.iradio_custom-orange {
    background-position: -80px 0;
}

    .iradio_custom-orange.hover {
        background-position: -96px 0;
    }

    .iradio_custom-orange.checked {
        background-position: -112px 0;
    }

    .iradio_custom-orange.disabled {
        background-position: -128px 0;
        cursor: default;
    }

    .iradio_custom-orange.checked.disabled {
        background-position: -144px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_custom-orange,
    .iradio_custom-orange {
        background-image: url(/Images/iCheck/orange@2.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
        height: 24px;
        width: 24px;
    }
        /*-- Checkmarks --*/
        .icheckbox_custom-orange.hover {
            background-position: -24px 0;
        }

        .icheckbox_custom-orange.checked {
            background-position: -48px 0;
        }

        .icheckbox_custom-orange.disabled {
            background-position: -72px 0;
            cursor: not-allowed;
        }

        .icheckbox_custom-orange.checked.disabled {
            background-position: -96px 0;
        }

    /*-- Radio buttons --*/
    .iradio_custom-orange {
        background-position: -120px 0;
    }

        .iradio_custom-orange.hover {
            background-position: -144px 0;
        }

        .iradio_custom-orange.checked {
            background-position: -168px 0;
        }

        .iradio_custom-orange.disabled {
            background-position: -190px 0;
            cursor: default;
        }

        .iradio_custom-orange.checked.disabled {
            background-position: -214px 0;
        }
}
