﻿.EgGridViewIndex {
    /*width:calc(100% - 40px);margin:0px 20px;*/
    width:100%;margin:0px;box-sizing:border-box;
}

.EgGridViewIndex_header {
    width: 100%;
    height: 50px;
}

.EgGridViewIndex_pageNumContainer {
    width: 100%;
    height: 50px;
    clear: both;
    box-sizing: border-box;
}

/*.EgGridViewIndex_pageNumContainer_inner {
    float: right;
    height: 100%;
}
*/
.EgGridViewIndex_pageNumContainer_inner {
    float: LEFT;
    height: 100%;
    width: 700px;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: calc(50% - 350px);
}
.EgGridViewIndex_pageNumContainer:last-child {
    margin-top: 20px;
}

.EgGridViewIndex_totalInfo {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
    color: #000000;
}

.EgGridView_tools_totalCount {
    color: rgba(17, 88, 232, 1);
}

.EgGridViewIndex_pageNum {
    width: 34px;
    height: 34px;
    border: solid 1px #e8e8e8;
    background-color: #FFFFFF;
    color: #666666;
    text-align: center;
    font-size: 14px;
    font-family: Arial, 微软雅黑, 黑体, 宋体;
    float: left;
    line-height: 34px;
    overflow: hidden;
    margin: 7px 0px 0px 3px;
    cursor: pointer;
}

.EgGridViewIndex_pageNum:not(.EgGridViewIndex_pageNum_more) {
    transition: all 0.3s;
}

.EgGridViewIndex_pageNum:not(.EgGridViewIndex_pageNum_more):not(.EgGridViewIndex_pageNum_on):hover {
    border-color: #ff4401;
    color: #ff4401;
}

.EgGridViewIndex_pageNum_on {
    background-color: rgba(17, 88, 232, 1);
    border-color: rgba(17, 88, 232, 1);
    color: #FFFFFF;
}

.EgGridViewIndex_pageNum_more {
    border-width: 0px;
    font-family: 微软雅黑, 黑体, 宋体;
    font-size: 24px;
    line-height: 22px;
}

.EgGridViewIndex_pageNum_more:hover {
    font-size: 14px;
    line-height: 34px;
}

.EgGridViewIndex_pageNum_more:before {
    content: "...";
    color: #cccccc;
}

.EgGridViewIndex_pageNum_more[bindType='prev']:hover:before {
    content: "<<";
    color: #2dbdf6;
}

.EgGridViewIndex_pageNum_more[bindType='next']:hover:before {
    content: ">>";
    color: #2dbdf6;
}

.EgGridViewIndex_pageNum[disabled='disabled'] {
    cursor: not-allowed;
}

.EgGridViewIndex_tzText {
    float: left;
    line-height: 50px;
    height: 50px;
}

.EgGridViewIndex_tzInput {
    float: left;
    width: 60px;
    height: 34px;
    line-height: 34px;
    margin: 7px;
    text-align: center;
    border: solid 1px #e8e8e8;
    color: #333333;
    font-weight: bold;
    font-family: Arial, 微软雅黑, 黑体, 宋体;
    font-size: 16px;
}

.EgGridViewIndex_btnTZ {
    float: left;
    width: 50px;
    height: 34px;
    line-height: 34px;
    margin: 7px;
    border: solid 1px #e8e8e8;
    color: #333333;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.EgGridViewIndex_btnTZ:hover {
    border-color: #ff4401;
    color: #ff4401;
}

.EgGridViewIndex_pageChangeContainer {
    width: 100%;
    height: 50px;
}

.EgGridViewIndex_pageChangeContainer_inner {
    float: right;
    height: 100%;
}

.EgGridViewIndex_pageChangeContainer_inner div {
    float: left;
    width: 70px;
    height: 34px;
    line-height: 34px;
    margin: 7px;
    border: solid 1px #e8e8e8;
    color: #333333;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.EgGridViewIndex_pageChangeContainer_inner div:hover {
    border-color: #ff4401;
    color: #ff4401;
}


.EgGridViewIndex_checkboxItem {
    width:50px;height:100%;float:left;text-align:center;float:left;position:relative;
}
.EgGridViewIndex_checkbox {
    width: 18px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #97a8be;
    cursor: pointer;
    background-color: #FFFFFF;
    border-radius: 2px;
    font-weight: normal;
    position:absolute;left:50%;top:50%;margin-left:-9px;margin-top:-9px;
}

.EgGridViewIndex_checkbox:not([icon^='checkbox_']):hover,
.EgGridViewIndex_checkbox[icon^='checkbox_'] {
    color: #20a0ff;
}