th,  td {
	font-size: 0.75em !important;
	cursor:pointer !important;   
	
} 
  .brd-right-red{ 
    border-right: 1px solid #B01010 !important ;  
}

td.eks {	
	color: #c81818;
}

th.header {
	background-color: #c81818 !important;
	color: #ffffff !important;	
	text-transform: uppercase;	
}

.bold{
	font-weight:bold !important;
}

.dataTables_filter{
  display:none;
}
.aui select{
	font-size:12px;	
	line-height:20px;
}

.inline-block {
	margin-bottom:8px;
}

table thead .sorting, table.dataTable thead .sorting_asc, table thead .sorting_desc {
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-repeat: no-repeat;
    background-position: bottom right;
}

table.dataTable thead .sorting {
    background-image: url(../images/sort_both.png);  
    
}
table.dataTable thead .sorting_asc {
   background-image: url(../images/sort_asc.png);     
   
}

table.dataTable thead .sorting_desc {
    background-image: url(../images/sort_desc.png);   
  
}
table.dataTable.hover tbody tr:hover, table.dataTable tbody tr:hover {
    background-color: rgba(248, 248, 249, 1.0);
}

.hnb-body th, .hnb-body td.text-center, .hnb-body th.text-center{text-align:center;}

 .article h2.article-title {
   padding-top:0px !important;
 }
 
 .hnb-body select {
   min-width:100%
 }
 
#loading {
   background-image: url(../images/spinner.gif);   
   background-repeat: no-repeat;
   background-position: center;
   height:150px;
    
}


 
 @media print {	

.hnb-body .dataTable table, .hnb-body .dataTable th, .hnb-body .dataTable td {border: 0.1px solid #acacb0 !important; border-collapse: collapse !important; border-spacing: 0 !important;}
.hnb-body .dataTable th.header{ color: black !important;}
.hnb-body .dataTable th {font-weight: normal!important;}
.hnb-body .dataTable th, .hnb-body .dataTable td {padding : 3px !important; cursor:auto !important; line-height:1.1em; font-size:0.7em!important; }

.chrome {
	.hnb-body .dataTable th, .hnb-body .dataTable td { font-size:0.55em!important; padding : 2px !important; }
}	
th.header {
	background-color: white !important;
	color: black !important;	
	
}
 .hnb-body .portlet-breadcrumb {
    display:none !important;    
} 

@page {    
   size: auto;   
}

.dataTable thead tr:nth-child(2) th:first-child{
display:none;
}

.dataTable tr td:first-child{
display:none;
}

.dataTable tr td checkbox{
display:none;
}

.hnb-body  form select {margin: 0; padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; background: none;}

 }
 
 

 
 
 
 
 