@charset "ISO-8859-1";

/* ------------------------------------------------------- HEADER TABLE INI - */
div.ui-datatable-header.ui-widget-header.ui-corner-top{
	background: #fff !important;
	padding: 0px !important;
	border: none !important;
	margin: 10px !important;
}

.ui-widget-header {
	font-weight: normal !important;
}

.ui-column-title{
	font-size: 9pt;
	color: #333 !important;
}

.ui-datatable-tablewrapper thead th, .ui-datatable-scrollable-header-box thead th{
	background-color: #fff !important;
	color: #205A80 !important;
	text-shadow: none !important;
	border: solid 0px !important;
	text-align: center !important;
}

.ui-datatable-scrollable-header, .ui-datatable-scrollable-footer {
	border: none !important;
}

tr.ui-widget-content.ui-datatable-odd {
	color: rgba(6, 6, 6, 0.50) !important;
}

.ui-datatable tbody td {
	border: solid 0px #f0f3f5 !important;
	color: #205A80 !important;
	font-size: 10pt !important;
	/*vertical-align: top !important;*/
}

.ui-sortable-column-icon.ui-icon.ui-icon-carat-2-n-s{
	color:#000 !important;
}

.ui-datatable-tablewrapper table > thead > tr{
	border-bottom: solid 2px #D92933 !important;
}

.ui-datatable-tablewrapper{
	overflow: unset !important;
}

div.ui-datatable.ui-widget.ui-datatable-scrollable.ui-datatable-reflow{
	height: 80% !important;
}

.ui-datatable-scrollable-body{
	height: calc(100% - 168px) !important;
    overflow: auto !important;
}

div.ui-datatable-scrollable-header-box thead th{
	border-bottom: solid 2px #D92933 !important;
}

.ui-inputfield.ui-state-focus {
    border-color: #CF0A29 !important;
    outline: 0 none;
    box-shadow: none !important;
}

.ui-inputfield.ui-state-hover {
    border-color: #BEB617 !important;
    outline: 0 none;
    box-shadow: none !important;
    background: #fdfdfd !important;
}
/* ------------------------------------------------------- HEADER TABLE FIN - */
/* ---------------------------------------------------------- PAGINATOR INI - */
.ui-paginator.ui-paginator-bottom {
	background: #fff !important;
	font-size: 9pt;
	color: #fff;
}

.ui-paginator.ui-paginator-top{
	background: #F41A3A !important;
	font-size: 9pt;
	color: #fff;
	padding: 5px;
}

.ui-paginator-pages{
	margin: 0px !important;
	padding: 0px !important;
}

.ui-paginator-page.ui-state-default.ui-corner-all{
	background:#fff !important;
	color:#000 !important;
	border: solid 0px !important;
}

.ui-state-hover{
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
	
}

.ui-paginator-rpp-options.ui-widget.ui-state-default.ui-corner-left{
	background: #ffffff !important;
	width: 50px;
	height: 25px;
	margin-top: 2px;
	font-size: 9pt;
	color: #333333;
}

.ui-paginator-next .ui-state-default .ui-corner-all{
	background: transparent !important;
}

.ui-paginator-page.ui-state-default.ui-corner-all.ui-state-active{
	background:#F41A3A !important;
	color:#fff !important;
}

.ui-paginator-page.ui-state-default.ui-corner-all.ui-state-hover{
	background: #BAB213 !important;
	color:#fff !important;
}

.ui-paginator-next.ui-state-default.ui-corner-all{
	background: #ffffff !important;
}
.ui-paginator-next.ui-state-default.ui-corner-all.ui-state-hover{
	background: #F2F5FA !important;
}

.ui-paginator-last.ui-state-default.ui-corner-all{
	background: #ffffff !important;
}
.ui-paginator-last.ui-state-default.ui-corner-all.ui-state-hover{
	background: #F2F5FA !important;
}

.ui-paginator-prev.ui-state-default.ui-corner-all{
	background: #ffffff !important;
}

.ui-paginator-prev.ui-state-default.ui-corner-all.ui-state-hover{
	background: #F2F5FA !important;
}

.ui-paginator-first.ui-state-default.ui-corner-all.ui-state-hover{
	background: #F2F5FA !important;
}
.ui-paginator-current{
	font-style: normal !important; text-decoration: none !important; font-family: Roboto-Bold !important;
}

.ui-paginator.ui-paginator-bottom.ui-widget-header.ui-corner-bottom{
	border: solid 0px !important;
	border-top: solid 2px #D92933 !important;
}
/* ---------------------------------------------------------- PAGINATOR FIN - */
/* -------------------------------------------------------------- TABLE INI - */
/* .ui-datatable .ui-datatable-data>tr.ui-state-highlight { */
/*     background: #ffffff !important; */
/* } */

.table-controls {
	padding: 0;
	margin: 0;
	list-style: none;
}

.table-controls {
	padding: 0;
	margin: 0;
	list-style: none;
}

.table-controls>li {
	display: inline-block;
	margin: 0 2px;
	line-height: 1;
}

.table-controls>li>a {
	display: inline-block;
}

.table-controls>li>a i {
	margin: 0;
	color: #555;
	font-size: 16px;
	display: block;
}

.table-controls>li>a i:hover {
	text-decoration: none;
}

.ui-widget-content.ui-datatable-empty-message{
	text-align: center !important;
}

/*ui-widget-content ui-datatable-odd ui-datatable-selectable ui-state-highlight */
tr.ui-datatable-selectable.ui-state-highlight{
	background-color:#dfdfdf !important;
}
/* -------------------------------------------------------------- TABLE FIN - */
.selectable-text {
	user-select: text; 
	cursor: pointer; 
}