/* UTMUTATO STYLES */

#velemjaro-user #header #primary-menu > ul > li a:hover {
	color: #EEE !important;
}

/* TABLE OF CONTENTS */

.toCtop{
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0 0 8px;
	padding: 10px 12px 12px 20px;
	cursor: pointer;
	line-height: normal;
	//background: beige;
	border-radius: 3px;
	//box-shadow: 0 0 10px rgba(0,0,0,0.3);
	color:#555;
}

.toCtop span{
	text-transform: uppercase;
}

.toCmiddle span{
	text-transform: none;
}

.toCmiddle{
	margin: 10px 0 0 15px;
	font-weight: bold;
	color: #555;
	display: none;
}

.toCtop:before, .toCmiddle:before{
	content: '';
	margin: 3px 0 0 -12px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid gray;
	position: absolute;
}

.toCtop.item-selected:before, .toCmiddle.item-selected:before{
	content: '';
	margin: 6px 0 0 -15px;
	width: 0;
	height: 0;
	border-top: 5px solid gray;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
}

.toCleaf{
	margin: 8px 0 0 15px;
	font-weight: normal;
	color: #555;
	display: none;
}

.toCleaf.item-selected {
	//background-color: white;
	//box-shadow: 0 0 10px rgba(0,0,0,0.3);
	padding: 7px;
	color: teal;
	//border-radius: 5px;
	margin-left: 8px;
}

.tocontents-wrap{
	background-color: rgba(255,255,255,.3);
	padding-bottom: 15px;
	padding-top: 10px;
	border-radius: 3px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.3);

}

.tocontents-h{
	text-align: center;
	font-weight: lighter;
}

/* // TABLE OF CONTENTS */

/* CONTENT */

#lawcont{
	font-family: 'Merriweather', serif;
}

#lawcont li {
	margin-left: 25px !important;
	font-size: 15px;
}

#lawcont h3{
	text-align: left;
	margin-bottom: 18px;
	font-size: 25px;
}

#lawcont h4 {
	text-align: left;
	margin-bottom: 12px;
	font-size: 21px;
}

#lawcont h5 {
	text-align: left;
	margin-bottom: 8px;
	font-size: 19px;
}

#lawcont h6 {
	text-align: left;
	margin-bottom: 8px;
	margin-top: 10px;
	font-size: 17px;
}

#lawcont p {
	text-align: left;
	margin-bottom: 5px;
	font-size: 16px;
}

#lawcont .gyaktan{
	padding-left: 12px;
	border-left: 5px solid teal;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* // CONTENT */

/* SZOSZEDET */

.heading-block:after{
	content: none;
}

.heading-block{
	margin-bottom: 30px;
}

#szoszedet-search-input{
	margin: 20px auto;
	width: 90%;
	max-width: 450px;
	text-align: center;
	position: relative;
}

#szoszedet-search-input input{
	width: 100%;
	height: 50px;
	border-radius: 5px;
	border-width: 0;
	padding: 10px;
	border: 2px solid aliceblue;
	box-shadow: inset 0px 1px 5px rgba(0,0,0,0.4);
	font-size: 13pt;
	font-family: monospace;
	text-shadow: 0px 0px 1px;
}

#clear-input-icon {
	display: none;
	padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 3px;
    right: 4px;
    cursor: pointer;
}

#pleasewait, #typemore {
	text-align: center;
	color: #999999;
}

#nomatchingword {
	text-align: center;
	color: #b98585;
}

.szoszedet-sor {
    width: 100%;
    margin: 5px auto;
    max-width: 1000px;
    font-size: 16px;
}

.szoszedet-sor:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.szlovak-szo {
    width: 49.5%;
    display: inline-block;
    position: relative;
    padding-right: 3%;
    padding-left: 3%;
    vertical-align: top;
}

.baloldal {
	float: left;
	text-align: right;
}

.magyar-szo {
    width: 49.5%;
    display: inline-block;
    position: relative;
    padding-left: 3%;
    padding-right: 3%;
    vertical-align: top;

}

.jobboldal {
	float: right;
	text-align: left;
}

.word-info-icon {
	display: inline-block;
	margin-left: 8px;
}

.tooltip-inner {
    font-size: 15px;
}

.baloldal .word-info-icon {
	display: block;
}

.baloldal .word-info-icon {
	display: none;
}

.kotojel-elvalaszto {
    width: 1%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    height: 6px;
    padding-bottom: 12px;
    border-bottom: 2px solid #FFFFFF;
    vertical-align: top;
}

.processing-icon{
	display: none;
    position: absolute;
    top: 14px;
    right: 12px;
    z-index: 300;
}

#lang-change-icon {
	cursor: pointer;
    padding: 10px;
    background-color: #2fa99d;
    border-radius: 5px;
    position: absolute;
    top: 3px;
    right: -70px;
}

#lang-change-icon:hover {
	background-color: teal;
}

.match-hightlight {
    background-color: rgba(0,128,128,0.30);
}

/* // SZOSZEDET */

/* // UTMUTATO STYLES */

/* // NYERLVASZNALATI UTMUTATO */

.nyum-item-wrap{
	border-bottom: 2px dotted rgba(250,250,250,0.8);
    margin: 0 10px 5px 10px;
    padding: 10px 10px 12px 10px;
}

.nyum-question-wrap h3{
	margin-bottom: 0;
	font-size: 20px;
}

.nyum-question-wrap{
	cursor: pointer;
}

.nyum-answer-wrap{
	display: none;
}

.nyum-answer p, nyum-laws p{
	margin: 5px 0;
	font-size: 16px;
}

.nyum-answer li, nyum-lawsli{
	margin: 0 0 0 30px;
}

.nyum-laws{
	margin: 0 3%;
	font-style: italic;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 1px 1px 5px grey;
	border-radius: 2px;
	padding: 10px;
	position: relative;
}

.nyum-law-heading{
	color: #1ABC9C;
	font-style: italic;
}

.nyum-law-item{
	margin: 2px 0;
}

.law-separator{
	margin: 0 0 12px 8px;
}

.nyum-law-id{
	font-weight: bold;
}

.nyum-law-change-language{
	cursor: pointer;
	color: #1ABC9C;
}

.nyum-law-sk{
	display: none;
}

.nyum-divider{
    width: 80%;
    height: 1px;
    margin: 16px auto;
    background: #333333;
}

.uni-lan-select{
	position: absolute;
	right: 10px;
	width: 85px;
	top: 10px;
	cursor: pointer;
}
.uni-lan-select-mobile{
	position: absolute;
	right: 10px;
	background-color: red;
	width: 85px;
	top: 100px;
	cursor: pointer;
}

.uni-lan-select-label-hu{
	position: absolute;
	left: 0;
}

.uni-lan-select-selector-pane{
	height: 20px;
	width: 40px;
	border: 2px solid gray;
	position: absolute;
	left: 24px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 1px;
	background-color: whitesmoke;
}

.uni-lan-select-selector{
	height: 14px;
	width: 14px;
	background-color: teal;
	border-radius: 8px;
	-webkit-transition: margin-left .3s;
	-moz-transition: margin-left .3s;
	transition: margin-left .3s;
}

.uni-lan-select-selector-left{
	margin-left: 0;
}

.uni-lan-select-selector-right{
	margin-left: 20px;
}

.uni-lan-select-label-sk{
	position: absolute;
	right: 0;
}

/* // NYERLVASZNALATI UTMUTATO */
