﻿
.uniform-checker, .uniform-choice {
    position: relative;
    cursor: pointer;
    vertical-align: middle
}

    .uniform-checker, .uniform-checker input, .uniform-checker span, .uniform-choice, .uniform-choice input, .uniform-choice span {
        /*width: 2rem;
        height: 2rem*/
        width: 1.7rem;
        height: 1.7rem;
    }

        .uniform-checker span, .uniform-choice span {
            /*border: .125rem solid #455a64;*/
            border: .125rem solid #00B95A;
            display: inline-block;
            text-align: center;
            position: relative
        }

            .uniform-checker span.checked:after, .uniform-choice span.checked:after {
                opacity: 1
            }

        .uniform-checker input[type=checkbox], .uniform-checker input[type=radio], .uniform-choice input[type=checkbox], .uniform-choice input[type=radio] {
            border: 0;
            background: 0 0;
            display: inline-block;
            margin: 0;
            cursor: pointer;
            position: absolute;
            top: -.125rem;
            left: -.125rem;
            visibility: visible;
            opacity: 0;
            z-index: 2;
        }

.form-check.form-check-inline .uniform-checker input[type=checkbox], .form-check.form-check-inline .uniform-checker input[type=radio], .form-check.form-check-inline .uniform-choice input[type=checkbox], .form-check.form-check-inline .uniform-choice input[type=radio] {
    margin-left: 0;
    margin-right: 0
}

.form-check .uniform-checker, .form-check .uniform-choice {
    position: absolute;
    top: .00002rem;
    left: 0
}

.form-check-right .uniform-checker, .form-check-right .uniform-choice {
    left: auto;
    right: 0
}

.form-check-inline .uniform-checker, .form-check-inline .uniform-choice {
    position: static;
    margin-right: .625rem;
    margin-top: .00002rem
}

.form-check-inline.form-check-right .uniform-checker, .form-check-inline.form-check-right .uniform-choice {
    margin-right: 0;
    margin-left: .625rem
}

.uniform-checker.disabled, .uniform-choice.disabled {
    opacity: .5
}

    .uniform-checker.disabled, .uniform-checker.disabled input, .uniform-choice.disabled, .uniform-choice.disabled input {
        cursor: default
    }

.uniform-checker span {
    color: #455a64;
    border-radius: .125rem;
    transition: border-color ease-in-out .15s,color ease-in-out .15s
}

@media (prefers-reduced-motion:reduce) {
    .uniform-checker span {
        transition: none
    }
}

.uniform-checker span:after {
    content: "";
    font-family: icomoon;
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity ease-in-out .15s
}

@media (prefers-reduced-motion:reduce) {
    .uniform-checker span:after {
        transition: none
    }
}

.form-check-light .uniform-checker span {
    border-color: #fff;
    color: #fff
}

.uniform-checker[class*=border-] span {
    border-color: inherit;
    color: inherit
}

.uniform-choice {
    border-radius: 100px
}

    .uniform-choice span {
        border-radius: 100px;
        transition: border-color ease-in-out .15s
    }

@media (prefers-reduced-motion:reduce) {
    .uniform-choice span {
        transition: none
    }
}

.uniform-choice span:after {
    content: "";
    position: absolute;
    top: .127rem; /*.187rem;*/
    left: .127rem; /*.187rem;*/
    border: .6rem solid; /*.7rem solid;*/
    border-color: inherit;
    width: 0;
    height: 0;
    border-radius: 100px;
    opacity: 0;
    transition: all ease-in-out .15s;
}

@media (prefers-reduced-motion:reduce) {
    .uniform-choice span:after {
        transition: none
    }
}

.form-check-light .uniform-choice span {
    border-color: #fff
}

.uniform-choice[class*=border-] span {
    border-color: inherit
}

    .uniform-choice[class*=border-] span:after {
        border-color: inherit
    }