//分页条的样式
.go-pagin-bar {
    line-height: 25px;
    .dhxtoolbar_btn_def,.dhxtoolbar_btn_dis {
        a {
            position: relative;
            float: left;
            padding: 4px 10px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #757575;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #e0e0e0;
        }
    }
    .dhxtoolbar_btn_dis{
        a {
            cursor:@cursor-disabled;
        .opacity(.65);
        .box-shadow(none);
        }
    }
}

.go-pagin-sel-div {
    position: absolute;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 3px #ccc;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    padding: 3px 0;
    overflow: hidden;
    cursor: default;
    line-height: normal;
    -webkit-user-select: none;
    tr {
        td:first-of-type {
            padding-left: 20px;
        }
        td:last-of-type {
            padding-left: 10px;
            padding-right: 20px;
        }
        background-color: #FFF;
        height: 35px;
        &:hover {
            background-color: #F8F8F8;
            cursor: pointer;
        }
    }
}
