.ui-tooltip .ui-tooltip-text {
	padding: 3px 10px;
	background-color: white;
	background-image: none;
	color: black;
}

.ui-dialog-mask{
	background: none !important;	
}
.ui-tooltip-right .ui-tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: white;
}


.grid-login {
	background-color: #f2f2f2;
	border-radius: 8px;
	border: 1px solid #ccc;
	margin-top: 8px;
	padding: 10px;
	border-collapse: collapse;
}

.panel-message {
	width: 30%;
	height: 100% !important;
	padding-top: 6%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 6%;
}

.panel-message-image {
	width: 50%;
	height: 97% !important;
	padding-top: 6%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 6%;
}

.panel-warning-message {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.container {
	width: 100vw;
	height: 100vh;
	background: #6C7A89;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

/* PANELGRID */
.ui-panelgrid.panelgrid-noborder .ui-grid-responsive {
	border: none;
}