﻿* {
    font-size: 14px;
}

.pageParent {
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 30px 0 10px 0;
}

.x-pages-f{
    /*width:70%;*/
    width:100%;
    text-align:center;
}

.selPa{
    /*width:30%;*/
    padding:3px 10px 3px 20px;
    text-align:left;
    position: absolute;
    right:0;
    top: 10px;
}

.w-select{
    padding: 3px 5px;
    outline:none;
}
.button:hover{
    cursor:pointer;
    background-color:#EEEEEE;
}
.button {
    text-align: center;
    color: #000000a1;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    position: relative;
    overflow: hidden;
    outline: none;
    border: 1px solid #A3A3A3;
    background-color: #fff;
    margin-right: 15px;
    font-size: 13px;
}
.imsury {
    border: 1px solid #FF9000;
    margin: 0 10px 0 5px;
    background: #FF9000;
    color:#fff;
}
.imsury:hover {
    border: 1px solid #FF9000;
    margin: 0 10px 0 5px;
    background: #FF9000;
    color:#fff;
}

.jumps {
    width: 40px;
    height: 28px;
    padding: 1px 3px;
    margin: 0 5px;
    outline: none;
    border: 1px solid #A3A3A3;
}

.button.active {
    color: #fff;
    border: 1px solid #FF9000;
    background: #FF9000;
}




