
.datatable-hide-column-names table thead tr {
    display: none !important;
}

body .ui-messages .ui-messages-info img {
	background: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0px !important;
    text-align: center;
    font-size: 24px;
    margin-top: -4px;
}

/* Growl ----------------------------------------------------------------- */



@media screen and (max-width: 40em) {
	.ui-growl {
	}	
	.ui-growl-message {
	}
}

@media screen and (min-width: 40.063em) {
	.ui-growl {
		width:551px !important;
	}	
	.ui-growl-message {
		width:470px !important;
	}
}

@media screen and (min-width: 64.063em) {
	.ui-growl {
		width:551px !important;
	}	
	.ui-growl-message {
		width:470px !important;
	}
}

@media screen and (min-width: 90.063em) {
	.ui-growl {
		width:751px !important;
	}	
	.ui-growl-message {
		width:670px !important;
	}
}