/*数据列表相关样式 begin*/
.datadiv {
    width: 100%;
    padding: 0;
    float: left;
}
.datacent {
    float: left;
    width: 100%;
    overflow: auto
}
.datafoot {
    position: relative;
    width: 100%;
    height: 80px;
}
.page-list .pagination {
    float: left;
}

.page-list .pagination span {
    cursor: pointer;
}

.page-list .pagination .separate span {
    cursor: default;
    border-top: none;
    border-bottom: 2px solid white;
}

.page-list .pagination .separate span:hover {
    background: none;
}






.datagrid-sort-desc .datagrid-sort-icon {
    display: inline;
    padding: 0 13px 0 0;
    background: url('../image/datagrid_icons.png') no-repeat -16px center;
}

.datagrid-sort-asc .datagrid-sort-icon {
    display: inline;
    padding: 0 13px 0 0;
    background: url('../image/datagrid_icons.png') no-repeat 0px center;
}
td {
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
}

th {
    /*max-width: 250px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pagination{
    margin: 13px 0px !important;
}


.table {
    margin-bottom: 0px;
}
/*数据列表相关样式 end*/

.search-div{
    /*background-color: #eee;*/
    margin:10px 10px 20px 10px;
    padding: 10px 10px 10px 10px;
}

/*wuwy@web云组态，修改分页样式*/
.pagination > li > a, .pagination > li > span {
    position: relative;
    padding: 1px 0px;
    margin: 2px 2px;
    line-height: 28px;
    text-decoration: none;
    color: #777777;
    border: 0px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #21cffe;
    border-color: #21cffe;
    cursor: default;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 20px;
    padding: 0px 4px;
    line-height: 28px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 20px;
    padding: 0px 4px;
    line-height: 28px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #d7d7d7;
    background-color: #ffffff;
    border-color: #dddddd;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #000000;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.page-list .page-total {
    float: left;
   line-height: 60px;
}
.page-list .page-total input {
    width: 40px;
    height: 26px;
    line-height: 26px;
    padding-left: 3px;
    border: 1px solid #EDEDED;
    border-radius: 15px;
    text-align: center;
}
.page-list .page-total select {
    width: 50px;
    height: 26px;
    padding-left: 3px;
    padding-right: 0px;
    margin: 0;
    text-indent:0;
    border: 0;
    border-radius: 0 ;
    outline: none;    
    clip:rect(2 80 20 2);
}
.page-list .page-total input[type=text]:focus{
    outline: none;    
    border: 1px solid #21cffe; 
}
.page-list .page-total select:focus {
	outline: none;    
    border: 1px solid #21cffe; 
    clip:rect(2 80 20 2);
}
