/* ######### CSS for Shade Tabs. Remove if not using ######### */
.vmTabContent {
	border:0px solid #636466;
	border-top:0 solid transparent;
	width:100%;
	margin-bottom: 1em;
	padding: 0px;
	background:#FFF;
	}

.vmTabContentInner {
	padding: 0;
	width:100%;
	/*margin: 3px auto;*/
	}
	
.vmTabSub {
	width:100%;
	padding: 0px;
	background:#FBFBFB;
	/*margin: 0 auto 1em; */
	}	
	
.vmTabSubInner {
	width:95%;
	padding: 6px;
	margin: 0; 
	}
.shadetabs{
padding: 8px 0 12px;
margin-left: 0 !important;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left;
border-bottom:1px solid #ccc;
}

ul.shadetabs {
	list-style-image: none;
	}

.shadetabs li{
display: inline-block;
margin: 0 6px 6px 0;
height: auto;
background: none;
padding-left: 0;
vertical-align: middle;
}
.shadetabs li.selected {
	
}
.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 0;
display: inline-block;
padding: 10px 18px;
margin-right: 0;
border: 1px solid #ddd;
border-radius: 999px;
color: #1b1b1b !important;
background: #fff !important;
font-size: 14px;
font-weight: 600;
line-height: 1.3;
font-family: inherit;
box-sizing: border-box;
transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

.shadetabs li a:visited{
color: #1b1b1b !important;
}

.shadetabs li a:hover{
text-decoration: none;
color: #1b1b1b !important;
background: #f5f5f5 !important;
}

.shadetabs li a.selected,
.shadetabs li.selected a{ /*selected main tab style */
position: relative;
padding: 10px 18px;
font-size: 14px;
border: 1px solid #ff0000;
border-radius: 999px;
background: #ff0000 !important;
color: #fff !important;
letter-spacing: 0;
font-weight: 700;
font-family: inherit;
}

.shadetabs li a.selected:hover,
.shadetabs li.selected a:hover{
text-decoration: none;
color: #fff !important;
background: #ff0000 !important;
}

/* Aktív tab előtti háromszög */
.shadetabs li a.selected::before,
.shadetabs li.selected a::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 8px;
	vertical-align: middle;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #fff;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
/*display:none; commented by stAn as this would require a js initialization for current tab*/
}

@media print {
.tabcontent {
display:block !important;
}
}