@font-face {
	font-family: "Nunito Sans";
	src: url(/fonts/NunitoSans/NunitoSans-Regular.ttf);
}
@font-face {
	font-family: GoldenBook;
	src: url(/fonts/Goldenbook/Goldenbook-Regular.otf);
}

body{
	/*background-color: rgb(23, 53, 72);*/
	background-color: rgb(1, 32, 65);
	color: rgb(79, 79, 79);
	margin: 0;
	font-family: "Nunito Sans", Arial, sans-serif ;
}

#header-wrapper{
	/*width:90%;*/
	min-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(1, 32, 65);
	/* background: url(../images/headerbg_rpt.png);*/
}
#header{
	display: block;
	position: relative;
	width: 100%;
	color: #ffffff;
	margin: auto;
	/*background-color: rgb(23, 53, 72);*/
	background-color: rgb(1, 32, 65);
/*background: url(../images/header.png) no-repeat right*/
	/*height: 140px;*/
	height: 200px;
}


#content{
	text-align: center;
	background-color: rgb(246, 246, 246);
	border-color: gray;
	margin: auto;
	/*width: 90%;*/
	min-width: 1100px;
	padding-bottom: 2px;
}

#footer{
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	/*background-image: url(http://www.elte.hu/graphics/footer.gif);*/
	border-spacing: 0;
	margin: auto;
	width: 1100px;
	height: 43px;
	font-family: "Nunito Sans","Arial",sans-serif;
	color: white;
	text-align: center;
	padding-top: 4px;
}
#footer table{
	font-size: 12px;
	color: white;
}
#footer .first-row{
	text-transform: uppercase;
	font-size: 16px;
}

#date_logout{
	display: inline-block;
	margin-left: 17px;
	padding-top: 6px;
	/*width: 1066px;*/
	width: 100%;
	height: 22px;
}

#menu{
	text-align: center !important;
	/*width: 100%;*/
	max-width: 1600px;
	clear:both;
	display: flex;
/*    float:right;*/
	margin-left: auto;
	margin-right: auto;
	font-family: "Nunito Sans", Arial, sans-serif;
	/*font-variant: small-caps;*/
	font-size: 13px; 
	padding-top: 8px;
}	

#menu table{
text-align: center !important;
}

.header-td{
	text-transform: uppercase;
	min-width: 100px;
	max-width: 280px;
}

#cim{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	/*padding-top: 23px;*/
	/*padding-left: 20px;*/
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 20px;
	margin-left: 100px;
	/*margin-right: 570px;*/
	/*margin-right: auto;*/
	/*margin-left: 310px;*/
	/*width: 600px;*/
	/*float: right;*/
}
#cim img{
	height: 100px;
	display: inline-block;
}
#cim-belso{
	display: inline-block;
}
#cim-divider{
	border-left: 1px solid white;
	margin-left: 15px;
	width: 15px;
	height: 50px;
}
.menu-divider{
	/*border-left: 1px solid #ddd;*/
	margin-left: 8px;
	width: 8px;
	height: 15px;
}

#accordion{
	width: 100%;
	margin: auto;
}

label{
	display:inline-block;
	width:  150px;
	text-align: right;
	margin-top: 10px;
}

input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="date"]{
	width: 300px;
	-webkit-appearance: textfield;
	padding: 1px;
	background-color: white;
	cursor: auto;
}

select {
	width: 99%;
-webkit-appearance: textfield;
padding: 4px;
background-color: white;
border: 2px inset;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
cursor: default;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

h1, h2, h3{
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	font-weight: bold;
	padding-top: 15px;
}

li {
	text-align: center;
}

th {
	padding: 5px;
}


/* ------------------Copy by ELTE---------------------------*/
A[HREF] { text-decoration: none }
   	A.footer:link	{ text-decoration: underline;
			  color: #63789F }	/* unvisited links */
   	A.footer:visited   { text-decoration: underline; 
			  color: #63789F }	/* visited links */
   	A.footer:hover	{ text-decoration: none
; 
			  color: #63789F }	/* with some pointing device */
   	A.footer:active	{ text-decoration: underline;
			  color: #63789F }	/* activated by the user */	

A[HREF] { text-decoration: none }
   	A:link	{ text-decoration: none;
			  color: #ffffff }	/* unvisited links */
   	A:visited   { text-decoration: none; 
			  color: #ffffff }	/* visited links */
   	A:hover	{ text-decoration: none
; 
			  color: #ffffff }	/* with some pointing device */
   	A:active	{ text-decoration: none;
			  color: #ffffff }	/* activated by the user */	

A[HREF] { text-decoration: none }
   	A.header:link	{ text-decoration: none;
			  color: #ffffff }	/* unvisited links */
   	A.header:visited   { text-decoration: none; 
			  color: #ffffff }	/* visited links */
   	A.header:hover	{ text-decoration: none; 
			  color: rgb(255, 188, 35) }	/* with some pointing device */
   	A.header:active	{ text-decoration: none;
			  color: #ffffff }	/* activated by the user */				  
			  
			  
.ui-widget .ui-widget {
	margin: auto;
}

table
{
	text-align: left;
}

.admin-button, .advsearch-button{
	position: absolute;
	text-align: center;
	vertical-align: middle;
	padding-left: 1px;
	background-color: rgba(255,255,255,0.5);
	right: 20px;
	width: 19px;
	height: 20px;
	border-radius: 10px;
}
.admin-button{
	top: 80px
}
.advsearch-button{
	top: 40px;
}

.found {
	background-color: yellow;
}
#search_val{
	background-color: rgba(246, 246, 246, 0.6);
	height: 24px;
	width: 200px;
	/*left: 14px;*/
	float: right;
	top:6px;
	margin: 5px;
	/*position: absolute;*/
	border: 1px solid gray;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
}

.login-info-1{
	max-width: 1100px;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	margin-left: auto;
	margin-right: auto;
}

#kapcsolat-new{
	width: 1100px;
	margin: auto;
}

.error>ul{
	list-style: none;
}

.saml-buttons{
	line-height: 32px;
	list-style: none;
}

.doksi{
	font-size: 13px;
	color:#222222;
}
.doksi:hover{
	color: rgb(255, 188, 35);
}

@media(prefers-color-scheme: dark){
	#content{
		background-color: #333;
		color: #eee;
	}
	a, a:visited{
		color: #aee !important;
	}
}

.search-userfilters{
	text-align: left;
	padding:20px;
}
.search-userfilters .search-filter{
	float: left;
}