body { padding-top: 70px; }
@media (min-width: 768px) {
	body { padding-top: 110px; }
}
a {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
header {
	top: 0;
	left:0;
	height: 70px;
	right: 0;
	background-color: #fff;
	z-index: 99;
}
.header-logo { height: 70px; }
.header-logo img { height: 70px; }
@media (min-width: 768px) {
	.header-logo { height: 110px; }
	.header-logo img { height: 110px; }
	header { height: 110px; }
}


.breadcrumb {
	padding: 7px 15px;
	font-size: 9pt;
}
.breadcrumb a {
	margin-right: 5px;
	margin-left: 5px;
}

.background-image-cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bright-content h1, .bright-content h2, .bright-content h3, .bright-content h4, .bright-content p, .bright-content li, .bright-content td {
	color: #fff !important;
}

/*** ADMIN ***/
.show-on-admin { display: none; }
.personabar-visible .show-on-admin { display: block; padding: 5px 10px; color: #ff9900; background-color: rgba(255,153,0,0.1); font-weight: bold; font-size: 10pt; font-family: 'Courier New'; }
.personabar-visible .space-on-admin { padding-top: 30px; padding-bottom: 15px; margin-top: 30px; margin-bottom: 15px; border-top: 1px dashed #ff9900; border-bottom: 1px dashed #ff9900; }
.module-title-container {
    color: #ff9900;
    padding: 2px;
    display: none;
    font-size: 8pt;
    font-family: 'Courier New', Courier, monospace;
}

div.actionMenu ul.dnn_mact li.dnn_menu_label > div {
    -webkit-writing-mode: inherit !important;
    -ms-writing-mode: inherit !important;
    writing-mode: inherit !important;
    font-size: 8pt !important;
    margin-top: 30px !important;
    margin-left: -200px !important;
    padding: 2px 10px !important;
    background-color: #ff9900 !important;
}

