/* iCheck plugin Square skin, sc_net
----------------------------------- */
.icheckbox_square-sc_net,
.iradio_square-sc_net {
    display: block;
    margin: 0;
    padding: 0;
    width: 29px;
    height: 28px;
    background: url(sc_net.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-sc_net {
    background-position: 0 0;
}
    .icheckbox_square-sc_net.hover {
        background-position: 0 0;
    }
    .icheckbox_square-sc_net.checked {
        background-position: -62px 0;
    }
    .icheckbox_square-sc_net.disabled {
        background-position: -93px 0;
        cursor: default;
    }
    .icheckbox_square-sc_net.checked.disabled {
        background-position: -124px 0;
    }

.iradio_square-sc_net {
    background-position: -155px 0;
}
    .iradio_square-sc_net.hover {
        background-position: -155px 0;
    }
    .iradio_square-sc_net.checked {
        background-position: -217px 0;
    }
    .iradio_square-sc_net.disabled {
        background-position: -248px 0;
        cursor: default;
    }
    .iradio_square-sc_net.checked.disabled {
        background-position: -279px 0;
    }
