@charset "utf-8";
@media only screen and (max-width: 767px) {
	.tablazatos_div .visible-xs {
		display: flex!important;
		align-items: center;
	}
	
}
@media only screen and (min-width: 500px) {
span.oszlopcim {
	display: inline-block;
}	
	span.oszlopcim::after {
	content:":\00a0 "
}

}
@media only screen and (max-width: 500px) {
span.oszlopcim_sect  {
	display: block!important;
	width: 100%;
}
}
@media only screen and (min-width: 768px) {
.transfer .tablazatos_div div[class^="col"] {
    padding: 5px;
    border-right: thin solid #000;
	border-bottom: thin solid #000;
    display: flex;
    align-items: center;
	justify-content:flex-start;
}	
.tablazatos_div div[class^="col"].szelso_nincsborder_xs {	
border-right: thin solid #000;	
}
.navbar-brand {
	display: none;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #009ae1;
	background-color: #333333;
}
.open > .dropdown-menu {
	padding: 10px 20px;
	font-size: 12px;
	background: #333333;
	text-decoration: none;
	color: #ffffff;
}
.dropdown-menu > li > a {
	padding: 3px 0px;
}
span.oszlopcim {
	display: block;
}	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tablazatos_div .visible-sm {
		display: flex!important;
		align-items: center;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tablazatos_div .visible-md {
		display: flex!important;
		align-items: center;
	}
}
@media only screen and (min-width: 1200px) {
	.tablazatos_div .visible-lg {
		display: flex!important;
		align-items: center;
	}
	.navbar {
		position:fixed;
		width: 1140px;
		margin-left: auto;
margin-right: auto;
	}
	main.belso {
		padding-top: 150px;
	}
	.well.well-sm {
		position: fixed;
width: 1140px;
top: 50px;
z-index: 10;
	}
	.navbar-default .navbar-nav > .active > a {
		color: #FFF;
		position: relative;
		background-color: #2e5482;
	}
	.navbar-default .navbar-nav > .active > a:after {
		left: 0;
		bottom: 10px;
		height: 1px;
		content: "";
		background-color: #FFF;
		width: 100%;
		position: absolute;
	
	}
}