.over-hidden {
    overflow: hidden;
}

.review-toolbar {
    /* margin-bottom: 10px; */
    background: #C6E3CA;
    border-bottom: 1px solid #aedebe;
    padding-top: 2px;
    padding-bottom: 2px;
}

.review-title {
    background: #C6E3CA;
    border-bottom: 1px solid #aedebe;
}

.review-title {
    width: 100%;
    background: #C6E3CA;
    border-bottom: 1px solid #aedeb4;
    margin-top: 0;
    height: 34px;
    line-height: 32px;
    font-size: 15px;
    color: #52a652;
    font-weight: bold;
    margin-bottom: 0;
}

.inputNone {
    background: none;
    outline: none;
    border: 0px;
}

.review-select {
    width: auto;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.review-GridTab-forReview {
    padding-right: 0px;
    border-right: 1px solid #aedeb4;
}

.review-GridTab-unReview {
    padding-left: 0px;
    border-left: 1px solid #aedeb4;
}

.yellow {
    background-color: #ffff40 !important;
}

.reallyHidden {
    display: none !important;
}

/*slickgrid复选框首列样式*/
.slick-column-name > input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: 8px 4px 0px;
}
/*slickgrid复选框样式*/
.slick-cell-checkboxsel > input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: 10px 4px 0px;
}

/**********公用***********************/
*{font-size:12px;}
.modal-header {
    background-color: #23b051;
    color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.center-btn {
    display: table;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

/* .fixed-table-pagination{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
} */