.clearfix:after {
	visibility: hidden;
	display: block;
	clear: both;
	content: "";
}
.clearfix > div,
.clearfix > ul,
.clearfix > li,
.clearfix > select,
.clearfix > button {
	float: left;
}
.clearfix > .right {
	float: right;
}
div#results-dialog-resource {
	display: none;
}
body > div#results-dialog-instance {
	position: fixed;
}
div.results-modal-dialog {
	position: fixed;
	z-index: 2010;
	display: none;
	font-size: 14px;
	border: 2px solid royalblue;
	background: #fff;
	background-color: white;
}
div.results-modal-dialog * {
}
div.results-modal-dialog div.inner {
}
div.results-modal-dialog-header {
	border-bottom: 1px solid gray;
	vertical-align: middle;
	background-color: rgba(255,255,255,1);;
}
div.results-modal-dialog-content {
}
div.results-modal-dialog-footer {
	border-top: 1px solid gray;
}
div.results-modal-dialog-footer:after {
	visibility: hidden;
	display: block;
	clear: both;
	content: "";
}
div.results-modal-dialog-footer div#command {
	width: auto;
	float: right;
}
/*
div.results-modal-dialog-footer div#command button {
	width: auto;
	height: auto;
	padding: 5px 10px;
	margin: 5px 0 3px 5px;
	font-size: 14px;
}
*/
body > div.results-modal-overlays {
	position: fixed;
	z-index: 2000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.5);
}
body > div.results-modal-overlays div#footer div#command button {
	line-height: 26px;
	background-color: #008CBA;
	border-color: #007095;
	padding: 0;
	min-width: 80px;
	font-weight: normal;
}
body > div.results-modal-overlays div#footer div#command button:hover {
	line-height: 25px;
	background-color: #007095;
}



