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

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

h1 {
	font-size: 30px;
}

.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-primary {
	margin: 10px 0 20px;
	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;
}

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 {
	margin: 40px 0 15px;
}

.abstractForm label.required:after {
	content: '*';
	margin-left: 4px;
	color: #F04E26;
	font-weight: normal;
}

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

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

.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 {
	margin: 10px 0 15px;
}


#abstractApp {
	margin-bottom: 20px;
}

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

.abstractIsReadOnly, .abstractSubmissionClosed {
	color: #f18430;
}

.abstractImages {
	margin-bottom: 30px;
}

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

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