@charset "utf-8";
/* 
    Todas as customizacoes do primefaces devem estar neste arquivo
*/

.text-center {
    text-align: center;
}

.column-link div{
	color: blue; 
	text-decoration: underline;
}

.login-footer-default {
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: #757575; 
}
 
.margin-remove {
 	margin-bottom: 0px !important;
}
 
.ui-helper-hidden {
	display: none;
}

.text-upper {
	text-transform:uppercase;
}

.ui-selectonemenu{
	min-width: 100% !important;
}

.ui-selectonemenu-panel{
	width: 100% !important;
}

.text-alert-custom {
	border:0px none;
	background-color:red;
	font-weight: bold;
}

body .booleanCheckbox.ui-chkbox {
    width: auto;
}

body .booleanCheckbox .ui-chkbox-box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

body .booleanCheckbox .ui-chkbox-label {
    vertical-align: middle;
    margin-top: 0;
}
