﻿/* Kendo skin */
.k-in,
.k-item,
.k-window-action {
    border-color: transparent;
}
/* main colors */
.k-block,
.k-widget {
    background-color: #ffffff;
}

.k-block,
.k-widget,
.k-input,
.k-textbox,
.k-group,
.k-content,
.k-header,
.k-editable-area,
.k-separator,
.k-colorpicker .k-i-arrow-s,
.k-textbox > input,
.k-autocomplete,
.k-dropdown-wrap,
.k-toolbar,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-grid-header-wrap,
.k-grid-header,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-footer-wrap,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-refresh,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-panel,
.k-panelbar .k-content,
.k-calendar th,
.k-slider-track,
.k-splitbar,
.k-dropzone-active,
.k-tiles,
.k-toolbar,
.k-tooltip,
.k-button-group .k-tool-icon,
.k-upload-files {
    border-color: #cccccc;
}

    .k-group,
    .k-toolbar,
    .k-grouping-header,
    .k-pager-wrap,
    .k-group-footer td,
    .k-grid-footer,
    .k-footer-template td,
    .k-widget .k-status,
    .k-calendar th,
    .k-dropzone-hovered,
    .k-widget.k-popup {
        background-color: #ffffff;
    }

.k-grouping-row td,
td.k-group-cell {
    background-color: #eeeeee;
}

.k-list-container {
    border-color: #cccccc;
    background-color: #ffffff;
}

.k-content,
.k-editable-area,
.k-panelbar > li.k-item,
.k-panel > li.k-item,
.k-tiles {
    background-color: #ffffff;
}

.k-alt,
.k-separator {
    background-color: #f5f5f5;
}

.k-textbox,
.k-autocomplete.k-header,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active {
    border-color: #cccccc;
    background-color: #ffffff;
}

    .k-textbox > input,
    .k-autocomplete .k-input,
    .k-dropdown-wrap .k-input,
    .k-autocomplete.k-state-focused .k-input,
    .k-dropdown-wrap.k-state-focused .k-input,
    .k-picker-wrap.k-state-focused .k-input,
    .k-numeric-wrap.k-state-focused .k-input {
        border-color: #cccccc;
    }

    input.k-textbox,
    textarea.k-textbox,
    input.k-textbox:hover,
    textarea.k-textbox:hover,
    .k-textbox > input {
        background: none;
    }

        .k-input,
        input.k-textbox,
        textarea.k-textbox,
        input.k-textbox:hover,
        textarea.k-textbox:hover,
        .k-textbox > input,
        .k-multiselect-wrap {
            background-color: #ffffff;
            color: #1a1a1a;
        }

            .k-input[readonly] {
                background-color: #ffffff;
                color: #1a1a1a;
            }

.k-block,
.k-widget,
.k-popup,
.k-content,
.k-dropdown .k-input {
    color: #1a1a1a;
}

.k-block {
    color: #454545;
}

.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
    color: #363636;
}

.k-tabstrip-items .k-link,
.k-panelbar > li > .k-link {
    color: #1a1a1a;
}

.k-header {
    color: #454545;
}

.k-header,
.k-grid-header,
.k-toolbar,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-grouping-header,
.k-pager-wrap,
.k-textbox,
.k-button,
.k-draghandle,
.k-autocomplete,
.k-state-highlight,
.k-tabstrip-items .k-item {
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #fefefe 0px, #e7e7e7 100%);
    background-image: none, -moz-linear-gradient(top, #fefefe 0px, #e7e7e7 100%);
    background-image: none, -o-linear-gradient(top, #fefefe 0px, #e7e7e7 100%);
    background-image: none, linear-gradient(to bottom, #fefefe 0px, #e7e7e7 100%);
    background-position: 50% 50%;
    background-color: #eeeeee;
}

.k-widget.k-tooltip {
    background-image: url('textures/highlight.png');
}

.k-block,
.k-header,
.k-grid-header,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-button,
.k-draghandle {
    background-color: #eeeeee;
}
/* icons */
.k-icon:hover,
.k-state-hover .k-icon,
.k-state-selected .k-icon,
.k-state-focused .k-icon,
.k-column-menu .k-state-hover .k-sprite,
.k-column-menu .k-state-active .k-sprite {
    opacity: 1;
}

.k-icon,
.k-state-disabled .k-icon,
.k-column-menu .k-sprite {
    opacity: 0.8;
}



.k-loading,
.k-state-hover .k-loading {
    background-image: url('Uniform/loading.gif');
    background-position: 50% 50%;
}

.k-loading-image {
    background-image: url('Uniform/loading-image.gif');
}

.k-loading-color {
    background-color: #fcfcfc;
}

.k-button {
    color: #1a1a1a;
    border-color: #cccccc;
    background-color: #ffffff;
}

    .k-button:hover {
        color: #1a1a1a;
        border-color: #cccccc;
        background-color: #f4f4f4;
    }

    .k-state-disabled .k-button,
    .k-state-disabled .k-button:hover,
    .k-button.k-state-disabled:hover,
    .k-state-disabled .k-button:active,
    .k-button.k-state-disabled:active {
        color: #9f9e9e;
        border-color: #cccccc;
        background-image: none;
        background-image: none, -webkit-linear-gradient(top, #fefefe 0px, #e7e7e7 100%);
        background-image: none, -moz-linear-gradient(top, #fefefe 0px, #e7e7e7 100%);
        background-image: none, -o-linear-gradient(top, #fefefe 0px, #e7e7e7 100%);
        background-image: none, linear-gradient(to bottom, #fefefe 0px, #e7e7e7 100%);
        background-color: transparent;
    }

.k-draghandle {
    border-color: #cccccc;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .k-draghandle:hover {
        border-color: #cccccc;
        background-color: #f4f4f4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
/* Scheduler */
.k-scheduler,
.k-scheduler-datecolumn,
.k-scheduler-groupcolumn {
    background-color: #ffffff;
    color: #1a1a1a;
}

.k-scheduler-times tr,
.k-scheduler-times th,
.k-scheduler-table td,
.k-scheduler-header th,
.k-scheduler-header-wrap,
.k-scheduler-times {
    border-color: #cccccc;
}

.k-scheduler-table .k-today,
.k-today > .k-scheduler-datecolumn,
.k-today > .k-scheduler-groupcolumn {
    background-color: #f7f7f7;
}

.k-scheduler-now-arrow {
    border-left-color: #e20000;
}

.k-scheduler-now-line {
    background-color: #e20000;
}

.k-event {
    border-color: #cee5fd;
    background: #cee5fd 0 -257px url('textures/highlight.png') repeat-x;
    color: #1a1a1a;
}

.k-event-inverse {
    color: #ffffff;
}

.k-event.k-state-selected {
    background-position: 0 0;
}

.k-ie7 .k-event .k-resize-handle,
.k-event .k-resize-handle:after {
    background-color: #1a1a1a;
}

.k-scheduler-marquee:before,
.k-scheduler-marquee:after {
    border-color: #bbbbbb;
}

.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar .k-item {
    background-color: #ffffff;
    color: #1a1a1a;
    border-color: #cccccc;
}

.k-panelbar > li > .k-link {
    color: #1a1a1a;
}

.k-panelbar > .k-item > .k-link {
    border-color: #cccccc;
}

.k-panel > li.k-item {
    background-color: #ffffff;
}
/* states */
.k-state-active,
.k-state-active:hover,
.k-active-filter,
.k-tabstrip .k-state-active {
    background-color: #ffffff;
    border-color: #999999;
    color: #454545;
}

.k-menu .k-state-hover > .k-state-active {
    background-color: transparent;
}

.k-state-highlight {
    background: #ffffff;
    color: #454545;
}

.k-state-focused,
.k-grouping-row .k-state-focused {
    border-color: #cccccc;
}

.k-calendar .k-link {
    color: #3e6b99;
}

.k-calendar .k-footer {
    padding: 0;
}

    .k-calendar .k-footer .k-nav-today {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: .5em 0;
        color: #1a1a1a;
        text-decoration: none;
        background-color: #ffffff;
    }

        .k-calendar .k-footer .k-nav-today:hover,
        .k-calendar .k-footer .k-nav-today.k-state-hover {
            background-color: #ffffff;
            text-decoration: underline;
        }

        .k-calendar .k-footer .k-nav-today:active {
            background-color: #ffffff;
        }

.k-calendar .k-link.k-nav-fast {
    color: #1a1a1a;
}

.k-calendar .k-nav-fast.k-state-hover {
    text-decoration: none;
    background-color: #f4f4f4;
    color: #1a1a1a;
}

.k-calendar .k-link.k-state-hover,
.k-window-titlebar .k-link {
    border-radius: 0px;
}

.k-calendar .k-footer .k-link {
    border-radius: 0;
}

.k-calendar th {
    background-color: #ffffff;
}

.k-calendar-container.k-group {
    border-color: #cccccc;
}

.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-button:active,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-marquee-color {
    color: #454545;
    background-color: #bbbbbb;
    border-color: #cccccc;
}

.k-marquee-text {
    color: #454545;
}

.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused,
.k-button:focus,
.k-button.k-state-focused {
    -webkit-box-shadow: #cccccc 0px 0px 3px 1px inset;
    box-shadow: #cccccc 0px 0px 3px 1px inset;
}

    .k-state-focused.k-state-selected,
    .k-list > .k-state-focused.k-state-selected,
    .k-listview > .k-state-focused.k-state-selected,
    td.k-state-focused.k-state-selected,
    .k-selected.k-state-selected,
    .k-treeview-item .k-selected,
    .k-button:focus:active {
        -webkit-box-shadow: #a6a6a6 0px 0px 3px 1px inset;
        box-shadow: #a6a6a6 0px 0px 3px 1px inset;
    }

.k-ie8 .k-panelbar span.k-state-focused,
.k-ie8 .k-menu li.k-state-focused,
.k-ie8 .k-listview > .k-state-focused,
.k-ie8 .k-grid-header th.k-state-focused,
.k-ie8 td.k-state-focused,
.k-ie8 .k-button:focus,
.k-ie8 .k-button.k-state-focused,
.k-ie7 .k-panelbar span.k-state-focused,
.k-ie7 .k-menu li.k-state-focused,
.k-ie7 .k-listview > .k-state-focused,
.k-ie7 .k-grid-header th.k-state-focused,
.k-ie7 td.k-state-focused,
.k-ie7 .k-button:focus,
.k-ie7 .k-button.k-state-focused {
    background-color: #f4f4f4;
}

.k-list > .k-state-selected.k-state-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-state-selected > .k-link,
.k-panelbar > li > .k-state-selected {
    color: #454545;
}

.k-state-selected,
.k-button:active,
.k-draghandle.k-state-selected:hover {
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #dbdbdb 0px, #f2f2f2 100%);
    background-image: none, -moz-linear-gradient(top, #dbdbdb 0px, #f2f2f2 100%);
    background-image: none, -o-linear-gradient(top, #dbdbdb 0px, #f2f2f2 100%);
    background-image: none, linear-gradient(to bottom, #dbdbdb 0px, #f2f2f2 100%);
}

.k-button:active,
.k-draghandle.k-state-selected:hover {
    background-position: 50% 50%;
}

.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-imagebrowser-dropzone {
    color: #1a1a1a;
    background-color: #f4f4f4;
    border-color: #cccccc;
}

    .k-state-hover > .k-select,
    .k-state-focused > .k-select {
        border-color: #cccccc;
    }

    /*注释影响 FileUpload 按钮样式的部分*/
    /*.k-button:hover,
.k-button:focus,
.k-button.k-state-focused,*/
    .k-textbox:hover,
    .k-state-hover,
    .k-state-hover:hover,
    .k-pager-wrap .k-link:hover,
    .k-other-month.k-state-hover .k-link,
    div.k-imagebrowser-dropzone em,
    .k-draghandle:hover {
        background-image: none;
        background-image: none, -webkit-linear-gradient(top, #ffffff 0px, #efefef 100%);
        background-image: none, -moz-linear-gradient(top, #ffffff 0px, #efefef 100%);
        background-image: none, -o-linear-gradient(top, #ffffff 0px, #efefef 100%);
        background-image: none, linear-gradient(to bottom, #ffffff 0px, #efefef 100%);
    }

.k-pager-wrap {
    background-color: #eeeeee;
    color: #454545;
}

.k-autocomplete.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active,
.k-dropdown-wrap.k-state-active,
.k-state-active,
.k-state-active:hover,
.k-state-active > .k-link,
.k-button:active,
.k-panelbar > .k-item > .k-state-focused {
    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);
}

.k-tool-icon {
    background-image: url('Uniform/sprite.png');
}

    .k-tool-icon.k-state-hover {
        background-image: url('Uniform/sprite.png');
        background-image: url('Uniform/sprite.png'), -webkit-linear-gradient(top, #ffffff 0px, #efefef 100%);
        background-image: url('Uniform/sprite.png'), -moz-linear-gradient(top, #ffffff 0px, #efefef 100%);
        background-image: url('Uniform/sprite.png'), -o-linear-gradient(top, #ffffff 0px, #efefef 100%);
        background-image: url('Uniform/sprite.png'), linear-gradient(to bottom, #ffffff 0px, #efefef 100%);
    }

.k-ie8 .k-tool-icon.k-state-hover,
.k-ie7 .k-tool-icon.k-state-hover {
    background-image: url('Uniform/sprite.png');
}

.k-tool-icon.k-state-active,
.k-tool-icon.k-state-active.k-state-hover,
.k-tool-icon.k-state-selected,
.k-tool-icon.k-state-selected.k-state-hover {
    background-image: url('Uniform/sprite.png');
    background-image: url('Uniform/sprite.png'), -webkit-linear-gradient(top, #dbdbdb 0px, #f2f2f2 100%);
    background-image: url('Uniform/sprite.png'), -moz-linear-gradient(top, #dbdbdb 0px, #f2f2f2 100%);
    background-image: url('Uniform/sprite.png'), -o-linear-gradient(top, #dbdbdb 0px, #f2f2f2 100%);
    background-image: url('Uniform/sprite.png'), linear-gradient(to bottom, #dbdbdb 0px, #f2f2f2 100%);
}

.k-ie8 .k-tool-icon.k-state-active,
.k-ie8 .k-tool-icon.k-state-active.k-state-hover,
.k-ie8 .k-tool-icon.k-state-selected,
.k-ie8 .k-tool-icon.k-state-selected.k-state-hover,
.k-ie7 .k-tool-icon.k-state-active,
.k-ie7 .k-tool-icon.k-state-active.k-state-hover,
.k-ie7 .k-tool-icon.k-state-selected,
.k-ie7 .k-tool-icon.k-state-selected.k-state-hover {
    background-image: url('Uniform/sprite.png');
}

.k-state-hover > .k-link,
.k-other-month.k-state-hover .k-link,
div.k-imagebrowser-dropzone em {
    color: #1a1a1a;
}

.k-autocomplete.k-state-hover,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused {
    background-color: #ffffff;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, -moz-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, -o-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, linear-gradient(to bottom, #ffffff 0px, #efefef 100%);
    background-position: 50% 50%;
    border-color: #cccccc;
}

.k-dropdown .k-state-focused .k-input {
    color: #1a1a1a;
}

.k-dropdown .k-state-hover .k-input {
    color: #1a1a1a;
}

.k-state-error {
    border-color: #e20000;
    background-color: #ff5252;
    color: #ffffff;
}

.k-state-disabled {
    filter: alpha(opacity=70);
    opacity: .7;
}

.k-tile-empty.k-state-selected,
.k-loading-mask.k-state-selected {
    border-width: 0;
    background-image: none;
    background-color: transparent;
}

.k-state-disabled,
.k-state-disabled .k-link,
.k-state-disabled .k-button,
.k-other-month,
.k-other-month .k-link,
.k-dropzone em,
.k-dropzone .k-upload-status,
.k-tile-empty strong,
.k-slider .k-draghandle {
    color: #9f9e9e;
}
/* Slider */
.k-slider-track {
    background-color: #cccccc;
}

.k-slider-selection {
    background-color: #bbbbbb;
}

.k-slider-horizontal .k-tick {
    background-image: url('Uniform/slider-h.gif');
}

.k-slider-vertical .k-tick {
    background-image: url('Uniform/slider-v.gif');
}
/* Tooltip */
.k-widget.k-tooltip {
    border-color: #cccccc;
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
}

.k-widget.k-tooltip-validation {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
}
/* Bootstrap theme fix */
.input-prepend .k-tooltip-validation,
.input-append .k-tooltip-validation {
    font-size: 12px;
    position: relative;
    top: 3px;
}

.k-callout-n {
    border-bottom-color: #cccccc;
}

.k-callout-w {
    border-right-color: #cccccc;
}

.k-callout-s {
    border-top-color: #cccccc;
}

.k-callout-e {
    border-left-color: #cccccc;
}

.k-tooltip-validation .k-callout-n {
    border-bottom-color: #000000;
}

.k-tooltip-validation .k-callout-w {
    border-right-color: #000000;
}

.k-tooltip-validation .k-callout-s {
    border-top-color: #000000;
}

.k-tooltip-validation .k-callout-e {
    border-left-color: #000000;
}
/* Splitter */
.k-splitbar {
    background-color: #ffffff;
}

.k-restricted-size-vertical,
.k-restricted-size-horizontal {
    background-color: #ffffff;
}
/* Upload */
.k-file {
    background-color: #ffffff;
    border-color: #cccccc;
}

.k-file-progress {
    color: #0066cc;
}

    .k-file-progress .k-progress {
        background-color: #d0f8ff;
    }

.k-file-success {
    color: #28760b;
}

    .k-file-success .k-progress {
        background-color: #ddffd0;
    }

.k-file-error {
    color: #cc0000;
}

    .k-file-error .k-progress {
        background-color: #ffded7;
    }
/* ImageBrowser */
.k-tile {
    border-color: #ffffff;
}

.k-textbox:hover,
.k-tiles li.k-state-hover {
    border-color: #cccccc;
}

.k-tiles li.k-state-selected {
    border-color: #cccccc;
}

.k-tile .k-folder,
.k-tile .k-file {
    background-image: url('Uniform/imagebrowser.png');
}
/* Shadows */
.k-widget,
.k-button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-slider,
.k-treeview,
.k-upload {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-state-hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused {
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px 0px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px 0px;
}

.k-state-selected {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-state-active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-grid td.k-state-selected.k-state-focused {
    background-color: #c3c3c3;
}

.k-popup,
.k-menu .k-group,
.k-grid .k-filter-options,
.k-time-popup,
.k-datepicker-calendar,
.k-autocomplete.k-state-border-down,
.k-autocomplete.k-state-border-up,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-multiselect.k-state-focused,
.k-imagebrowser .k-image,
.k-tooltip {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.298039);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.298039);
}

.k-window {
    border-color: rgba(0, 0, 0, 0.298039);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.298039);
    box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.298039);
    background-color: #ffffff;
}

    .k-window.k-state-focused {
        border-color: rgba(0, 0, 0, 0.298039);
        -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.298039);
        box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.298039);
    }

.k-shadow {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.298039);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.298039);
}

.k-inset {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.298039);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.298039);
}
/* Selection */
.k-editor-inline ::selection {
    background-color: #cccccc;
    text-shadow: none;
    color: #fff;
}

.k-editor-inline ::-moz-selection {
    background-color: #cccccc;
    text-shadow: none;
    color: #fff;
}
/* Border radius */
.k-block,
.k-button,
.k-textbox,
.k-drag-clue,
.k-touch-scrollbar,
.k-window,
.k-window-titleless .k-window-content,
.k-window-action,
.k-inline-block,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-autocomplete,
.k-multiselect,
.k-combobox,
.k-dropdown,
.k-dropdown-wrap,
.k-datepicker,
.k-timepicker,
.k-colorpicker,
.k-datetimepicker,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-colorpicker .k-list-container,
.k-calendar-container,
.k-calendar td,
.k-calendar .k-link,
.k-treeview .k-in,
.k-editor-inline,
.k-tooltip,
.k-tile,
.k-slider-track,
.k-slider-selection,
.k-upload {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.k-tool-icon.k-group-start {
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.k-tool-icon.k-group-end {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.k-group-start.k-group-end.k-tool-icon {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.k-calendar-container.k-state-border-up,
.k-list-container.k-state-border-up,
.k-autocomplete.k-state-border-up,
.k-multiselect.k-state-border-up,
.k-dropdown-wrap.k-state-border-up,
.k-picker-wrap.k-state-border-up,
.k-numeric-wrap.k-state-border-up,
.k-window-content,
.k-filter-menu {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

    .k-autocomplete.k-state-border-up .k-input,
    .k-dropdown-wrap.k-state-border-up .k-input,
    .k-picker-wrap.k-state-border-up .k-input,
    .k-picker-wrap.k-state-border-up .k-selected-color,
    .k-numeric-wrap.k-state-border-up .k-input {
        -moz-border-radius: 0 0 0 6px;
        -webkit-border-radius: 0 0 0 6px;
        border-radius: 0 0 0 6px;
    }

    .k-multiselect.k-state-border-up .k-multiselect-wrap {
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

.k-window-titlebar,
.k-block > .k-header,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-link,
.k-calendar-container.k-state-border-down,
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-multiselect.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.k-numeric-wrap .k-link {
    -moz-border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

    .k-numeric-wrap .k-link + .k-link {
        -moz-border-radius: 0 0 4px 0;
        -webkit-border-radius: 0 0 4px 0;
        border-radius: 0 0 4px 0;
    }

.k-colorpicker .k-selected-color {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    width: 184px;
}

.k-rtl .k-colorpicker .k-selected-color {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.k-autocomplete.k-state-border-down .k-input,
.k-dropdown-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-selected-color,
.k-numeric-wrap.k-state-border-down .k-input {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.k-numeric-wrap .k-link.k-state-selected {
    background-color: #bbbbbb;
}

.k-multiselect.k-state-border-down .k-multiselect-wrap {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-datetimepicker .k-select + .k-select,
.k-list-container.k-state-border-right {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.k-rtl .k-dropdown-wrap .k-select,
.k-rtl .k-picker-wrap .k-select,
.k-rtl .k-numeric-wrap .k-select,
.k-rtl .k-datetimepicker .k-select + .k-select,
.k-rtl .k-list-container.k-state-border-right {
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.k-numeric-wrap.k-expand-padding .k-input {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-dropzone {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.k-slider .k-button,
.k-grid .k-slider .k-button {
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}

.k-draghandle {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.k-scheduler-toolbar > ul li:first-child,
.k-scheduler-toolbar > ul li:first-child .k-link {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.k-rtl .k-scheduler-toolbar > ul li:first-child,
.k-rtl .k-scheduler-toolbar > ul li:first-child .k-link {
    border-radius: 0 6px 6px 0;
}

.k-scheduler-toolbar .k-nav-next,
.k-scheduler-toolbar ul + ul li:last-child,
.k-scheduler-toolbar .k-nav-next .k-link,
.k-scheduler-toolbar ul + ul li:last-child .k-link {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.k-rtl .k-scheduler-toolbar .k-nav-next,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child,
.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child .k-link {
    border-radius: 6px 0 0 6px;
}

.k-scheduler div.k-scheduler-footer ul li,
.k-scheduler div.k-scheduler-footer .k-link {
    border-radius: 6px;
}

.k-more-events,
.k-event,
.k-event .k-link {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default {
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #fefefe 0px, #e7e7e7 100%);
    background-image: none, -moz-linear-gradient(top, #fefefe 0px, #e7e7e7 100%);
    background-image: none, -o-linear-gradient(top, #fefefe 0px, #e7e7e7 100%);
    background-image: none, linear-gradient(to bottom, #fefefe 0px, #e7e7e7 100%);
    background-position: 50% 50%;
    background-color: #e9e9e9;
    border-color: #cccccc;
}

.k-autocomplete.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover {
    background-color: #ffffff;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, -moz-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, -o-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, linear-gradient(to bottom, #ffffff 0px, #efefef 100%);
    background-position: 50% 50%;
    border-color: #cccccc;
}

.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused {
    background-color: #ffffff;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, -moz-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, -o-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, linear-gradient(to bottom, #ffffff 0px, #efefef 100%);
    background-position: 50% 50%;
    border-color: #cccccc;
}

.k-multiselect.k-header {
    border-color: #cccccc;
}

    .k-multiselect.k-header.k-state-hover {
        border-color: #cccccc;
    }

    .k-multiselect.k-header.k-state-focused {
        border-color: #cccccc;
    }

.k-list-container {
    color: #1a1a1a;
}

.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
    color: #1a1a1a;
}

.k-state-default > .k-select {
    border-color: #cccccc;
}

.k-state-hover > .k-select {
    border-color: #cccccc;
}

.k-state-focused > .k-select {
    border-color: #cccccc;
}

.k-tabstrip-items .k-state-default .k-link,
.k-panelbar > li.k-state-default > .k-link {
    color: #1a1a1a;
}

.k-tabstrip-items .k-state-hover .k-link,
.k-panelbar > li.k-state-hover > .k-link {
    color: #1a1a1a;
}

.k-tabstrip-items .k-state-default,
.k-ie7 .k-tabstrip-items .k-state-default .k-loading {
    border-color: #cccccc;
}

.k-tabstrip-items .k-state-hover,
.k-ie7 .k-tabstrip-items .k-state-hover .k-loading {
    border-color: #cccccc;
}

.k-tabstrip-items .k-state-active,
.k-ie7 .k-tabstrip-items .k-state-active .k-loading {
    background-color: #ffffff;
    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);
    border-color: #999999;
}

.k-tabstrip .k-content.k-state-active {
    background-color: #ffffff;
    color: #1a1a1a;
}

.k-menu.k-header,
.k-menu .k-item {
    border-color: #cccccc;
}

.k-column-menu,
.k-column-menu .k-item {
    border-color: #cccccc;
}
.k-hover {
    background-color:#eeeeee;
}
    .k-column-menu .k-separator {
        border-color: #cccccc;
        background-color: transparent;
    }

.k-menu .k-group {
    border-color: #cccccc;
}

.k-secondary .k-picker-wrap,
.k-secondary .k-dropdown-wrap,
.k-secondary .k-numeric-wrap,
.k-secondary.k-scheduler-toolbar > ul > li {
    background-color: #eeeeee;
    border-color: #cccccc;
}

.k-secondary .k-button-group .k-tool-icon {
    border-color: #cccccc;
}

.k-secondary.k-splitbar {
    border-color: #cccccc;
}

.k-secondary .k-state-default > .k-select {
    border-color: #cccccc;
}

.k-secondary .k-state-hover > .k-select {
    border-color: #cccccc;
}

.k-secondary .k-state-focused > .k-select {
    border-color: #cccccc;
}

.k-secondary .k-autocomplete.k-state-hover,
.k-secondary .k-picker-wrap.k-state-hover,
.k-secondary .k-numeric-wrap.k-state-hover,
.k-secondary .k-dropdown-wrap.k-state-hover {
    background-color: #ffffff;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, -moz-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, -o-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, linear-gradient(to bottom, #ffffff 0px, #efefef 100%);
    background-position: 50% 50%;
    border-color: #cccccc;
}

.k-secondary .k-autocomplete.k-state-focused,
.k-secondary .k-picker-wrap.k-state-focused,
.k-secondary .k-numeric-wrap.k-state-focused,
.k-secondary .k-dropdown-wrap.k-state-focused {
    background-color: #cccccc;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, -moz-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, -o-linear-gradient(top, #ffffff 0px, #efefef 100%);
    background-image: none, linear-gradient(to bottom, #ffffff 0px, #efefef 100%);
    background-position: 50% 50%;
    border-color: #cccccc;
}

.k-secondary .k-button,
.k-secondary.k-button {
    color: #1a1a1a;
    background-color: #eeeeee;
    border-color: #cccccc;
}

    .k-secondary .k-button:hover,
    .k-secondary.k-button:hover {
        color: #1a1a1a;
        border-color: #cccccc;
        background-color: #f4f4f4;
    }

    .k-secondary .k-button:active {
        color: #454545;
        background-color: #bbbbbb;
        border-color: #cccccc;
    }

.k-secondary .k-dropdown .k-input,
.k-secondary .k-dropdown .k-state-focused .k-input,
.k-secondary .k-menu .k-popup {
    color: #1a1a1a;
}

.k-secondary .k-toolbar {
    color: #1a1a1a;
    border-color: #cccccc;
}

.k-secondary.k-popup.k-group {
    border-color: #cccccc;
}

.k-secondary.k-filter-menu {
    background-color: #ffffff;
    color: #1a1a1a;
}

.k-grouping-row td,
.k-group-footer td,
.k-grid-footer td {
    color: #1a1a1a;
    border-color: #cccccc;
    font-weight: bold;
}

.k-grouping-header {
    color: #1a1a1a;
}

.k-grid td.k-state-focused {
    -webkit-box-shadow: inset 0 0 0 1px #cccccc 0px 0px 3px 1px inset;
    box-shadow: inset 0 0 0 1px #cccccc 0px 0px 3px 1px inset;
}

.k-header,
.k-grid-header-wrap,
.k-grid .k-grouping-header,
.k-grid-header,
.k-pager-wrap,
.k-pager-wrap .k-textbox,
.k-pager-wrap .k-link,
.k-grouping-header .k-group-indicator {
    border-color: #cccccc;
}

.k-pager-numbers .k-link,
.k-treeview .k-in {
    border-color: transparent;
}

.k-treeview .k-icon,
.k-scheduler-table .k-icon,
.k-grid .k-hierarchy-cell .k-icon {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
}

.k-scheduler-table .k-state-hover .k-icon {
    background-color: transparent;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .k-icon:not(.k-loading),
    .k-grouping-dropclue,
    .k-drop-hint,
    .k-callout,
    .k-tool-icon,
    .k-tool-icon.k-state-hover,
    .k-tool-icon.k-state-active,
    .k-tool-icon.k-state-active.k-state-hover,
    .k-tool-icon.k-state-selected,
    .k-tool-icon.k-state-selected.k-state-hover
     {
        background-image: url('Uniform/sprite_2x.png');
        background-size: 340px 336px;
    }

    .k-dropdown-wrap .k-input,
    .k-picker-wrap .k-input,
    .k-numeric-wrap .k-input {
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }
}


/*Grid Toolbar 文字样式*/
/*.k-toolbar {
    height: 24px;
    text-align: right;
}*/

    .k-toolbar span {
        color: #000000;
        font-size: 13px;
        font-weight: bold;
        float: left;
    }


    /*Grid Toolbar 长按钮样式*/
    .wide-button,
    .k-toolbar input[wide='true'][type='button'] {
        background: url("../../images/background/button-long.png") no-repeat scroll left top transparent;
        border: 0 none;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        height: 24px;
        line-height: 24px;
        text-align: center;
        width: 120px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0.2em 0px 0px;
    }

    /*Grid Toolbar 按钮样式*/
    .k-toolbar input[type='button']:not(.wide-long-long-button):enabled,
    .k-grid-toolbar a:not(.link-button-disabled),
    .k-grid tbody input[type='button'] {
        background: url("../../images/background/button.png") no-repeat scroll left top transparent;
        border: 0 none;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        font-weight: normal;
        height: 24px;
        line-height: 24px;
        text-align: center;
        width: 80px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0.2em 0px 0px;
    }

        /*Grid Toolbar 按钮Disabled样式*/
        .k-toolbar input[type='button'][class*='btn-disable'],
        .k-grid tbody input[type='button'][class*='btn-disable'],
        .k-toolbar input[type='button'][class*='link-button-disabled'],
        .k-grid tbody input[type='button'][class*='link-button-disabled'] {
            background: url("../../images/background/button-disable.png") no-repeat scroll left top transparent;
            border: 0 none;
            cursor: not-allowed;
            display: inline-block;
            height: 24px;
            line-height: 24px;
            text-align: center;
            width: 80px;
            padding: 0px 0px 0px 0px;
            margin: 0px 0.2em 0px 0px;
        }

a.link-button-disabled,
input.link-button-disabled,
a.link-button-disabled:hover,
input.link-button-disabled:hover {
    padding: 0px 0px 0px 0px;
    margin: 0px 0.2em 0px 0px;
}

/*报表中period验证开始日期和结束日期在一年之内的错误样式*/

.report-validateFromDateAndToDate-error {
    background-color: #AF2A2B;
    border: 1px solid #830000;
}



/*k-grid td 样式*/
.k-grid td {
    border-color: #ddd;
    border-width: 0 0 1px 1px;
}

/*kendo fileupload 等控件按钮样式*/
/*.k-button, .k-button:hover, .k-button:focus, .k-button.k-state-focused {
    background: url("../../images/background/button-long.png") no-repeat scroll left top transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}*/
.k-action-buttons .k-button,
.k-action-buttons .k-button:hover,
.k-action-buttons .k-button:focus, 
.k-action-buttons .k-button.k-state-focused {
    background: url("../../images/background/button-long.png") no-repeat scroll left top transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
}

.k-upload-button {
    width: 86px;
    position: relative;
    direction: ltr;
    overflow: hidden !important;
}

/* Kendo Menu */
/*.k-menu .k-item > .k-link {
    display: block;
    padding: .5em .8em .4em;
    line-height: 1.34em;
}*/

/* Kendo TreeView Text Color */
.k-treeview.k-widget {
    color: #1A1A1A;
}

.k-treeview .k-in.k-state-hover {
    color: #1A1A1A;
}

/* Kendo datepicker begin */
.k-picker-wrap {
    border: 1px #cccccc solid;
}

    .k-picker-wrap .k-input {
        height: 16px;
        line-height: 16px;
        border: none;
    }

.basic-input .k-picker-wrap input[type='text'],
.basic-input .k-picker-wrap input[type='date'],
.rpt-basic-input .k-picker-wrap input[type='text'],
.rpt-basic-input .k-picker-wrap input[type='date'] {
    padding: 0px 0px 0px 0px;
    border: none;
    height: 19px;
}


.date-required-input {
    background-color: #E9F3FF;
}

.rpt-basic-input .date-required-input {
    background-color: #E9F3FF;
}

.k-picker-wrap input.input-validation-error {
    background-color: #AF2A2B;
    border: none;
    color: white;
}

.basic-input span.input-validation-error {
    background-color: #AF2A2B;
    border: none;
    color: white;
}

.k-picker-wrap k-select {
    height: 16px;
}


.basic-input .t-state-error, .rpt-basic-input .t-state-error, .basic-input .t-widget.input-validation-error, .basic-input .t-widget .input-validation-error {
    background-color: #AF2A2B;
    border-color: #830000;
    color: white;
}
.t-state-error {
     background-color: #AF2A2B;
    border-color: #830000;
    color: white;
}
/*日历控件默认宽度*/
.basic-input span.k-datepicker,
.rpt-basic-input span.k-datepicker {
    width: 212px;
}

input[type="date"] {
    width: 180px;
}
/* Kendo datepicker end */

/*datepicker背景色*/
.k-calendar .k-action-link {
    text-decoration: none;
    border-radius: 0px;
    background-color: none repeat scroll 0 0 #BBD0E8;
    background-image: none;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: initial;
    background-repeat-x: repeat;
    background-repeat-y: repeat;
    background-attachment: scroll;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(187, 208, 232);
}


/*tree的样式设定 加上虚线条*/
.k-treeview .k-group {
    list-style-type: none;
    background: none;
    margin: 0;
    padding: 0;
}

.k-group {
    border-color: #828282;
}

.k-treeview-lines {
}

    .k-treeview-lines .k-item {
        background-image: url('Default/treeview-line.png');
        background-repeat: no-repeat;
    }

    .k-treeview-lines .k-first {
        background-repeat: no-repeat;
        background-position: 0 16px;
    }

.k-treeview .k-item {
    padding: 0 0 0 16px;
    margin: 0;
    border-width: 0;
    position: static;
    top: auto;
    display: block;
}


.k-treeview-lines .k-mid {
    background-image: url('Default/treeview-nodes.png');
    background-position: -47px -44px;
    background-repeat: no-repeat;
    margin-left: -16px;
    padding-left: 16px;
}

.k-treeview-lines .k-top {
    background-image: url('Default/treeview-nodes.png');
    background-position: -91px 0;
    background-repeat: no-repeat;
    margin-left: -16px;
    padding-left: 16px;
}

.k-treeview-lines .k-last {
    background-image: url('Default/treeview-nodes.png');
    background-position: -69px -22px;
}

.k-treeview-lines .k-bot {
    background-image: url('Default/treeview-nodes.png');
    background-position: -69px -22px;
    background-repeat: no-repeat;
    margin-left: -16px;
    padding-left: 16px;
}

.k-treeview .k-minus {
    margin-left: -16px;
    margin-top: 2px;
    float: left;
    cursor: pointer;
}


.k-treeview .k-icon {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.k-treeview-lines .k-icon {
    background-image: url('Default/spriteforTree.png');
    width: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -3333px;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat;
}

.k-treeview-lines .k-i-expand {
    background-position: -32px -256px;
}

.k-treeview-lines .k-i-collapse {
    background-position: -48px -256px;
}

.k-treeview-lines .k-minus {
    background-position: -16px -256px;
}

.t-treeview .t-minus-disabled {
    margin-left: -16px;
    margin-top: 2px;
    float: left;
    cursor: pointer;
}

.k-treeview-lines .k-minus-disabled {
    background-position: -16px -256px;
}

.k-treeview .k-group {
    list-style-type: none;
}


.k-treeview .k-in {
    margin: 1px 0;
    padding: 2px 4px 2px 3px;
    text-decoration: none;
    line-height: 16px;
    margin-left: 2px;
}

.k-treeview .k-in {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.k-treeview .k-group {
    list-style-type: none;
}

div.k-treeview {
    white-space: nowrap;
}

.k-widget .k-input {
    font-size: 100%;
}


.k-treeview-lines .k-plus, .k-treeview-lines .k-plus-disabled {
    background-position: 0px -256px;
}

/*设定单元格格式*/
th {
    font-weight: inherit;
}

.k-grid td {
    padding: 0.5em;
}
/*grid 无数据行去除边框*/
.t-no-data td {
    border: 0px;
}

/*菜单移入移出的底色调整*/
.k-menu .k-state-border-right {
    background-color: #e7e7e7;
}

.k-state-selected {
    background-image: none, linear-gradient(to bottom, #fff 0px, #fff 100%);
}

.k-menu .k-state-border-right {
    color: #333;
}

.k-state-hover, .k-state-hover:hover {
    background-image: none, linear-gradient(to bottom, #e7e7e7 0px, #e7e7e7 100%);
}
/*table 撑破div*/
.table-list {
    table-layout: fixed;
    word-break: break-all;
}

/*调整菜单间距*/
.k-group .k-item {
    margin-top: 3px;
    margin-bottom: 3px;
}

.payrollcontainer table td {
    word-break: break-all;
}

.k-pager-numbers .k-state-selected {
    line-height: 2em;
}

.k-multiselect .k-button {
    color: #322F2F;
    background: #F1F2F4;
}

    .k-multiselect .k-button.k-state-hover {
        border-color: #322F2F;
        background-color: #F1F2F4;
    }

    .k-multiselect .k-button:active {
        color: #fff;
        box-shadow: inset 0 0 10px 3px #F1F2F4;
    }

/* Start  zkq9999, ZhouKaiQi, zkq2019/99/99 */

.k-menu .k-item > .k-link {
    display: flex;
    padding: .5em .8em .4em;
    line-height: 1.34em;
}
ul#middle-menu3 li .k-menu-link:hover {
    background-color: #cccccc; 
}
.k-grid-toolbar {
    height: 30px;
    text-align: right;
    display: block;
}
.sidebar li a, .sidebar li .k-link {
    color: #ffffff;
    display: block;
    height: 100%;
    line-height: 30px;
    width: 100%;
    padding: 0;
}
/* Start  zkq9999, ZhouKaiQi, zkq2019/99/99 */
/*.k-icon-button,
.k-column-menu .k-sprite 
 {
    background-image: url('Uniform/sprite.png');
    border-color: transparent;
}*/

/* End  zkq9999, ZhouKaiQi, zkq2019/99/99 */
.k-tabstrip-items .k-tabstrip-item {
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, #fefefe 0px, #e7e7e7 100%);
    background-image: none, -moz-linear-gradient(top, #fefefe 0px, #e7e7e7 100%);
    background-image: none, -o-linear-gradient(top, #fefefe 0px, #e7e7e7 100%);
    background-image: none, linear-gradient(to bottom, #fefefe 0px, #e7e7e7 100%);
    background-position: 50% 50%;
    background-color: #eeeeee;
    border-color: #999999;
    border-style: solid;
    border-width: 1px 1px 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.k-tabstrip-items .k-active,
.k-ie7 .k-tabstrip-items .k-active .k-loading {
    background-color: #ffffff;
    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);
  
}

.k-pager-numbers .k-selected {
  border-style: solid;
  border-width: 1px;
  text-align: center;
  border-color: #cccccc;
  background-color: #f4f4f4;
}

.k-menu-horizontal .k-menu-link{
     border-width: 0px;
}
#detailsLeftMenuDiv #Menu {
    border-width: 0px;
}
.k-menu-horizontal .k-menu-link {
    border-width: 0;
}

ul#middle-menu3 li.k-menu .k-item, .k-widget.k-menu-horizontal > .k-item {
  position: relative;
  float: left;
  border-style: solid;
  border-width: 0 1px 0 0;
  vertical-align: top;
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.k-button.k-button-icon, .k-icon-button {
 width: inherit;
  height: inherit;
  padding: 0px;
  gap: 0;
}
span.k-datepicker, 
span.k-timepicker
{
    height: 20px;
}
button span.k-datepicker,
button span.k-i-calendar,
button span.k-i-clock,
button span.k-i-arrow-s,
button span.k-i-arrow-n
{
  background-image: url('Uniform/sprite.png');
  border-color: transparent;cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  text-align: center;
  opacity: 0.8;
}

.basic-input .k-datepicker input[type="text"], 
.basic-input .k-datepicker input[type="date"], 
.rpt-basic-input .k-datepicker input[type="text"], 
.rpt-basic-input .k-datepicker input[type="date"],
.basic-input .k-timepicker input[type="text"], 
.basic-input .k-timepicker input[type="date"], 
.rpt-basic-input .k-timepicker input[type="text"], 
.rpt-basic-input .k-timepicker input[type="date"],
.basic-input .k-datetimepicker input[type="text"], 
.basic-input .k-datetimepicker input[type="date"], 
.rpt-basic-input .k-datetimepicker input[type="text"], 
.rpt-basic-input .k-datetimepicker input[type="date"]
 {
  padding: 0px 1px 0px 5px;
  border: none;
 
}
span.k-picker-wrap .k-button,
span.k-picker-wrap .k-button:hover,
span.k-picker-wrap .k-button:focus,
span.k-picker-wrap .k-button.k-state-focused {
    background: none;
}
span.k-picker-wrap .k-button, 
span.k-picker-wrap .k-button:hover, 
span.k-picker-wrap .k-button:focus,
span.k-picker-wrap .k-button.k-state-focused {
    background:none;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    line-height:18px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
span.k-datepicker {
      background-position: -32px -176px;
}
span.k-i-calendar{
      background-position: -32px -176px;
}
span.k-i-clock{
      background-position: -32px -192px;
}
span.k-i-arrow-s{
    background-position: -16px -32px;
    height: 11px;
}
span.k-i-arrow-n{
    height: 11px;
    background-position: -16px 0px;
       
}
.k-input-spinner {
    width: 18px;
    height: 20px;
}


/* End  zkq9999, ZhouKaiQi, zkq2019/99/99 */


span.k-timepicker .k-input-button,
span.k-timepicker .k-button,
span.k-timepicker .k-button-md,
span.k-timepicker .k-button-solid,
span.k-timepicker .k-button-solid-base,
span.k-timepicker .k-icon-button, 
span.k-i-calendar .k-icon-button  {
    width: 1.9em;
    height: 100%;
    border-radius: 0;
}
/*datepicker button height*/
.k-datepicker button.k-input-button {
    height: 1.5em;
}

span.k-datetimepicker .k-input-button,
span.k-datetimepicker .k-icon-button {
    width: 1.9em;
    height: 1.5em;
    border-radius: 0;
}

span.k-datepicker .k-input-inner,
span.k-timepicker .k-input-inner,
span.k-datetimepicker .k-input-inner {
    padding: 0 1px 0 5px;
}

.k-animation-container .k-list-item {
    padding: 1px 3px;
}

.k-animation-container .k-list-item-text {
    font-size: 12px;
}

.k-calendar .k-focus, 
.k-calendar .k-focus.k-selected, 
.k-calendar .k-focus.k-state-selected, 
.k-calendar .k-state-focused, 
.k-calendar .k-state-focused.k-selected, 
.k-calendar .k-state-focused.k-state-selected {
    -webkit-box-shadow: #cccccc 0px 0px 3px 1px inset;
    box-shadow: #cccccc 0px 0px 3px 1px inset;
}

.k-colorpicker.k-picker.k-icon-picker .k-input-inner {
    width: 180px;
    height: 20px;
}

.k-colorpicker.k-picker {
    border: none;
}

span.k-numerictextbox .k-input-inner {
    padding: 0 1px 0 5px;
}

.k-input-spinner .k-spinner-increase .k-icon {
    bottom: 0;
}

.k-input-spinner .k-spinner-decrease .k-icon {
    top: 0;
}

/* ee 左侧导航文字垂直居中*/
#detailsLeftMenuDiv .k-menu .k-item > .k-link {
  display: block;
  padding: .5em .8em .4em;
 
   line-height: 1.34em;
}
/*弹窗按钮右对齐*/
.k-grid .k-toolbar {
    display: block;
}
.k-grid-toolbar button{
  /*margin-right: 0;*/
    float: right;
}
/*window title渐变背景*/
.k-window .k-window-titlebar {
    background-image: none, linear-gradient(to bottom, #fefefe 0px, #e7e7e7 100%);
    border-width:0;
    height: 22px;
}

div.k-window-content {
    padding: 0.58em;
}

.k-pager-numbers .k-state-focused.k-state-selected,
.k-pager-numbers .k-list > .k-state-focused.k-state-selected, 
.k-pager-numbers .k-listview > .k-state-focused.k-state-selected, 
.k-pager-numbers td.k-state-focused.k-state-selected,
.k-pager-numbers .k-selected.k-state-selected, 
.k-pager-numbers .k-button:focus:active {
    background-image: none;
    box-shadow: none;
}
.k-upload-button {
background: url("../../images/background/button-long.png") no-repeat scroll left top transparent;
border: 0 none;
width: auto;
color: #FFFFFF;
cursor: pointer;
display: flex;
height: 24px;
line-height: 24px;
text-align: center;
border-radius: 3px;
   
}

.container .k-grid tr td,
.rpt-fieldset .k-grid tr td {
  border: none;
}
.k-datepicker, .k-picker {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 0;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.42857143;
  text-align: start;
  box-shadow: none;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: stretch;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}
td span.k-colorpicker {
    width: 240px;
}
td span.k-colorpicker span.k-input-inner {
    padding: 0px;
}
.k-grid-header th.k-header > .k-link {
    overflow: visible;
}
[hidden] {
  display: inline-flex;
}
a.k-menu-horizontal .k-menu-link {
  border-width: 0;
}
/* Start  PB-1381-002, LJL, 2024/08/16 */
.k-datepicker input {
    width: 100% !important;
}
.k-datetimepicker input {
    width: 100% !important;
}
.k-timepicker input {
    width: 100% !important;
}
/* End  PB-1381-002, LJL, 2024/08/16 */