﻿/*region consecutivebox*/
.k-consecutivebox {
    display: block;
    padding: 0px;
}

.k-consecutivebox-display {
    overflow: auto;
    height: 18px;
    display: block;
    padding: 1px;
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    line-height: 1em;
}

.k-consecutivebox-display-items {
    display: inline;
}

.k-consecutivebox-buttons {
    display: inline;
    padding: 0px;
    float: left;
}

.k-consecutivebox-button {
    padding-top: 1px;
    padding-bottom: 1px;
    height: 14px;
    margin-top: 0px;
    float: left;
    display: inline-block;
    line-height: 1em;
}

.k-consecutivebox-arrow {
    display: block;
    float: left;
}

.k-consecutivebox-wrap {
    position: relative;
    float: left;
}

.k-consecutivebox-display-item {
    display: inline-block;
    margin-top: 0px;
    background: #d9ecf5;
}

/*region consecutiveview*/
.k-consecutiveview {
    display: block;
}

.k-consecutiveview-display {
    overflow: auto;
    padding: 1px;
    height: 18px;
    display: block;
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    line-height: 1em;
}

.k-consecutiveview-display-items {
    display: inline;
}

.k-consecutiveview-buttons {
    display: inline;
    padding: 0px;
    float: left;
}

.k-consecutiveview-button {
    height: 18px;
}

.k-consecutiveview-wrap {
    position: relative;
    float: left;
}

.k-consecutiveview-display-item {
    display: inline-block;
    margin-top: 0px;
    margin-right: 2px;
}

.k-consecutiveview-arrow {
}
