/* iCheck plugin Square skin, kepler
----------------------------------- */
.icheckbox_square-kepler,
.iradio_square-kepler {
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #ffffff;
}

.icheckbox_square-kepler.checked:before,
.iradio_square-kepler.checked:before {
    position: absolute;
    top: 0;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    width: 100%;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
}

.icheckbox_square-kepler.checked,
.iradio_square-kepler.checked,
.icheckbox_square-kepler.checked.hover,
.iradio_square-kepler.checked.hover {
    background: var(--primary-color);
    color: #fff;
    border: none;
}

.icheckbox_square-kepler.hover,
.iradio_square-kepler.hover {
    border-color: var(--primary-color);
}

.icheckbox_square-kepler.disabled,
.iradio_square-kepler.disabled {
    background: #eee;
    cursor: not-allowed;
}

.icheckbox_square-kepler.disabled.hover,
.iradio_square-kepler.disabled.hover {
    border: none;
}

.iradio_square-kepler {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.icheckbox_square-kepler + label {
    margin-left: 8px;
} 