﻿[contenteditable] {
    -webkit-user-select: text;
    user-select: text;
}

.ValidControlContaner_Local {
    pointer-events: auto;
    display: block;
    float: left;
    position: relative;
    width: calc(100% - 1.5rem);
    min-height: 1.5rem;
    height: auto;
    margin: 0.5rem 0.75rem 1.5rem 0.75rem
}

.sTxtFieldFlat_Local {
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0rem;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    min-height: 1.2rem;
    height: auto;
    border-radius: 0rem;
    border: none;
    border-bottom: 0.05rem solid silver;
    padding-bottom: 0.25rem;
    background-color: transparent;
    color: silver;
    -webkit-user-select: text;
    user-select: text;
    text-align: center;
}

    .sTxtFieldFlat_Local:focus {
        outline: none;
    }

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 3rem transparent !important; /* Цвет фона */
    -webkit-text-fill-color: gray !important; /* цвет текста */
    color: gray !important; /* цвет текста */
}
/*  ПОЛЕ АВТОЗАПОЛНЕНИЯ*/

label.sTxtFieldFlat_Local {
    color: silver;
    font-size: 0.9rem;
    position: absolute;
    pointer-events: none;
    left: 0.5rem;
    top: 0.1rem;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    border: 0rem;
    outline: 0rem;
    text-align: left;
}

.sTxtFieldFlatBar_Local {
    position: absolute;
    display: block;
    width: 100%;
    left: 0rem;
    bottom: 0rem;
}
    .sTxtFieldFlatBar_Local:before, .sTxtFieldFlatBar_Local:after {
        content: "";
        height: 0.1rem;
        width: 0;
        bottom: 0;
        position: absolute;
        background-color: rgba(78,195,255,1.0);
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }
    .sTxtFieldFlatBar_Local:before {
        left: 50%;
    }
    .sTxtFieldFlatBar_Local:after {
        right: 50%;
    }

/* active state */
input.sTxtFieldFlat_Local:focus ~ .sTxtFieldFlatBar_Local:before,
input.sTxtFieldFlat_Local:focus ~ .sTxtFieldFlatBar_Local:after,
div.sTxtFieldFlat_Local:focus ~ .sTxtFieldFlatBar_Local:before,
div.sTxtFieldFlat_Local:focus ~ .sTxtFieldFlatBar_Local:after {
    width: 50%;
}

input.sTxtFieldFlat_Local:focus + label, input.sTxtFieldFlat_Local:valid ~ label.sTxtFieldFlat_Local {
    top: -1.35rem;
    left: 0rem;
    font-size: 0.75rem;
    color: rgba(78,195,255,1.0);
}




/*CHECKBOX*/

.LabelCheck_Local {
    text-align: right;
    line-height: 1.1rem;
    font-size: 0.8rem;
    font-family: 'Segoe UI', 'SegoeUI-Light', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 200;
    float: right;
}

.sCheck_Local {
    vertical-align: top;
    margin: 0rem 0.15rem 0 0rem;
    width: 0.85rem;
    height: 0.85rem;
}

    .sCheck_Local + label {
        cursor: pointer;
    }

    .sCheck_Local:not(checked) {
        position: absolute;
        opacity: 0;
    }

        .sCheck_Local:not(checked) + label {
            position: relative;
            padding: 0rem 3rem 0rem 0rem;
        }

            .sCheck_Local:not(checked) + label:before {
                content: '';
                position: absolute;
                top: 0rem;
                right: 0rem;
                width: 2.5rem;
                height: 1.3rem;
                border-radius: 0.65rem;
                background: #CDD1DA;
                box-shadow: inset 0rem 0.1rem 0.15rem rgba(102, 175, 233, 0.2);
            }

            .sCheck_Local:not(checked) + label:after {
                content: '';
                position: absolute;
                top: 0.1rem;
                right: 0.1rem;
                width: 1.1rem;
                height: 1.1rem;
                border-radius: 0.5rem;
                background: #FFF;
                box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.3);
                transition: all .3s;
            }

    .sCheck_Local:checked + label:before {
        background-color: rgba(46, 178, 58, 0.75);
    }

    .sCheck_Local:checked + label:after {
        right: 0.1rem;
    }

    .sCheck_Local:not(checked) + label:after {
        right: 1.3rem;
    }

.LabelCheck_Local {
    font-size: 0.7rem;
    line-height: 1.1em;
    color: silver;
    margin-right: 0rem;
    user-select: none;
}

.sCheck_Local:checked + label:before {
    background-color: rgba(78,195,255,1.0);
}

.sGoButton_Local {
    font-size: 1.0rem;
    font-weight: 200;
    padding: 0rem 1.0rem;
    display: block;
    float: left;
    position: relative;
    width: auto;
    height: 1.8em;
    line-height: 1.7em;
    text-align: center;
    float: right;
    margin: 0rem;
    color: silver;
    background-color: rgba(192, 192, 192, 0.0);
    border: 0.075rem solid silver;
    border-radius: calc(1.9em / 2);
    cursor: default;
    user-select: none;
    transition: all ease-out 0.25s;
    cursor: pointer;
    color: black;
    background-color: white;
    border: 0.075rem solid white;
    text-shadow: 0.15rem 0.15rem 0.12rem rgba(0, 0, 0, 0.0);
}

.sGoButtonDisable_Local {
    cursor: not-allowed;
    color: gray;
    border-color: gray;
    background-color: rgba(192, 192, 192, 0.0);
    border: 0.075rem solid silver;
}

.sGoButtonValid_Local {
    cursor: pointer;
    color: black;
    background-color: white;
    border: 0.075rem solid white;
    text-shadow: 0.15rem 0.15rem 0.12rem rgba(0, 0, 0, 0.0);
}




div.LabelTriggerSelectorLine {
    opacity: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: stretch;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    height:3rem;
    overflow: hidden;
    margin: 1rem 0rem;
    padding: 0rem;
    border-bottom: 0.1rem solid #b2d7df;
    animation: sMenuBttonAllAnim 1.5s ease-out 2.0s 1 forwards;
}
label.LabelTriggerSelector {
    text-align: center;
    font-size: 1.35rem;
    margin: 0em;
    padding: 0.15em 0.55em 0.35em 0.55em;
    border: 0rem;
    white-space: nowrap;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    transition: all ease-out 0.25s;
    flex-grow: 1;
    color: rgba(150, 150, 150, 1.0);
    border-bottom: 0.25rem solid transparent;
}

input[type="checkbox"].LabelTrigger, input[type="radio"].LabelTrigger,
input[type="checkbox"].LabelTriggerSelector, input[type="radio"].LabelTriggerSelector {
    display: none;
}


    input[type="checkbox"].LabelTriggerSelector:checked + label, input[type="radio"].LabelTriggerSelector:checked + label, .sButtonPlusMinus:hover {
        color: black;
        border-bottom: 0.25rem solid #b2d7df;
    }

label.LabelTrigger:hover {
    -webkit-box-shadow: inset 0.0em 0.0em 0.25em rgba(144, 219, 254, 0.86);
    box-shadow: inset 0.0em 0.0em 0.25em rgba(144, 219, 254, 0.86);
    border-color: rgba(144, 219, 254, 0.86);
    color: rgba(124, 187, 217, 1.0);
}

label.LabelTriggerSelector:hover {
    background-color: rgba(195, 210, 217, 1.0);
    color: black;
}



