.manage-user-table thead tr th {
    padding: 15px 16px 15px 8px;
    border-top: 1px solid #f8f7f5;
    border-bottom:0;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.manage-user-table tbody tr td {
    padding: 9px 10px;
    font-size: 13px;
    color: #000;
    border-bottom:0;
    border-top: 0 solid #d7e2ea;
}
.manage-user-table thead tr th {
    background-color: #ffffff;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: initial;
}
.table.dataTable tbody tr td a:hover {
    color:#000;
    text-decoration:none;
}
a.open-UserSession {
    color:#e5063a;
}
.open-UserSession .fa {
    margin-top:7px;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 6px 15px 0 auto;
    white-space: nowrap;
    text-align: right;
    float: right;
}
.dataTables_wrapper .notranslate {
    display: contents;
}
.dataTables_wrapper .notranslate .dataTables_paginate {
    margin: 6px 15px 0 auto;
    white-space: nowrap;
    text-align: right;
    float: right;
}
div.dataTables_paginate .current {
    color:#fff !important;
}
.paginate_button {
    font-size: 12px;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 2px;
    padding: 0;
    border-radius: 4px !important;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #cfcdce;
    text-align: center;
    line-height: 35px;
    color: #000;
    cursor:pointer;
}
a.paginate_button {
    text-decoration:none;
}
.paginate_button:hover {
    background-color: #cfcdce;
    text-decoration:none;
    color:#fff;
}
.dataTables_paginate span .current {
    color:#fff !important;
    pointer-events:none;
}
.dataTables_paginate .previous, .dataTables_paginate .next {
   visibility:hidden;
}
.dataTables_paginate .previous:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    margin-left: -49px;
    text-indent: 0px;
    visibility: visible;
    font-size: .875rem;
    display: inline-block;
    width: 36px;
    margin: 0;
    padding: 0;
    border-radius: 4px !important;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #cfcdce;
    text-align: center;
    line-height: 34px;
    color:transparent;
    cursor: pointer;
    background-image: url("../images/page-previous.png");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    visibility:visible;
}
.dataTables_paginate .next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-left: -49px;
    text-indent:0px;
    visibility:visible;
    font-size: .875rem;
    display: inline-block;
    width: 36px;
    margin: 0 3px;
    padding: 0;
    border-radius: 4px !important;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #cfcdce;
    text-align: center;
    line-height: 34px;
    color: transparent;
    cursor:pointer;
    background-image:url("../images/page-next.png");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.table-pagination-div {
    margin-top:15px;
    margin-bottom:0;
}
.table-pagination-div .dataTables_length .gen-select {
    float:inherit;
    margin: 0 2px 0 2px;
}
.table-pagination-div .dataTables_info {
    padding-top:16px !important;
    font-size:13px;
}
.table-pagination-div .dataTables_length {
    display:flex;
}
.table-pagination-div .dataTables_length label {
    margin-left:auto;
    margin-right:auto;
    font-size:13px;
    margin-top:8px;
}
.previous  {
    margin-right: 3px;
}
.next {
    margin-left: 0px;
}
td.details-control {
    background: url("../images/details_open.png") no-repeat scroll top 9px left 7px;
    cursor: pointer;
    background-size: 20px;
    outline: none;
    padding: 9px 14px !important;
}
#tblApproval td.details-control {
    background: url("../images/details_open.png") no-repeat scroll top 9px left 14px !important;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat top 9px left 7px;
    background-size: 20px;
    outline: none;
}
#tblApproval tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat top 9px left 14px !important;
}
tr.shown input, .dataTables_scroll tr input {
    outline: none;
}
.BW_detailDiv > h2 {
    color: #181818;
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0px 10px 0;
    padding: 0;
    text-transform: uppercase;
}
.inprogress-text {
    color: #F6A70A;
    font-weight: 600;
}
.inactive-text {
    color: #818181;
    font-weight: 600;
}
.rejected-text {
    color: #ff5a5a;
    font-weight: 600;
}
table.dataTable tbody td {
    color:#000 !important;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    border-top: 1px solid #f8f7f5;
}
.dataTables_scrollBody {
    border-bottom: 1px solid #f8f7f5 !important;
    margin-bottom: 8px;
}
table.dataTable {
    border-bottom:1px solid #f8f7f5;
}
#FooterPagination_WB_PL div a {
    float:left;
}
#FooterPagination_WB_PL div a.previous{
    margin-right:4px;
}
#FooterPagination_WB_PL div a.previous:before {
    height: 35px;
}