@charset "utf-8";
label:after{
    content: "";
    display: block;
    clear: both;
}
/*复选&单选公用样式*/
.checkbox-wrapper,.radio-button-wrapper {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    margin: 3px 7px 0 0;
}
.selected-icon{
    cursor: pointer;
}
.radio-button-wrapper input[type=radio],.checkbox-wrapper input[type=checkbox]{
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
.checkbox-wrapper input[type="checkbox"]+.selected-icon,.radio-button-wrapper input[type="radio"]+.selected-icon{
    display: inline-block;
    background: #FFF;
    border: 1px solid #aab2bd;
    -webkit-transition: background 0.28s ease;
    -o-transition: background 0.28s ease;
    transition: background 0.28s ease;
}
.checkbox-wrapper input[type="checkbox"]+.selected-icon:after,.radio-button-wrapper input[type="radio"]+.selected-icon:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.checkbox-wrapper input[type="checkbox"]:checked+.selected-icon,.radio-button-wrapper input[type="radio"]:checked+.selected-icon{
    background-color: #2C82FC;
    border-color: #2C82FC;
}
/*单选样式*/

.radio-button-wrapper input[type="radio"]+.selected-icon {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.radio-button-wrapper input[type="radio"]+.selected-icon:after {
    background: #FFF;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.radio-button-wrapper input[type="radio"]:checked+.selected-icon:after {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}

/*复选*/
.checkbox-wrapper input[type="checkbox"]+.selected-icon{
    width: 16px;
    height: 16px;
    border-radius: 2px;
}
.checkbox-wrapper input[type="checkbox"]:checked+.selected-icon:after,.radio-button-wrapper input[type="checkbox"]:checked+.selected-icon:after {
    border-bottom-color: #FFF;
    border-right-color: #FFF;
}
.checkbox-wrapper input[type="checkbox"]+.selected-icon:after,.radio-button-wrapper input[type="checkbox"]+.selected-icon:after {
    top: 1px;
    left: -1px;
    width: 4px;
    height: 8px;
    border: 2px solid transparent;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
/*修改表头锁定导致锁定列变高*/
.ours-grid-table tr td .cell-inner>label,
.ours-grid-table tr td .header-cell-inner>label{
    display: inline-block;
    vertical-align: middle;
}
.ours-grid-table tr td .header-cell-inner>label .radio-button-wrapper,
.ours-grid-table tr td .header-cell-inner>label .checkbox-wrapper,
.ours-grid-table tr td .cell-inner>label .radio-button-wrapper,
.ours-grid-table tr td .cell-inner>label .checkbox-wrapper{
    margin-top: 0;
    margin-right: 0;
}
/*修改表头锁定导致锁定列变高*/
table {
    width: 100%;
}
.ours-class-tablegrid table *{
    font-weight: 400;
}
.ours-class-tablegrid table .addBlod{
    font-weight: bold !important;
}
th,td {
    text-align: left;
    position: relative;
    /*border: 1px solid transparent;*/
}
th{
    background: #f6f6f6;
}
table tr th img {
    vertical-align: middle;
    margin-left: 3px;
    cursor: pointer;
}

ours-columns, ours-tbody, ours-columns *,ours-style,ours-tbody * {
    display: none !important;
}

/*表格边框开始*/

.ours-grid-rows.table-td-topBorder table td,
.ours-grid-columns.table-td-topBorder table td{
    border-top: 1px solid #e6e6e6;
}

.ours-grid-rows.table-td-rightBorder,
.ours-grid-rows.table-td-rightBorder table td,
.ours-grid-columns.table-td-rightBorder table td{
    border-right: 1px solid #e6e6e6;
}
.ours-grid-rows.table-td-rightBorder .ours-grid-rows-view{
    border-left: 1px solid #e6e6e6;
}
.ours-grid-rows.table-td-rightBorder table td:last-child{
    border-right: 0;
}
.ours-grid-summaryRow table.ours-grid-table td{
    border-right: 1px solid #e6e6e6;
}
.ours-grid-summaryRow table.ours-grid-table tr td:last-child{
    border-right: 0;
}
.ours-grid-rows.table-td-rightBorder{
    border-bottom: 1px solid #e6e6e6;
}
/*.table-grid-viewport .ours-grid-rows-content table tr:last-child td{
    border-bottom: 0;
}*/
.ours-grid-rows.table-td-bottomBorder table td,
.ours-grid-columns.table-td-bottomBorder table td{
    border-bottom: 1px solid #e6e6e6;
}
.ours-grid-rows.table-td-leftBorder table td,
.ours-grid-columns.table-td-leftBorder table td{
    border-left: 1px solid #e6e6e6;
}
.ours-grid-columns-lock,
.ours-grid-rows-lock{
    border-right: 0 solid #e6e6e6;
}

.ours-grid-rows-lock{
    border-left: 0 solid #e6e6e6;
}
.ours-grid-columns-lock{
    border-left: 0 solid transparent;
}
.ours-grid-body .ours-grid-rows-lock{
    border-left: 0 solid #e6e6e6;
    border-right: 0;
    border-bottom: 0 solid #e6e6e6;
}
/*表格边框结束*/
.ours-class-tablegrid{
    width: 100%;
    -webkit-overflow-scrolling : touch;
}
.ours-class-tablegrid table {
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
    table-layout: fixed;
    display: table;
    height: 1px;
}
/*.ours-grid-rows-content{
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}*/
.ours-grid-table {
    position: relative;
    text-align: left;
    table-layout: fixed;
    display: table;
    width: 100%;
    height: 1px;
}
.ours-grid-table tr td{
    cursor: pointer;
    position: relative;
}
.ours-grid-columns {
    background: #eef4fa;
    position: relative;
}
.ours-grid-columns.table-td-bottomBorder {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    /*border-bottom: 1px solid #e6e6e6;*/
    /*overflow: hidden;*//*不能加这个属性，会影响隐藏/显示列*/
}


.ours-grid-columns-view {
    position: relative;
    overflow: hidden;
    z-index: 9;
    width: 100%;
}

.ours-grid-body {
    position: relative;
}
/*.ours-grid-body .ours-grid-rows-view .ours-grid-rows-content table{
    border-bottom: 1px solid #e6e6e6;
}*/

.ours-grid-columns.table-td-rightBorder .ours-grid-columns-view table tr td:last-child{
    border-right: 0;
}
.ours-grid-rows-view {
    position: relative;
    /*z-index: 9;*/
    overflow: auto;
    transform: translate3d(0, 0, 0);
    height: 100%;
    width: auto;
    _width: 100%;
}

.ours-grid-summaryRow-view{
    position: relative;
    overflow: hidden;
    z-index: 9;
    width: 100%;
}

.ours-grid-columns-lock, .ours-grid-rows-lock ,.ours-grid-summaryRow-lock{
    position: absolute;
    left: -10px;
    top: 0;
    width: 0px;
    overflow: hidden;
    z-index: 10;
}

.ours-grid-rows-lock .ours-grid-rows-content{
    padding-bottom: 70px;
}

.ours-grid-columns-lock .ours-grid-table,
.ours-grid-columns-view .ours-grid-table,
.ours-grid-summaryRow .ours-grid-table{
    z-index: 100;
}
.ours-grid-rowstable {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /*padding-bottom: 1px !important;*/
}

.ours-grid-summaryRow{
    background: #eef4fa;
    position: relative;
    border: 1px solid #e6e6e6;
    color: #1354c1;
}

/*.ours-class-tablegrid table tr th>div, .ours-class-tablegrid table tr td>div {
    display: block;
    !*margin: 0 auto;在控件较少时让span居左，故注释掉该行代码*!
    position: relative;
}*/
.header-cell-inner,
.cell-inner,
.header-cell-inner>*,
.cell-inner>*{
    line-height: 1.6;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
}
.header-cell-nowrap,
.rows-cell-nowrap,
.header-cell-nowrap>*,
.rows-cell-nowrap>*,
.header-cell-nowrap>*>*,
.rows-cell-nowrap>*>*{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap:normal;/*IE9和IE8不支持省略，需要加上这句*/
}
.header-cell-nowrap br,
.rows-cell-nowrap br{
    display: none;
}
/*span里面的元素出现省略号*/
.ours-class-tablegrid table tr td>div p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*span里面的元素出现省略号*/
.table-body{
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
}
.table-header{
    position: relative;
    overflow: hidden;
}
.table-header table{
    z-index: 9;
}
/*.table-body {
    position: relative;
}移动端不滚动*/
/*.table-body:hover{
    height: 100%;
}*/
.table-scorll-seat{
    display: block;
    background: #e6e6e6;
    width: 17px;
    height: 100%;
}
/*表格操作*/
.tr-operation {
    background: rgba(0,0,0,.45);
    position: fixed;
    right: 4px;
    top: 50%;
    width: 36px;
    height: 108px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #515151;
    text-align: center;
    z-index: 200;
    display: none;
}
.tr-operation span{
    background: url("../images/table-Troption-icon.png") no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    margin-top: 9px;
    cursor: pointer;
}
.tr-operation span.tr-copy{
    background-position: 0 0;
}
.tr-operation span.tr-copy:hover{
    background-position: -24px 0;
}
.tr-operation span.tr-add{
    background-position: 1px -24px;
}
.tr-operation span.tr-add:hover{
    background-position: -23px -24px;
}
.tr-operation span.tr-delete{
    background-position: 0 -48px;
}
.tr-operation span.tr-delete:hover{
    background-position: -24px -48px;
}
.table-body-rows-view {
    position: relative;
    z-index: 9;
    overflow: auto;
    height: 100%;
    width: auto;
}

.table-body-vscroll {
    width: 18px;
    overflow: hidden;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: scroll;
}

.table-body-vscroll-content {
    width: 1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
/*排序*/
/*.grid-sort-desc .grid-sortIcon,*/
/*.grid-sort-asc .grid-sortIcon{*/
/*background: url("../images/grid-sortIcon.png") no-repeat;*/
/*background-size: 16px 8px;*/
/*width: 8px;*/
/*height: 8px;*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*position: absolute;*/
/*left: 50%;*/
/*margin-left: -4px;*/
/*top: 0px;*/
/*}*/
/*.grid-sortIcon{*/
/*background-position: 0 0;*/
/*}*/
/*.grid-sort-desc .grid-sortIcon{*/
/*background-position: 0 0;*/
/*}*/
/*.grid-sort-asc .grid-sortIcon{*/
/*background-position: -8px 0;*/
/*}*/


.grid-sort-desc .new_icons{
    background: url("../images/des@2x.png") no-repeat;
    background-size: 12px 15px;
}
.grid-sort-asc .new_icons{
    background: url("../images/aes@2x.png") no-repeat;
    background-size: 12px 15px;
}
.new_icons{
    width: 12px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: absolute;
    top: 13px;
    right: 3px;
}

/*表格头部ours-class-toolbar*/
.ours-class-toolbar{
    background: #ffffff;
    width: 100%;
    padding: 10px 4px;
    /*border: 1px solid #e6e6e6;*/
    border-bottom: 0;
}
.ours-class-toolbar .btns{
    width: auto;
    height: 34px;
    float: left;
    font-size: 0;
}
.ours-class-toolbar .btns span{
    display: inline-block;
    margin-right: 14px;
}
.ours-class-toolbar .btns button{
    background: none;
    min-width: 60px;
    height: 32px;
    line-height: 30px;
    position: relative;
    padding: 0px 8px 0px 8px;
    display: inline-block;
    padding: 0px 8px 0px 8px\9;
    _padding: 0px 8px 0px 8px;
    vertical-align: baseline;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none;
    margin-right: 12px;
}

/*!*表格搜索*!*/
/*.ours-class-toolbar .table-grid-search-view span{
    display: inline-block;
    vertical-align: middle;
}
.ours-class-toolbar .table-grid-search-view .table-grid-search-view-select{
    margin-right: 5px;
}
.ours-class-toolbar .table-grid-search-view .table-grid-search-view-btn button.btn-search{
    background: #2C82FC;
    color: #ffffff;
    padding: 4px 8px 4px 8px;
}
.search-input,
.search-select{
    width: 100%;
    border: 1px solid #cccccc;
    border-right: 0;
    outline: none;
}
.search-select{
    border: 1px solid #cccccc;
    max-width: 120px;
}
.search-input:focus,
.search-select:focus{
    border-color: #2C82FC;
}
.icon-search{
    color: #ffffff;
    background: #2C82FC;
}
.icon-search:hover{
    color: #ffffff;
    background: #337ab7;
}*/

/*表格底部分页信息*/
.table-grid-footer{
    width: 100%;
    overflow: hidden;
    padding: 4px;
    border:1px solid #e6e6e6;
    border-top: 0;
    color: #515151;
}
.table-grid-footer .table-grid-pager{
    width: 100%;
    overflow: hidden;
}
.table-grid-footer .table-grid-pager .pager-btns{
    width: auto;
    float: left;

}
.table-grid-footer .table-grid-pager .pager-info{
    width: auto;
    float: right;
}

.table-grid-footer .table-grid-pager .pager-info span,
.table-grid-footer .table-grid-pager .pager-btns span{
    padding: 4px 8px;
    border: 1px solid transparent;
    display: inline-block;
}
.table-grid-footer .table-grid-pager .pager-btns span.btn-go{
    padding: 0 8px;
}
.table-grid-footer .table-grid-pager .pager-btns span.btn-go input{
    border: 1px solid #ccc;
    padding: 2px 0px;
    margin: 0 4px 0 2px;
    width: 35px;
    text-align: center;
    outline: none;
    position: relative;
    _left: 0;
    _top: -1px;
}
.table-grid-footer .table-grid-pager .pager-btns span.btn-go input:focus{
    background: #f6f6f6;
    border: 1px solid #2C82FC;
}
/*icon图标*/
.icon-add,
.icon-edit,
.icon-delete{
    position: absolute;
    left: 5px;
    top: 50%;
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin-top: -9px;
    line-height: 18px;
    line-height: 16px\9;
}
.icon-add{
    background: url("../images/table-add.png") no-repeat;
    background-size: 18px 18px;
    background-position: 50% 50%;
}
.icon-edit{
    background: url("../images/table-edit.png") no-repeat;
    background-size: 18px 18px;
    background-position: 50% 50%;
}
.icon-delete{
    background: url("../images/table-delete.png") no-repeat;
    background-size: 18px 18px;
    background-position: 50% 50%;
}
/*字体大小*/
.small-fontsize,
.small-fontsize .ours-class-toolbar span button,
.small-fontsize .ours-class-toolbar span input,
.small-fontsize .ours-class-toolbar span select{
    font-size: 12px;
}
.ours-class-tablegrid,
.ours-class-tablegrid .ours-class-toolbar span button,
.ours-class-tablegrid .ours-class-toolbar span input,
.ours-class-tablegrid .ours-class-toolbar span select{
    font-size: 14px
}
.large-fontsize,
.large-fontsize .ours-class-toolbar span button,
.large-fontsize .ours-class-toolbar span input,
.large-fontsize .ours-class-toolbar span select{
    font-size: 16px;
}
.small-fontsize table tr td>div,
.small-fontsize table tr th>div{
    padding: 6px 5px;
}
/*lygai==*/
.ours-class-tablegrid table tr td>div,
.ours-class-tablegrid table tr th>div{
    padding: 10px 5px;
}
.large-fontsize table tr td>div,
.large-fontsize table tr th>div{
    padding: 14px 5px;
}
/*搜索输入框*/
.small-fontsize .search-input{
    padding: 5px 4px 5px 4px;
}
.ours-class-tablegrid .search-input{
    padding: 6px 4px 5px 4px;
}
.large-fontsize .search-input{
    padding: 6px 4px 5px 4px;
}
/*搜索选择框*/
.small-fontsize .search-select{
    padding: 3px 4px 4px 4px;
}
.ours-class-tablegrid .search-select{
    padding: 4px 4px 5px 4px;
}
.large-fontsize .search-select{
    padding: 4px;
}
/* 列头列宽拖动div */
.column-splitter{
    position: absolute !important;
    overflow: hidden;
    background: transparent;
    cursor: e-resize;
    opacity: .0;
    -moz-opacity: .0;
    filter: alpha(opacity=0);
    z-index: 100;
    top: 0;
    right: -3px;
    height: 100%;
    width: 8px;
}

.table-grid-viewport{
    background: #ffffff;
    position: relative;
}

.proxy{
    position: absolute;
    z-index: 1000;
    background: transparent;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=5);
    /*border: 1px solid #000000;*/
    border: none;
    border-right: 1px dashed #000000;
}

.proxy-column{
    position: absolute;
    z-index: 1000;
    border: 1px solid #000000;
}

.header-topRightCell{
    /*border-right: #A5ACB5 1px solid;*/
    /*border-bottom: #A5ACB5 1px solid;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 20000px;
    height: 100%;
    z-index: 8;
    margin-left: -2px;
    margin-top: -1px;
    _top: auto;
    _bottom: -1px;
}
.header-cell-outer{
    position: relative;
}
/*.ours-grid-rows-content:hover{
    height: 100%;
}*/
.ours-grid-footer{
    background: transparent;
    /*border-top: 1px solid #e6e6e6;*/
}
/*
筛选*/
.column-screen{
    background: url("../images/ours-table-screen-icon.png") center #dee9f5 no-repeat;
    background-size: 12px 12px;
    width: 20px;
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: none;
    z-index: 110;
    cursor: pointer;
}
.column-screen-list{
    background: #ffffff;
    width: 160px;
    border: 1px solid #e6e6e6;
    padding: 3px !important;
    position: absolute;
    top: 0;
    z-index: 111;
}
.column-screen-list ul{
    width: 100%;
    list-style: none;
    max-height: 240px;
    overflow-y: auto;
}
.column-screen-list ul li {
    min-height: 19px;
    font-size: 13px;
    padding: 4px 2px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #515151;
}
.column-screen-list ul li:hover{
    background: #eef4fa;
}
.column-screen-list ul li label{
    display: block;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.column-screen-list .column-screen-list-btns{
    padding: 5px 0;
    text-align: center;
    font-size: 0;
    border-top: 1px dashed #e6e6e6;
    margin-top: 5px;
}
.column-screen-list .column-screen-list-btns button{
    width: 40%;
    max-width: 120px;
    padding: 5px 0;
    background: none;
    display: inline-block;
    font-size: 12px;
    border: 0;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;

}
.column-screen-list .column-screen-list-btns button.btn-ok{
    background: #2C82FC;
    color: #ffffff;
    margin-right: 8px;
}
.column-screen-list .column-screen-list-btns button.btn-ok:hover{
    background: #63a4ed;
}
.column-screen-list .column-screen-list-btns button.btn-cancel{
    background: #e5e5e5;
    color: #333333;
    margin-left: 8px;
}
.column-screen-list .column-screen-list-btns button.btn-cancel:hover{
    background: #c4c4c4;
    color: #ffffff;
}
.grid-emptyText{
    border: none !important;
}

/******************************** 默认皮肤 *********************************/
/*头部背景色*/
.ours-grid-columns-view,
.ours-grid-columns-lock{
    background: #eef4fa;
    color: #515151;
}
/*头部字体颜色*/
.ours-class-tablegrid .table-header table tr td>div{
    color: rgb(81,81,81);
}
/*表格内容区域字体颜色*/
.ours-class-tablegrid .table-body table tr td>div{
    color: rgba(81,81,81,.8);
}
/*超链接颜色*/
table.ours-grid-table tr td>div a,
table.ours-grid-table tr td.td-href>div{
    color: rgba(81,81,81,.8);
    display: block;
    height: 100%;
}
table.ours-grid-table tr td>div a:hover,
table.ours-grid-table tr td.td-href:hover>div{
    color: #2C82FC;
    height: 100%;
    cursor: pointer;
}
/*toolbar*/
.ours-class-toolbar .btns button{
    background: #ffffff;
    border-color: #2C82FC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #2C82FC;
}
.ours-class-toolbar .btns button:hover{
    border-color: #2C82FC;
    background: #2C82FC;
    color: #ffffff;
}
/*footer底部换页*/
.ours-class-tablegrid .table-grid-footer .table-grid-pager .pager-btns span.btn-first:hover,
.ours-class-tablegrid .table-grid-footer .table-grid-pager .pager-btns span.btn-pre:hover,
.ours-class-tablegrid .table-grid-footer .table-grid-pager .pager-btns span.btn-next:hover,
.ours-class-tablegrid .table-grid-footer .table-grid-pager .pager-btns span.btn-last:hover{
    border-color: #e6e6e6;
    background: #f6f6f6;
    cursor: pointer;
}
/*选中后tr背景色*/
.ours-class-tablegrid table tr.selected{
    background:#dee9f5 !important;
}
/*.ours-class-tablegrid table tr.selected td{
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}*/
/*隔行换色*/
.ours-class-tablegrid .grid-row-alt{
    background: #f6f6f6;
}
/*鼠标移上tr颜色*/
/*.ours-grid-rows-content table tr:hover {*/
/*background: #eeeeee;*/
/*}*/

.ours-grid-rows-content table tr.tr-hover{
    background: #eeeeee;
}

.ours-grid-rows-content table tr.selected.tr-hover{
    background:#CDDDF0 !important;
}
.ours-grid-rows-content table tr .ours-grid-rows-icon{
    display: none;
}
.ours-grid-rows-content table tr.tr-hover .ours-grid-rows-icon{
    display: block;
}
/*
表头文字颜色*/
.ours-grid-columns-view table{
    color: #515151;
}
/*
表体文字颜色*/
.ours-grid-rows-content table{
    color: rgba(81,81,81,.8);
}
/*鼠标手型*/
.mouse-cursor{
    cursor: pointer;
}

/*无数据*/
.grid-emptyText{
    cursor: default !important;
}
.grid-emptyText .cell-inner {
    background: url(../images/oursTbale-no-icon.png) center top no-repeat;
    background-size: 50px 62px;
    margin-top: 100px;
    padding-top: 92px !important;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(81,81,81,.7);
    text-shadow: 0 1px 0 #fbfbfb;
    cursor: default;
}

.grid-emptyText.grid-emptyText-noIcon .cell-inner{
    background: none;
    padding-top: 10px !important;
    margin: 0 !important;
}

.table-edit-icon {
    background: url(../images/table-edit-icon.png) no-repeat;
    background-size: 14px 14px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    vertical-align: middle;
}

/*table卡片*/
.ours-class-tablegrid-1 .ours-grid-table{
    background: #ffffff;
    width: 100%;
    height: auto;
    table-layout: auto;
    display: block;
    color: #515151;
}
.ours-class-tablegrid-1 .ours-grid-rows-view{
    /*height: auto;
    overflow: inherit;*/
}
.ours-class-tablegrid-1 .ours-grid-table dl{
    display: block;
    margin: 0;
    font-size: 0;
    position: relative;
    z-index: 5;
}
.ours-class-tablegrid-1 .ours-grid-table dl:after{
    content: '';
    height: 200%;
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    z-index: -1;
    border-top: 1px solid #e6e6e6;
}
.ours-class-tablegrid-1 .ours-grid-table dl dt{
    background: #f4f4f4;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.ours-class-tablegrid-1 .ours-grid-table dl dt.dt-checkbox{
    padding: 0;
    width: 10%;
}
.ours-class-tablegrid-1 .ours-grid-table dl dt.dt-checkbox label{
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto;
    margin-top: 4px;
}
.ours-class-tablegrid-1 .ours-grid-table dl dt.dt-checkbox .checkbox-wrapper,
.ours-class-tablegrid-1 .ours-grid-table dl dt.dt-checkbox .radio-button-wrapper{
    width: 22px;
    height: 22px;
    margin-top: 0;
    margin-right: 0;
    vertical-align: top;
}
.ours-class-tablegrid-1 .ours-grid-table dl dt.dt-checkbox .checkbox-wrapper input[type="checkbox"]+.selected-icon{
    width: 22px;
    height: 22px;
}
.ours-class-tablegrid-1 .ours-grid-table dl dt.dt-checkbox .checkbox-wrapper input[type="checkbox"]+.selected-icon:after,
.ours-class-tablegrid-1 .ours-grid-table dl dt.dt-checkbox .radio-button-wrapper input[type="checkbox"]+.selected-icon:after{
    top: 3px;
    left: 2px;
}
.ours-class-tablegrid-1 .ours-grid-table dl dt.dt-number-cell{
    width:90%;
}
.ours-class-tablegrid-1 .ours-grid-table dl dt .index-number-cell{
    line-height: 30px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ours-class-tablegrid-1 .ours-grid-table dl dt .grid-rowstable-deleteBtn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    width: 60px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    font-size: 14px;
    color: #2C82FC;
    border: 0;
    text-align: right;
    outline: none;
    cursor: pointer;
}
.ours-class-tablegrid-1 .ours-grid-table dl dd{
    width: 100%;
    height: 100%;
    /*    display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-align: center;
        -webkit-box-pack: center;*/
    padding: 2px 10px;
    font-size: 0;
}
.ours-class-tablegrid-1 .ours-grid-table dl dd .ours-grid-column{
    width: 38%;
    padding: 3px 0;
    line-height: 1.6;
    display: inline-block;
    font-size: 14px;
    color: rgba(81,81,81,1);
    padding-right: 7px;
}
.ours-class-tablegrid-1 .ours-grid-table dl dd .cell-inner{
    width: 62%;
    /*-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;*/
    color: #515151;
    font-size: 14px;
    padding: 3px 0;
}
.ours-class-tablegrid-1 .ours-grid-table dl dd .ours-grid-column,
.ours-class-tablegrid-1 .ours-grid-table dl dd .cell-inner{
    display: inline-block;
    vertical-align: top;
}
.ours-class-tablegrid-1 .ours-grid-table dl dd .cell-inner input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    outline: none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    font-size: 14px;
}
.ours-class-tablegrid-1 .ours-grid-summaryRow{
    border: 0;
}
.ours-class-tablegrid-1 .ours-grid-summaryRow dl{
    box-shadow: none !important;
}
.ours-class-tablegrid-1 .ours-grid-summaryRow dl:first-child{
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ours-class-tablegrid-1 .ours-grid-summaryRow dl dd .rows-cell-nowrap{
    color: #2C82FC;
}
.ours-class-tablegrid-1 .ours-grid-summaryRow-fixed dl{
    max-height: 100px;
    overflow: hidden;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}
.ours-class-tablegrid-1 .dl-operation,
.ours-class-tablegrid-1 .dl-pagers{
    display: block;
    padding: 0 10px;
}
.dl-operation .operation-btn-box{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    position: relative;
    z-index: 5;
}
.dl-operation .operation-btn-box:after{
    content: '';
    height: 200%;
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    z-index: -1;
    border-top: 1px solid #e6e6e6;
}
.dl-operation .operation-btn-box>div{
    width: 1%;
    height: 34px;
    line-height: 34px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: .15rem;
    color: #2C82FC;
}
.dl-operation .operation-btn-box>div:last-child{
    border-left: 1px solid #e6e6e6;
}
.dl-operation-icon{
    background: url("../images/form-grid-table-1-icon.png") no-repeat;
    background-size: 32px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    margin-top: 9px;
}
.dl-operation-add{
    background-position: 0 0;
}
.dl-operation-copy{
    background-position: -16px 0;
}
/*移动端明细表编辑*/
.sub-form-operate-column{
    background: url("../images/subform-table-edit-icon.png") center no-repeat;
    background-size: auto 20px;
    width:100%;
    height: 20px;
    display: block;
    font-size: 0;
}
/*点击dl放大*/
.row-edit-layout::-webkit-scrollbar {
    width: 0;
}
.row-edit-layout{
    background: #ffffff;
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: .44rem;
    left: 0;
    z-index: 9999 !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: .07rem !important;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.row-edit-layout dt{
    display: none !important;
}
.ours-class-tablegrid-1 .ours-grid-table dl.row-edit-layout dd{
    height: auto;
}
.rowEdit-buttons-content{
    position: fixed !important;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.rowEdit-buttons-content span.span-btn button{
    background: #2C82FC;
}
.rowEdit-buttons-content.show-rowEdit-buttons{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.detail-button{
    background: #2C82FC;
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
    color: #ffffff;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}
/*快状*/
.table-grid-viewport-card-1{
    overflow: hidden;
}
.table-grid-viewport-card-1 .ours-grid-table{
    background: #f2f2f2;
    width: auto;
    padding: 10px;
}
.table-grid-viewport-card-1 .ours-grid-table dl{
    background: #ffffff;
    margin-bottom: 15px;
    padding: 8px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.table-grid-viewport-card-1 .ours-grid-table dl:after{
    display: none;
}
.table-grid-viewport-card-1 .ours-grid-table dl:last-child{
    margin-bottom: 0;
}
.table-grid-viewport-card-1 .ours-grid-table dl dt{
    background: #2C82FC;
    color: #ffffff !important;
}

/* 列表快速选择样式 */
.quick-select-column>div{
    position: relative;
    cursor: pointer;
    background: url(../images/xiajianjiao-arrow.png) 90% no-repeat;
}
.quick-select-column:hover>div{
    color: #2c82fc;
}
.quick-select-column .option-wrap{
    position: absolute;
    height: 42px;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #e4e2e2;
    z-index: 100;
}
.quick-select-column .option-wrap li{
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
}
.quick-select-column .option-wrap li:hover{
    background: #e6e6e6;
}
.quick-select-column:hover .option-wrap{
    display: block;
}