.middleDiv {
   
  position: absolute;
  width: 300px;
  height: 200px;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -150px;
}

.card .card {
	margin-bottom: 0;
}

.ui-growl {
	top:90% !important;
	left:80%;
    position:fixed;
    z-index:9999;
}

.spinner-wrap {
		 	position:fixed;
			display: none;
		    width:100%;
		    height:100%;
		    top:0px;
		    left:0px;
		 	z-index:10000;
		}
		
.spinner {
	position: fixed; 
	left: 50%; 
	top: 50%;  
	transform: translate(-50%, -50%);
	z-index:20000; 
}

.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.blue-header > thead > tr > th {
	background-color: #039;
	color: white;
	border-color: white !important;
}

td>span.ui-column-title{
	font-weight:bold;
}

td>span.ui-column-title:after{
	content:": ";
}

table{
	min-width: 99.9%;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 6px;
}