
b, strong {
	font-weight: 700;
}


/* Bootstrap */

/*
@media (min-width: 1390px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1370px;
	}
}
*/


/* Layout */

body {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	overflow-y: scroll;
	background-color: #fff;
	color: #444;
}


button, input, select, textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}

button {
    -webkit-appearance: none !important;
    appearance: none !important;
}


button:focus, button:active, button:focus:active,
input:focus, input:active, input:focus:active,
select:focus, select:active, select:focus:active,
textarea:focus, textarea:active, textarea:focus:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: initial;
}


small, .small {
	font-size: 12px;
	line-height: 17px;
}

a, a:link, a:active, a:visited {
	color: #0091c8;
	text-decoration: underline;
	outline: 0;
}

a:hover {
	color: #00aef0;
	text-decoration: underline;
	outline: 0;
}


table {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border: 0 solid #FFFFFF;
	border-collapse: collapse;
	width: 100%;
}

table th, table td {
	vertical-align: top;
}


img {
	display: block;
	border: 0 solid #FFFFFF;
}


/*
// TODO form styles

.form-control,
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="password"],
select, textarea {
	color: #000;
	font-size: 16px;
	line-height: 20px;
    border: 1px solid #00aef0;
    padding: 5px 7px;
    background-color: #fff;
    border-radius: 0;
    height: auto;
    width: auto;
    transition: none;
    box-shadow: none;
}


input[type="text"]:focus, input[type="text"]:focus:hover,
input[type="date"]:focus, input[type="date"]:focus:hover,
input[type="datetime"]:focus, input[type="datetime"]:focus:hover,
input[type="email"]:focus, input[type="email"]:focus:hover,
input[type="number"]:focus, input[type="number"]:focus:hover,
input[type="search"]:focus, input[type="search"]:focus:hover,
input[type="url"]:focus, input[type="url"]:focus:hover,
input[type="password"]:focus, input[type="password"]:focus:hover,
select:focus, select:focus:hover,
textarea:focus, textarea:focus:hover {
	box-shadow: 0 0 5px 2px rgba(0,173,239,0.4);
}

input[type="text"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
select:hover, textarea:hover {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

*/

/* error: border-color: #b1000b; */




input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999 !important;
    opacity: 1 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999 !important;
    opacity: 1 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder  {
    color: #999 !important;
}



.btn {
	color: #000;
	background-color: #eee;
	border-radius: 0;
	border: 0 solid #888;
	font-size: 16px;
	line-height: 18px;
	padding: 8px 15px;
	margin: 0px 5px 10px 0;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.btn > * {
    position: relative;
}

a.btn {
	color: #000;
}

.btn.btn-primary, .btn.btn-success, .btn.btn-info, .btn.btn-warning, .btn.btn-danger {
	color: #fff;
}


.btn:hover, .btn:focus:hover {
	box-shadow: inset -5px -5px 40px rgba(255,255,255,0.5), 2px 2px 4px rgba(0,0,0,0.6);
	outline: none;
}

.btn:focus {
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	outline: none;
}

.btn:active, .btn:focus:active {
	box-shadow: inset -5px -5px 40px rgba(0,0,0,0.2), 1px 1px 4px rgba(0,0,0,0.4);
	outline: none;
}

.btn.btn-default, .btn.btn-default.btn:focus, .btn.btn-default.btn:active, .btn.btn-default.btn:focus:active {
	background-color: #f1f1f1;
}

.btn.btn-primary, .btn.btn-primary.btn:focus, .btn.btn-primary.btn:active, .btn.btn-primary.btn:focus:active {
	background-color: #00aef0;
}

.btn.btn-success, .btn.btn-success.btn:focus, .btn.btn-success.btn:active, .btn.btn-success.btn:focus:active {
	background-color: #5cb74a;
}

.btn.btn-info, .btn.btn-info.btn:focus, .btn.btn-info.btn:active, .btn.btn-info.btn:focus:active {
	background-color: #aaa;
}

.btn.btn-warning, .btn.btn-warning.btn:focus, .btn.btn-warning.btn:active, .btn.btn-warning.btn:focus:active {
	background-color: #e49710;
}

.btn.btn-danger, .btn.btn-danger.btn:focus, .btn.btn-danger.btn:active, .btn.btn-danger.btn:focus:active {
	background-color: #f42c2c;
}

.btn.btn-link, .btn.btn-link.btn:focus, .btn.btn-link.btn:active, .btn.btn-link.btn:focus:active {
	color: #00aef0;
	background: transparent;
	box-shadow: none;
	text-decoration: none;
}
.btn.btn-link:hover {
	color: #0089c2;
}



.label {
    padding: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #000;
    text-align: left;
    white-space: normal;
    vertical-align: baseline;
    border-radius: 0;
}

.floatCheckbox, .floatRadio {
	display: inline;
	position: static;
	float: left;
	margin: 5px 10px 10px 0 !important;
}

.floatCheckbox:hover, .floatRadio:hover {
	cursor: pointer;
}

.floatLabel {
	display: block;
	overflow: hidden; /* fix float */
}



.main {
	padding: 15px 0 20px 0;
	background: #fff;
	min-height: 86vh;
}

.band {
	background: #fff;
	padding: 15px 0 0 0;
	margin-bottom: 15px;
}



footer {
    background-color: #00aef0;
    color: #fff;
}

footer > .container-fluid > .container {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footerNav {
	text-align: right;
}
.footerNav a {
	margin: 0 15px;
}
@media (max-width: 768px) {
	footer > .container-fluid > .container {
	    padding-top: 5px;
	}
	.footerNav, .footerCopyright {
		text-align: center;
		padding-top: 10px;
		font-size: 13px;
		line-height: 15px;
	}
	.footerNav a {
		margin: 0;
	}
}

footer a, footer a:link, footer a:active, footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}


.navbar {
	position: relative;
	border: 0;
	padding: 0;
	font-size: 15px;
	line-height: 22px;
	background-color: #00aef0;
	border-color: #00aef0;
	margin-left: -35px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.navbar .navbar-nav {
	display: block;
}

.navbar .nav-item {
	float: left;
}

.navbar .nav-item a.nav-link,
.navbar .nav-item a.nav-link:link,
.navbar .nav-item a.nav-link:active,
.navbar .nav-item a.nav-link:visited {
	color: #fff;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
	border: 0;
	border-right: 1px solid #00aef0;
	border-bottom: 1px solid #00aef0;
}

.navbar .nav-item a.nav-link:hover,
.navbar .nav-item.dropdown.show a.nav-link {
	color: #fff;
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}

.navbar .nav-item.active a.nav-link,
.navbar .nav-item.active a.nav-link:focus,
.navbar .nav-item.active a.nav-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}

.navbar .dropdown-menu {
	padding: 0;
	margin: 1px 0 0 0;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	background-color: #00aef0;
	border: 0;
	border-radius: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.navbar .dropdown-item {
	padding: 10px 20px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	border: 0;
	border-right: 1px solid #00aef0;
	border-bottom: 1px solid #00aef0;
}

.navbar .dropdown-item:first-child {
	padding-top: 20px;
}

.navbar .dropdown-item:last-child {
	padding-bottom: 20px;
}

.navbar .dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}

.navbar .dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}


@media (max-width: 768px) {
	.navbar {
		margin-left: 0;
    top: -8px;
		box-shadow: none;
	}
	.navbar .navbar-nav {
		display: flex;
	}

	.navbar .nav-item {
		float: none;
	}
	.navbar .dropdown-menu {
		box-shadow: none;
		padding-left: 20px;
		padding-right: 20px;
	}
	.navbar .dropdown-item {
		white-space: normal;
	}
}

.navbar-toggler {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  padding: 3px 0 0 10px;
}

.navbar.navbar-header {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}



h1 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 300;
	color: #dc2215;
}

h2 {
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	color: #00aef0;
}

h3 {
	font-size: 21px;
	line-height: 25px;
	font-weight: normal;
	color: #00aef0;
}

h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #00aef0;
	margin: 0;
}

h5 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #dc2215;
	margin: 0;
}

h6 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #666;
	margin: 0;
}

@media (max-width: 768px) {
	h1 {
		font-size: 30px;
		line-height: 36px;
	}

}


td > h1, td > h2, td > h3, td > h4, td > h5, td > h6,
th > h1, th > h2, th > h3, th > h4, th > h5, th > h6 {
	margin-top: 0;
}


.row.margin > [class*="col-"] {
  margin-bottom: 20px;
}

.row.rowMargin {
  margin-top: 5px;
	margin-bottom: 15px;
}

.row.rowMarginMedium {
  margin-top: 10px;
	margin-bottom: 20px;
}

.row.rowMarginBig {
  margin-top: 20px;
	margin-bottom: 40px;
}


.rowNoPadding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


@media (max-width: 768px) {
	.content {
		padding-right: 0;
		padding-left: 0;
	}
}



.content, .hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}



.content .block {
	background-color: #f7f7f7;
	padding: 15px 20px;
	margin-bottom: 30px;
	position: relative;
  border-radius: 10px;
}

.content .block.neutral {
	background-color: transparent;
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
}



.content table {
	width: 100%;
	table-layout: auto;
	font-size: 16px;
	line-height: 25px;
}


.content th, .content td {
	word-break: break-word;
	vertical-align: top;
	padding: 3px;
}


.content img {
    display: block;

    max-width: 100%;
    height: auto;
    border: 0;
}




.stage {
	min-height: 350px;
	background-color: #f7f7f7;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/javax.faces.resource/img/stage01.jpg?ln=layout-default&v=1_0_10');
}

.stage .row {
	position: relative;
}

.stageinfo {
	background-color: rgba(0,173,239,0.85);
	padding: 20px 30px 15px 30px;
	color: #fff;

	font-size: 14px;
	line-height: 18px;

	position: absolute;
	bottom: -320px;
	z-index: 100;
}


.stageinfo h1, .stageinfo h2, .stageinfo h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px 0;
	padding: 0;
}

.stageinfo h1 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}

.stageinfo a, .stageinfo a:link, .stageinfo a:active, .stageinfo a:visited {
	color: #fff;
	text-decoration: none;
}

.stageinfo a:hover {
	color: #fff;
	text-decoration: underline;
}

.stageinfo .eventtype {
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 5px 0;
}

.stageinfo .subtitle {
	font-weight: normal;
}



.stageinfo h1, .stageinfo h2, .stageinfo h3, .stageinfo h4{
	color: #fff;
}

@media (max-width: 768px) {
	.stage {
		min-height: 0;
	}
	.stageinfo {
		position: static;
		padding-left: 15px;
		padding-right: 15px;
	}
}



.row.sponsors {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.content .block.sponsor {
	padding-top: 0;
  padding-bottom: 0;
}

.content .block.sponsor img {
	max-height: 65px;
}

.content .block.sponsor p {
	margin: 0;
	padding: 0;
}


.headerFixed {
	width: 100%;
	position: relative;
	z-index: 300;
}
@media (max-width: 768px) {
	.headerFixed {
		position: relative;
	}
}


.header {
	width: 100%;
	min-height: 80px;
	background: #fff;
}

.header .logoCol {
  padding: 15px 5px 0 15px;
}

.header .logo {
  width: 165px;
  height: 48px;
	display: block;
  background-image: url('/javax.faces.resource/img/dkg_logo.svg?ln=layout-default&v=1_0_10');
  background-repeat: no-repeat;
  background-size: contain;
}

.header .currentUserInfo {
	color: #666;
	text-align: right;
	margin-bottom: 5px;
	word-wrap: break-word;
}

.header .currentUserInfo .logout a {
	float: right;
	margin-left: 10px;
}

.header .currentUserInfo .logout a {
	color: #666;
	display: block;
	padding: 3px;
}

.header .currentUserInfo .logout a .fa {
	margin-right: 2px;
	color: #00aef0;
}

.header .actions {
	padding-top: 15px;
	margin-bottom: 10px;
}

.header .actions ul {
	list-style: none;
}

.header .actions ul li {
	float: right;
	margin-left: 10px;
}

.header .actions ul li a {
	color: #666;
	display: block;
	padding: 3px;
}

.header .actions ul li a.active {
	text-decoration: underline;
}


.header .actions ul li .fa {
	color: #00aef0;
	margin-right: 5px;
}

.header .actions .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}


.header .actions .btnRegistration {
	float: right;
}

.header .actions .btnLogin {
	float: right;
}

.header .actionIcons {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 10px;
  width: auto;
}

.header .iconLogin {
	display: block;
	margin: 0 0 0 5px;
	padding: 6px 5px;
	float: right;
	font-size: 22px;
	line-height: 20px;
	font-weight: normal;
}

.header .iconNavigationToggle {
	display: block;
	margin: 0 0 0 5px;
	padding: 5px 10px;
	float: right;
	font-size: 26px;
	line-height: 20px;
	font-weight: normal;
}



@media (max-width: 768px) {
  .header .actions {
    padding-top: 10px;
    margin-bottom: 5px;
  }
	.header .actions ul {
		margin: 0;
		padding: 0 0 0 15px;
	}
	.header .actions ul li {
		float: none;
		margin: 0;
		padding: 5px 0;
	}
}

.registrationInfo .btnRegistration, .registrationInfo .btnRegistration:focus, .registrationInfo .btnRegistration:active, .registrationInfo .btnRegistration:focus:active,
.header .btnRegistration, .header .btnRegistration:focus, .header .btnRegistration:active, .header .btnRegistration:focus:active,
.headerMobilReg .btnRegistration, .headerMobilReg .btnRegistration:focus, .headerMobilReg .btnRegistration:active, .headerMobilReg .btnRegistration:focus:active {
	background-color: #dc2215 !important;
  border-color: #dc2215 !important;
}

.registrationInfo .btnRegistration, .registrationInfo .btnRegistration:focus, .registrationInfo .btnRegistration:active, .registrationInfo .btnRegistration:focus:active{
	width: 100%;
	max-width: 300px;
}

.header .btnLogin {
	font-weight: bold !important;
}

.header .btnLogin .fa {
	font-size: 18px;
	line-height: 18px;
}

.header .btnLogout {
	font-weight: bold;
}

.header .btnLogout.fa {
	font-size: 18px;
	line-height: 18px;
}

.headerMobilReg {
	padding: 0 30px 0 0;
	background: #fff;
}

.headerMobilReg .btnRegistration {
	width: 100%;
	margin: 10px 15px;
}

#headerLogin {
	position: absolute;
	margin-top: 2px;
	width: 100%;
	z-index: 310;
	background-color: #fff;
	display: none;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}


.header .languages {
	padding-top: 10px;
	margin-bottom: 10px;
}

.header .languages .lang {
	float: right;
	margin-left: 6px;
}


.registrationGtc {
	height: 300px;
	overflow: auto;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
	.registrationGtc {
		overflow: visible;
		height: auto;
	}
}

.ui-wizard-content {
    padding: 15px 0;
}


.formInputNotice {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}



.formWizardActions {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

@media (max-width: 768px) {
	.formWizardActions {
		position: static;
	}
}



.checkbox label.fixlabel, .radio label.fixlabel {
    padding: 0 0 0 10px;
    position: relative;
    top: -2px;
}




.form-group .form-control,
.form-group input[type="text"],
.form-group input[type="date"],
.form-group input[type="datetime"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group input[type="search"],
.form-group input[type="url"],
.form-group input[type="password"],
.form-group select, .form-group textarea {
    width: 100%;
}



.editModeContainer {
	position: relative;
}

.editModeContainer.inEditMode {
  outline: 2px dashed #838383;
  outline-offset: 5px;
}


.editModeButtons {
	position: absolute;
	right: 15px;
	top: -20px;
}

.teaserDialog {
	background-color: #19b5f0;
	color: #fff;
	border: 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4) !important;
	margin: 0 20px 20px 10px;
	min-height: 60px;

	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA8CAMAAAAAPFkHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBQTFRF2fL8ctH1Hbbwj9v3peL5QcLy1vH8Or/y+v3+iNj33fT8U8fzxOz7y+77TMXz4/b9NL3x9/z+ILfw0vD8RcPyMr3xbM/1kNv31fH87Pj9ld340O/7ftX2t+j6IbfwG7Xw6vj9/v7++Pz+Hrbw7fn9MLzxTsbznd740fD7X8v08fr9SMTzIrjw3vT8edP2etT2ye37pOH5LLvxNr7xQMHyR8PzWcn04/b8Ysz0Z830tef6md740fD8/f7+////GbXw/stXRwAAAQBJREFUeNrsl+cOgjAURnEP3AoqQ8C9B+6F7/9WXlISizakoCImnF+9X3rSUEppmZtnmKe6JwiCROjXEUVx6azWDMOoEtQK5OWgqHrqwQi6MKlXNpC3sdpSY4Z7okite1ffHLWbRezNZ8q+MoP8arWfRs24mOF0qK5lWT4TVEWSpIWzSsPnVDVJjwb9K94XYuvX6iBBTyBeDqbqHMcp9k0YEp1GLUJZsqkFSPKh+qdqn0WoUB5ZnLn5D7PaE5LapPpkGsFRTzlE2ZyUHM4QkrHVXoWrKVT9UQ88z09tqg7J7su7v0+qeUa8xOnRPnYy9f88vI24h3DjeON25YK7AAMAk8/NDrb/8L4AAAAASUVORK5CYII=');
	background-size: 29px 30px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.teaserDialogContent {
	color: #fff;
	padding-left: 35px;
	padding-right: 20px;
}

.teaserDialogContent a, .teaserDialogContent a:link, .teaserDialogContent a:active, .teaserDialogContent a:visited {
	color: #fff;
}

.teaserDialogContent a:hover {
	color: #fff;
	text-decoration: none;
}

.teaserDialog .closeBtn {
	border: 0;
	background-color: transparent;
	color: #fff;
	display: block;
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 24px;
}






/* Form controls */

.disabled {
	color: #aaa !important;
}

.formGroupContainer {
  padding: 0 10px 20px 10px;
}

.formGroupHead {
	font-weight: bold;
  padding-top: 8px;
  padding-bottom: 2px;
}

.formGroupHead.chosen, .formGroupHead.old {
  font-size: 0.9em;
  line-height: 1.4em;
  color: #777;
}

.formGroupHead.validationError {
	color: #f42c2c;
}

.formGroupHead .ui-outputlabel-rfi {
	color: #fff;
}

@media (max-width: 768px) {
	.formGroupHead {
		width: 100%;
	}
}

.formGroupOptions {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.formGroupOptions.validationError {
	border: 1px solid #f42c2c;
}

.formGroupOptions.chosen, .formGroupOptions.old {
  padding-top: 10px;
  font-size: 0.9em;
  line-height: 1.4em;
}

.formGroupOptions.old {
	border: 1px solid #aeaeae;
}

.formGroupOptions > input[type="text"], .formGroupOptions > select {
	width: 100%;
}

.formGroupOptions .ui-message {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
}


.formGroupOptions .ui-message.ui-message-error {
	background-color: transparent;
	color: #f42c2c;
	border: none;
	font-weight: bold;
}

.formGroupOptions .ui-messages-info-detail, .formGroupOptions .ui-messages-warn-detail, .formGroupOptions .ui-messages-error-detail, .formGroupOptions .ui-messages-fatal-detail, .formGroupOptions .ui-message-info-detail, .formGroupOptions .ui-message-warn-detail, .formGroupOptions .ui-message-error-detail, .formGroupOptions .ui-message-fatal-detail {
	margin: 0;
}


.formGroupOptions .ui-outputlabel-rfi {
  display: none;
}

.selectOneRadio td {
	padding: 5px 0;
}

.selectOneRadio input[type="radio"] {
	display: block;
	float: left;
	margin: 4px 10px 10px 0;
	cursor: pointer;
}

.selectOneRadio label {
	display: block;
	font-weight: normal;
	overflow: hidden;
}

.selectOneRadio .text {
	font-weight: normal;
}

.selectOneRadio .price {
	font-weight: bold;
	float: right;
	display: block;
	margin: 0 0 2px 5px;
}

.selectOneRadio .priceNetto {
	font-weight: normal;
	float: right;
	display: block;
	margin: 0 0 2px 5px;
	font-size: 0.8em;
}

.selectOneRadio .priceNetto:after {
	content: "/";
	margin-left: 3px;
}

div.selectBooleanCheckbox {
	padding-top: 5px;
}

.selectBooleanCheckbox input[type="checkbox"] {
	display: block;
	float: left;
	margin: 4px 10px 10px 0;
	cursor: pointer;
}

.selectBooleanCheckbox label {
	display: block;
	font-weight: normal;
	overflow: hidden;
}

.selectBooleanCheckbox .text {
	font-weight: normal;
}

.selectBooleanCheckbox .price {
	font-weight: bold;
	float: right;
	display: block;
	margin: 0 0 2px 5px;
}

.selectBooleanCheckbox .priceNetto {
	font-weight: normal;
	float: right;
	display: block;
	margin: 0 0 2px 5px;
	font-size: 0.8em;
}

.selectBooleanCheckbox .priceNetto:after {
	content: "/";
	margin-left: 3px;
}

.formGroupOptions.chosen .text, .formGroupOptions.old .text {
	margin-bottom: 10px;
}

.formGroupOptions.chosen .textDetails, .formGroupOptions.old .textDetails {
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5px;
	font-size: 0.85em;
	line-height: 1em;
}

.formGroupOptions.chosen .date, .formGroupOptions.old .date {
	font-weight: normal;
	font-size: 0.85em;
	line-height: 1em;
	font-style: italic;
}

.formGroupOptions.chosen .price, .formGroupOptions.old .price {
	font-weight: bold;
	float: right;
	display: block;
	margin: 0 0 2px 5px;
}

.formGroupOptions.chosen .priceNetto, .formGroupOptions.old .priceNetto {
	font-weight: normal;
	float: right;
	display: block;
	margin: 0 0 2px 5px;
	font-size: 0.8em;
}

.formGroupOptions.chosen .priceNetto:after, .formGroupOptions.old .priceNetto:after {
	content: "/";
	margin-left: 3px;
}

pre {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 5px 10px;
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	line-height: 1.5em;
	font-weight: normal;
}

.formGroupOptions pre {
	padding: 0;
}


.hyphen, .hyphen {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   -hyphens: auto;
	hyphens: auto;
}

.break-all {
	word-break: break-all;
}

.ellipsis {
	text-overflow: ellipsis;
}

.bookingChoicesSum .price {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #00aef0;
    text-align: right;
}


.bookingChoicesSum .priceNetto {
    text-align: right;
}



.textColumns {
	-webkit-column-width: 340px;
	-webkit-column-gap: 35px;
	-moz-column-width: 340px;
	-moz-column-gap: 35px;
	column-width: 340px;
	column-gap: 35px;
}

.textColumns h1 {
	-webkit-column-span: all;
	column-span: all;
}

.textColumns .columnSpanAll {
	-webkit-column-span: all;
	column-span: all;
}

.justifyAndHyphens {
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.justifyAndHyphens h1,
.justifyAndHyphens h2,
.justifyAndHyphens h3,
.justifyAndHyphens h4,
.justifyAndHyphens h5 {
	text-align: left;
}



.ui-datepicker-current, .ui-datepicker-close {
	background-color: #00aef0;
	border: 1px solid #00aef0;
	color: #fff;
}


.eventlistItem {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.eventlistItem.active {
	border: 2px solid #00aef0;
}





/* Layout fixes */

.ui-wizard {
  position: relative;
}

.ui-menu .ui-menu-parent .ui-menu-child {
	width: auto !important;
	white-space: nowrap;
}


@media (min-width: 768px) {
	#actionsbar {
		min-width: 560px;
	}
}


.bookingOptionContent {
  word-break: break-word;
}

.bookingOptionContent table {
	 width: 100% !important;
}


.col-sm-4.content a img {
    display: block;
    max-width: 260px;
    height: auto;
    border: 0;
    width: 85%;
}


.app-form-container {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.app-form-container > h2, .app-form-container > h3 {
  padding: 0;
  margin: 0 0 20px 0;
}




@media (min-width: 576px) {
  .container.app, .container-sm.app {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container.app, .container-md.app, .container-sm.app {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container.app, .container-lg.app, .container-md.app, .container-sm.app {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container.app, .container-lg.app, .container-md.app, .container-sm.app, .container-xl.app {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container.app, .container-lg.app, .container-md.app, .container-sm.app, .container-xl.app, .container-xxl.app {
    max-width: 1320px;
  }
}




.documentStatus_SUBMITTED {
  color: #888888;
}

.documentStatus_ACCEPTED_LECTURE {
  color: #118b11;
}

.documentStatus_ACCEPTED_POSTER {
  color: #118b11;
}

.documentStatus_POSTER {
  color: #118b11;
}

.documentStatus_PENDING_LECTURE {
  color: #e5a100;
}

.documentStatus_PENDING_POSTER {
  color: #e5a100;
}

.documentStatus_REJECTED {
  color: #cb3535;
}



tr.ui-datatable-even + tr.ui-expanded-row-content {
  background-color: #f9f9f9;
  box-shadow: inset 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #b7b7b7;
}

tr.ui-datatable-odd + tr.ui-expanded-row-content {
  background-color: #ffffff;
  box-shadow: inset 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #b7b7b7;
}




.participantDetails {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.participantDetails .bookingsSection {
  width: 40%;
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
}

.participantDetails .thumbnailsSection {
  width: 60%;
  flex-basis: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
  padding: 0 0 0 30px;
}

.participantDetails .previewItem {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  padding: 0 20px 20px 0;
}

@media (max-width: 768px) {
  .participantDetails .bookingsSection {
    width: 100%;
    flex-basis: 100%;
  }
  .participantDetails .thumbnailsSection {
    width: 100%;
    flex-basis: 100%;
    padding: 20px 0 10px 0;
  }
  .participantDetails .previewItem {
    flex-basis: 50%;
  }
}

.participantDetails .previewItem .caption {
  word-break: break-all;
}

.participantDetails .pdfThumbnailContainer {
  position:relative;
  min-width: 80px;
  max-width: 150px;
  min-height: 80px;
  max-height: 150px;
  cursor: pointer;
  flex: 1;
  padding-bottom: 5px;
}

.participantDetails .pdfThumbnailContainer > img,
.participantDetails .pdfThumbnailContainer > iframe {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}

.participantDetails .pdfThumbnailContainer > .btnShowDialog {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.0);
  top: 0;
  left: 0;
}

.participantDetails .dialogImage {
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 80px);
  border: 1px solid #ccc;
}

.participantDetails .bookingsTable {
  border-collapse: collapse;
}

.participantDetails .bookingsTable tr td {
  border: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  padding: 3px 5px 3px 0;
}

.participantDetails .bookingsTable tr:last-child td {
  border-bottom: 1px solid transparent;
}

.participantDetails .bookingsTable .priceInfo {
  text-align: right;
  font-weight: bold;
  font-size: 1.2em;
  display: flex;
  justify-content: space-between;
}

.participantDetails .bookingsTable .priceInfo .priceInfoNetto {
  color: #aaa;
  font-weight: 500;
  padding-right: 10px;
}

.participantDetails .bookingsTable .totalPriceRow td {
  font-weight: bold;
  padding: 10px 5px 10px 0;
}

.admin {
  border: 3px solid #bd0000;
  border-radius: 10px;
  padding: 5px 20px 20px 20px;
  margin: 20px 0;
}

.admin::before {
  display: block;
  content: "ADMIN";
  font-weight: bold;
  color: #bd0000;
  padding: 10px 0;
}


body .ui-dialog.pdfViewerDialog {
  touch-action: none;
}

body .ui-dialog.pdfViewerDialog .ui-dialog-content {
  padding: 0;
  overflow: hidden;
}

.dialogPdfContainer {
  width: 100vw;
  max-width: 1200px;
  height: calc(100vh - 80px);
  border: 1px solid #ccc;
}


.contentItemDocument {
  max-width: 350px;
  margin-bottom: 20px;
}

.contentItemDocument > a.viewerLink:link,
.contentItemDocument > a.viewerLink:active,
.contentItemDocument > a.viewerLink:visited {
  display: flex;
  align-items: flex-start;
  color: inherit;
  text-decoration: none;
  border-radius: 8px;
  padding: 10px 15px;
  background-color: #f9f9f9;
  border: 2px solid #ccc;
}

.contentItemDocument > a.viewerLink:hover {
  background-color: #eee;
  color: #cb0d00;
}

.contentItemDocument > a.viewerLink .documentText {
  flex: 1;
}

.contentItemDocument > a.viewerLink .documentText .documentTitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 0 10px;
}

.contentItemDocument > a.viewerLink .documentText .documentClickText {
  padding: 0 0 5px 10px;
}

.contentItemDocument > a.viewerLink i.fa-file-pdf {
  font-size: 50px;
  margin-right: 10px;
  color: #dc2215;
}

.contentItemDocument > a.downloadLink {
  display: flex;
  align-items: flex-end;
  color: inherit;
  text-decoration: none;
  padding: 8px 5px 5px 5px;
  justify-content: flex-end;
}

.contentItemDocument > a.downloadLink:hover {
  color: #dc2215;
}

.contentItemDocument > a.downloadLink i.pi-download {
  font-size: 20px;
  margin-right: 10px;
  color: #dc2215;
}




