﻿.checkbox-ios {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    /*margin-right: 10px;*/
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}



    .checkbox-ios .checkbox-ios-switch {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        /*width: 56px;*/
        width: 50px;
        height: 28px;
        /*border: 1px solid rgba(0, 0, 0, .1);*/
        border: 1px solid rgba(103,183,220,.55);
        /*border-radius: 25%/50%;*/
        border-radius: 28%/50%;
        vertical-align: top;
        /*background: #67b7dc;*/
        background: #abd7ec;
        transition: .2s;
    }

        .checkbox-ios .checkbox-ios-switch:before {
            content: '';
            position: absolute;
            top: 1px;
            left: 3px;
            display: inline-block;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: white;
            /*box-shadow: 0 3px 5px rgba(0, 0, 0, .3);*/
            transition: .15s;
        }

    .checkbox-ios input[type=checkbox] {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        .checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
            box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
        }

        .checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
            background: #67b7dc;
        }

            .checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
                transform: translateX(19px);
            }

    /* Hover */
    .checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
        cursor: pointer;
        border-color: #67b7dc;
    }

    /* Disabled */
    .checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
        filter: grayscale(70%);
        border-color: rgba(0, 0, 0, .1);
    }

        .checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
            background: #eee;
        }

    /* Focus */
    .checkbox-ios.focused .checkbox-ios-switch:before {
        box-shadow: inset 0px 0px 4px #ff5623;
    }

.checkbox-signs {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    /*margin-right: 10px;*/
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}

    .checkbox-signs .checkbox-ios-switch {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        /*width: 56px;*/
        width: 50px;
        height: 28px;
        /*border: 1px solid rgba(0, 0, 0, .1);*/
        border: 1px solid rgba(103,183,220,.55);
        /*border-radius: 25%/50%;*/
        border-radius: 28%/50%;
        vertical-align: top;
        /*background: #67b7dc;*/
        background: #abd7ec;
        transition: .2s;
    }

        .checkbox-signs .checkbox-ios-switch:before {
            content: '';
            position: absolute;
            top: 1px;
            left: 3px;
            display: inline-block;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: white;
            /*box-shadow: 0 3px 5px rgba(0, 0, 0, .3);*/
            transition: .15s;
        }

    .checkbox-signs input[type=checkbox] {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        .checkbox-signs input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
            box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
        }

        .checkbox-signs input[type=checkbox]:checked + .checkbox-ios-switch {
            background: #67b7dc;
        }

            .checkbox-signs input[type=checkbox]:checked + .checkbox-ios-switch:before {
                transform: translateX(19px);
            }

    /* Hover */
    .checkbox-signs input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
        cursor: pointer;
        border-color: #67b7dc;
    }

    /* Disabled */
    .checkbox-signs input[type=checkbox]:disabled + .checkbox-ios-switch {
        filter: grayscale(70%);
        border-color: rgba(0, 0, 0, .1);
    }

        .checkbox-signs input[type=checkbox]:disabled + .checkbox-ios-switch:before {
            background: #eee;
        }

    /* Focus */
    .checkbox-signs.focused .checkbox-ios-switch:before {
        box-shadow: inset 0px 0px 4px #ff5623;
    }

.checkbox-signs-add {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    /*margin-right: 10px;*/
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
    margin-top: 10px;
}

    .checkbox-signs-add .checkbox-ios-switch {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        /*width: 56px;*/
        width: 50px;
        height: 28px;
        /*border: 1px solid rgba(0, 0, 0, .1);*/
        border: 1px solid rgba(103,183,220,.55);
        /*border-radius: 25%/50%;*/
        border-radius: 28%/50%;
        vertical-align: top;
        /*background: #67b7dc;*/
        background: #abd7ec;
        transition: .2s;
    }

        .checkbox-signs-add .checkbox-ios-switch:before {
            content: '';
            position: absolute;
            top: 1px;
            left: 3px;
            display: inline-block;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: white;
            /*box-shadow: 0 3px 5px rgba(0, 0, 0, .3);*/
            transition: .15s;
        }

    .checkbox-signs-add input[type=checkbox] {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        .checkbox-signs-add input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
            box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
        }

        .checkbox-signs-add input[type=checkbox]:checked + .checkbox-ios-switch {
            background: #67b7dc;
        }

            .checkbox-signs-add input[type=checkbox]:checked + .checkbox-ios-switch:before {
                transform: translateX(19px);
            }

    /* Hover */
    .checkbox-signs-add input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
        cursor: pointer;
        border-color: #67b7dc;
    }

    /* Disabled */
    .checkbox-signs-add input[type=checkbox]:disabled + .checkbox-ios-switch {
        filter: grayscale(70%);
        border-color: rgba(0, 0, 0, .1);
    }

        .checkbox-signs-add input[type=checkbox]:disabled + .checkbox-ios-switch:before {
            background: #eee;
        }

    /* Focus */
    .checkbox-signs-add.focused .checkbox-ios-switch:before {
        box-shadow: inset 0px 0px 4px #ff5623;
    }

.checkbox-mchd-add {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    /*margin-right: 10px;*/
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
    margin-top: 10px;
    padding-left: 0px;
}

.checkbox-mchd-add .checkbox-ios-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    /*width: 56px;*/
    width: 50px;
    height: 28px;
    /*border: 1px solid rgba(0, 0, 0, .1);*/
    border: 1px solid rgba(103,183,220,.55);
    /*border-radius: 25%/50%;*/
    border-radius: 28%/50%;
    vertical-align: top;
    /*background: #67b7dc;*/
    background: #abd7ec;
    transition: .2s;
}

    .checkbox-mchd-add .checkbox-ios-switch:before {
        content: '';
        position: absolute;
        top: 1px;
        left: 3px;
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: white;
        /*box-shadow: 0 3px 5px rgba(0, 0, 0, .3);*/
        transition: .15s;
    }

.checkbox-mchd-add input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .checkbox-mchd-add input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
        box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
    }

    .checkbox-mchd-add input[type=checkbox]:checked + .checkbox-ios-switch {
        background: #67b7dc;
    }

        .checkbox-mchd-add input[type=checkbox]:checked + .checkbox-ios-switch:before {
            transform: translateX(19px);
        }

/* Hover */
.checkbox-mchd-add input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
    cursor: pointer;
    border-color: #67b7dc;
}

/* Disabled */
.checkbox-mchd-add input[type=checkbox]:disabled + .checkbox-ios-switch {
    filter: grayscale(70%);
    border-color: rgba(0, 0, 0, .1);
}

    .checkbox-mchd-add input[type=checkbox]:disabled + .checkbox-ios-switch:before {
        background: #eee;
    }

/* Focus */
.checkbox-mchd-add.focused .checkbox-ios-switch:before {
    box-shadow: inset 0px 0px 4px #ff5623;
}

.checkbox-mchds {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    /*margin-right: 10px;*/
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
    margin-top: 10px;
    padding-left: 0px;
}

    .checkbox-mchds .checkbox-ios-switch {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        /*width: 56px;*/
        width: 50px;
        height: 28px;
        /*border: 1px solid rgba(0, 0, 0, .1);*/
        border: 1px solid rgba(103,183,220,.55);
        /*border-radius: 25%/50%;*/
        border-radius: 28%/50%;
        vertical-align: top;
        /*background: #67b7dc;*/
        background: #abd7ec;
        transition: .2s;
    }

        .checkbox-mchds .checkbox-ios-switch:before {
            content: '';
            position: absolute;
            top: 1px;
            left: 3px;
            display: inline-block;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: white;
            /*box-shadow: 0 3px 5px rgba(0, 0, 0, .3);*/
            transition: .15s;
        }

    .checkbox-mchds input[type=checkbox] {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        .checkbox-mchds input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
            box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
        }

        .checkbox-mchds input[type=checkbox]:checked + .checkbox-ios-switch {
            background: #67b7dc;
        }

            .checkbox-mchds input[type=checkbox]:checked + .checkbox-ios-switch:before {
                transform: translateX(19px);
            }

    /* Hover */
    .checkbox-mchds input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
        cursor: pointer;
        border-color: #67b7dc;
    }

    /* Disabled */
    .checkbox-mchds input[type=checkbox]:disabled + .checkbox-ios-switch {
        filter: grayscale(70%);
        border-color: rgba(0, 0, 0, .1);
    }

        .checkbox-mchds input[type=checkbox]:disabled + .checkbox-ios-switch:before {
            background: #eee;
        }

    /* Focus */
    .checkbox-mchds.focused .checkbox-ios-switch:before {
        box-shadow: inset 0px 0px 4px #ff5623;
    }