body {
	background-color: #eee;
}

.busy-load-text {
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif !important;
	padding: 10px;
	text-align: center !important;
	text-rendering: optimizeLegibility;
	color: #fff;
    text-shadow: 3px 4px 5px #000;
}

.busy-load-text::before, .busy-load-text::after {
	top: 0;
	bottom: 0;
	font-size: 1em;
	margin: 0;
	padding: 0 5px;
	line-height: 0;
}

.busy-load-text::before {
	content: '“';
}

.busy-load-text::after {
	content: '”';
}

.version {
	font-size: 10px;
	position: absolute;
	right: 30px;
	top: 10px;
	color: #fff;
}

.atlwdg-trigger {
	position: fixed;
	background: #013466;
	padding: 5px;
	border: 2px solid white;
	border-top: none;
	font-weight: bold;
	color: white !important;
	display: block;
	white-space: nowrap;
	text-decoration: none !important;
	font-family: arial, FreeSans, Helvetica, sans-serif;
	font-size: 12px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}

.atlwdg-trigger.atlwdg-TOP {
	left: 45%;
	top: 0;
}

.metro .tile .tile-content {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px auto;
	background-repeat: no-repeat;
}

.metro .tile.double-vertical .tile-content {
	background-size: 210px auto;
}

.metro .tile.triple-vertical .tile-content {
	background-size: 210px auto;
}

.metro .tile .brand .badge, .metro .tile .tile-status .badge {
	min-width: 29px;
	width: auto;
}

.metro .tile .tool {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding: 0.5em;
	text-align: center;
}

.metro .tile .tool.dropdown-toggle:after {
	top: 1.25em;
}

.metro .tile.place-right {
	float: right !important;
}

.metro .hint {
	z-index: 2000;
}

.metro .main-tile .tile {
	
}

.tile .btn {
	display: none;
	position: relative;
	font-size: 70%;
	text-align: center;
	vertical-align: top;
	white-space: 70%;
	width: 15px;
	background-color: #000;
}

.tile .btn:hover {
	background-color: #4390df;
}

.tile .btn a {
	color: #fff;
	display: block;
}

.tile:hover .btn {
	display: inline-block;
}

.tile.selected:hover .btn {
	display: none;
}

.metro .text-panel-value {
	border: 1px #eaeaea solid;
	padding: 8px;
	margin-bottom: 8px;
	background-color: #666666;
	color: #ffffff !important;
	width: 100%;
	font-family: 'Arial', 'Open Sans Light', Verdana, Arial, Helvetica,
		sans-serif;
	font-weight: normal;
	letter-spacing: 0.00em;
	font-size: 1.5rem;
	line-height: 1.5rem;
	letter-spacing: 0.01em;
	color: #1d1d1d;
	cursor: default;
}

.tile-group .info {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 8px;
	font-size: 80%;
}

.no-logo-db {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 3em;
    color: #bfbfbf;
    line-height: 2.1em;
    text-align: center;
    background: #e9e9e9;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}