/*pager*/
.pager {
	width:100%;
	
}

select#pager_search {
    padding: 5px;
    border: 1px solid #bbb;
}

input#pager_search_input {
    padding: 6px;
    margin: 0 5px;
    border: 1px solid #bbb;
}

.pager_container1 {
	width:100%;
	margin-top:10px;
}

.pager_container1 .container1-left {
	width:auto;
	align:left;
	padding-left: 10px;
	
}

.pager_container1 .container1-right {
	width:auto;
	text-align:right;
	padding-right: 10px;
}

.pager_container2 {
	width:100%;
}

.pager_container2 .container2-left {
	width:25%;
	align:left;
}

.pager_container2 .container2-center {
	width:50%;
	align:center;
}

.pager_container2 .container2-right {
	width:25%;
	align:right;
}

.pager .datatable {
	text-align:center;
	width:100%;
}

.pager .datatable tr:hover{
	background-color:#E7EDF5;
	cursor:pointer;
}

.pager-active{
	background-color: #E7EDF5;
}

.pager_btn{
	width:80px;
	text-align:center;
	background-color:#575757;
	border: 1px solid #575757;
	font-size: 13px;
	font-weight:600;
	color: white;
	padding: 5px;
	margin: 2px;
	cursor: default;
}
.pager_btn:disabled{
	width:80px;
	text-align:center;
	background-color:#8e8e8e;
	border: 1px solid #8e8e8e;
	font-size: 13px;
	font-weight:600;
	color: white;
	padding: 5px;
	margin: 2px;
	cursor: not-allowed;
}
/*
#pager_selector{
   background-color:#8e8e8e;
}
#pager_search{
   background-color:#8e8e8e;'
   border:2px solid silver;
*/
/*
}
*/
.pager_btn:hover:not([disabled]) {
	background-color:#333333;
	color: #FFFFFF;
	cursor: pointer;
}

.pager_navigator {
/*	margin-left:2%;
	margin-right:0%;*/
	margin: 0 auto;
	text-align: center
}

.pager_selector {
	float:left;
	margin-left:5%;
}

.pager_limiter {
	float:right;
	margin-right:5%;
}

.pager-modal {
	width:50%;
	height:50%;
}

.pager-module {
	/*border: 1px solid #ccc;*/
	width: 100%;
	margin: 20px auto 0;
	/*margin: 0 1% 1% 1%;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*background: #ffffff;*/
}

.pager-module header h3 {
	display: inline-block;
	/*width: 90%;*/
	/*float: left;*/
	/*text-align: center;*/
}

.pager-module header {
/*
	border: 1px solid #9BA0AF;
*/
	height: 35px;
	width: 100%;
	/*background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;*/
	-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
	border-top-left-radius: 5px; border-top-right-radius: 5px;
	/*background: #F1F1F4;*/
	/*box-shadow: 0 1px 2px #666;*/
	text-align: center;
}

.pager-module footer {
	height: 32px;
	width: 100%;
	border-top: 1px solid #9CA1B0;
	background: #F1F1F4 url(../images/module_footer_bg.png) repeat-x;
	-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
}

.pager-module-content {
	margin: 10px 20px;
	color: #666;
}

.pager .search {

background-color:#339933;
font-weight: bold;
height: 30px;
border: 0;
padding: 0 10px;
color: white;
cursor: pointer;
font-family:arial;
/*border-radius: .3em;*/
width: auto;
min-width: 70px;
margin-right: 3px;
}

.pager .search:hover {
color: white;
background-color:green;
border: 0;
}

.pager .add {

background-color:#339933;
font-weight: bold;
height: 30px;
border: 0;
padding: 0 10px;
color: white;
cursor: pointer;
font-family:arial;
/*border-radius: .3em;*/
width: auto;
min-width: 70px;
margin-right: 3px;
}

.pager .add:hover {
color: white;
background-color:green;
border: 0;
}

.pager .edit {

background-color:#339933;
font-weight: bold;
height: 30px;
border: 0;
padding: 0 10px;
color: white;
cursor: pointer;
font-family:arial;
/*border-radius: .3em;*/
width: auto;
min-width: 70px;
margin-right: 3px;
}

.pager .edit:hover {
color: white;
background-color:green;
border: 0;
}

.pager .delete {
/*border-radius: .3em;*/
background-color:#aa4935;
font-weight: bold;
height: 30px;
border: 0;
padding: 0 10px;
color: white;
cursor: pointer;
font-family:arial;
width:70px;
margin-right: 3px;
}

.pager .delete:hover {
color: white;
background-color:#990000;
border:0;
}

/* Pager Action Button fixed width*/

._width {
	width: 65px;
}
._widthM {
	width: 80px;
}

._height {
	height: 30px;
}

#div_pager #datatable .pager_thead .header_sort
{
	border-right: 1px solid white;
	cursor: pointer;
}

#div_pager #datatable .pager_thead .header_sort:hover
{
	background-color: #a9a8a8;
	cursor: pointer;
}

#div_pager #datatable .pager_thead .header_sort_div
{
	display: flex;
	align-items: center;
	/*height: 100%;*/
	justify-content:space-between;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}

.header_action
{
	width: content;
	justify-content: center;
}

.header_sort_asc
{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.9px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
}

.header_sort_desc
{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 6.9px 4px;
	border-color: transparent transparent #ffffff transparent;
}

.active_header_sort
{
	background-color: #1947D1 !important;
}

#div_pager #datatable .pager_thead .header_label
{
	width: calc(100% - 10px);
	text-align: left;
}

#div_pager #datatable .pager_thead .header_order
{
	width: 10px;
	text-align: center;
}

#div_pager .hidden_tr,
#div_pager .hidden_th,
#div_pager .hidden_td
{
	display: none;
}

#div_pager .action_btn_selected_row
{
	background-color: #b3dcff !important;
}

.ui-dialog[aria-describedby="pager_modal"]
{
	overflow: visible !important;
}

#pager_modal
{
	overflow: visible !important;
}

#pager_print_export .hovertable
{

}

.ui-dialog[aria-describedby="pager_print_export"] .ui-dialog-titlebar
{
	text-align: left;
}


#pager_print_export .hovertable.hoverTable tr:nth-child(odd):hover
{
    background-color: white;
}

#pager_print_export .hovertable.hoverTable tr:nth-child(even):hover
{
    background: #dfdfdf !important;
}


.pager_copy_diag_container
{
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}

.pager_copy_diag_sub_container
{
	width: 100%;
}


.pager_copy_diag_sub_container table.defaultfontsize 
{
	width: 100%;
}

.td_center
{
	text-align: center;
}

.pager_freeze_tbl
{
	margin: 0 auto;
}

.pager_freeze_tbl .tr
{
	cursor: pointer;
}

#pager_freeze_tbl_container
{
	width: 100%;
}

#pager_freeze_tbl_container .td_disabled
{
	background-color: #a01313de !important;
	color: white;
}

#pager_freeze_tbl_container .tr_disabled:hover,
#pager_freeze_tbl_container .td_disabled:hover
{
	background-color: #980000 !important;
	color: white;
}

.td_pager_copy_candidate
{
	background-color: #b3dcff !important;
	color: black !important;
	
}

.pager_copy_all_chkbox,
.pager_copy_chkbox
{
	height: 20px;
	width: 20px;
}

.pager_legend_box
{
	margin-left: 10px;
	height: 15px;
	width: 15px;
	display: inline-block;
}

.pager_action_btn_container
{
	justify-content: center;
}

#pager_article .ui-dialog-title
{
	text-align: left;
}