﻿.cbs {
    display: flex;
    flex-wrap: nowrap;
    padding: 1px;
    align-items: center;
    cursor: pointer;
}

    .cbs > .check {
        margin: 0;
        width: 0;
        opacity: 0;
    }

        .cbs > .check:focus + .dummy {
            background: #dddddd !important;
            border: solid 1px #333333;
        }

        .cbs > .check:checked + .dummy {
            border: solid 1px #333333;
            background: #ffffff;
        }
            .cbs > .check:checked + .dummy::before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center;
                background-size: 12px 12px;
            }
    .cbs > .dummy {
        position: relative;
        flex-shrink: 0;
        top: 0;
        left: 0;
        display: block;
        width: 16px;
        height: 16px;
        border: solid 1px #888888;
        background: #ffffff;
        border-radius: 4px;
    }
    .cbs:hover > .dummy {
        background: #DDDDDD !important;
        border: solid 1px #333333;
    }

    .cbs > .txt {
        margin-left: 5px;
        margin-right: 10px;
        font-size: 11pt;
        color: #333333;
    }

.cbm {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    padding: 5px 5px;
    align-items: center;
    cursor: pointer;
}

    .cbm > .check {
        margin: 0;
        width: 0;
        opacity: 0;
    }

        .cbm > .check:focus + .cbm-dummy {
            background: #DDDDDD !important;
            border: solid 2px #333333;
        }

        .cbm > .check:checked + .cbm-dummy {
            border: solid 2px #333333;
            background: #FFFFFF;
        }
            .cbm > .check:checked + .dummy::before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center;
                background-size: 14px 14px;
            }

    .cbm:hover > .dummy {
        background: #DDDDDD !important;
        border: solid 2px #333333;
    }

    .cbm > .dummy {
        position: relative;
        flex-shrink: 0;
        top: 0;
        left: 0;
        display: block;
        width: 20px;
        height: 20px;
        border: solid 2px #888888;
        background: #FFFFFF;
        border-radius: 4px;
    }

    .cbm > .txt {
        margin-left: 5px;
        font-size: 1em;
        color: #4682B4;
    }

.cbl {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    padding: 5px 5px;
    align-items: center;
    cursor: pointer;
}

    .cbl > .check {
        margin: 0;
        width: 0;
        opacity: 0;
    }

        .cbl > .check:focus + .cbl-dummy {
            background: #DDDDDD !important;
            border: solid 2px #333333;
        }

        .cbl > .check:checked + .cbl-dummy {
            border: solid 2px #333333;
            background: #FFFFFF;
        }
            .cbl > .check:checked + .dummy::before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center;
                background-size: 14px 14px;
            }

    .cbl:hover > .dummy {
        background: #DDDDDD !important;
        border: solid 2px #333333;
    }

    .cbl > .dummy {
        position: relative;
        flex-shrink: 0;
        top: 0;
        left: 0;
        display: block;
        width: 20px;
        height: 20px;
        border: solid 2px #888888;
        background: #FFFFFF;
        border-radius: 4px;
    }

    .cbl > .txt {
        margin-left: 5px;
        font-size: 14pt;
        color: #EC7336;
    }

.cbsx {
    display: flex;
    flex-wrap: nowrap;
    padding: 1px;
    align-items: center;
    cursor: not-allowed;
}

    .cbsx > .check {
        margin: 0;
        width: 0;
        opacity: 0;
    }

        .cbsx > .check:checked + .dummy {
            border: solid 1px #333333;
            background: #ffffff;
        }

            .cbsx > .check:checked + .dummy::before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center;
                background-size: 12px 12px;
            }

    .cbsx > .dummy {
        position: relative;
        flex-shrink: 0;
        top: 0;
        left: 0;
        display: block;
        width: 16px;
        height: 16px;
        border: solid 1px #888888;
        background: #DDDDDD;
        border-radius: 4px;
    }

    .cbsx > .txt {
        margin-left: 5px;
        margin-right: 10px;
        font-size: 11pt;
        color: #888888;
    }
