

.my-ui-cliptext {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

/*** Global messages ***/
.alert.global-message {
	font-size: 14px;
	position: relative;
	margin-bottom: 0;
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.alert.global-message.in-popup {
	margin-bottom: 20px;
}
.toggle-globalmessages-wrapper {
	padding-right:5px;
	position: absolute;
	width: 100%;
	border-top: 1px solid #dddddd;
	text-align: right;
}
.toggle-globalmessages-wrapper .toggle-globalmessages {
	padding: 0 10px;
	font-size: 12px;
	cursor: pointer;
	color: #dddddd;
	text-align: right;
}
.dismissed .close {
	visibility: hidden;
}

.lo-footer-right {
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 75%;
}

/* 
 * Rosa 2021-09-27
 * Hack that removes the days table from jquery-ui datepicker to create a "monthpicker"
 */
.ui-monthpicker .ui-datepicker-calendar {
	display: none;
}