/* iCheck plugin Line skin, black
----------------------------------- */

.icheckbox_line {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 8px 0px;
    font-size: 14px;
    line-height: 17px;
    height: 36px;
    width: 93px;
    color: #838485;
    text-align: center;
    -webkit-transition: color 1s; /* Safari */
    -moz-transition: color 1s;
    -o-transition: color 1s;
    -ms-transition: color 1s;
    transition: color 1s;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 38px 0 rgba(218, 217, 226, 0.5);
    border: solid 1px #e5edf2;
    font-weight: normal;
    -webkit-transition: font-weight 1s; /* Safari */
    -moz-transition: font-weight 1s;
    -o-transition: font-weight 1s;
    -ms-transition: font-weight 1s;
    transition: font-weight 1s;
}

.icheckbox_line .icheck_line-icon {
    position: absolute;
    top: 50%;
    left: 13px;
    width: 13px;
    height: 11px;
    margin: -5px 0 0 0;
    padding: 0;
    overflow: hidden;
    /* background: url(line.png) no-repeat; */
    border: none;
}

.icheckbox_line.checked {
    border: solid 1px #59c3e8;
    font-weight: bold;
    color: #404852;
}

.icheckbox_line.checked .icheck_line-icon {
    background-position: -15px 0;
}

.icheckbox_line.disabled {
    background: #ccc;
    cursor: default;
}

.icheckbox_line.disabled .icheck_line-icon {
    background-position: -30px 0;
}

.icheckbox_line.checked.disabled {
    background: #ccc;
}

.icheckbox_line.checked.disabled .icheck_line-icon {
    background-position: -45px 0;
}