﻿.e-btn-group,
.e-css.e-btn-group {
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 2px;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

    .e-btn-group input:focus + label.e-btn,
    .e-btn-group .e-btn:focus,
    .e-btn-group .e-btn:hover,
    .e-css.e-btn-group input:focus + label.e-btn,
    .e-css.e-btn-group .e-btn:focus,
    .e-css.e-btn-group .e-btn:hover {
        z-index: 2;
    }

    .e-btn-group input + label.e-btn,
    .e-css.e-btn-group input + label.e-btn {
        margin-bottom: 0;
    }

    .e-btn-group input,
    .e-css.e-btn-group input {
        -moz-appearance: none;
        height: 1px;
        margin: 0 0 0 -1px;
        opacity: 0;
        position: absolute;
        width: 1px;
    }

        .e-btn-group input:disabled + label.e-btn,
        .e-btn-group :disabled,
        .e-css.e-btn-group input:disabled + label.e-btn,
        .e-css.e-btn-group :disabled {
            cursor: default;
            pointer-events: none;
        }

    .e-btn-group .e-btn-icon,
    .e-css.e-btn-group .e-btn-icon {
        font-size: 14px;
    }

    .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,
    .e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
        margin-left: 0;
    }

        .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
        .e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
            border-radius: 0;
        }

        .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
        .e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

        .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
        .e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

            .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
            .e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

    .e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
    .e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
    .e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
    .e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
    .e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
    .e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .e-btn-group.e-rtl .e-btn,
    .e-css.e-btn-group.e-rtl .e-btn {
        margin-left: 0;
    }

        .e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
        .e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
            border-radius: 0;
        }

        .e-btn-group.e-rtl .e-btn:first-of-type,
        .e-css.e-btn-group.e-rtl .e-btn:first-of-type {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .e-btn-group.e-rtl .e-btn:last-of-type,
        .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

            .e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
            .e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
            }

    .e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
    .e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
    .e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
    .e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
    .e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
    .e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .e-btn-group.e-vertical,
    .e-css.e-btn-group.e-vertical {
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .e-btn-group.e-vertical input,
        .e-css.e-btn-group.e-vertical input {
            margin: -1px 0 0;
        }

        .e-btn-group.e-vertical .e-btn:not(.e-outline),
        .e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
            margin-top: -1px;
        }

        .e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
        .e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
            border-radius: 0;
        }

        .e-btn-group.e-vertical .e-btn:first-of-type,
        .e-css.e-btn-group.e-vertical .e-btn:first-of-type {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
        }

        .e-btn-group.e-vertical .e-btn:last-of-type,
        .e-css.e-btn-group.e-vertical .e-btn:last-of-type {
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

    .e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
    .e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
        border-radius: 20px;
    }

        .e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
        .e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
            border-bottom-left-radius: 20px;
            border-top-left-radius: 20px;
        }

        .e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
        .e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
            border-bottom-right-radius: 20px;
            border-top-right-radius: 20px;
        }

            .e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
            .e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

        .e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
        .e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
        .e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
            border-bottom-left-radius: 20px;
            border-top-left-radius: 20px;
        }

        .e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
        .e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

        .e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
        .e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
        .e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
            border-bottom-right-radius: 20px;
            border-top-right-radius: 20px;
        }

    .e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
    .e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
        border-radius: 20px;
    }

        .e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
        .e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
            border-bottom-right-radius: 20px;
            border-top-right-radius: 20px;
        }

        .e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
        .e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
            border-bottom-left-radius: 20px;
            border-top-left-radius: 20px;
        }

            .e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
            .e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
            }

        .e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
        .e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

.e-bigger .e-btn-group .e-btn-icon,
.e-bigger.e-btn-group .e-btn-icon,
.e-bigger .e-css.e-btn-group .e-btn-icon,
.e-bigger.e-css.e-btn-group .e-btn-icon {
    font-size: 16px;
}

.e-btn-group:not(.e-outline),
.e-css.e-btn-group:not(.e-outline) {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.e-btn-group .e-btn,
.e-css.e-btn-group .e-btn {
    box-shadow: none;
}

    .e-btn-group .e-btn:hover,
    .e-css.e-btn-group .e-btn:hover {
        box-shadow: none;
    }

    .e-btn-group .e-btn:focus,
    .e-btn-group input:focus + label.e-btn,
    .e-css.e-btn-group .e-btn:focus,
    .e-css.e-btn-group input:focus + label.e-btn {
        background-color: rgba(0, 0, 0, 0.18);
        border-color: transparent;
        color: rgba(0, 0, 0, 0.87);
        outline: #fafafa 0 solid;
        outline-offset: 0;
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: none;
        outline-color: inherit;
    }

        .e-btn-group .e-btn:focus.e-primary,
        .e-btn-group input:focus + label.e-btn.e-primary,
        .e-css.e-btn-group .e-btn:focus.e-primary,
        .e-css.e-btn-group input:focus + label.e-btn.e-primary {
            background-color: #ea4e82;
            border-color: transparent;
            color: #fff;
            outline: #fafafa 0 solid;
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: none;
            outline-color: inherit;
        }

        .e-btn-group .e-btn:focus.e-success,
        .e-btn-group input:focus + label.e-btn.e-success,
        .e-css.e-btn-group .e-btn:focus.e-success,
        .e-css.e-btn-group input:focus + label.e-btn.e-success {
            background-color: #78a253;
            border-color: transparent;
            color: #fff;
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: none;
            outline-color: inherit;
        }

        .e-btn-group .e-btn:focus.e-info,
        .e-btn-group input:focus + label.e-btn.e-info,
        .e-css.e-btn-group .e-btn:focus.e-info,
        .e-css.e-btn-group input:focus + label.e-btn.e-info {
            background-color: #3f98df;
            border-color: transparent;
            color: #fff;
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: none;
            outline-color: inherit;
        }

        .e-btn-group .e-btn:focus.e-warning,
        .e-btn-group input:focus + label.e-btn.e-warning,
        .e-css.e-btn-group .e-btn:focus.e-warning,
        .e-css.e-btn-group input:focus + label.e-btn.e-warning {
            background-color: #d07f3d;
            border-color: transparent;
            color: #fff;
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: none;
            outline-color: inherit;
        }

        .e-btn-group .e-btn:focus.e-danger,
        .e-btn-group input:focus + label.e-btn.e-danger,
        .e-css.e-btn-group .e-btn:focus.e-danger,
        .e-css.e-btn-group input:focus + label.e-btn.e-danger {
            background-color: #e06f4c;
            border-color: transparent;
            color: #fff;
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: none;
            outline-color: inherit;
        }

        .e-btn-group .e-btn:focus.e-link,
        .e-btn-group input:focus + label.e-btn.e-link,
        .e-css.e-btn-group .e-btn:focus.e-link,
        .e-css.e-btn-group input:focus + label.e-btn.e-link {
            border-radius: 0;
            text-decoration: underline;
            color: #0a3576;
            background-color: transparent;
            border-color: transparent;
            box-shadow: none;
            outline: none;
        }

        .e-btn-group .e-btn:focus.e-outline,
        .e-btn-group input:focus + label.e-btn.e-outline,
        .e-css.e-btn-group .e-btn:focus.e-outline,
        .e-css.e-btn-group input:focus + label.e-btn.e-outline {
            background-color: rgba(0, 0, 0, 0.24);
            border-color: transparent;
            color: rgba(0, 0, 0, 0.87);
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: none;
        }

            .e-btn-group .e-btn:focus.e-outline.e-primary,
            .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
            .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
            .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
                background-color: #ea4e82;
                border-color: transparent;
                color: #fff;
                box-shadow: none;
            }

            .e-btn-group .e-btn:focus.e-outline.e-success,
            .e-btn-group input:focus + label.e-btn.e-outline.e-success,
            .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
            .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
                background-color: #78a253;
                border-color: transparent;
                color: #fff;
                box-shadow: none;
            }

            .e-btn-group .e-btn:focus.e-outline.e-info,
            .e-btn-group input:focus + label.e-btn.e-outline.e-info,
            .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
            .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
                background-color: #2188da;
                border-color: transparent;
                color: #fff;
                box-shadow: none;
            }

            .e-btn-group .e-btn:focus.e-outline.e-warning,
            .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
            .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
            .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
                background-color: #c86b1f;
                border-color: transparent;
                color: #fff;
                box-shadow: none;
            }

            .e-btn-group .e-btn:focus.e-outline.e-danger,
            .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
            .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
            .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
                background-color: #db582f;
                border-color: transparent;
                color: #fff;
                box-shadow: none;
            }

    .e-btn-group .e-btn:active,
    .e-btn-group input:active + label.e-btn,
    .e-btn-group input:checked + label.e-btn,
    .e-css.e-btn-group .e-btn:active,
    .e-css.e-btn-group input:active + label.e-btn,
    .e-css.e-btn-group input:checked + label.e-btn {
        background-color: rgba(184, 184, 184, 0.9584);
        border-color: transparent;
        color: rgba(0, 0, 0, 0.87);
        outline: #fafafa 0 solid;
        outline-offset: 0;
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
        box-shadow: none;
    }

        .e-btn-group .e-btn:active.e-primary,
        .e-btn-group input:active + label.e-btn.e-primary,
        .e-btn-group input:checked + label.e-btn.e-primary,
        .e-css.e-btn-group .e-btn:active.e-primary,
        .e-css.e-btn-group input:active + label.e-btn.e-primary,
        .e-css.e-btn-group input:checked + label.e-btn.e-primary {
            background-color: #ec618f;
            border-color: transparent;
            color: #fff;
            outline: #fafafa 0 solid;
            box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
            box-shadow: none;
        }

        .e-btn-group .e-btn:active.e-success,
        .e-btn-group input:active + label.e-btn.e-success,
        .e-btn-group input:checked + label.e-btn.e-success,
        .e-css.e-btn-group .e-btn:active.e-success,
        .e-css.e-btn-group input:active + label.e-btn.e-success,
        .e-css.e-btn-group input:checked + label.e-btn.e-success {
            background-color: #86ab65;
            border-color: transparent;
            color: #fff;
            box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
            box-shadow: none;
        }

        .e-btn-group .e-btn:active.e-info,
        .e-btn-group input:active + label.e-btn.e-info,
        .e-btn-group input:checked + label.e-btn.e-info,
        .e-css.e-btn-group .e-btn:active.e-info,
        .e-css.e-btn-group input:active + label.e-btn.e-info,
        .e-css.e-btn-group input:checked + label.e-btn.e-info {
            background-color: #54a3e2;
            border-color: transparent;
            color: #fff;
            box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
            box-shadow: none;
        }

        .e-btn-group .e-btn:active.e-warning,
        .e-btn-group input:active + label.e-btn.e-warning,
        .e-btn-group input:checked + label.e-btn.e-warning,
        .e-css.e-btn-group .e-btn:active.e-warning,
        .e-css.e-btn-group input:active + label.e-btn.e-warning,
        .e-css.e-btn-group input:checked + label.e-btn.e-warning {
            background-color: #d58d52;
            border-color: transparent;
            color: #fff;
            box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
            box-shadow: none;
        }

        .e-btn-group .e-btn:active.e-danger,
        .e-btn-group input:active + label.e-btn.e-danger,
        .e-btn-group input:checked + label.e-btn.e-danger,
        .e-css.e-btn-group .e-btn:active.e-danger,
        .e-css.e-btn-group input:active + label.e-btn.e-danger,
        .e-css.e-btn-group input:checked + label.e-btn.e-danger {
            background-color: #e37e5f;
            border-color: transparent;
            color: #fff;
            box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
            box-shadow: none;
        }

        .e-btn-group .e-btn:active.e-outline,
        .e-btn-group input:active + label.e-btn.e-outline,
        .e-btn-group input:checked + label.e-btn.e-outline,
        .e-css.e-btn-group .e-btn:active.e-outline,
        .e-css.e-btn-group input:active + label.e-btn.e-outline,
        .e-css.e-btn-group input:checked + label.e-btn.e-outline {
            background-color: rgba(0, 0, 0, 0.32);
            border-color: #adadad;
            box-shadow: none;
            color: rgba(0, 0, 0, 0.87);
            box-shadow: none;
        }

            .e-btn-group .e-btn:active.e-outline.e-primary,
            .e-btn-group input:active + label.e-btn.e-outline.e-primary,
            .e-btn-group input:checked + label.e-btn.e-outline.e-primary,
            .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
            .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
            .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
                background-color: #ec618f;
                border-color: transparent;
                box-shadow: none;
                color: #fff;
                box-shadow: none;
            }

            .e-btn-group .e-btn:active.e-outline.e-success,
            .e-btn-group input:active + label.e-btn.e-outline.e-success,
            .e-btn-group input:checked + label.e-btn.e-outline.e-success,
            .e-css.e-btn-group .e-btn:active.e-outline.e-success,
            .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
            .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
                background-color: #86ab65;
                border-color: transparent;
                box-shadow: none;
                color: #fff;
                box-shadow: none;
            }

            .e-btn-group .e-btn:active.e-outline.e-info,
            .e-btn-group input:active + label.e-btn.e-outline.e-info,
            .e-btn-group input:checked + label.e-btn.e-outline.e-info,
            .e-css.e-btn-group .e-btn:active.e-outline.e-info,
            .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
            .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
                background-color: #54a3e2;
                border-color: transparent;
                box-shadow: none;
                color: #fff;
                box-shadow: none;
            }

            .e-btn-group .e-btn:active.e-outline.e-warning,
            .e-btn-group input:active + label.e-btn.e-outline.e-warning,
            .e-btn-group input:checked + label.e-btn.e-outline.e-warning,
            .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
            .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
            .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
                background-color: #d58d52;
                border-color: transparent;
                box-shadow: none;
                color: #fff;
                box-shadow: none;
            }

            .e-btn-group .e-btn:active.e-outline.e-danger,
            .e-btn-group input:active + label.e-btn.e-outline.e-danger,
            .e-btn-group input:checked + label.e-btn.e-outline.e-danger,
            .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
            .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
            .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
                background-color: #e37e5f;
                border-color: transparent;
                box-shadow: none;
                color: #fff;
                box-shadow: none;
            }

    .e-btn-group .e-btn:disabled,
    .e-btn-group input:disabled + label.e-btn,
    .e-css.e-btn-group .e-btn:disabled,
    .e-css.e-btn-group input:disabled + label.e-btn {
        background-color: rgba(0, 0, 0, 0.12);
        border-color: transparent;
        box-shadow: none;
        color: rgba(0, 0, 0, 0.26);
        border-color: transparent;
    }

        .e-btn-group .e-btn:disabled.e-primary,
        .e-btn-group input:disabled + label.e-btn.e-primary,
        .e-css.e-btn-group .e-btn:disabled.e-primary,
        .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
            background-color: rgba(0, 0, 0, 0.12);
            border-color: transparent;
            box-shadow: none;
            color: rgba(0, 0, 0, 0.26);
            border-color: transparent;
        }

        .e-btn-group .e-btn:disabled.e-success,
        .e-btn-group input:disabled + label.e-btn.e-success,
        .e-css.e-btn-group .e-btn:disabled.e-success,
        .e-css.e-btn-group input:disabled + label.e-btn.e-success {
            background-color: rgba(0, 0, 0, 0.12);
            border-color: transparent;
            box-shadow: none;
            color: rgba(0, 0, 0, 0.26);
            border-color: transparent;
        }

        .e-btn-group .e-btn:disabled.e-info,
        .e-btn-group input:disabled + label.e-btn.e-info,
        .e-css.e-btn-group .e-btn:disabled.e-info,
        .e-css.e-btn-group input:disabled + label.e-btn.e-info {
            background-color: rgba(0, 0, 0, 0.12);
            border-color: transparent;
            box-shadow: none;
            color: rgba(0, 0, 0, 0.26);
            border-color: transparent;
        }

        .e-btn-group .e-btn:disabled.e-warning,
        .e-btn-group input:disabled + label.e-btn.e-warning,
        .e-css.e-btn-group .e-btn:disabled.e-warning,
        .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
            background-color: rgba(0, 0, 0, 0.12);
            border-color: transparent;
            box-shadow: none;
            color: rgba(0, 0, 0, 0.26);
            border-color: transparent;
        }

        .e-btn-group .e-btn:disabled.e-danger,
        .e-btn-group input:disabled + label.e-btn.e-danger,
        .e-css.e-btn-group .e-btn:disabled.e-danger,
        .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
            background-color: rgba(0, 0, 0, 0.12);
            border-color: transparent;
            box-shadow: none;
            color: rgba(0, 0, 0, 0.26);
            border-color: transparent;
        }

        .e-btn-group .e-btn:disabled.e-link,
        .e-btn-group input:disabled + label.e-btn.e-link,
        .e-css.e-btn-group .e-btn:disabled.e-link,
        .e-css.e-btn-group input:disabled + label.e-btn.e-link {
            color: rgba(0, 0, 0, 0.26);
            background-color: transparent;
            box-shadow: none;
            text-decoration: none;
            border-color: transparent;
        }

        .e-btn-group .e-btn:disabled.e-outline,
        .e-btn-group input:disabled + label.e-btn.e-outline,
        .e-css.e-btn-group .e-btn:disabled.e-outline,
        .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
            background-color: transparent;
            border-color: rgba(0, 0, 0, 0.26);
            box-shadow: none;
            color: rgba(0, 0, 0, 0.26);
            border-color: #adadad;
        }

            .e-btn-group .e-btn:disabled.e-outline.e-primary,
            .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
            .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
            .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
                background-color: transparent;
                border-color: rgba(0, 0, 0, 0.26);
                box-shadow: none;
                color: rgba(0, 0, 0, 0.26);
                border-color: #35A8C7;
            }

            .e-btn-group .e-btn:disabled.e-outline.e-success,
            .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
            .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
            .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
                background-color: transparent;
                border-color: rgba(0, 0, 0, 0.26);
                box-shadow: none;
                color: rgba(0, 0, 0, 0.26);
                border-color: #4d841d;
            }

            .e-btn-group .e-btn:disabled.e-outline.e-info,
            .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
            .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
            .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
                background-color: transparent;
                border-color: rgba(0, 0, 0, 0.26);
                box-shadow: none;
                color: rgba(0, 0, 0, 0.26);
                border-color: #0378d5;
            }

            .e-btn-group .e-btn:disabled.e-outline.e-warning,
            .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
            .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
            .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
                background-color: transparent;
                border-color: rgba(0, 0, 0, 0.26);
                box-shadow: none;
                color: rgba(0, 0, 0, 0.26);
                border-color: #c15700;
            }

            .e-btn-group .e-btn:disabled.e-outline.e-danger,
            .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
            .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
            .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
                background-color: transparent;
                border-color: rgba(0, 0, 0, 0.26);
                box-shadow: none;
                color: rgba(0, 0, 0, 0.26);
                border-color: #d64113;
            }

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
    border-left: transparent;
    border-right: transparent;
}

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
    border-right: transparent;
}

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
    border-left: transparent;
}

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline {
    border-color: inherit;
    outline-color: inherit;
}

    .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
    .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
    .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
    .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
        border-color: inherit;
        outline-color: inherit;
    }

    .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
    .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
    .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
    .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
        border-color: inherit;
        outline-color: inherit;
    }

    .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
    .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
    .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
    .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
        border-color: inherit;
        outline-color: inherit;
    }

    .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
    .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
    .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
    .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
        border-color: inherit;
        outline-color: inherit;
    }

    .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
    .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
    .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
    .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
        border-color: inherit;
        outline-color: inherit;
    }

.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
    border-bottom: transparent;
    border-top: transparent;
}

.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
    border-bottom: transparent;
}

.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
    border-top: transparent;
}

.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline {
    border-color: inherit;
    outline-color: inherit;
}

    .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
    .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
    .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
    .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
        border-color: inherit;
        outline-color: inherit;
    }

    .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
    .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
    .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
    .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
        border-color: inherit;
        outline-color: inherit;
    }

    .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
    .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
    .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
    .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
        border-color: inherit;
        outline-color: inherit;
    }

    .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
    .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
    .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
    .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
        border-color: inherit;
        outline-color: inherit;
    }

    .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
    .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
    .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
    .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
        border-color: inherit;
        outline-color: inherit;
    }

.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
    border-left: transparent;
    border-right: transparent;
}

.e-btn-group.e-rtl .e-btn:first-of-type,
.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
    border-left: transparent;
}

.e-btn-group.e-rtl .e-btn:last-of-type,
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
    border-right: transparent;
}
