﻿/**************************行获取焦点样式***************************/
.datagrid-row-selected {
    background-color: #dff0d8;
    color: #393939;
    font-family: 'Open Sans';
}

.datagrid-row-over {
    background: #d0e9c6;
    color: #393939;
    cursor: default;
    font-family: 'Open Sans';
    background-repeat: no-repeat;
}
/**************************表格字体***************************/
.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber{
    font-size: 13px;
    font-family: 'Open Sans';
    color: #393939;
}
.datagrid-header .datagrid-cell span {
    font-size: 13px;
    font-family: 'Open Sans';
    color: #707070;
    font-weight: 700;
}
.datagrid-cell-group {
    font-size: 13px;
    font-family: 'Open Sans';
    color: #707070;
    font-weight: 700;
}
.datagrid-htable, .datagrid-btable, .datagrid-ftable {
    /*border-collapse: collapse;*/
}
.datagrid-row td > input[type='checkbox'] {
    margin-left: 4px;
}
.datagrid-row input[type='checkbox'] {
    width: 15px;
    height: 18px;
}
.window-shadow {
    background: transparent;
    box-shadow:none;
}
.window .window-header .panel-with-icon {
    padding-left: 20px;
    padding-top:2px;
}
.panel-title{
    font-size:13px;
}
.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.btn{
    height:33px;
    overflow:hidden;
}
.textbox{
    border-radius:0px;
}
.combo input[readonly] {
    color: #858585;
    cursor: default;
    font-size: 14px;
    background-color: #ffffff !important;
    text-indent: 3px;
}

td[field=rownumber] {
    background-color: #F2F2F2;
    background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
    background-repeat: repeat-x;
}

td[field=BtnAction] {
    background-color: #F2F2F2;
    background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
    background-repeat: repeat-x;
}

.btn_action {
    background-color: #F2F2F2;
    background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
    background-repeat: repeat-x;
}

    .btn_action .ace-icon {
        font-size: 120%;
    }

.btn_action_left{
    margin-left:10px;
}
.combo input {
    font-size: 14px;
    color: #858585;
}
.tooltip {
    background: #666;
    border-color: #666;
    color: #ffffff;
}

.easyui-tooltip {
    font-size: 13px;
    vertical-align: middle
}

    .easyui-tooltip:before {
        color: #438EB9;
    }

.menu-text, .menu-text span{
    font-size:13px;
}