﻿/* iCheck plugin CSS Skin
----------------------------------- */
.icheckbox,
.iradio {
    /*display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 3px solid #E7E7E7;
    border-radius: 4px;
    cursor: pointer;*/
}

.icheckbox.checked,
.iradio.checked {
    /*background: rgb(102,102,102);
    border: 3px solid rgb(102,102,102);*/
}

.icheckbox.checked:after,
.iradio.checked:after {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 20px;
    text-align: center;
    pointer-events: none;
    z-index: 1;
}
/*
.iradio.checked:after {
    content:'■';
    line-height:15px;
}
*/
.icheckbox + label,
.iradio + label {
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}

.iradio.disabled,
.icheckbox.disabled {
    background: #F2F2F2;
    border: 3px solid #F2F2F2;
    cursor: default;
}

.iradio.disabled + label,
.icheckbox.disabled + label {
    cursor: default;
}

/* iCheck plugin Flat skin, grey
----------------------------------- */
.icheckbox_flat-grey,
.iradio_flat-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 19px;
    height: 19px;
    background: url(../images/icheck.png) no-repeat;
    border: none;
    cursor: pointer;
    margin-right: 0;
    
}

.icheckbox_flat-grey {
    background-position: -24px 0;
}


.icheckbox_flat-grey.checked {
    background-position: -48px 0;
}

.icheckbox_flat-grey.disabled {
    background-position: -44px 0;
    cursor: default;
}

.iradio_flat-grey {
    background-position: 0 0;
    padding-bottom: 5px;
}

.iradio_flat-grey.checked {
    background-position: -48px 0;
}

.iradio_flat-grey.disabled {
    background-position: -24px 0;
    cursor: default;
}

.iradio_flat-grey.checked.disabled {
    background-position: -154px 0;
}

/* blue */

.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../images/icheck.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}

.icheckbox_square-blue.hover {
    background-position: -22px 0;
}

.icheckbox_square-blue.checked {
    background-position: -66px 0;
}

.icheckbox_square-blue.disabled {
    background-position: -72px 0;
    cursor: default;
}

.icheckbox_square-blue.checked.disabled {
    background-position: -96px 0;
}


/* grey green */

.icheckbox_flat-grey-green,
.iradio_flat-grey-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    background: url(../images/grey-green.png) no-repeat;
    border: none;
    cursor: pointer;
    margin-right: 0;
}

.icheckbox_flat-grey-green {
    background-position: 0 0;
}

.icheckbox_flat-grey-green:hover {
    background-position: -24px 0;
}

.icheckbox_flat-grey-green.checked {
    background-position: -48px 0;
}

.icheckbox_flat-grey-green.disabled {
    background-position: -44px 0;
    cursor: default;
}

.iradio_flat-grey-green {
    background-position: 0 0;
    padding-bottom: 5px;
}

.iradio_flat-grey-green.checked {
    background-position: -48px 0;
}

.iradio_flat-grey-green.disabled {
    background-position: -24px 0;
    cursor: default;
}

.iradio_flat-grey-green.checked.disabled {
    background-position: -154px 0;
}

.iradio_flat-grey-green + label {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans';
    color: #444;
    cursor:pointer;
}

/* 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_flat-grey,
    .iradio_flat-grey {
        background-image: url(../images/icheck@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }

    .icheckbox_flat-grey-green,
    .iradio_flat-grey-green {
        background-image: url(../images/icheck@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
    
    .icheckbox_square-blue {
        background-image: url(../images/icheck@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }*/
}

