﻿.hidebutton {
    display: none;
}



.cur {
}

.pageright {
    width: 60%;
    float: right;
    text-align: right;
    margin-right: 20px;
}

    .pageright input[type=text] {
        height: 25px;
        width: 40px;
    }

.form-group label {
    margin-top: 7px;
    font-size: 14px;
}




.PageBar {
    padding: 8px 15px;
    /*background: #edf4f6;*/
    vertical-align: middle;
    font-size: 14px;
    color: #8796a5;
}
.widget-footer > .PageBar {
    padding: 1px 5px;
}

.PageBar A {
    display: inline-block;
    margin: 0px 2px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    font-size: 14px;
    color: #1fb9ff;
    text-align: center;
}

        .PageBar A img {
            border: none;
            vertical-align: middle;
        }

        .PageBar A:hover {
            color: #ff8400;
        }

    .PageBar .cur {
        font-weight: bold !important;
        background: url(../images/circle_1.png) center no-repeat;
        font-size: 12px;
        color: #fff !important;
    }

        .PageBar .cur:hover {
            color: #fff;
        }

    .PageBar .prev {
        background: url(../images/icon_r_arrowleft_b.png) center no-repeat;
        width: 48px;
        height: 48px;
        display: inline-block;
        vertical-align: middle;
    }

        .PageBar .prev:hover {
            background-image: url(../images/icon_r_arrowleft_t.png);
        }

    .PageBar .next {
        background: url(../images/icon_r_arrowright_b.png) center no-repeat;
        width: 48px;
        height: 48px;
        display: inline-block;
        vertical-align: middle;
    }

        .PageBar .next:hover {
            background-image: url(../images/icon_r_arrowright_t.png);
        }

    .PageBar span input {
        width: 40px;
        margin-left: 0px;
        margin-right: 0px;
    }


.table-Right th {
    text-align: right;
    background-color: #f2f2f2;
}

.table-Right {
    border: 0px solid #ddd;
    margin-bottom: 0;
}

    .table-Right tr:first-child th, .table-Right tr:first-child td {
        border-top: 0px;
    }

.btn_search_right {
    text-align: right;
    padding-top: 3px;
} 

/*sss*/
label.Orglb {
    width: 90px;
}

div.Orgmgl {
    margin-left: -20px;
}

.Orgdatawidth {
    width: 120px;
}

.orgtd {
    width: 60px;
    text-align: center;
}



/*sss*/
label.perlb {
    width: 110px;
}

div.permgl {
    margin-left: -20px;
    width: auto;
}

.perdatawidth {
    width: 100px;
}

.width10 {
    width: 10%!important;
}


.cursorpointer {
    cursor: pointer;
}