#langSwitcher {
	width: 100%;
}

@media (min-width: 768px) {
	#langSwitcher {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container, #langSwitcher {
		width: 860px;
	}
}

h1, h2, h3, h4 {
	color: #33ADDB;
	font-family: Arial, sans-serif;
}

h1 {
	font-size: 30px;
	margin-bottom: 25px;
}

.header {
	background-color: #33ADDB;
	margin-bottom: 10px;
}

.header-content {
	color: white;
	font-family: Arial, sans-serif;
	text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.5);
	font-size: 17px;
	margin: 19px 0 24px;
}

.header-content a {
	color: white;
	text-decoration: none;
	font-weight: 700;
}

.header-content a:hover {
	color: white;
}

.header-content a:focus {
	color: white;
}

.header-content p {
	margin-bottom: 0;
}

.header-content .header-title {
	font-size: 25px;
	margin-bottom: 9px;
}

.form-control.sizeXS {
	width: 20%;
}

.form-control.sizeS {
	width: 40%;
}

.form-control.sizeM {
	width: 60%;
}

.form-control.sizeL {
	width: 80%;
}

.hidden {
	display: none;
}

.btn {
	margin: 10px 0 20px;
	padding: 10px 30px;
	font-size: 18px;
	border-radius: 0;
}

.btn-primary {
	background-color: #33ADDB;
}

.btn-primary:hover {
	background-color: #2e98bf;
}

.registrationForm {
	margin-bottom: 30px;
}

.registrationForm .checkbox-offsetted, .registrationForm .radio-offsetted {
	margin-left: 80px;
}

.registrationForm input[type=checkbox].checkbox-static {
	position: static;
	margin-left: 0;
}

.registrationForm p {
	margin-top: 12px;
}

.registrationForm h2 {
	font-size: 18px;
	border-bottom: 1px solid #70b4cc;
	padding-bottom: 5px;
	margin: 40px 0 20px;
}

.registrationForm h2.heading-first {
	margin-top: 30px;
}

.registrationForm h3 {
	font-size: 16px;
}

.registrationForm label.required:after {
	content: '\a0*';
	color: red;
	font-weight: normal;
}

span.required {
	color: red;
}

.message {
	font-size: 18px;
	margin: 20px 0 15px;
}

.message-success {
	color: #009a00;
}

.message-error {
	color: #e60000;
}

.tooltip-toggle {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	background: #eee;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	border-radius: 9px;
	border: 1px solid #aaa;
	cursor: help;
	margin: 0 4px;
	position: relative;
	top: -1px;
}

.tooltipsy {
	font-size: 13px;
	text-align: left;
	padding: 15px 15px 1px;
	line-height: 16px;
	background-color: white;
	border-radius: 4px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
	position: relative;
}

.tooltipsy .table, .tooltipsy .alert {
	margin-bottom: 14px;
}

.tooltipsy .table .table {
	margin-bottom: 0;
}

.tooltip-src {
	display: none;
}

.iti__flag {
	background-image: url('../img/flags.png');
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.iti__flag {
		background-image: url('../img/flags@2x.png');
	}
}


.affiliationsPicker {
	position: relative;
	white-space: nowrap;
}

.affiliationsPicker > span {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #eee;
	height: 32px;
	line-height: 18px;
	padding: 6px 10px;
	text-align: center;
}

.affiliationsPicker > ul {
	position: absolute;
	list-style-type: none;
	padding: 6px;
	z-index: 100;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: white;
	margin-top: -2px;
	display: none;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.affiliationsPicker > ul li {
	padding-left: 4px;
}

.affiliationsPicker > ul li:last-child label {
	margin-bottom: 0;
}


.affiliationsPicker > ul li:before {
	content: none;
	position: static;
}

.affiliationsPicker > ul li strong {
	margin: 0 3px 0 4px;
}

.affiliationsPicker > ul label {
	display: block;
	font-weight: normal;
	cursor: pointer;
	padding-right: 4px;
}

.affiliationsPicker:hover > ul {
	display: block;
}

.abstractForm h2, .sessionBookingContainer h2 {
	margin: 40px 0 15px;
}

.abstractForm label.required:after {
	content: '\a0*';
	color: red;
	font-weight: normal;
}

.abstractForm .control-label.text-left {
	text-align: left;
}

.abstractForm table, .sessionBookingContainer table {
	margin: 30px 0 40px;
}

.abstractForm .btn {
	margin: 0;
}

.abstractForm .btn-primary-wrapper .btn {
	margin: 10px 0 20px;
}

.author-presenting > span {
	text-decoration: underline;
}

.affiliationsList {
	font-style: italic;
	list-style-type: none;
	padding-left: 30px;
}

.affiliationsList li {
	padding-left: 0;
}

.affiliationsList li:before {
	content: none;
}

.abstractContent {
	margin-bottom: 30px;
}

.abstractStyles h1, .abstractStyles h2, .abstractStyles h3 {
	color: black;
	border: none;
	padding: 0;
	font-weight: 500;
}

.abstractStyles h1 strong, .abstractStyles h2 strong, .abstractStyles h3 strong {
	font-weight: 500;
}

.abstractStyles h1 {
	font-size: 24px;
}

.abstractStyles h2 {
	font-size: 21px;
	margin-top: 30px;
}

.abstractStyles h3 {
	font-size: 18px;
	margin-top: 30px;
}

.abstractStyles .abstractTitle {
	font-weight: 700;
	font-size: 28px;
}

.abstractAdminNotice {
	color: white;
	background: #f18430;
	padding: 18px;
	margin-bottom: 30px;
}

.abstractUserNotice {
	border: 1px solid #f18430;
	padding: 18px;
	margin-bottom: 30px;
}

.abstractForm .btn-primary-wrapper {
	margin-top: 20px;
}

.proceedToPayment, .proceedToBooking {
	margin: 8px 0;
}


#abstractApp {
	margin-bottom: 20px;
}

#abstractApp .btn {
	font-size: 16px;
	padding: 5px 15px;
}

.abstractIsReadOnly, .abstractSubmissionClosed, .bookingIsReadonly, .booking-save-note {
	color: #f18430;
}

.booking-save-note-success {
	color: #009a00;
}

.abstractImages {
	margin-bottom: 30px;
}

.abstractImages-existing > div, .abstractImages > div {
	margin-bottom: 25px;
}

.abstractImages .text-muted {
	font-size: 80%;
	padding: 5px;
}

label span.characters {
	font-weight: normal;
	white-space: nowrap;
}

.booking {
	margin: 40px 0 100px;
}

.booking h2 {
	font-size: 22px;
	margin-top: 2.5rem;
	margin-bottom: 0;
}

.booking-capacity {
	font-size: 12px;
}

.booking .alert {
	margin-top: 20px;
}

.booking .cell-clickable {
	cursor: pointer;
}

.booking .capacity {
	font-size: 1.1rem;
	color: #878787;
}


.booking-book {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 80px;
	background: white;
	border-top: 1px solid #ddd;
	text-align: center;
}

.booking-book .btn {
	margin-top: 15px;
}

.booking .collapsible {
	table-layout: fixed; /* Necessary? */

}

@media screen and (max-width: 680px) {
	.booking h2 {
		margin-bottom: 10px;
	}

	.booking .collapsible tr:first-child {
		display: none;
	}

	.booking .collapsible td, .booking .collapsible th {
		display: block;
		border-top: none;
	}

	.booking .collapsible td:first-child {
		background: #f8f8f8;
	}

	.booking .collapsible td[data-th]:before {
		content: attr(data-th);
		display: block;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.booking .collapsible td[data-empty=true] {
		display: none;
	}


	.booking .collapsible {
		border-width: 1px 0 0;
	}

	.booking .collapsible .booking-duration {
		display: none;
	}
}

.btn:focus, a:focus, input:focus {
	outline: none !important;
}

.successButtons {
	margin: 20px 0;
}


/* ⬇ Review */
.inputContainer input[type=text] {
	display: none;
}

.inputContainer i {
	font-size: 21px;
	line-height: 21px;
	cursor: pointer;
}

.inputContainer i.bi-dash-lg {
	cursor: auto;
}

.inputContainer i.bi-check-circle-fill {
	color: #1abb64;
}

.inputContainer i.bi-circle {
	color: #707070;
}

td.conflicting {
	background: #ffe5e5;
	position: relative;
}

.conflictingAlert {
	white-space: normal;
	font-size: 1.2rem;
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	padding: 5px 5px 8px;
	background: #fccfcf;
	border: 1px solid #e0acac;
	z-index: 10;
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

td.conflicting:hover .conflictingAlert {
	display: inline-block;
}

.registrationForm .questionnaire-question {
	margin-bottom: 20px;
}

.registrationForm .questionnaire-description {
	margin-top: 0;
}

.registrationForm .questionnaire-description-checkbox {
	margin-top: 5px;
}

.registrationForm .questionnaire-question.checkbox label {
	font-weight: bold;
}

.registrationForm .datetimepicker {
	width: 8em;
	text-align: center;
}

#langSwitcher {
	text-decoration: none;
	font-weight: 700;
	text-shadow: none;
	color: #ddd;
	position: absolute;
	top: 0;
	text-align: right;
	padding: 15px;
	margin-left: -15px;
	box-sizing: border-box;
}

#langSwitcher a {
	color: #ddd;
	text-decoration: none;
	font-weight: normal;
	margin: 0 2px;
	font-size: 1.5rem;
}

#langSwitcher a.active, #langSwitcher a:hover, #langSwitcher a:focus {
	color: white;
}
