/*
Template style override
*/
.nav-link.active {
    border-bottom-width: 3px !important;
}

/*
 * Data table style override.
 */
.dataTables_wrapper .dataTables_length {
	float: left; 
	padding:2.0rem 1.5rem 1.5rem 1.5rem;}
	
.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
	padding:2.0rem 1.5rem 1.5rem 1.5rem;}
	
.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding: 0.5em 0 1.5rem 1.5rem;}
  
.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding: 0 1.5rem 1.5rem 0;}
  
.dataTables_wrapper .dataTables_paginate .paginate_button {
	margin-left:2px;
	display: inline-block;
	font-weight: 400;
	color: #283e59;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #edf2f9;
	border-color: #edf2f9;
	padding: .5rem .75rem;
	font-size: .9375rem;
	line-height: 1.5;
	border-radius: .375rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
   
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff;
	background-color: #6e84a3;
	border-color: #6e84a3;}
	
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	background-color: #fff;
	border-color: #edf2f9;
	color: #283e59;}

     
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #fff;
	background-color: #6e84a3;
	border-color: #6e84a3;}
/*
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	background-color: #2b2b2b;}
*/
.dataTables_length select{
	height: calc(1.75em + .25rem + 2px);
	padding: .125rem 1.75rem .125rem .5rem;
	font-size: .8125rem;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233B506C' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	border: 1px solid #d2ddec;
    border-top-color: rgb(210, 221, 236);
    border-right-color: rgb(210, 221, 236);
    border-bottom-color: rgb(210, 221, 236);
    border-left-color: rgb(210, 221, 236);
	border-radius: .375rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;}

.dataTables_filter input{
	color: #12263f;
	border-color: #2c7be5;
	outline: 0;
	box-shadow: transparent;
	border: 1px solid #d2ddec;}


table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{
	cursor: pointer;
	
}

table.dataTable thead th.sorting::after{
	content: url("data:image/svg+xml;utf8,<svg width='6px' height='10px' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%2395AAC9'/></svg>");
	margin-left: .25rem;
	display: inline-block;
	position:relative;
}

table.dataTable thead th.sorting_asc::after {
	font-family: Feather !important;
	content: "\e931";
	margin-left: .25rem;
	
}


table.dataTable thead th.sorting_desc::after {
	font-family: Feather !important;
	content: "\e92e";
	margin-left: .25rem;
}

button:disabled, input:disabled, select:disabled, 
textarea:disabled, div.custom-switch:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

/*
* Report dialog
*/
#reportViewModal.modal .modal-dialog,  .maxModal.modal .modal-dialog{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width:none !important;
	max-height: 100% !important;
}
#reportViewModal.modal .modal-content, .maxModal.modal .modal-content  {
	height: 100% !important;
	min-height: 100% !important;
	border-radius: 0 !important;
}
#reportViewModal.modal .modal-body, .maxModal.modal .modal-body {
	padding-top:0px;
	padding-bottom:0px;
}

/*
* Bootstrap file control
*/
.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #4f4f4f;
    background-color: #eee;
    pointer-events: none;
    border: 0 solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
::file-selector-button {
    font: inherit;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control[type="file"] {
    overflow: hidden;
}
INPUT:not(:autofill), SELECT:not(:autofill), TEXTAREA:not(:autofill) {
    animation-name: onautofillcancel;
}