
@font-face {
  font-family: 'Dia-Bold';
  src: url('Dia-Bold.ttf')  format('truetype')
}
@font-face {
  font-family: 'Dia-Regular';
  src: url('Dia-Regular.ttf')  format('truetype')
}
html, body {
	height: 100%;
}
body {
	font-family: 'Dia-Regular';
	background-color:#666;
	height: 100%;
	margin: 0;
}
body.app {
	background-color:#fff;
}
.rightbar {
	margin-right:20px;
	margin-top:10px;
	float:right;
}
.langswitch {
	float:right;
	color:#ffffff;
}
.titlebar {
	width:100%;
	text-align:left;
	color:#ffffff;
	clear:both;
}
.titlebar h4 {
	padding:15px 20px 10px 5px;
	font-size:2.6em;
	font-family: 'Dia-Bold';
}
.rightbar a {
	color:#ffffff;
	text-decoration:none;
}
.question-wrapper {
	border:1px solid #ddd;
	border-radius:10px;
}
.question-wrapper.grey {
	border:0px ;
	background-color: #efefef;
}
.triagecard {
	height: 100%;
	border-radius: 8px;
	background-color:#FFF
}
.appcard {
	max-width:1024px;
	height: 100%;
	background-color:#FFF;
}
.appcard a {
	color:#333;
}
.appcard a:hover {
	color:#000;
	text-decoration:none;
}

.appwrapper {
	
	min-height: 100%;
	
}

.marker{color:#d91001; font-weight:600;}
footer, .pushfooter {
	max-height:74px;
}
 .header-wrapper, .footer-wrapper , .center-wrapper {
	margin: 0 auto;
	max-width:940px;
}
.carousel-item {
/*
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
}
.trsuccess {
	transition: background-color 2s;
	background-color:#54c147;
}
.trfail {
	transition: background-color 2s;
	background-color:#C00;
}
#tr-success-wrap, #tr-fail-wrap {
	display:none;
}
.result-content {
}
.triage-resultslide {
	margin-top:120px;
	border-radius: 8px;
	background-color:#FFF;
	color:#000;
}
#logo {
	padding-top:20px;
	float:left;
	width: 260px;
}
header {
	
	display: block;
	background-color: #d91001;
}
#footerBottom {
	text-align:justify;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #000;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	background-color: #d2d2d2;
}
.custom-control-label {
	font-weight:500;
}
.btn-primary {
	color: #fff;
	background-color: #d91001;
	border-color: #d91001;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	color: #fff;
	background-color: #b30e13 !important;
	border-color: #b30e13 !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
 background-color: #d91001;
}
