/* iCheck plugin Line skin, aero
----------------------------------- */
.icheckbox_line-aero,
.iradio_line-aero {

    border: 1px solid #BBBBBB;
    height: 18px;
    width: 50px;
    padding: 0px 15px 0px 38px;
    margin: 6px 0;
    max-width: 46%;
    min-width: 0;
    box-sizing:content-box;
    -moz-box-sizing:content-box;

    position: relative;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    background: #eaf4f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #eaf4f7 0%, #c9d0dd 59%, #a0a8b7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf4f7), color-stop(59%,#c9d0dd), color-stop(100%,#a0a8b7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eaf4f7 0%,#c9d0dd 59%,#a0a8b7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eaf4f7 0%,#c9d0dd 59%,#a0a8b7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eaf4f7 0%,#c9d0dd 59%,#a0a8b7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eaf4f7 0%,#c9d0dd 59%,#a0a8b7 100%); /* W3C */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    opacity: .4;
}
.icheckbox_line-aero .icheck_line-icon,
.iradio_line-aero .icheck_line-icon {
    position: absolute;
    top: 50%;
    left: 13px;
    width: 13px;
    height: 11px;
    margin: -5px 0 0 0;
    padding: 0;
    overflow: hidden;
    background: url(../images/line.png) no-repeat;
    border: none;
}
.icheckbox_line-aero:hover,
.icheckbox_line-aero.checked:hover,
.iradio_line-aero:hover {
    background: #a0a8b7; /* Old browsers */
    background: -moz-linear-gradient(top,  #a0a8b7 0%, #c9d0dd 59%, #eaf4f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a8b7), color-stop(59%,#c9d0dd), color-stop(100%,#eaf4f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a0a8b7 0%,#c9d0dd 59%,#eaf4f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a0a8b7 0%,#c9d0dd 59%,#eaf4f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a0a8b7 0%,#c9d0dd 59%,#eaf4f7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a0a8b7 0%,#c9d0dd 59%,#eaf4f7 100%); /* W3C */
}
.icheckbox_line-aero.active,
.iradio_line-aero.active {
    background: none repeat scroll 0 0 #A0A8B7;
    opacity: 1;
}
.icheckbox_line-aero.active .icheck_line-icon,
.iradio_line-aero.active .icheck_line-icon {
    background-position: -15px 0;
}
.icheckbox_line-aero.disabled,
.iradio_line-aero.disabled {
    background: #D2E4E8;
    cursor: default;
}
.icheckbox_line-aero.disabled .icheck_line-icon,
.iradio_line-aero.disabled .icheck_line-icon {
    background-position: -30px 0;
}
.icheckbox_line-aero.active.disabled,
.iradio_line-aero.active.disabled {
    background: #D2E4E8;
}
.icheckbox_line-aero.active.disabled .icheck_line-icon,
.iradio_line-aero.active.disabled .icheck_line-icon {
    background-position: -45px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_line-aero .icheck_line-icon,
    .iradio_line-aero .icheck_line-icon {
        background-image: url(../images/line@2x.png);
        -webkit-background-size: 60px 13px;
        background-size: 60px 13px;
    }
}