.form-control{
	height:auto;
}

.navbar {
	border: none;
}

.navbar-nav {
	margin:0;
}

.navbar-nav>li>a {
	color: #333436;
	text-decoration: none;
	font-family: "Noto Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 11pt;
	text-align:center;
	padding-top: 0!important;
	padding-bottom: 0!important;
	padding-left:0;
}



a:hover {
	text-decoration: none;
}

.navbar {
	min-height:30px;
	margin-bottom:0;
	background-color: transparent;
}

.navbar-collapse {
	padding:0;
	max-height:none;
}
nav li {
	width: 150px;
	height:30px;
	line-height:30px;

	background-position: left top;
	margin-right: 0px;
	cursor: pointer;
	color: #696A6F;
}

.nav>li>a {
	padding: 10px 0;
}



.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus {
    background-color: white;
	color:#393939;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: white;
}

.navbar-default .navbar-nav>li>a:hover {
	color: gray;
}

.dropdown-menu > li {
	width: 100%;
	height:auto;
}


.navbar-default .navbar-nav > .active > a {
	background:none;
	color: #B0E705;
}


nav li:last-child{
	margin-right:0;
}

.navbar-toggle {
	margin: 0;
}

.navbar-brand {
	float: right;
	font-size: 9pt;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	background-color: #ffffff;
}

input, button, select, textarea {
	line-height: normal;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 10px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-danger {
	color: #fff;
	background-color: #fe0000;
	border-color: #d43f3a;
}

.btn-danger:hover {
	color: #fff;
}



.btn-block {
	display: block;
	width: 100%;
}


div.col-xs-12 span.ScoachButton {
	margin-top: 5px;
}

.productSearchMask input.ScoachTextBox {
	width: 100%;
}

.table>thead>tr>th {
	border-bottom:1px solid red;
}


/* ---------- iPhone/iPod Only ---------- */
@media only screen and (max-width: 767px) {
	
	.pagination_page {
		color: #717171;
		font-size: 15px;
		width:30px;
		height: 30px;
		line-height:30px;
		text-align:center;
	}

	.pagination {
		width:100%;
	}

	.pagination_page_active {
		font-weight: normal;
		color: #4997b7;
		border-color: #4997b7;
		background-color: rgba(73,151,183,0.15);
	}

	div.pagination li.prev_enabled a,
	div.pagination li.prev_disabled a,
	div.pagination li.next_enabled a,
	div.pagination li.next_disabled a,
	div.pagination li.prevdouble_enabled a,
	div.pagination li.prevdouble_disabled a,
	div.pagination li.nextdouble_enabled a,
	div.pagination li.nextdouble_disabled a {
		height: 28px;
	}

	.pagination_pages {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		width:100%;
	}


	#inpt_ul_search {
		margin-top:10px;
	}

	.search_mask_box {
		display:none;
	}

	.result_table_box {
		display:none;
	}

	.InvestmentIdeeRow:not(:first-child) {
		display: none;
	}

	.InvestmentIdeeRow {
	}


	.mobile-result-table th:first-child {
		border-right: 1px solid lightgrey;
		border-bottom: none!important;
		border-top: none!important;
		max-width: 90px;
		white-space: normal!important;
		position: sticky;
		left:0;
		background-color: #ffffff;
	}

	.mobile-result-table td {
		height:40px;
		overflow: hidden;
		max-width: 80px;
		text-overflow: ellipsis;
	}

	.form-control{
		height:34px;
	}
	
	select[size] {
		height: 34px;
	}

	.navbar-nav {
		margin:10px;
	}

	.ui-autocomplete {
		max-height: 365px;
		height: auto;
		max-width:270px;
		width:100%;
	}

	.ui-autocomplete .autocomplete-title {
		max-width: 130px!important;
	}

	.productSearchMask input.ScoachTextBox {
		background-image: none;
		background-color: #ffffff;
	}

	.productSearchMask div.row {
		border-bottom: none;
	}

	.search_mask_middle_column {
		line-height:34px;
		vertical-align: middle;
	}

	.search_mask_input_underlying .sbHolder {
		margin: 7px 0;
	}

	div.combinedSearchWithVerticalNavigation {
		min-height:0;
	}

	.CombinedSearchSearchMask {
		padding-left:0;
	}

	.ScoachIndexContent .ScoachIndexChart {
		margin: 0;
	}

	.table-responsive {
		overflow-x: auto;
		border: none;
	}

	.TradeTickerTable {
		padding: 0;
	}

	.TradeTickerTable .underlying {
		width: 60px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.mostTradedDescription {
		width: 32%;
		display: inline-block;
		margin-top:25px;
	}

	.mostTradedItem {
		width: 32%;
		display: inline-block;
		margin-top:25px
	}

	#langsel_xs {
		height: 34px;
	}

	h1 {
		font-size: 2em;
	}

	.UnderlyingOverviewBase h2, .UnderlyingOverviewTrade h2, .UnderlyingOverviewNews h2, .ProductDetail_Details h2 {
		padding: 3px 8px;
	}

	#CenterContainer div#CenterFrame {
		width: 100%;
		float: left;
	}
	#CenterContainer {
		width:100%;
		margin: 0;
	}

	#CenterContainer .half {
		float: left;
		width: 100%;
	}

	#CenterContainer .CenterContent {
		padding: 0;
		border: none;
	}

	.only_desktop {
		display:none !important;
	}

	.logo_six {
		float: left;
	}

	#HeaderInputBar {
		height: auto;
	}

	#HeaderContent {
		border:none;
		padding: 0;
	}

	#HeaderInputBar div#LexiconSearch {

	}

	.nav > li, .dropdown-menu > li {
		width: 100%;
		height:auto;
	}

	nav li.active {
		background-image: inherit;
		background-position: inherit;
	}


	#HeaderNavigationBar .UpperMenu .UpperMenuItem {
		width: 100%;
	}

	#CenterContainer .GadgetMargin {
		padding: 0;
		margin-top: 5px;
	}

	#CenterContainer .BasiswertProfil{
		margin-top: 0px;
	}

/*    #HeaderInformationBar .logo {
		width: 100%;
	}

	#HeaderInformationBar .logo_six {
		width: 100%;
	}*/

	.navbar {
		border: none;
	}

	.navbar-toggle {
		border: none;
		float: right;
		margin-right: 15px;
	}

	.navbar-header {
		text-align: right;
	}
	.navbar-header .menu-title {
		line-height:35px; 
		color: #393939;
		font-size: 18px;
		font-family: Noto Sans;
		float: right;
	}

	.navbar-default .navbar-toggle:hover {
		background-color: #eee;
	}

	.navbar-default .navbar-toggle:focus {
		background-color: #696A6F;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #393939;
	}

	.navbar-header .LanguageDropDown #SelectBox {
		font-weight: normal;
		color: #333;
	}

	.navbar-header .LanguageDropDown #SelectBox li {
		text-transform: none;
	}

	.loginRememberCol {
		margin-top: 5px;
		padding-left:15px;
	}

	#HeaderInputBar div#HeaderLogin #login_password {
		width: 100%;
		float: none;
		background-color: white;
		background-image: none;
	}

	#HeaderInputBar div#HeaderLogin #login_username {
		background-color: white;
		background-image: none;
	}

	#HeaderInputBar div#InstrumentSearch input.ScoachTextBox {
		width:100%;
		background-image: none;
		background-color: white;
	}

	#HeaderInputBar div#LexiconSearch input.ScoachTextBox {
		width:100%;
		background-image: none;
		background-color: white;
	}

	.PersonalizedGadget .ContentWrapper {
		height: 100%;
		min-height: 275px;
	}

	div.NewstickerWrapper {
		margin-bottom: 30px;
		height: auto;
	}

	.TabbedNewsAndAppointmentGadgetHalf .NewstickerWrapper {
		height: auto;
	}

	.TabbedNewsAndAppointmentGadgetHalf, .NewstickerWrapperContainer .jScrollPaneContainer {
		height: auto!important;
	}
	.NewstickerGadget table {
		table-layout: auto;
	}

	table#ProductDetailRealtime .big, table#ProductDetailRealtime td {
		padding: 0;
	}

	table#ProductDetailRealtime .realtime_label_price {
		padding-left: 10px;
	}

	#trade_button_the_button{
		padding-top: 12px;
	}

	.SingleTradePartner .Name {
		width: 150px;
		line-height: 20px;
	}

	table#ProductDetailRealtime .big {
		font-size:14px;
	}

	.product_detail_col {
		padding:0;
	}

	#ProductDetailHeaderHeadline, #ProductDetailHeaderContent{
		padding:0 15px;
	}

	.productDetailRealtimeHeaderRow th {
		font-size:9px;
	}

	.IndexOverviewPersonalized {
		height:auto!important;
	}

	.table-responsive>.table>tbody>tr>td.instrumentNameColumn, .table-responsive>.table>tbody>tr>td.PositionNameColumn {
		white-space: normal!important;
	}

	#CenterContainer .productDetailRealtimeGadget {
		height:auto;
	}

	.quotationGadget {
		height: auto;
	}

	div.WatchlistOverview{
		height:auto !important;
		width:100% !important;
	}

	.jspVerticalBar {
		display: none;
	}
	.jspContainer {
		overflow: visible;
		height: auto !important;
		width: 100% !important;
	}
	.jspPane {
		position: relative;
		/*width: 100% !important;rausgenommen fuer Marktübersicht konfigurieren*/
	}

	div.WatchlistContentGadget .ActionIconsLeft{
		display: block;
	}
	div.WatchlistAdminContent {
		margin: 0 15px;
	}

	div.WatchlistAdminContent div.col-xs-12 {
		text-align: center;
	}
	div.WatchlistAdminContent div span.Label {
		width: auto;
	}

	.issuerMatrix>thead>tr>th, .issuerMatrix>tbody>tr>th, .issuerMatrix>tfoot>tr>th, .issuerMatrix>thead>tr>td, .issuerMatrix>tbody>tr>td, .issuerMatrix>tfoot>tr>td {
		padding: 0 3px;
		line-height:19px;
	}

	#CenterContainer .Gadget .Content .TabControl .TabContainer .TabHeader Table Td {
		display: block;
	}

	li.search_classical_multisel {
		height: 30px;
	}

	li.search_classical_multisel div {
		line-height: 30px;
		height:30px;
	}

	li.search_classical_multisel span {
		height: 30px;
		font-size: 14px;
	}

	li.search_classical_multisel a {
		height: 30px;
		width: 30px;
	}

	input[type="date"] {
		background-color: rgb(255, 255, 255);
		background-image: none;
	}

	#CenterContainer .tradeHistoryResultGadget {
		padding:0;
	}

	#CenterContainer .tradeHistoryResultGadget tfoot td {
		padding: 0;
	}

	img.footer-logo {
		float: left;
	}

	.social_connect {
		display: block;
		float: none;
		position: inherit;
	}

	#Footer {
		margin: 50px 0 0 0;
	}

	#Footer .logo-box {
		display: block;
		width: 100%;
		height: 25px;
		padding-left: 10px;
		margin-left:0;
	}

	#Footer .contact {
		border: 1px solid white;
		padding: 5px;
		display: block;
		margin-left: 10px;
		width: 95%;
		text-align: right;
		color: white;
		float: none;
		padding-right: 30px;
		line-height: 40px;
		font-size: 16px;
	}

	#Footer ul {
		display: block;
		width: 95%;
		left: 10px;
		top: 20px;
		text-align: center;
		line-height: 25px;
	}

	#Footer hr {
		border-top: 1px solid grey;
		margin: 20px 10px;
	}

	#powered-by {
		margin-top: 40px;
		text-align: center;
	}

	#Footer .mail-icon {
		float: left;
		line-height: 40px;
		margin-left: 20px;
	}

	.shadow-box {
		margin: auto 0;
	}

	.dropdown-menu .rightpart {
		width: 100%;
		padding: 10px 20px;
	}

	.mosaic-block-small-tabbed {
		width: 48%;
	}

	.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
		border-top: 1px solid #ddd;
	}

	.investment-idea-disclaimer-dialog  {
		width: 100% !important;
		left:none !important;
	}
}



}

@media only screen and (min-width: 768px) {

	.dropdown-menu {
		min-height: 410px;
	}

	.dropdown-menu .rightpart {
		min-height: 410px;
	}

	#CenterContainer .Gadget {
		/*height: 320px;*/
	}

	.PersonalizedGadget .ContentWrapper {
		height:150px
	}

	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}

	.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
		padding: 0 3px;
		line-height:19px;
	}

	.UnderlyingOverviewBase h2, .UnderlyingOverviewTrade h2, .UnderlyingOverviewNews h2  {
		padding: 3px;
	}

	div.col-xs-12 span.ScoachButton {
		margin-top: 0px;
	}

	.LanguageDropDown {
		margin-right: 0px;
	}



	.form-control {
		line-height: normal;
		height: 21px;
		font-size: 9pt;
		font-family: Noto Sans,Arial,Verdana;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}


}

@media only screen and (max-width: 768px) {
	#HeaderNavigationBar div.UpperMenu {
		background-color: transparent;
	}

	#HeaderNavigationBar {
		width: 100%;
	}
}

#scoachch_watchlist_watchlist_positions_table>thead>tr>th{
	padding: 0;
}

.ui-autocomplete {
	max-height: 465px;
	height: auto;
	max-width:450px;
	width:100%;
}

.ui-menu .ui-menu-item a {
	padding: 0;
	line-height:35px;
}



