#adminTableContainer .pagination_nav{
    justify-content: center;
    display: flex;
}
.noDataContainer{
    border: 1px solid #333;
    border-left: 0;
    border-right: 0;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
    display: none;
}
.clear::after {
    content: "";
    clear: both;
    display: table;
}

.adminTable{
    border: 1px solid #333;
    border-left: 0;
    border-right: 0;
    border-top:0;
    width: 100%;
    table-layout:fixed;
}
.adminTable th{
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #333;
}
.adminTable th, .adminTable td{
    padding: 12px;
    font-size: 13px;
    overflow: hidden;
}
.adminTable td{
    border:1px solid #ebebeb;
    border-top:0;
    border-left:0;
}
.adminTable td:first-child { border-left:1px solid #ebebeb;}
.adminTable tr:nth-child(even) {background-color: #f9f9f9;}
.adminTable tr:nth-child(even) td:first-child {background:#efefef}
.actionButtons, .actionButtons:hover{
    border-radius: 3px;
    background:#f0f0f0;
    display: inline-block;
    border: #ddd 1px solid;
    padding: 4px 7px;
    color: #333;
    text-decoration: none;
}

.separator{
    margin:0 4px;
}
.adminSearch{
    float: right;
}
.float-right{float: right;}
.float-left{float: left;}
.clear::after {
    content: "";
    clear: both;
    display: table;
}
.currentEntries{
    padding: 25px 10px;
    display: inline-block;
}
.searchQuery{
    visibility: hidden;
    padding: 0;
    margin:0
}

#adminTableContainer .news-release-pagination{
    margin-left: 0px;
}

.adminTable a.EmailID{
    color: #09f;
}

#adminTableContainer .news-release-pagination:before{
    content: "";
    background: #A8C4CD;
    height: 1px;
    width: 100%;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
}

.actionButton, .actionButton:hover {
    border-radius: 3px;
    background: #f0f0f0;
    display: inline-block;
    border: #ddd 1px solid;
    padding: 4px 7px;
    color: #333;
    text-decoration: none;
}

.disableApproveButton, .enableRejectButton{
    background-color: #828882 !important;
}

.adminReportTable {
    border: 1px solid #333;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    width: 100%;
    table-layout: fixed;
}

.adminReportTable tr:nth-child(even) {
    background-color: #f9f9f9;
}

.adminReportTable th {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #333;
}

.adminReportTable td {
    border: 1px solid #ebebeb;
    border-top: 0;
    border-left: 0;
}

.adminReportTable th, .adminReportTable td {
    padding: 12px;
    font-size: 13px;
    overflow: hidden;
}

.adminReportTable td:first-child {
    border-left: 1px solid #ebebeb;
}

.adminReportTable tr:nth-child(even) td:first-child {
    background: #efefef;
}

#adminTableContainer .paginationContainer .news-release-pagination{
    max-width: unset;
    width: 100%;
}

@media (max-width: 768px){
    .admin-table-container{ 
        overflow-y: scroll;
    }
    .admin-table-container table{
        min-width: 1024px;
    }
}