/*录入框*/
input[readonly],input[readonly]:hover{
    background-color: #edf0f4;
    color: #333333;
    border: 1px solid #BAC3CC;
}
input[readonly]:focus {
    border: 1px solid #BAC3CC;

}
textarea[readonly] {
    background-color: #f9f9f9;
}

.k-input[readonly] {
    background-color: #f9f9f9;
    color: #000000;
}


/*窗口*/
/*.k-widget *{*/
/*-webkit-box-sizing: inherit;*/
/*box-sizing: inherit;*/
/*}*/
.k-widget .k-window-content *  {
    /*-webkit-box-sizing: content-box;*/
    /*box-sizing: content-box;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.k-window-content .k-widget *{
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

}

.k-alert .k-window-titlebar::before {
    content: '提示';
}

.k-alert .k-window-titlebar .k-dialog-title {
    visibility:collapse;
}

div.k-window-content {
    /*position: relative;*/
    /*height: 100%;*/
    padding: 0em;
    overflow: hidden;
    outline: 0;
}

/*confirm窗口*/
.k-confirm .k-window-titlebar::before {
    content: '提示';
}

.k-confirm .k-window-titlebar .k-dialog-title {
    visibility:collapse;
}

/*checkbox*/
.k-checkbox-label {
    display: inline;
}

/*树*/
div.k-treeview {
    border-width: 0;
    background: 0 0;
    overflow: auto;
    white-space: nowrap;
    width:100%;
    height: calc(100% - 18px );
}

#treeview-sprites .k-sprite {
    background-image: url("../img/coloricons-sprite.png");
}
.rootfolder { background-position: 0 0; }
.folder { background-position: 0 -16px; }
.pdf { background-position: 0 -32px; }
.html { background-position: 0 -48px; }
.image { background-position: 0 -64px; }


/*拦截框*/
.k-overlay {
    opacity: .2;
}

/*splitter分栏*/
.k-widget.k-splitter{
    border-width: 0px;
}


/*Grid 背景色*/
div.k-grid-content.k-auto-scrollable {
    white-space: normal;
    background-color: #f5f7fb;
    background-image:url(../img/grid-bg.png);
}

.k-grid table{
    background: white;
}

/*Grid 不换行*/
.k-grid td {
    white-space: nowrap;
}
/*Grid 选中行 超链接颜色*/
.k-grid .k-state-selected a{
    color:  #ccdcf1;
}

.k-grid tbody .k-button {
    min-width: 0px;
}

/*录入框备注颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #adbcd2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #adbcd2;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:   #adbcd2;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:   #adbcd2;
}
input[readonly]::-webkit-input-placeholder{
    color: #333333;
}
/*录入框选中颜色*/
.k-textbox:focus{border-color:rgba(25,132,200,1);     -webkit-box-shadow:0 0 3px 0 rgba(25,132,200,.5);box-shadow:0 0 3px 0 rgba(25,132,200,.5)}
input[readonly]:focus {
    border: 1px solid #BAC3CC;
    box-shadow: none;
}

/*弹框*/
.k-window.k-dialog {
    width: 300px;
    margin: 0 auto;
    border-radius: 4px;
    padding:0px;
    box-shadow: none;
    border: none;
}
.k-dialog.k-alert .k-dialog-titlebar, .k-dialog.k-confirm .k-dialog-titlebar, .k-dialog.k-prompt .k-dialog-titlebar {
    border-bottom: 1px solid #ededed;
    padding: 0px;
    height: 36px;
    line-height: 36px;
    color: #7492d0;
    margin-left: 8px;
}
.k-dialog.k-alert .k-content, .k-dialog.k-confirm .k-content {
    padding: 20px;
}

/*时间控件的样式*/
.k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    height: 25px;
    line-height: 25px;

}
.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox>input {
    padding: 0px;
    height: 25px;
    line-height: 25px;

}
.k-input {
    text-align: left;
}
.k-dropdown-wrap .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
    height: 100%;
    min-height: 25px;
    line-height: 25px;
}

input.k-textbox {
    height: 2.25em;
    text-indent: .33em;
    line-height: 1.6em;
}

/*div.k-header{*/
    /*!*padding: 6px 0 6px;*!*/
    /*color: #535b6a;*/
    /*text-align: center;*/
    /*border-top-left-radius: 4px;*/
    /*border-top-right-radius: 4px;*/
    /*!*font-size: 100%;*!*/
    /*line-height: 15px;*/
    /*font-size: 14px;*/
/*}*/
/*span.k-header{*/
    /*color: #535b6a;*/
    /*text-align: center;*/
    /*border-top-left-radius: 4px;*/
    /*border-top-right-radius: 4px;*/
    /*!*font-size: 100%;*!*/
    /*line-height: 15px;*/
    /*font-size: 14px;*/
/*}*/

/*.k-dialog-buttongroup .k-dialog-button-layout-stretched {*/
    /*margin: 20px 25px 20px ;*/
    /*display: -webkit-box;*/
    /*font-size: 14px;*/
/*}*/
/*.k-content {*/
    /*padding: 20px 30px 0;*/
    /*font-size: 12px;*/
/*}*/
/*.k-button {*/
    /*!*height: 36px;*!*/
    /*line-height: 14px;*/
    /*color: #7492d0;*/
    /*text-align: center;*/
    /*border-radius: 4px;*/
    /*font-size: 14px;*/
    /*margin: 0 auto;*/
    /*padding: 0px;*/
/*}*/
/*.k-grid-content  .k-button {*/
    /*height: 22px;*/
    /*font-size: 12px;*/
    /*line-height: 22px;*/
    /*padding: 0 10px;*/
/*}*/
/*.k-primary {*/
    /*height: 36px;*/
    /*line-height: 14px;*/
    /*background:#7492d0 !important;*/
    /*color: white;*/
    /*text-align: center;*/
    /*border-radius: 4px;*/
    /*margin: 0 auto;*/
    /*padding: 0px;*/
    /*border: none;*/
    /*box-shadow: none;*/
/*}*/
.k-primary:hover {
    background: #7492d0;
}

/* 弹出框 title 和按钮控件在同一行 */
.k-window-title {
    display:inline-block;
}

/*  弹出框 k-window-titlebar 位置调整  */
.k-window-titlebar .k-window-actions {
    position: absolute;
    top: 10px;
    right: 6px;
}

/* k-multiselect load 图标隐藏 */
.k-multiselect .k-loading-hidden {
    visibility: hidden;
}
