﻿/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox,
.iradio {
    float: left;
    margin-right: 13px;
    padding: 0;
    width: 26px;
    height: 25px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox {
    background-position: 0 0;
}

.icheckbox.hover {
    background-position: -21px 0;
}

.icheckbox.checked {
    background-position: -41px 0;
}

.icheckbox.disabled {
    background-position: -62px 0;
    cursor: default;
}

.icheckbox.checked.disabled {
    background-position: -82px 0;
}

.iradio {
    background: url("./iradio.png") center no-repeat;
}

.iradio.checked {
    background-image: url("./iradioh.png");
}

