/**
 * ace3-context custom style sheet (digwb)
 */
 
.admin-page-header .title .default { display:none; }

@media (max-width: 575.98px) {	/* xs (and lower) */
	.admin-page-header .title .custom { display:block; width:224px; height:56px; background-image:url(digwb-ace3header-224x56.svg); background-repeat:no-repeat; background-size:contain; }
	span.about-digwb-logo { display:inline-block; width:224px; height:56px; background-image:url(digwb-ace3header-224x56.svg); background-repeat:no-repeat; background-size:contain; }
}
@media (min-width: 576px) {		/* sm and higher */
	.admin-page-header .title .custom { display:block; width:316px; height:56px; background-image:url(digwb-ace3header-315x56.svg); background-repeat:no-repeat; background-size:contain; }
	span.about-digwb-logo { display:inline-block; width:316px; height:56px; background-image:url(digwb-ace3header-315x56.svg); background-repeat:no-repeat; background-size:contain; }
}

span.about-eXplio-logo { display:inline-block; width:280px; height:60px; background-image:url(explio-280x60.svg); background-repeat:no-repeat; background-size:contain; }

div.login-page,div.admin-page {
/*	background-color: #606060;*/
	width: 100%;
	height: 100%;
	background-image: url("digwb-ace3-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}