@font-face {
	font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-R.ttf') format('truetype');
}
@font-face {
	font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-RI.ttf') format('truetype');
    font-style: italic;
}
@font-face {
	font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-B.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-BI.ttf') format('truetype');
    font-style: italic;
	font-weight: bold;
}

.brand-logo-container {
	/* background-color: white; */
	padding-top: 5px;
}

.nav-wrapper .brand-logo .brand-logo-container img {
  height: 54px;
}

@media (max-width: 600px) {
  .nav-wrapper .brand-logo .brand-logo-container img {
    height: 50px;
  }
}

.main-content {
	margin-top: 20px;
	padding: 20px;
}

.message-box-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 1100;
}

.message-box {
	position: absolute;
	background-color: white;
	top: 20px;
	width: 400px;
	left: 50%;
	margin-left: -200px;
}

.message-box-headline {
	line-height: 20px;
	font-size: 20px;
	border-bottom: 1px solid #F0F0F0;
}

.message-box-content, .message-box-headline, .message-box-footer {
	padding: 10px;
}

.message-box-footer {
	border-top: 1px solid #F0F0F0;
}

.loader {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	color: white;
	z-index: 1001;
	padding-top: 70px;
	text-align: center;
	display: none;
}

.loader .loader-text {
	margin-top: 14px;
}
