﻿/*region consecutivebox*/
.k-grid .k-flatbutton {
    margin: 0;
}

.k-flatbutton {
    clear: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 1;
    height: auto;
    border-radius: 0;
    padding: 0;
    width: fit-content;
}

    .k-icon-button, .k-flatbutton.k-button-icon {
        width: calc(1.4285714286em + 4px);
        height: calc(1.4285714286em + 4px);
        padding: 1px;
        gap: 0;
    }

.k-flatbutton-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px;
    height: 16px;
    padding: 0;
}

.k-flatbutton-text {
    text-align: left;
}

.k-togglebutton {
    padding: 4px;
    clear: none;
}

.k-togglebutton-icon {
    width: 16px;
    height: 16px;
}

.k-togglebutton-pressed {
    width: 14px;
    height: 14px;
    padding: 1px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    cursor: pointer;
}

.k-togglebutton-text {
    text-align: left;
}
