
.dependency-map-content{
	overflow:hidden;
	width:100%;
	height: calc(100% - 30px);
	margin-top: 30px;
}

div.dependency-map-dialog {
	/*background: #f1f1f1;*/
	border-width: 1px;
	border-color: #777;
	border-style: solid;
	padding: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 0 15px #4a6887;
}

div.dependency-map-dialog .ui-dialog-titlebar {
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-color: #777;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 0 10px #4a6887;
	/*background: -webkit-linear-gradient(#fafafa, #cccccc);
	background: -o-linear-gradient(#fafafa, #cccccc); 
	background: -moz-linear-gradient(#fafafa, #cccccc); 
	background: linear-gradient(#fafafa, #cccccc);  */
	font-size: 10pt;
}

.dependency-map-controls {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #f1f1f1;
	height: 30px;
	line-height: 30px;
	padding: 5px 20px;
	display: flex;
	justify-content: space-between;
}

