
@charset "ISO-8859-1";



/*DATATABLE STYLE*/
body .ui-datatable .ui-datatable-data > tr > td {
    padding: 0.571rem 0.857rem;
    border: 0px solid rgba(0, 0, 0, 0.08);
    border-width: 0 0 1px 0;
}

body .ui-datatable thead th {
    background: #c3c3c3;
    padding: 0.571rem 0.857rem;
    border: 0px solid rgba(0, 0, 0, 0.08);
    border-width: 0 0 1px 0;
}

body .ui-datatable .ui-paginator.ui-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
    background: #ffffff;
}

body .ui-datatable .ui-paginator.ui-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
    background: #ffffff;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header {
    background: #ffffff;    
}

body .ui-datatable tfoot td {
    background: #c3c3c3;
    padding: 0.571rem 0.857rem;
    border: 0px solid rgba(0, 0, 0, 0.08);
    border-width: 0 0 1px 0;
}


/*HEADER DATA TABLE LIST*/
.ui-prointej-db-header-date.ui-datatable .ui-datatable-header{
	background: #3c197a;
    color: white;
    border: #3c197a;
}

/*SIDE TOP MENU*/
.ui-prointej-side-top{
	height: auto !important;	
}


@media screen and (min-width: 576px) {

	.ui-prointej-side-top.ui-sidebar-active{
		top: 89px !important;	
	}
	
	html[data-scroll='15'] .ui-prointej-side-top  {	  	
	  	position: fixed !important;
		top: 89px !important;
		z-index: 999 !important;	
	}
	
	html[data-scroll='-15'] .ui-prointej-side-top  {	  	
	  	position: fixed !important;	  	
	  	top: 89px !important;
	  	z-index: 999 !important;	  	
	}
	
	html[data-scroll='-15'] .ui-prointej-outputPanel{		
		position: absolute !important;	
		right: 0px !important;
	  	left: 0px !important;	  	 	  		  			
	}
	
	/*Used into dataTable components*/
	html[data-scroll='-15'] .ui-prointej-outputPanel-dataTable{		
		position: absolute !important;	
		right: -8px !important;
	  	left: -8px !important;	  			
	}

}

.ui-prointej-side-top:not(.ui-sidebar-active) {
	z-index: 0 !important;
	display: none !important; 		
}


html:not([data-scroll='0']) .ui-prointej-side-top:not(.ui-sidebar-active)  {
  	z-index: 0 !important;	
  	display: none !important;
}

.panel-box-top-hidden-1{
	height: 0px;
	transition: height 0.3s;
}


/*MENU LAYOUT*/
.panel-box-menu-1{
	height: 32px;
}

.tree-menu-1{
	color: #37247f;
}

.ui-tree.tree-menu-1{
	border: 0px solid #c8c8c8;
	padding: 0em;
}

.tree-menu-1 .ui-tree-filter-container .ui-inputfield {
    padding: 0.429rem 0.429rem !important;
    width: 100% !important;
    padding-left: 1.858rem !important;
}

.tree-menu-1 .ui-tree-filter-container{
	border: 0px solid #c8c8c8;
}



.tree-menu-1 .ui-tree-container > li > span:first-child{
	margin: 0;
    width: 100%;
    background: #f4f4fe;
    color: #333333;
    float: none;
    border: 0 none;
    padding: 0.857rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
}


.tree-menu-1 .ui-tree-container .ui-treenode .ui-treenode-content .ui-treenode-label.ui-state-highlight {
    margin: 0 !important;
    width: 100% !important;
    background: #007ad9 !important;
    color: #ffffff !important;
    float: none !important;
    border: 0 none !important;
    padding: 0.557rem !important;    
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s !important;
    border-radius: 0 !important;
}


.tree-menu-1  .ui-tree-container .ui-treenode .ui-treenode-content .ui-treenode-label.ui-state-hover {
    margin: 0 !important;
    width: 100% !important;
    background: #eaeaea !important;
    color: #333333 !important;
    float: none !important;
    border: 0 none !important;
    padding: 0.557rem !important;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s !important;
    border-radius: 0 !important;
}


.tree-menu-1 .ui-tree-container .ui-treenode .ui-treenode-content .ui-treenode-label{
	width: 100%;
	padding: 0.557rem !important;
}

/*HEADERS*/
.overview-box-header-1{
	font-size: 0.85em;
	font-weight: 600;    
    letter-spacing: 0.03em;
    background-color: #37247f;
    border-radius: 3px;
}


.overview-box-header-1 .text-1{
	font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #9ae8df;    
    
}

.overview-box-header-1 .result-1{
	font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #f5dfa0;
    
}

.overview-box-header-2{
	font-size: 0.75em;
	font-weight: 400;    
    letter-spacing: 0.03em;
    background-color: #37247f;
    border-radius: 3px;
}


.overview-box-header-2 .text-1{
	font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #9ae8df;    
    
}

/*DETAIL*/
.p-grid.overview-box-detail-1:nth-child(even)  {
	background-color: lightyellow;
	background-clip: content-box;
}

/*Detail datatable*/
body .ui-datatable .ui-datatable-data > tr:nth-child(even){
	background-color: #eff9ff;	
	background-clip: border-box;    
}

body .ui-datatable .ui-datatable-data > tr.ui-state-hover:nth-child(even) {
    /*background: #eaeaea;
    color: #333333;*/
    background: #00408065;
    color: #eceff0;
    /*font-weight: 702;*/
    text-shadow: 0px 0px 1px white;
    
    
}

body .ui-datatable .ui-datatable-data > tr.ui-state-hover:nth-child(odd) {
    background: #00408065;
    color: #eceff0;
    /*font-weight: 702;*/
    text-shadow: 0px 0px 1px white;
    
}

body .ui-datatable .ui-datatable-data > tr.ui-state-highlight:nth-child(even) {
    /*background: #007ad9;*/
    background: #00408095;
    color: #ffffff;
     /*font-weight: 702;*/
    text-shadow: 0px 0px 1px white;
}

body .ui-datatable .ui-datatable-data > tr.ui-state-highlight:nth-child(odd) {
    background: #00408095;
    color: #ffffff;
     /*font-weight: 702;*/
    text-shadow: 0px 0px 1px white;
}





/*FIELDS*/
/*red*/
.overview-box-red{
	font-size: 0.85em;
	font-weight: 600;    
    letter-spacing: 0.03em;
    background-color: #e6d7d7;
    border-radius: 10px;
    background-clip: content-box;
}


/*purple*/
.overview-box-purple{
	font-size: 0.85em;
	font-weight: 600;    
    letter-spacing: 0.03em;
    background-color: #e5d7e6;
    border-radius: 10px;
    background-clip: content-box;
}

/*turq*/
.overview-box-turq{
	font-size: 0.85em;
	font-weight: 600;    
    letter-spacing: 0.03em;
    background-color: #d7e6e2;
    border-radius: 10px;
    background-clip: content-box;
}


.overview-box-1 .text-1{
	font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #9ae8df;
    vertical-align: sub;
    
}

.overview-box-1 .result-1{
	font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #f5dfa0;
    
}

/*RESULTS*/


/*blue*/
.overview-box-1{
	font-size: 0.85em;
	font-weight: 600;    
    letter-spacing: 0.03em;
    background-color: #37247f;
    border-radius: 3px; 
}


.overview-box-1 .text-1{
	font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #9ae8df;
    vertical-align: sub;
    
}

.overview-box-1 .text-2{
	font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #d8d8d8;        
}

.overview-box-1 .text-3{
	font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #d8d8d8;
    text-decoration: line-through;        
}

.overview-box-1 .result-1{
	font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #f5dfa0;
    
}


.overview-box-1 .result-2{
	font-size: 0.85em;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #f5dfa0;
    
}

/*orange*/

.overview-box-org{
	font-size: 0.85em;
	font-weight: 600;    
    letter-spacing: 0.03em;
    background-color: #e40f3c;
    border-radius: 3px;
}


.overview-box-org .text-1{
	font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #9ae8df;
    vertical-align: sub;
    
}

.overview-box-org .result-1{
	font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #e4d414;
    
}


.overview-box-org .result-2{
	font-size: 0.85em;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #e4d414;
    
}

@media screen and (max-width: 576px) {
	.panel-box-menu-1{
		height: 32px;
	}
		
	
	html[data-scroll='15'] .ui-prointej-side-top  {	  	
	  	position: fixed !important;
		top: 77px !important;	
		z-index: 999 !important;
	}
		
	html[data-scroll='-15'] .ui-prointej-side-top  {	  	
	  	position: fixed !important;	  	
	  	top: 77px !important;	
	  	z-index: 999 !important;  	
	}	
	
	html[data-scroll='-15'] .ui-prointej-outputPanel{		
		position: absolute !important;	
		right: 0px !important;
	  	left: 0px !important;		
	}

	html[data-scroll='-15'] .ui-prointej-outputPanel-dataTable{		
		position: absolute !important;	
		right: -8px !important;
	  	left: -8px !important;	  			
	}
	
	
}

		

 



