.fa2{
	font: normal 14px/1 FontAwesome !important
}
body {
    font-family: Arial, Helvetica, sans-serif !important;
}
.vertical-center{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.horizontal-center{
	margin: 0 auto;	
}

.flex-container {
    display: flex;
}

.column {
    flex: 1;
    padding: 1%;
    margin: 1%; 
}

.column-one {
    order: 1;
}

.column-two {
    order: 2;
}

.column-three {
    order: 3;
}

.column-four {
    order: 4;
}

.important-label{
	color: red!important;
}

.text-justify{
	text-align: justify;
    text-justify: inter-word;
}

.title{
	font: bold 16px Arial, Helvetica, sans-serif !important;
	border: 1px rgb(138, 201, 105)!important;
}

th,
.ui-datagrid .ui-datagrid-header {
  color: rgb(89,89,89)!important;
  background: rgb(216,216,216)!important;
  font: normal 18px Arial, Helvetica, sans-serif !important;
}

.hyperlink{
	text-decoration: none!important;
	color: rgb(0, 0, 0)!important;
}