/* Minification failed. Returning unminified contents.
(44,33): run-time error CSS1046: Expect comma, found '0'
(44,37): run-time error CSS1046: Expect comma, found '/'
 */
.k-link .k-header .k-state-selected {
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, none);
    background-image: none, -moz-linear-gradient(top, none);
    background-image: none, -o-linear-gradient(top, none);
    background-image: none, linear-gradient(to bottom, none);
    color: #333333 !important;
    background-color: #ebebeb;
    border-color: #cccccc !important;
}

.k-list {
    margin: 0;
    line-height: 1.8em;
    min-height: 1.8em
}

.k-dropdown-wrap, .k-numeric-wrap, .k-picker-wrap {
    padding-right: 2.285714em;
}

.k-list-item-text {
    width: 100%;
}

.k-state-selected, .k-selected {
    background-color: #d2d2d2 !important;
}

.k-list-item {
    padding: 0px 4px;
}

    .k-list-item.k-selected, .k-list-item.k-selected {
        background-color: #d2d2d2 !important;
        box-shadow: none !important;
    }

        .k-list-item.k-selected.k-hover, .k-list-item.k-selected:hover {
            color: #333 !important;
        }

.k-selected, .k-state-selected {
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
}

.k-input-inner {
    height: 32px;
    padding: 12px !important;
}

span .k-svg-icon {
    width: 16px !important;
    height: 16px !important;
}

.k-svg-icon svg {
    width: 16px !important;
    height: 16px !important;
}

.k-icon-button {
    padding: 6px !important;
}

.k-input-button.k-icon-button {
    width: 33px;
}

.location-dropdown-span {
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0px;
}

.k-grid {
    border-color: #ccc;
}

.k-table-td {
    border-bottom-width: 1px !important;
    border-color: #ccc !important;
    border-style: solid !important;
}


