﻿/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
	list-style: none;
}

	.bootstrap-datetimepicker-widget.dropdown-menu {
		display: block;
		margin: 2px 0;
		padding: 4px;
		width: 19em;
	}

@media (min-width:768px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}

@media (min-width:992px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}

@media (min-width:1200px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
	content: '';
	display: inline-block;
	position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0,0,0,0.2);
	top: -7px;
	left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	top: -6px;
	left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ccc;
	border-top-color: rgba(0,0,0,0.2);
	bottom: -7px;
	left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	bottom: -6px;
	left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
	left: auto;
	right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
	left: auto;
	right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
	margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
	padding: 6px 0;
}

	.bootstrap-datetimepicker-widget a[data-action]:active {
		box-shadow: none;
	}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
	width: 54px;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
	padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
	text-align: center;
}

	.bootstrap-datetimepicker-widget .picker-switch::after {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
		content: "Toggle Date and Time Screens";
	}

	.bootstrap-datetimepicker-widget .picker-switch td {
		padding: 0;
		margin: 0;
		height: auto;
		width: auto;
		line-height: inherit;
	}

		.bootstrap-datetimepicker-widget .picker-switch td span {
			line-height: 2.5;
			height: 2.5em;
			width: 100%;
		}

.bootstrap-datetimepicker-widget table {
	width: 100%;
	margin: 0;
}

	.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
		text-align: center;
		border-radius: 4px;
	}

	.bootstrap-datetimepicker-widget table th {
		height: 20px;
		line-height: 20px;
		width: 20px;
	}

		.bootstrap-datetimepicker-widget table th.picker-switch {
			width: 145px;
		}

		.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
			background: none;
			color: #777;
			cursor: not-allowed;
		}

		.bootstrap-datetimepicker-widget table th.prev::after {
			position: absolute;
			width: 1px;
			height: 1px;
			margin: -1px;
			padding: 0;
			overflow: hidden;
			clip: rect(0, 0, 0, 0);
			border: 0;
			content: "Previous Month";
		}

		.bootstrap-datetimepicker-widget table th.next::after {
			position: absolute;
			width: 1px;
			height: 1px;
			margin: -1px;
			padding: 0;
			overflow: hidden;
			clip: rect(0, 0, 0, 0);
			border: 0;
			content: "Next Month";
		}

	.bootstrap-datetimepicker-widget table thead tr:first-child th {
		cursor: pointer;
	}

		.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
			background: #eee;
		}

	.bootstrap-datetimepicker-widget table td {
		height: 54px;
		line-height: 54px;
		width: 54px;
	}

		.bootstrap-datetimepicker-widget table td.cw {
			font-size: .8em;
			height: 20px;
			line-height: 20px;
			color: #777;
		}

		.bootstrap-datetimepicker-widget table td.day {
			height: 20px;
			line-height: 20px;
			width: 20px;
		}

			.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
				background: #eee;
				cursor: pointer;
			}

		.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
			color: #777;
		}

		.bootstrap-datetimepicker-widget table td.today {
			position: relative;
		}

			.bootstrap-datetimepicker-widget table td.today:before {
				content: '';
				display: inline-block;
				border: solid transparent;
				border-width: 0 0 7px 7px;
				border-bottom-color: #337ab7;
				border-top-color: rgba(0,0,0,0.2);
				position: absolute;
				bottom: 4px;
				right: 4px;
			}

		.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
			background-color: #337ab7;
			color: #fff;
			text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
		}

			.bootstrap-datetimepicker-widget table td.active.today:before {
				border-bottom-color: #fff;
			}

		.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
			background: none;
			color: #777;
			cursor: not-allowed;
		}

		.bootstrap-datetimepicker-widget table td span {
			display: inline-block;
			width: 54px;
			height: 54px;
			line-height: 54px;
			margin: 2px 1.5px;
			cursor: pointer;
			border-radius: 4px;
		}

			.bootstrap-datetimepicker-widget table td span:hover {
				background: #eee;
			}

			.bootstrap-datetimepicker-widget table td span.active {
				background-color: #337ab7;
				color: #fff;
				text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
			}

			.bootstrap-datetimepicker-widget table td span.old {
				color: #777;
			}

			.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
				background: none;
				color: #777;
				cursor: not-allowed;
			}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
	height: 27px;
	line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
	width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
	line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
	cursor: pointer;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.daterangepicker {
	position: absolute;
	color: inherit;
	background-color: #fff;
	border-radius: 4px;
	width: 278px;
	padding: 4px;
	margin-top: 1px;
	top: 100px;
	left: 20px;
	/* Calendars */
}

	.daterangepicker:before, .daterangepicker:after {
		position: absolute;
		display: inline-block;
		border-bottom-color: rgba(0, 0, 0, 0.2);
		content: '';
	}

	.daterangepicker:before {
		top: -7px;
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		border-bottom: 7px solid #ccc;
	}

	.daterangepicker:after {
		top: -6px;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #fff;
		border-left: 6px solid transparent;
	}

	.daterangepicker.opensleft:before {
		right: 9px;
	}

	.daterangepicker.opensleft:after {
		right: 10px;
	}

	.daterangepicker.openscenter:before {
		left: 0;
		right: 0;
		width: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.daterangepicker.openscenter:after {
		left: 0;
		right: 0;
		width: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.daterangepicker.opensright:before {
		left: 9px;
	}

	.daterangepicker.opensright:after {
		left: 10px;
	}

	.daterangepicker.dropup {
		margin-top: -5px;
	}

		.daterangepicker.dropup:before {
			top: initial;
			bottom: -7px;
			border-bottom: initial;
			border-top: 7px solid #ccc;
		}

		.daterangepicker.dropup:after {
			top: initial;
			bottom: -6px;
			border-bottom: initial;
			border-top: 6px solid #fff;
		}

	.daterangepicker.dropdown-menu {
		max-width: none;
		z-index: 3001;
	}

	.daterangepicker.single .ranges, .daterangepicker.single .calendar {
		float: none;
	}

	.daterangepicker.show-calendar .calendar {
		display: block;
	}

	.daterangepicker .calendar {
		display: none;
		max-width: 270px;
		margin: 4px;
	}

		.daterangepicker .calendar.single .calendar-table {
			border: none;
		}

		.daterangepicker .calendar th, .daterangepicker .calendar td {
			white-space: nowrap;
			text-align: center;
			min-width: 32px;
		}

	.daterangepicker .calendar-table {
		border: 1px solid #fff;
		padding: 4px;
		border-radius: 4px;
		background-color: #fff;
	}

	.daterangepicker table {
		width: 100%;
		margin: 0;
	}

	.daterangepicker td, .daterangepicker th {
		text-align: center;
		width: 20px;
		height: 20px;
		border-radius: 4px;
		border: 1px solid transparent;
		white-space: nowrap;
		cursor: pointer;
	}

		.daterangepicker td.available:hover, .daterangepicker th.available:hover {
			background-color: #eee;
			border-color: transparent;
			color: inherit;
		}

		.daterangepicker td.week, .daterangepicker th.week {
			font-size: 80%;
			color: #ccc;
		}

		.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
			background-color: #fff;
			border-color: transparent;
			color: #999;
		}

		.daterangepicker td.in-range {
			background-color: #ebf4f8;
			border-color: transparent;
			color: #000;
			border-radius: 0;
		}

		.daterangepicker td.start-date {
			border-radius: 4px 0 0 4px;
		}

		.daterangepicker td.end-date {
			border-radius: 0 4px 4px 0;
		}

		.daterangepicker td.start-date.end-date {
			border-radius: 4px;
		}

		.daterangepicker td.active, .daterangepicker td.active:hover {
			background-color: #357ebd;
			border-color: transparent;
			color: #fff;
		}

		.daterangepicker th.month {
			width: auto;
		}

		.daterangepicker td.disabled, .daterangepicker option.disabled {
			color: #999;
			cursor: not-allowed;
			text-decoration: line-through;
		}

	.daterangepicker select.monthselect, .daterangepicker select.yearselect {
		font-size: 12px;
		padding: 1px;
		height: auto;
		margin: 0;
		cursor: default;
	}

	.daterangepicker select.monthselect {
		margin-right: 2%;
		width: 56%;
	}

	.daterangepicker select.yearselect {
		width: 40%;
	}

	.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
		width: 50px;
		margin-bottom: 0;
	}

	.daterangepicker .input-mini {
		border: 1px solid #ccc;
		border-radius: 4px;
		color: #555;
		height: 30px;
		line-height: 30px;
		display: block;
		vertical-align: middle;
		margin: 0 0 5px 0;
		padding: 0 6px 0 28px;
		width: 100%;
	}

		.daterangepicker .input-mini.active {
			border: 1px solid #08c;
			border-radius: 4px;
		}

	.daterangepicker .daterangepicker_input {
		position: relative;
	}

		.daterangepicker .daterangepicker_input i {
			position: absolute;
			left: 8px;
			top: 8px;
		}

	.daterangepicker.rtl .input-mini {
		padding-right: 28px;
		padding-left: 6px;
	}

	.daterangepicker.rtl .daterangepicker_input i {
		left: auto;
		right: 8px;
	}

	.daterangepicker .calendar-time {
		text-align: center;
		margin: 5px auto;
		line-height: 30px;
		position: relative;
		padding-left: 28px;
	}

		.daterangepicker .calendar-time select.disabled {
			color: #ccc;
			cursor: not-allowed;
		}

.ranges {
	font-size: 11px;
	float: none;
	margin: 4px;
	text-align: left;
}

	.ranges ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}

	.ranges li {
		font-size: 13px;
		background-color: #f5f5f5;
		border: 1px solid #f5f5f5;
		border-radius: 4px;
		color: #08c;
		padding: 3px 12px;
		margin-bottom: 8px;
		cursor: pointer;
	}

		.ranges li:hover {
			background-color: #08c;
			border: 1px solid #08c;
			color: #fff;
		}

		.ranges li.active {
			background-color: #08c;
			border: 1px solid #08c;
			color: #fff;
		}

/*  Larger Screen Styling */
@media (min-width: 564px) {
	.daterangepicker {
		width: auto;
	}

		.daterangepicker .ranges ul {
			width: 160px;
		}

		.daterangepicker.single .ranges ul {
			width: 100%;
		}

		.daterangepicker.single .calendar.left {
			clear: none;
		}

		.daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
			float: left;
		}

		.daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
			float: right;
		}

		.daterangepicker.ltr {
			direction: ltr;
			text-align: left;
		}

			.daterangepicker.ltr .calendar.left {
				clear: left;
				margin-right: 0;
			}

				.daterangepicker.ltr .calendar.left .calendar-table {
					border-right: none;
					border-top-right-radius: 0;
					border-bottom-right-radius: 0;
				}

			.daterangepicker.ltr .calendar.right {
				margin-left: 0;
			}

				.daterangepicker.ltr .calendar.right .calendar-table {
					border-left: none;
					border-top-left-radius: 0;
					border-bottom-left-radius: 0;
				}

			.daterangepicker.ltr .left .daterangepicker_input {
				padding-right: 12px;
			}

			.daterangepicker.ltr .calendar.left .calendar-table {
				padding-right: 12px;
			}

			.daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
				float: left;
			}

		.daterangepicker.rtl {
			direction: rtl;
			text-align: right;
		}

			.daterangepicker.rtl .calendar.left {
				clear: right;
				margin-left: 0;
			}

				.daterangepicker.rtl .calendar.left .calendar-table {
					border-left: none;
					border-top-left-radius: 0;
					border-bottom-left-radius: 0;
				}

			.daterangepicker.rtl .calendar.right {
				margin-right: 0;
			}

				.daterangepicker.rtl .calendar.right .calendar-table {
					border-right: none;
					border-top-right-radius: 0;
					border-bottom-right-radius: 0;
				}

			.daterangepicker.rtl .left .daterangepicker_input {
				padding-left: 12px;
			}

			.daterangepicker.rtl .calendar.left .calendar-table {
				padding-left: 12px;
			}

			.daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
				text-align: right;
				float: right;
			}
}

@media (min-width: 730px) {
	.daterangepicker .ranges {
		width: auto;
	}

	.daterangepicker.ltr .ranges {
		float: left;
	}

	.daterangepicker.rtl .ranges {
		float: right;
	}

	.daterangepicker .calendar.left {
		clear: none !important;
	}
}


/* to be merged after derivative web inclusion */
.image_logo_ing_markets {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -463px -252px;
	width: 28px !important;
	height: 14px !important;
}

.image_logo_bnp {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -119px -131px;
	width: 16px !important;
	height: 16px !important;
}

.image_logo_citi {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -144px -241px;
	width: 22px;
	height: 14px;
}

.image_logo_commerzbank {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -346px -241px;
	width: 16px;
	height: 14px;
}

.image_logo_deuba2 {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -78px -241px;
	width: 14px;
	height: 14px;
}

.image_logo_goldman_sachs4 {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -36px -270px;
	width: 35px;
	height: 14px;
}

.image_logo_hvb {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -166px -240px;
	width: 15px;
	height: 15px;
}

.image_logo_societe_generale {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -153px -131px;
	width: 16px;
	height: 16px;
}

.image_logo_hsbc {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -228px -92px;
	width: 29px;
	height: 15px;
}

.image_logo_hsbc2 {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -28px -296px;
	width: 21px;
	height: 11px;
}

.image_logo_wgz {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -293px -92px;
	width: 20px;
	height: 15px;
}

.image_logo_vontobel5 {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -333px -310px;
	width: 16px;
	height: 16px;
}

.image_logo_lbbw {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -156px -167px;
	width: 35px;
	height: 12px;
}

.image-logo-wikifolio-3 {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -402px -255px transparent;
	height: 16px;
	width: 16px;
}

.image_logo_ubs2,
.image_logo_ubs5 {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -0px -296px;
	width: 27px !important;
	height: 11px !important;
	padding: 0 !important;
	font-size: 1px;
	line-height: 1px;
}

.image_logo_hsh_nordbank {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -762px -108px;
	width: 17px;
	height: 18px;
}

.image_logo_deka {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -63px -230px;
	width: 35px;
	height: 10px;
}

.image_logo_erste_group {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -707px -148px;
	width: 35px;
	height: 15px;
}

.image_logo_rcb {
	content: url(/images/b_partner/RCB/icon.jpg);
	width: 17px;
	height: 16px;
}

.image_logo_opus {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -583px -451px;
	width: 45px;
	height: 16px;
}

.image_logo_lus {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -629px -451px;
	width: 25px;
	height: 16px;
}

.image_logo_flatex2 {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -289px -305px;
	width: 16px;
	height: 16px;
}

a.helpme {
	background: url(/images/sprite_icons.png) no-repeat -3px -5px;
	width: 13px;
	height: 13px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	text-transform: none !important;
	letter-spacing: normal !important;
	padding: 0 !important;
}

	a.helpme span {
		left: -175px;
		top: 18px;
		width: 300px;
		padding: 5px;
		position: absolute;
		background-color: white;
		border: 1px solid red;
		display: none;
		font-size: 12px;
		font-weight: normal;
	}

h2 span.image_logo_deka {
	position: absolute;
	right: 25px;
	margin-top: 5px;
	cursor: pointer;
}

#infoBoxTable td.active {
	background-color: initial;
}

a.products-link {
	color: #000;
	padding: 2px;
	border-radius: 2px;
	border: 1px solid #E8E8E8;
}

.products-on-x .table tbody {
	font-size: 12px;
}

table.knockoutmap {
	border: none;
	border-collapse: separate !important;
	width: auto;
}

	table.knockoutmap td {
		border: 2px solid #FAFAFA;
		padding: 0px;
		margin: 0px;
		width: 9px;
	}

		table.knockoutmap td.scale {
			width: auto;
			text-align: right;
			border-right: 1px dashed black;
			border-top-style: hidden;
			padding-right: 3px;
		}

		table.knockoutmap td.line {
			width: auto;
		}

		table.knockoutmap td.price {
			font-weight: bold;
			border-bottom: 1px dashed black !important;
			border-top: 1px dashed black !important;
		}

		table.knockoutmap td.put {
			background-color: red;
			width: 18px;
		}

		table.knockoutmap td.call {
			background-color: green;
			width: 18px;
		}

		table.knockoutmap td.number {
			border-bottom: 1px dashed black !important;
			width: auto;
		}

	table.knockoutmap hr {
		border: 1px solid black;
	}

div#knockoutmapPopup {
	z-index: 10000;
	display: none;
	position: absolute;
	background-color: transparent;
	width: 260px;
	position: fixed;
}

	div#knockoutmapPopup table {
		width: 100%;
		border: 1px solid black;
		background-color: white;
	}

		div#knockoutmapPopup table td {
			border: none !important;
			white-space: nowrap;
			padding: 3px;
		}

			div#knockoutmapPopup table td.name {
				font-weight: bold;
			}



.heatmap_cap a {
	color: #000000;
}

.heatmap_cap.heatmap_tier1 {
	background-color: #707022;
}

.heatmap_cap.heatmap_tier2 {
	background-color: #7B7C26;
}

.heatmap_cap.heatmap_tier3 {
	background-color: #86892A;
}

.heatmap_cap.heatmap_tier4 {
	background-color: #91962E;
}

.heatmap_cap.heatmap_tier5 {
	background-color: #9DA332;
}

.heatmap_cap.heatmap_tier6 {
	background-color: #A7AF36;
}

.heatmap_cap.heatmap_tier7 {
	background-color: #b4be3a;
}

.heatmap_cap.heatmap_tier8 {
	background-color: #C0C93E;
}

.heatmap_cap.heatmap_tier9 {
	background-color: #CED642;
}

.heatmap_cap.heatmap_tier10 {
	background-color: #DBE246;
}

.heatmap_no_cap a {
	color: #000000;
}

.heatmap_no_cap.heatmap_tier1 {
	background-color: #005000;
}

.heatmap_no_cap.heatmap_tier2 {
	background-color: #006200;
}

.heatmap_no_cap.heatmap_tier3 {
	background-color: #007400;
}

.heatmap_no_cap.heatmap_tier4 {
	background-color: #008600;
}

.heatmap_no_cap.heatmap_tier5 {
	background-color: #009800;
}

.heatmap_no_cap.heatmap_tier6 {
	background-color: #0A0;
}

.heatmap_no_cap.heatmap_tier7 {
	background-color: #00BC00;
}

.heatmap_no_cap.heatmap_tier8 {
	background-color: #00CE00;
}

.heatmap_no_cap.heatmap_tier9 {
	background-color: #00E000;
}

.heatmap_no_cap.heatmap_tier10 {
	background-color: #00F200;
}

.underlyings-container {
	padding: 5px;
	min-height: 55px;
}

input.button.pull-right.bgBlue {
	border: none;
}

#ajax-loader-container {
	position: fixed;
	left: 40%;
	top: 30%;
	width: 300px;
	height: 150px;
	background-color: white;
	border: 5px solid #0b5697;
	z-index: 999;
}

.ajax-loader-gif {
	width: 40px;
	height: 40px;
	margin: 20px 0 0 0;
}

ul.z-search {
	padding-bottom: 20px;
	padding-left: 0px;
	width: 100%;
}

	ul.z-search > li {
		list-style: none;
		height: 29px;
		line-height: 29px;
		font-weight: bold;
		clear: both;
		position: relative;
		display: inline-block;
		width: 100%;
		background: rgba(0,0,0,0) linear-gradient(to bottom,#2f72ac 0,#1e639d 100%) repeat scroll 0 0;
	}

		ul.z-search > li > ul > li {
			list-style: none;
			background-color: #f6f6f6;
			height: 29px;
			line-height: 29px;
			padding-left: 14px;
			font-weight: lighter;
			clear: both;
			display: block;
			cursor: pointer;
		}

	ul.z-search li.active {
		color: #575756;
		background: rgba(0,0,0,0) linear-gradient(to bottom,#f2f2f2 0,#d6d6d6 100%) repeat scroll 0 0;
	}

	ul.z-search > li > a, ul.z-search > li > a:hover {
		padding-left: 14px;
		color: #fff;
		text-decoration: none;
		cursor: text;
	}

	ul.z-search > li > ul > li > span {
		padding-right: 14px;
		float: right;
	}

	ul.z-search > li > ul {
		padding-left: 0;
		clear: both;
	}

input.firstunderlying-identifier {
	color: #575756;
	height: 29px;
	border: 1px solid #c0c0c0;
	padding: 0 8px;
	width: 155px !important;
}

input.classic-search-simple-textinput {
	color: #575756;
	height: 29px;
	border: 1px solid #c0c0c0;
	padding: 0 8px;
	border-radius: 0;
	width: 80px !important;
}

.slider-range {
	margin-top: 9px;
}

input[type="radio"] + label {
	margin: 0;
	margin-right: 20px;
	clear: none;
	padding: 4px 0 4px 0px;
	cursor: pointer;
	font-weight: lighter;
}

.classic-search-radio {
	display: inline-block;
}

.tooltip-wrapper {
	display: inline-block;
}

.derivative-maturitydate-hint {
	font-size: 10px;
	padding: 0;
}

.searchlist thead tr:first-child th {
	border: none !important;
}

.searchlist thead tr th {
	padding: 0;
}

.searchlist-submen {
	display: block;
	background-color: #f6f6f6;
	height: 25px;
	border: 1px solid #e8e8e8;
	padding: 0;
}

ul.searchlist-submen {
	margin: 0;
}

.searchlist-submen li {
	list-style: none;
	float: left;
	line-height: 25px;
	border-right: 1px solid #e8e8e8;
}

	.searchlist-submen li a {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
		color: #7b7b7b;
		text-align: center;
		border-right: none;
		margin-right: 0;
		height: 25px;
	}

		.searchlist-submen li a:hover,
		.searchlist-submen li.active a,
		.searchlist-submen a.searchlist-submen-page-number.active {
			color: #fffefe;
			text-decoration: none;
			background-color: #093967;
		}

li.searchlist-submen-right {
	float: right;
	border-right: none;
	border-left: 1px solid #e8e8e8;
}

.searchlist-submen a.searchlist-submen-page-number {
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}

.derivative-icon-set {
	background-image: url(/images/derivative-icon-sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 10px;
}

.hsbc-arrow {
	background-position: -108px -133px;
	width: 26px;
	height: 14px;
}

.icon-magnifying {
	background-position: -149px -60px;
	width: 17px;
	height: 16px;
	margin-right: 0;
	transform: scaleX(-1);
}

.icon-page-back-stop {
	background-position: -125px -0px;
	width: 12px;
	height: 12px;
	float: left;
	margin-top: 5px !important;
}

.icon-page-back-double {
	background-position: -119px -27px;
	width: 17px;
	height: 12px;
	float: left;
	margin-top: 5px !important;
}

.icon-page-back {
	background-position: -91px -27px;
	width: 9px;
	height: 12px;
	float: left;
	margin-top: 5px !important;
}

.icon-page-forward {
	background-position: -81px -27px;
	width: 9px;
	height: 12px;
	float: left;
	margin-top: 5px !important;
}

.icon-page-forward-double {
	background-position: -101px -27px;
	width: 17px;
	height: 12px;
	float: left;
	margin-top: 5px !important;
}

.icon-page-forward-stop {
	background-position: -112px -0px;
	width: 12px;
	height: 12px;
	float: left;
	margin-top: 5px !important;
}

.paging-count-container {
	padding-left: 15px;
	padding-right: 15px;
}

.paging div#SearchResultsPager {
	float: none;
}

.icon-set.icon-arrow-down-grey {
	background-image: url(/images/derivative-icon-sprite.png);
	background-position: -63px -27px;
	width: 8px;
	height: 7px;
}

.icon-set.icon-arrow-up-blue {
	background-image: url(/images/derivative-icon-sprite.png);
	background-position: -72px -27px;
	width: 8px;
	height: 7px;
}

.icon-set.icon-arrow-down-blue {
	background-image: url(/images/derivative-icon-sprite.png);
	background-position: -72px -27px;
	transform: rotate(180deg);
	width: 8px;
	height: 7px;
}

.order-container {
	cursor: pointer;
	white-space: nowrap;
}

.margin-top-10 {
	margin-top: 10px;
}

.underlying-info-quote div {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 22px;
	font-weight: bold;
	color: #0C5798;
	background: linear-gradient(to bottom,#ddd 0,#fafafa 31px) repeat scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dddddd',endColorstr='#fafafa');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dddddd,endColorstr=#fafafa)";
}

.transform-to-table table > tbody > tr > td, .transform-to-table table > tbody > tr > th,
.transform-to-table table > tfoot > tr > td, .transform-to-table table > tfoot > tr > th,
.transform-to-table table > thead > tr > td, .transform-to-table table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.transform-to-table table {
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 10px;
}

.tiny {
	font-size: 9px;
	position: relative;
	bottom: 8px;
}

.image_logo_hvb3 {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -192px -148px;
	width: 85px;
	height: 12px;
}

.image_logo_euwax {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -58px -212px;
	width: 103px;
	height: 16px;
}

.image_logo_scoach {
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -514px -131px;
	width: 55px;
	height: 16px;
}

.banner img {
	max-width: 100%;
	height: auto;
}

.banner2 img {
	display: none;
	max-width: 100%;
	height: auto;
}

@media (min-width: 767px) {
	.banner2 img {
		display: block;
	}

	.banner img {
		display: none;
	}
}

.bgMediumGreen {
	background: #39a513;
}

.image_issuer_website {
	display: inline-block;
	background: url(/images/sprite_fin.png) no-repeat -182px -539px;
	width: 90px;
	height: 90px;
}

.image_issuer_pib {
	display: inline-block;
	background: url(/images/sprite_fin.png) no-repeat 0 -539px;
	width: 90px;
	height: 90px;
}

.image_issuer_question {
	display: inline-block;
	background: url(/images/sprite_fin.png) no-repeat -91px -539px;
	width: 90px;
	height: 90px;
}

.issuer-contact-form {
	position: absolute;
	width: 400px;
	right: 15px;
	z-index: 3000000;
	background: #fafafa;
}

	.issuer-contact-form .box {
		border: 1px solid #0c5798;
	}

	.issuer-contact-form textarea {
		width: 100%;
		height: 90px;
		resize: none;
		border: 1px solid rgb(169, 169, 169);
	}

	.issuer-contact-form input[type=text] {
		border: 1px solid rgb(169, 169, 169);
	}

	.issuer-contact-form .closeButton {
		float: right;
		font-weight: 700;
		padding: 3px 6px 2px 6px;
		cursor: pointer;
	}

.image_issuer_question {
	cursor: pointer;
}

/*.new-search #search-form .col-sm-3 {
	padding-left: 5px;
	padding-right: 5px;
}

.new-search .filter-container {
	padding: 5px;
	min-height: 60px;
	border: 1px solid gray;
	margin-bottom: 10px;
}*/

.table-quotes-bottom tbody td div {
	float: left;
	display: block;
	margin: 7px 5px 0 0;
}

.table-quotes-bottom .bgGreen {
	width: 10px;
	height: 5px;
	margin: 7px 5px 0 0;
	background-color: #1b8b06;
}

.table-quotes-bottom .bgRed {
	width: 10px;
	height: 5px;
	margin: 7px 5px 0 0;
	background-color: #E4032E;
}

.table-quotes-bottom .bgGray {
	width: 10px;
	height: 5px;
	margin: 7px 5px 0 0;
	background: #D6D6D6;
}

.image_logo_boersestuttgart {
	display: block;
	background: url(/images/sprite.png) no-repeat -76px -161px;
	width: 141px;
	height: 19px;
}

.bgRed.sell.pull-right, .bgGreen.buy.pull-right {
	padding: 0 3px;
}

/*SCROLLBAR FIX START*/
.table-responsive {
	padding: 0.2pt;
}
/*SCROLLBAR FIX END*/
.euwax-sales-leader .content_box .title {
	margin-bottom: 10px;
}

	.euwax-sales-leader .content_box .title h2 {
		font-size: 17.33px;
		font-weight: 700;
		text-transform: uppercase;
		margin: 0;
	}

.euwax-sales-leader .content_box .content {
	border: none !important;
	margin-bottom: 0;
	padding: 0.2pt;
	min-height: .01%;
	overflow-x: auto;
}

	.euwax-sales-leader .content_box .content table {
		border-spacing: 0;
		border-collapse: collapse;
		width: 100%;
		max-width: 100%;
	}

		.euwax-sales-leader .content_box .content table td {
			line-height: 1.42857143;
			vertical-align: top;
			border-top: 1px solid #ddd;
			padding: 4px 0;
		}

#popular-search .table-responsive {
	font-size: smaller;
}

#popular-search .col-sm-4 {
	margin-bottom: 15px;
	padding: 7px;
}

#popular-search .call, #popular-search .put {
	color: white;
	padding: 1px 0px 1px 0px;
	font-size: 10px;
	width: 36px;
	display: inline-block;
	text-align: center;
}

#popular-search .call {
	background-color: #1b8b06;
}

#popular-search .put {
	background-color: #d02722;
}

#popular-search span.call-put-container {
	display: inline-block;
	float: right;
}

#popular-search h3 {
	clear: both;
	font-size: 11px;
	text-transform: uppercase;
}

.partner-integrations-row {
	background-color: #FEF1CC;
}

.partner-integrations-rows-border-HVB {
	border-top: 3px solid #75D1F3;
	border-bottom: 3px solid #75D1F3;
}

.partner-integrations-rows-border-LBBW {
	border-top: 3px solid #133552;
	border-bottom: 3px solid #133552;
}

.favicon-1,
.achtung-vontobel-musterlogopositionabstand,
.vontobel-graphitelogo-660x303-finanzennet,
.vontobel-graphitelogo-220x75,
.vontobel-graphitelogo-90x18-finanzennet,
.vontobel-graphitelogo-60x60,
.vontobel-graphitelogo-50x20,
.vontobel-favicon-40x40,
.vontobel-graphitelogo-40x15,
.vontobel-favicon-16x16 {
	display: inline-block;
	background: url(/images/b_partner/vontobel/custom-sprite.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

.favicon-1 {
	background-position: -0px -0px;
	width: 900px;
	height: 900px;
}

.achtung-vontobel-musterlogopositionabstand {
	background-position: -0px -900px;
	width: 667px;
	height: 252px;
}

.vontobel-graphitelogo-660x303-finanzennet {
	background-position: -0px -1152px;
	width: 660px;
	height: 303px;
}

.vontobel-graphitelogo-220x75 {
	background-position: -667px -900px;
	width: 220px;
	height: 75px;
}

.vontobel-graphitelogo-90x18-finanzennet {
	background-position: -667px -975px;
	width: 90px;
	height: 18px;
}

.vontobel-graphitelogo-60x60 {
	background-position: -757px -975px;
	width: 60px;
	height: 60px;
}

.vontobel-graphitelogo-50x20 {
	background-position: -817px -975px;
	width: 50px;
	height: 20px;
}

.vontobel-favicon-40x40 {
	background-position: -667px -993px;
	width: 40px;
	height: 40px;
}

.vontobel-graphitelogo-40x15 {
	background-position: -707px -993px;
	width: 40px;
	height: 15px;
}

.vontobel-favicon-16x16 {
	background-position: -860px -1014px;
	width: 16px;
	height: 16px;
}

thead.derivative-search-result-header > tr > th {
	font-size: 11px;
	vertical-align: baseline;
	padding: 2px;
}

.matrix-display-value {
	width: 25%;
}

.table > tbody > tr > td.sum-border {
	border-top: 2px solid black;
}

/* BURROS START */
.tooltipster-base {
	display: flex;
	pointer-events: none;
	position: absolute;
}

.tooltipster-box {
	flex: 1 1 auto;
}

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-box {
	background: #fafafa !important;
	border: 2px solid #d3d3d3 !important;
	border-radius: 0 !important;
}

.tooltipster-arrow-border {
	border-top-color: #d3d3d3 !important;
}

.tooltipster-arrow-background {
	border-top-color: #fafafa !important;
}

.tooltipster-content {
	color: #d0273d !important;
}

.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

.tooltipster-sidetip .tooltipster-content {
	color: #fff;
	line-height: 18px;
	padding: 6px 14px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

.tooltipster-content {
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

#search .col-sm-3, #search .col-sm-4 {
	padding-right: 7px;
	padding-left: 7px;
}

.box select {
	width: 99%;
}

	.box input[type=text].col-sm-6,
	.box input[type=password].col-sm-6,
	.box select.col-sm-6,
	.box textarea.col-sm-6 {
		width: 47%;
		margin: 0;
	}

.box input[type=text],
.box input[type=password],
.box select,
.box textarea {
	padding: 0 5px;
}

.input-group.date {
	width: 85%;
}

	.input-group.date input {
		box-shadow: none;
		border-radius: 0;
		height: 29px;
		border-color: #dfdfdf;
		max-width: 97%;
	}

.input-group-addon.daterange {
	background: url(/images/icons/calendar.png) 0 0 no-repeat transparent;
	border: 0 none;
	background-size: contain;
	position: relative;
	top: -39px;
	float: right;
	margin-bottom: -39px;
	cursor: pointer;
}

	.input-group-addon.daterange .glyphicon-calendar:before {
		content: " ";
	}

input[type=checkbox], input[type=radio] {
	margin-right: 3px;
}

.input_wrap {
	min-height: 29px;
}


.holiday-search .holiday-search-arrow {
	position: relative;
	top: -24px;
	right: -92%;
	cursor: pointer;
}

.holiday-box {
	display: none;
	position: absolute;
	top: 76px;
	left: 26px;
	z-index: 1000;
	right: auto;
	background: #fafafa;
	border: 4px solid #d3d3d3;
}

.border-lightgrey {
	border: 4px solid transparent;
}


.holiday-box:after, .holiday-box:before,
.daterangepicker:after, .daterangepicker:before {
	bottom: 100%;
	left: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.daterangepicker.opensleft:before {
	right: 9px;
	top: -32px;
	left: auto;
}

.daterangepicker.opensleft:after {
	left: auto;
	right: 15px;
	top: -20px;
}


.holiday-box.right:after, .holiday-box.right:before {
	left: 85%;
}

.holiday-box:after, .daterangepicker:after {
	border-color: rgba(250, 250, 250, 0);
	border-bottom-color: #fafafa;
	border-width: 10px;
	margin-left: -10px;
}

.holiday-box:before, .daterangepicker:before {
	border-color: rgba(211, 211, 211, 0);
	border-bottom-color: #d3d3d3;
	border-width: 16px;
	margin-left: -16px;
}

.holiday-box table {
	width: 100%;
}

.holiday-box.anleihenemittent {
	width: 980px;
}

.holiday-box.anleihensubart {
	left: 18px;
}

.holiday-box.anleihenbasiswert {
	left: -745px;
	width: 980px;
}

#anleihenbasiswertnav {
	padding: 10px 5px;
}

.holiday-search .box-headline, #popular-search .box-headline {
	float: none;
}

.holiday-search h3.box-headline {
	font-size: 15px;
}

#search .button.bgBlue {
	float: right;
	padding: 6px 18px;
	margin-left: 12px;
}

.floatleft {
	float: left;
	padding: 3px;
}

.h80 {
	height: 80px;
}

.h120 {
	height: 120px;
}

.h210 {
	height: 210px;
}

.checkboxlabel {
	font-weight: 400;
	margin: 0 8px;
	line-height: 29px;
	cursor: pointer;
}

.icon_search {
	background-size: 800px 600px !important;
	background-image: url(/images/sprite2x.png) !important;
	height: 16px;
	width: 14px;
	max-width: 14px;
	background-position: -5px -46px !important;
	background-color: transparent;
	position: absolute;
	right: 28px;
}

table.colborder td {
	border: 1px solid #ddd;
	padding-left: 5px !important;
}

table tr.group_header td {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	border-top: 0 none;
	height: 40px;
}

/*
.table-responsive tr:first-child:not(.border-top) td {
	border-top: 0;
}

.table-responsive tr th:not(:first-child).text-left, table tbody tr td:not(:first-child).text-left {
	padding-left: 0;
}

.table-responsive tr th:first-child, table tbody tr td:first-child {
	padding-left: 5px;
	border-left: 0 none;
}

.table-responsive tr th:last-child, table tbody tr td:last-child {
	border-right: 0 none;
}
*/

.resulttable table {
	border-collapse: separate;
}

.resulttable tr.sponsored {
	background: #fff;
}

	.resulttable tr.sponsored td:first-child {
		border-left: 1px solid #0c5798;
	}

	.resulttable tr.sponsored td:last-child {
		border-right: 1px solid #0c5798;
	}

	.resulttable tr.sponsored:nth-child(1) td {
		border-top: 1px solid #0c5798;
	}

	.resulttable tr.sponsored:nth-child(4) td {
		border-bottom: 1px solid #0c5798;
	}

.blue {
	color: #0c5798;
}

.left20 {
	padding-left: 20px;
}


.noborder {
	border: 0 none !important;
}

.paging span.glyphicon {
	width: 14px;
}

.glyphicon.glyphicon-share2 {
	background: url(/images/icons/teilen_icon.png) 0 0 no-repeat transparent;
	background-size: contain;
	width: 14px;
	height: 14px;
}

.logo_partner {
	background-image: url(/images/sprite/spritelogos.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 20px;
	height: 20px;
	float: right;
}

	.logo_partner.pnbparibas {
		background-position: 0 0;
	}

	.logo_partner.flatex {
		background-position: -20px 0;
		width: 80px;
	}

	.logo_partner.opus {
		background-position: -100px 0;
		width: 60px;
	}

	.logo_partner.citi {
		background-position: -160px 0;
		width: 40px;
	}

	.logo_partner.goldman {
		background-position: -200px 0;
		width: 40px;
	}

	.logo_partner.raiffeisen {
		background-position: -240px 0;
	}

	.logo_partner.commerzbank {
		background-position: -260px 0;
	}

	.logo_partner.hsbc {
		background-position: -280px 0;
		width: 40px;
	}

	.logo_partner.societe {
		background-position: -320px 0;
	}

	.logo_partner.deka {
		background-position: -340px 0;
		width: 60px;
	}

	.logo_partner.hsh {
		background-position: -400px 0;
	}

	.logo_partner.ubs {
		background-position: -420px 0;
		width: 40px;
	}

	.logo_partner.deutschebank {
		background-position: -460px 0;
	}

	.logo_partner.hypo {
		background-position: -480px 0;
	}

	.logo_partner.vontobel {
		background-position: -500px 0;
	}

	.logo_partner.dz {
		background-position: -520px 0;
	}

	.logo_partner.ing {
		background-position: -540px 0;
		width: 40px;
	}

	.logo_partner.wiki {
		background-position: -580px 0;
	}

	.logo_partner.erste {
		background-position: -600px 0;
		width: 60px;
	}

	.logo_partner.lbw {
		background-position: -660px 0;
		width: 60px;
	}

#suchergebnis_basiswert {
	position: relative;
	top: -20px;
}

.daterangepicker .input-mini.active {
	border: 1px solid #d3d3d3;
	border-radius: 0;
}

.daterangepicker.ltr .ranges {
	position: absolute;
	right: 2px;
	display: block !important;
}

.daterangepicker .glyphicon-calendar:before {
	content: " ";
}

.daterangepicker {
	border: 4px solid #d3d3d3;
	box-shadow: none;
	border-radius: 0px;
	margin-top: 12px;
	margin-right: -17px;
	background: #fafafa;
}

	.daterangepicker.ltr .calendar.left,
	.daterangepicker.ltr .calendar.right {
		margin-top: 35px;
	}

	.daterangepicker .applyBtn {
		display: none;
	}

	.daterangepicker .cancelBtn {
		color: #0b5898;
		background-color: transparent;
		border-color: transparent;
		padding: 0;
		font-size: 14px;
	}


	.daterangepicker .calendar-table {
		background: #fafafa;
	}

		.daterangepicker .calendar-table table {
			border: 1px solid #d3d3d3;
			background: #fff;
		}

			.daterangepicker .calendar-table table thead tr:not(:last-child) th {
				border-top: 1px solid #d3d3d3;
				border-bottom: 1px solid #d3d3d3;
				background: #fafafa;
				font-weight: 400;
			}

			.daterangepicker .calendar-table table thead tr:last-child th {
				color: #0b5898;
				font-weight: 400;
			}

	.daterangepicker .input-mini {
		box-shadow: none;
		border-radius: 0;
		margin: 0 5px;
	}

	.daterangepicker .daterangepicker_input {
		margin-right: 9px;
	}

	.daterangepicker.ltr .left .daterangepicker_input {
		margin-right: 5px;
		margin-left: 1px;
	}

	.daterangepicker.ltr .left .daterangepicker_input {
		margin-right: 4px;
	}


	.daterangepicker .calendar-table table thead tr:not(:last-child) th:first-child {
		border-left: 1px solid #d3d3d3;
	}

	.daterangepicker .calendar-table table thead tr:not(:last-child) th:last-child {
		border-right: 1px solid #d3d3d3;
	}

	.daterangepicker .calendar-table table thead tr:last-child th:last-child {
		border-right: 1px solid #d3d3d3;
	}

	.daterangepicker .calendar-table table thead tr:last-child th:first-child {
		border-left: 1px solid #d3d3d3;
	}

	.daterangepicker .calendar-table table tbody tr:last-child td {
		border-bottom: 1px solid #d3d3d3;
	}


	.daterangepicker .calendar-table td.active {
		background-color: #0c5798;
		border-radius: 25px;
	}

@media screen and (max-width: 767px) {

	.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
		font-size: 10px;
	}

	#suchergebnis_basiswert {
		position: static;
		padding: 10px 5px;
		display: block;
	}

	.sponsoredbox .col-xs-12 {
		margin-bottom: 20px;
	}

	.paging a.mobile_secondrow {
		margin-top: 15px;
	}

	.left20 {
		padding-left: 0px;
		clear: left;
	}

	.holiday-box {
		width: 90%;
		left: 20px !important;
	}

		.holiday-box.anleihenemittent,
		.holiday-box.anleihenbasiswert {
			width: 91%;
		}

	#anleihenbasiswert_search, #anleihenbasiswert_apply {
		margin: 5px 0;
	}

	.box input[type=text].col-sm-6.col-xs-12 {
		width: 100%;
		margin: 5px 0;
	}

	.hide_mobile {
		display: none;
	}

	.box input[type=text].col-sm-6, .box input[type=password].col-sm-6, .box select.col-sm-6, .box textarea.col-sm-6 {
		width: 48%;
		margin: 0;
	}

	.wrapper {
		overflow: hidden;
	}
}

/* BURROS END */

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.loader {
	border: 16px solid #E8E8E8;
	border-top: 16px solid #0c5798;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	animation: spin 1s linear infinite;
	position: fixed;
	top: 45%;
	left: 47%;
	display: none;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.content_search_form select:disabled {
	border: 1px solid #f3f3f3;
	-webkit-appearance: none;
}

	.content_search_form select:disabled::-ms-expand {
		display: none;
	}

.content_search_form select:not(:disabled):hover {
	cursor: pointer;
}

.sponsoredbox .medium-font {
	white-space: nowrap;
}

#other_issuers label span,
#premium_issuers label span,
#underlying-searchresults label span {
	font-weight: normal;
}


@media(min-width: 970px) {
	.desktop-triple-box {
		height: 300px;
	}

	.desktop-double-box {
		height: 170px;
	}

	.desktop-double-box2 {
		height: 210px;
	}
}

.box.dynamic-content.pull-right-logo .box-headline {
	width: 100%;
}

	.box.dynamic-content.pull-right-logo .box-headline span, .box.dynamic-content.pull-right-logo .box-headline img {
		float: right;
	}

.button.bgBlue .glyphicon-search {
	color: white;
}

.reset {
	margin-top: 8px;
}

#search-results-label, #search-results-label-fallback {
	font-size: 16px;
}

.sponsoredbox .box {
	min-height: 126px;
	border: 1px solid #E8E8E8;
	background-color: #FAFAFA;
	padding: 10px;
	margin-bottom: 10px;
}

.small-search-mask label {
	margin-top: 5px;
}

.col-md-6.products-on-x .box {
	min-height: 100%;
}

.short {
	background-color: #C00;
}

.long {
	background-color: green;
}

	.long a, .short a {
		color: white;
	}

/* HSBC INTEGRATION START */
.hsbc_disclaimer {
	padding: 7px 2px 2px 2px;
	margin-top: 3px;
	border: 1px solid #8F2F30;
	border-top: none;
}

	.hsbc_disclaimer .image_logo_hsbc4 {
		margin-left: 5px;
		margin-right: 4px;
	}

	.hsbc_disclaimer strong {
		margin-left: 5px;
		font-size: 10px;
		vertical-align: text-top;
	}

.image_logo_hsbc4 {
	display: inline-block;
	background: url(https://images.finanzen.net/images/sprite.png) no-repeat -94px -200px;
	width: 51px;
	height: 11px;
	margin: 1px 0 0 0;
}

.disclaimer {
	font-size: 9px;
}
/* HSBC INTEGRATION END */

/* UBSBannerIntegration START */
.ubs-banner {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-style: solid;
	border-width: 1px;
	position: relative;
	color: #353535;
	cursor: pointer;
}

	.ubs-banner .red {
		font-family: "Times New Roman", Times,serif;
		color: #d02722;
	}

	.ubs-banner .strike {
		font-size: 0.8em;
	}

.ubs-banner-content {
	width: 380px;
	display: inline-block;
}

.ubs-banner-head {
	font-size: 1.4em;
	letter-spacing: -1px;
}

.ubs-banner-table {
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

	.ubs-banner-table div {
		display: inline-block;
		width: 70px;
	}

.ubs-banner-footer {
	margin-top: 5px;
	font-size: 0.9em;
	font-weight: bold;
}

	.ubs-banner-footer div {
		display: inline-block;
	}

.ubs-banner-logo {
	background: url(/images/b_partner/ubs/logo.png) no-repeat scroll -0px -0px;
	height: 45px;
	width: 95px;
	display: inline-block;
	position: absolute;
	bottom: 5px;
	right: 20px;
}

.pre-line {
	white-space: pre-line;
}

.float-right {
	float: right;
}

/* UBSBannerIntegration END*/

/* HSBC ProductIntegration START */
.hsbc-integration-button {
	display: inline-block;
	border: 1px solid transparent;
	border-bottom: 1px solid #094989;
	padding: 6px 18px;
	font-weight: bold !important;
	line-height: 1.42857143;
	text-transform: uppercase;
	cursor: pointer;
	color: white;
	border-radius: 3px;
	text-align: center;
	background: #E31C18;
	margin-top: 9px;
	margin-left: 36%;
}

.hsbc-integration-product {
	color: black;
}

.hsbc-integration-footer {
	font-size: 10px;
	padding-bottom: 9px;
}
/* HSBC ProductIntegration END */

.popular-search-table tbody tr:first-child td {
	border-top: none;
}

.underlying-filter-choice.active a {
	text-decoration: underline;
}

.derivative-snapshot-headline .currency {
	font-size: 18px;
	margin-left: 2px;
}

@media(min-width: 768px) {
	.underlying-container {
		border-left: 2px solid #575756;
	}
}

.quote-addition {
	font-size: 11px;
}

.inline span.push-data.quotebox {
	font-size: inherit;
}

.content_search_form {
	margin-bottom: 10px;
	border: 1px solid #E8E8E8;
	background-color: #FAFAFA;
	padding: 10px;
	margin-bottom: 10px;
}

div#search h1, #popular-search h2.box-headline, #popular-search .box-subtitle {
	padding: 0px 7px 0px 7px;
}

.fakebox {
	height: 80px;
	margin-bottom: 10px;
}

@media(max-width: 768px) {
	.fakebox {
		height: 0px;
		margin-bottom: 0px;
	}
}


#searchresults-container .col-sm-6.no-padding {
	margin: 0;
	border: none;
	background-color: transparent;
	padding: 7px;
}

#searchresults-container .col-lg-12 {
	border: 1px solid #E8E8E8;
	background-color: #FAFAFA;
	padding: 10px;
	margin-bottom: 10px;
}

.content_search_form label {
	display: block;
}

label.checkboxlabel.noselect {
	display: inline-block;
}

.content_search_form input {
	width: 100%;
}

	.content_search_form input.text-link {
		-webkit-appearance: menulist;
	}

.holiday-box.anleihensubart {
	left: 18px;
	width: 630px;
}

.holiday-box input {
	width: unset;
}

.holiday-box label {
	display: inline-block;
}

.holiday-box .col-sm-6.col-xs-12.no-padding {
	border: none;
	padding: 0;
	margin: 0;
}

.derivative-snapshot-headline .col-md-8 {
	padding-left: 0;
}

.derivative-snapshot-headline .col-xs-6.col-sm-3 {
	padding-left: 0;
}

	.derivative-snapshot-headline .col-xs-6.col-sm-3 .col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}

.derivative-snapshot-headline .col-xs-5 {
	padding-left: 0;
}

.derivative-snapshot-headline .col-sm-6 {
	padding: 0;
}

span.push-data.quotebox {
	font-size: 32px;
	line-height: 32px;
}

.underlying-container .col-xs-12 {
	padding: 0;
}

.underlying-container .col-xs-7 {
	padding-left: 0;
}

.derivative-snapshot-headline .col-xs-6 {
	padding-right: 0;
}

@media (min-width: 768px) {
	.subtitle {
		float: right;
	}
}

.inline {
	display: inline;
}

.table td.heatmap_no_cap a, .table td.heatmap_cap a {
	color: black;
}

.small-search-mask {
	overflow: auto;
}

#xsPositionSmallSearchMask {
	height: 46px;
}

table.popular-search-table.table > tbody > tr > td.fake-item {
	border-top: none;
	padding: 0;
}

.box.popular-search-box {
	border: 1px solid #E8E8E8;
	background-color: #FAFAFA;
	padding: 10px;
}

	.box.popular-search-box .popular-search-table {
		margin-bottom: 0;
	}

.icon-document {
	display: inline-block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAYAAAACCvahAAAAZklEQVR42mNg9G9SAOICIG7Agw0YsAGgxH4g/k8ETsCluYEBB4DKn8dqAJGaHYB4PoYBxGqGslENIEJzP0wNFL+HGmBAjGYBLKH/H+waQppxGDiqeWhq3k8gS+JMJMhJjlgMymUKAPNjsfa0JUavAAAAAElFTkSuQmCC) no-repeat transparent;
	width: 15px;
	height: 17px;
}

.ad-hint {
	font-size: 11px;
	color: #737373;
	font-weight: normal;
	margin-left: 10px;
}

.headline-with-logo {
	display: flex;
	justify-content: space-between;
}

.help-me-info {
	display: inline-block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAIAAAC0tAIdAAABSUlEQVR42mVSPU+EQBDl/6mJd/4LwcSzkAv06h8QMF5xNmJczBkoxYJAgvS0kFBSeQUfyYVwPr52iTvFZPbN29nZNyMcZpbnuUWIJIoXiyU8IQTInDCy67qOokhV1LUsG7pumiY8YiDAkWVsHBzbWV2vAj+oquo4GWIgwB3bBmdk4zagJEkGUpZln7vd/nc/HNMkQTb6iTo2OsNzge/Tkk+6cXZy6nkeRfCCqihgCuSdrG9l2kDbtnEcb543yM1bAgcCCNKlaGg6TZRl+XB3DzAMw+PM8GlJlITl+cJ8NSnaNM2HZaET98uds8GBrLQ2s2/XHdh8bdY3z+b7HjRR8OshAV11TQNbf9QQj5oEoyZM77TXuygK9P2y3cIj7vVOJ73ZLO1ulsH/WQK5mWbJ74nS74nx1u2JgRgIqrI94XfwSpQgFrzF7eAfxjYaYHM5RLIAAAAASUVORK5CYII=) no-repeat 0 0 transparent;
	width: 15px;
	height: 15px;
}
