/* iCheck plugin Line skin, blue
----------------------------------- */
.icheckbox_line-blue,
.iradio_line-blue {
    text-align: center;
    position: relative;
    display: block;
    margin: 0;
    padding: 5px;
    font-size: 13px;
    /* line-height: 17px; */
    color: #333;
    background: #FFF;
    border: 1px solid #09a3e6;
    cursor: pointer;
    opacity: 0.9;
    transition: all linear 0.3s;	
}
.iradio_line-blue.checked{border:1px solid #09a3e6 ;}
    .icheckbox_line-blue.hover,
    .icheckbox_line-blue.checked.hover,
    .iradio_line-blue.hover {
        background: #09a3e6;
		color:#fff;
		border:1px solid #09a3e6 ;
		opacity:1;
		
    }
    .icheckbox_line-blue.checked,
    .iradio_line-blue.checked {
        background: #09a3e6;
		color:#fff;
    }
        .icheckbox_line-blue.checked .icheck_line-icon,
        .iradio_line-blue.checked .icheck_line-icon {
            background-position: -15px 0;
        }
    .icheckbox_line-blue.disabled,
    .iradio_line-blue.disabled {
        background: #ADD7F0;
        cursor: default;
    }
    .icheckbox_line-blue.checked.disabled,
    .iradio_line-blue.checked.disabled {
        background: #ADD7F0;
    }

