/* Kendo skin */
.k-toolbar.k-grid-toolbar {
    background-color: #fafafa;
}
.k-grid-content-locked, .k-grid-content-locked td, .k-grid-header-locked, .k-grid-header-locked .k-header {
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
}
.k-grid .k-checkbox + .k-checkbox-label,
.k-grid .k-checkbox-label + .k-checkbox {
    margin-left: 1px;
}
.k-tabstrip-top > .k-tabstrip-items .k-state-active {
    background-color: #c41a34;
    border-bottom-color: #c41a34;
}
.k-tabstrip-top > .k-tabstrip-items .k-state-active .k-link {
    color: #fff;
}
.k-tabstrip-top > .k-tabstrip-items .k-item .k-link {
    font-weight: bold;
}
.k-grid-header th.k-header {
    vertical-align: top;
    white-space: normal;
}
.k-notification-wrap .k-icon {
    margin-right: 5px;
}
.k-overflow-container .k-primary, .k-primary {
    background-color: #358138;
}
    .k-primary.k-state-active:hover, .k-primary.k-state-hover, .k-primary:active:hover, .k-primary:hover {
        background-color: #358138;
        color: #fff;
    }
.k-window-titlebar.k-header,
.k-tabstrip.k-header {
    background-color: #358138;
}
.k-tabstrip.k-header {
    border: none;
}
.k-tabstrip-items .k-item {
    background-color: #358138;
}
    .k-tabstrip-items .k-item.k-state-hover {
        background-color: #2ba250;
        border-color: #2ba250;
    }
.k-widget.k-tooltip-validation {
    background-color: #f8d7d1;
    border: none;
    color: #33435b;
}
.k-notification-wrap {
    white-space: normal;
}
.k-notification-success {
    background-color: #d6f2e6;
    border: none;
    color: #33435b;
}
.k-notification-error {
    background-color: #f8d7d1;
    border: none;
    color: #33435b;
}
.k-notification-error .k-icon.k-i-error {
    color: #de351b;
    font-size: 1.4rem;
    width: 1.8rem;
    height: 1.4rem;
}
.k-notification-success .k-icon.k-i-success {
    color: #34c082;
    font-size: 1.4rem;
    width: 1.8rem;
    height: 1.4rem;
}
.k-grid {
    font-size: 12px;
}
.k-grid-content {
    min-height: 26px;
}
.k-grid-content > .k-loading-mask > .k-loading-image {
    background-size: 26px;
}
.k-grid-content .k-detail-row .k-detail-cell {
    overflow-x: auto;
}
.k-grid-content .k-detail-row .k-detail-cell .k-grid {
    width: fit-content;
}
.k-widget.k-tooltip-validation {
    margin-top: 2px;
}
.k-dialog .k-window-titlebar {
    color: #fff;
}
.k-numeric-wrap {
    padding-right: 0;
}
.k-calendar td {
    border-radius: 3px;
}
.k-widget.k-tooltip.k-popup {
    background-color: #f2f3f5;
    color: #000;
    min-height: 18px;
}
.k-widget.k-tooltip.k-popup .k-callout-n {
    border-bottom-color: #f2f3f5;
}
.k-state-active > .k-i-filter {
    color:#358138;
}