/* --------------------
Semmelweis University Department of Biophysics
Screen stylesheet
Author: mentatea.hu
-------------------- */


/* ---------- inicializalas ----------  */

/* ---------- Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

.content-inner * {
	box-sizing: border-box;
}

/* ---------- Remove border for linked images and tables */
img,
table,
tr,
td {
	border: 0;
}

/* ---------- Removes styling from all list items */
ul,
ol {
	list-style-type: none;
}

/* ---------- removes bold for headings */
h1,
h2,
h3,
h4 {
	font-weight: normal;
}

/* ---------- self-clearing float */
.group:after {
	content: "";
	display: table;
	clear: both;
}

.cleared {
	clear: both;
}
.bad-details-found #content header::before {
	content: "";
	background-color: red;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-radius: 50%;
}

details {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

details summary::-webkit-details-marker {
  display: none;
}

details > summary::before {
  content: "";
  position: absolute;
  left: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik04LjU5IDE2LjM0bDQuNTgtNC41OS00LjU4LTQuNTlMMTAgNS43NWw2IDYtNiA2eiIvPjwvc3ZnPg==")
    no-repeat 50% 50% / 32px 32px;
  width: 1.5em;
  height: 1.5em;
  transition: transform 0.1s linear;
}

summary {
  width: 100%;
  padding: 15px;
  padding-left: 40px;
  border-bottom: 1px solid #ccc;
  display: block;
  cursor: pointer;
  background-color: #eee;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.05);
}
#content summary > p {
	margin: 0;
	padding: 0;
}

summary:focus,
summary:hover {
  color: #222;
  background: #d3d3d3;
}
details[open] {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
details[open]::after {
  content: "";
  position: relative;
  height: 1px;
  width: calc(100% - 30px);
  background: #ccc;
  display: block;
  margin: 0 auto;
}


details[open] > *:not(summary) {
	margin-left: 15px;
	margin-right: 15px;
}

details[open] > summary:before {
  transform: rotate(90deg);
	filter: invert(1);
}

details[open] > summary {
  color: #fff;
  background-color: #5e91cd;
	margin-bottom: 30px;
  /* color: #222; */
}

details[open] > summary ~ * {
  animation: open 1s ease;
}

details.bad-details {
	border: 2px dashed red;
}

details.nested-details::before {
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  box-shadow: 5px 5px 0 #c3c3c3, 5px 5px 0 #cdcdcd inset;
  background-color: #eee;
  right: 15px;
  top: 15px;
  z-index: 2;
}
details.nested-bad-details::before {
	border-top: 2px solid red;
	border-left: 2px solid red;
}

p.source {
  padding-top: 50px;
  font-size: 0.75em;
  text-align: center;
}

@keyframes open {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
details > summary {
  list-style: none;
}

details > summary::marker,
details > summary::-webkit-details-marker {
  display: none;
}
/* ---------- szerkezet ----------  */

html {
	font-size: 62.5%;
	font-size: 16px;
	line-height: 130%;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	color: #333333;
}

body {}

h1,
h2,
h3,
h4 {
	overflow-wrap: break-word;
  hyphens: auto;
}

a,
a:visited {
	color: #232F61;
}

a:hvoer {
	text-decoration: underline;
}

#main {
	min-height: calc(100vh - 400px);
}

#home #main {
	background-color: transparent;
}

#top-nav-inner {
	/* max-width: 1140px;
	margin: 0 auto;
	width: calc(100% - 20px);
	padding: 0 2%; */

	margin: 0 auto;
	padding: 0 15px;

}

#main footer a {
	color: #fff;
}

#main footer h2 {
	padding-top: 5px;
	color: #fff;
}

#main footer {
	box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.11);
	background-color: #707070;
	color: #fff;
	padding: 15px;
	margin-top: 60px;
	margin-bottom: 5px;
}

#main header {
	box-shadow: 0 10px 10px rgb(0 0 0 / 11%);
	background-color: #4C82C1;
	color: #fff;
	padding: 15px 30px;
	min-height: 75px;
	box-sizing: border-box;
	display: flex;
	min-width: 0;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main header.sec-after {
	background-color: #707070;
	min-height: 60px;
}

#main .page-title {
	z-index: 1;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 900;
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	word-wrap: break-word;
	hyphens: auto;
}

#main header .page-title {
	color: #fff;
	display: flex;
	min-width: 0;
	align-items: center;
	flex-wrap: wrap;
}


#main header.sec-after .page-title {
	font-size: 24px;
}

.content-inner a {
	word-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
}


.content-inner {
	box-sizing: border-box;
	padding: 30px;
}

.content-inner.with-tabbs {
	min-height: 300px;
	/* min-height: 30vh; */
}

.hir-datum {
	margin-bottom: 0;
	padding-bottom: 0;
}
.datum {
	word-wrap: normal;
	word-break: normal;
	hyphens: none;
}

/* #content .tabberlive, */
.content-munkatars-inner,
h1.content-munkatars-title,
.hir-datum,
h1.content-hir-title,
.content-hir-inner,
h1.content-tantargy-title,
.content-tantargy-inner,
h1.content-munkatarsak-title,
.content-munkatarsak-inner,
h1.content-oktatas-title,
.content-oktatas-inner,
h1.menu-content-title,
.menu-content-inner {
	width: 100%;
	max-width: 937px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

h1.menu-content-title,
.menu-content-inner {
	max-width: 937px;
}

h1.content-munkatarsak-title,
h1.content-oktatas-title {
	max-width: calc(1235px - 60px);
}

.content-munkatarsak-inner,
.content-oktatas-inner {
	max-width: 1235px;
}


#side .content-oktatas-inner {
	padding-top: 0;
}

#content>* {
	position: relative;
}


/* #content .content-oktatas-inner, */
.content-munkatarsak-inner {
	padding-top: 15px;
}

.content-munkatarsak-inner,
.department .oktatas-parent {
	margin: 0 auto;
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

#munkatarsak .content-inner h3,
.oktatas-parent>li h2 {
	font-weight: 700;
	font-family: 'PT Serif', serif;
	text-transform: uppercase;
	font-size: 20px;
}

.munkatars-group,
.oktatas-parent>li {
	display: flex;
	min-width: 0;
	flex-direction: column;
	flex-wrap: wrap;
	width: calc(50% - 10px);
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
	margin: 0;
	position: relative;
}

.munkatars-group::after,
.oktatas-parent>li::after {
	width: calc(100% - 30px);
	background-color: #ccc;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
}

.munkatars-group:nth-child(2n+1)::before,
.oktatas-parent>li:nth-child(2n+1)::before {
	content: '';
	height: 100%;
	height: calc(100% - 30px);
	width: 1px;
	background-color: #ccc;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: auto 0;
}

.munkatars-group:last-of-type::before,
.oktatas-parent>li:last-of-type::before {
	display: none;
}


.department .oktatas-menu {
	margin: 0;
	box-sizing: border-box;
	padding: 0;
	list-style: none;
}

.oktatas-parent .oktatas-menu li a {
	display: block;
}

.oktatas-parent .oktatas-menu li a.active {
	font-weight: 700;
	color: #007bff;
}

.oktatas-menu li a {
	text-decoration: none;
	padding: 4px 0;
	border-bottom: 1px solid #eee;
}

.oktatas-menu li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #232F61;
}

.oktatas-menu li {
	margin: 0 0 6px 0;
	list-style: none;
}

.oktatas-menu li:last-of-type {
	border: 0 none;
}

/* ---------- fooldal ----------  */



#home #content {
	/* float: right; */
	/* width: 35%; */
	padding: 0;
	margin: 0;
	background-color: transparent;
}

#home-intro {
	padding: 30px 60px;
	padding-bottom: 60px;
	line-height: 100%;
	color: #fff;
	background-color: #153B87;
}

#home-intro p {
	font-size: 18px;
	line-height: 1.75;
	font-weight: 300;
	word-spacing: 0.15em;
	letter-spacing: 0.025em;

}

#home-intro h2 {
	color: inherit;
}

#home-contact address {
	font-style: normal;
	width: 360px;
	padding: 30px;
	margin: 0;
	box-sizing: border-box;
}

#home-contact iframe {
	width: calc(100% - 360px);
	min-height: 360px;
}

#home-contact {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	align-items: center;
	background-color: #ddd;
	margin-bottom: 30px;
}

#home-contact b,
#home-contact strong {
	font-weight: bold;
	font-size: 14px;
}

#home-slider,
#main,
#footer,
#header,
#top-nav {
	max-width: 1280px;
	margin: 0 auto;
	width: calc(100% - 40px);
}

/* ---------- felso nav ----------  */

#top-nav-admin {
	background: transparent url(../img/stripe.png) repeat-x top left;
	height: 15px;
}

#top-nav {
	margin-top: 50px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 15px;
	/* background-color: #1E2326; */
	background-color: #313B40;
	color:  #fff;
	padding: 4px 0;
}

#top-nav a {
	color: #fff;
	text-decoration: none;
	padding: 1px 4px;
}

#top-nav ul a:hover {
	color: #fff;
	background-color: #00597B;
	text-decoration: none;
}

#top-nav-menu {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

#top-nav-menu ul li {
	float: left;
	padding: 0 6px;
	margin: 9px 0;
	border-left: 1px solid #aaa;
	line-height: 20px;
}

#top-nav ul {
	margin: 0;
}

#top-nav-menu ul li:first-child {
	border-left: 0 none;
}

#top-nav-inner {
	position: relative;
}

.lang-select {
	display: inline-flex;
	margin: 0;
}

.lang-select li {
	margin: 5px 2px;
	padding: 0;
}

.lang-select li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 21px;
	align-items: center;
	padding: 1px 1em;
	display: flex;
	min-width: 0;
	border: 1px solid #807f7f;
	border-color: rgba(255,255,255,0.4);
	text-transform: uppercase;
	justify-content: center;
	transition: background-color 0.2s ease-in-out;
}

#header .lang-select li a:focus,
#header .lang-select li a:hover {
	background-color: #FFFFFF;
	color: #232F61;
	text-decoration: none;
}

#top-nav-lang-social {
	position: absolute;
	top: 0;
	right: 2%;
}

#top-nav-lang-social ul li {
	float: left;
	padding-left: 12px;
	margin: 5px 0 0 0;
	line-height: 1;
}

#top-nav-lang-social ul li.lang {
	padding-top: 4px;
}

#top-nav-lang-social ul li img {
	max-height: 25px;
}

/* ---------- fejlec ----------  */
#header-inner {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

#header-top {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 5px 30px 5px 30px;
}


#header {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	/* background: #1F4287; */
	background-color: #232F61;
	color: #fff;
}


#util {
	text-align: right;
	display: flex;
	min-width: 0;
	align-items: center;
	flex-wrap: wrap;

}

#util p.links {
	color: #ccc;
	font-size: 13px;
	padding: 0.75em 0;
	margin-right: 5px;
}

#util p.links a {
	margin: 5px;

}

table#title {
	float: left;
	width: 65%;
	margin: 20px 2% 10px 0;
	border-top: 0;
}

#header #title a {
	color: #333;
}

td#title-logo {
	width: 18%;
	border-bottom: 0;
	padding: 0 10px 0 0;
	vertical-align: middle;
}

#title-logo img {
	width: 100%;
	max-width: 110px;
}

td#title-title {
	border-bottom: 0;
	padding: 0;
	vertical-align: middle;
	font-family: 'PT Serif', serif;
}

#title-title h1 {
	padding-bottom: 0.1em;
	font-family: 'PT Serif', serif;
	font-size: 28px;
	line-height: 105%;
}

#title-title h3 {
	padding: 0.1em 0 0 0;
	font-family: 'PT Serif', serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 110%;
}

#site-title {
	display: flex;
	min-width: 0;
	/* margin: 20px 2% 10px 20px; */
	margin: 15px 10px 15px 5px;
	border-top: 0;
	color: #fff;
}

#header #site-title a {
	color: #fff;
}

#site-title-logo {
	width: 110px;
	border-bottom: 0;
	padding: 0 26px 0 0;
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
}

#site-title-logo img {
	width: 100%;
	max-width: 110px;
}

#site-title-title {
	border-bottom: 0;
	padding: 0;
	font-family: 'PT Serif', serif;
	display: flex;
	min-width: 0;
	align-items: center;

}

#site-title-title h1 {
	padding-bottom: 0.1em;
	/* font-family: 'PT Serif', serif; */
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 105%;
}

#site-title-title h3 {
	padding: 0.33em 0 0 0;
	/* font-family: 'PT Serif', serif; */
	font-weight: 300;
	font-size: 18px;
	font-weight: normal;
	line-height: 110%;
}

/* ---------- navigacio ----------  */

#nav {
	font-size: 15px;
	/*background: pink;*/
	padding: 0 30px;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}

#nav-list {
	margin: 0;
	padding: 0;
	display: flex;
	min-width: 0;
}

#nav ul li {
	font-size: 15px;
	padding: 0;
	margin: 0;
	display: block;
	margin-right: 0.5em;
}



#nav ul li a {
	padding: 1px 15px;
	color: #232F61;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	min-width: 0;
	align-items: center;
	justify-self: center;
	min-height: 44px;
}

#nav ul li a:focus,
#nav ul li a:hover {
	background-color: #00597B;
	background-color: #4C82C1;
	color: #fff;
	text-decoration: none;
}

#nav ul li.active a {
	font-weight: bold;
}

/* ---------- oldalsav ----------  */

#oktatas #main {
	display: flex;
	min-width: 0;
	flex-direction: column-reverse;
}

#oktatas #side {
	margin-top: 120px;
}

.side-menu {
	margin: 0;
	display: flex;
	min-width: 0;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0 30px;
	background: #426EA1;

	font-size: 14px;
	/* text-transform: uppercase; */
}


.side-menu>li {
	margin: 0;
	padding: 0px 0;
	display: block;
}

.side-menu>li>ul {
	display: flex;
	min-width: 0;
	margin: 0;
	padding: 0;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin: 10px auto;
	/* justify-content: center; */
}

.side-menu>li>ul:empty {
	display: none;
}


.side-menu>li>ul>li {
	margin: 0;
	padding: 0;
}

.side-menu>li>ul>li a,
.side-menu>li>ul>li b {
	display: block;
	padding: 4px 0;
	margin: 12px 15px;
	hyphens: auto
}

.side-menu>li>ul>li b {
	font-weight: 700;
	color: #fff;
}

.side-menu>li>ul>li a {
	text-decoration: none;
	font-weight: 500;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


.side-menu>li>ul>li a:hover,
.side-menu>li>ul>li a:focus {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.side-title {
  margin: 0;
	padding: 0.75em 15px;
  box-shadow: 0 10px 10px rgb(0 0 0 / 11%);
  background-color: #4C82C1;
	color: #fff;
	align-items: center;
	display: none;
	z-index: 1;
  position: relative;
}

.side-content-dokumentumtar {
  margin: 0;
  min-width: 0;
  padding: 15px;
  background: #426EA1;
  font-size: 14px;
  color: #fff;
  /* max-height: calc(100vh - 350px);
  overflow: auto; */
	position: sticky;
	top: 0;
}
.side-content-dokumentumtar a {
	color: #fff;
	text-decoration: none;
}
.content-dokumentumtar-inner {
	padding-top: 10px;
}

.content-dokumentumtar-inner h3,
.content-dokumentumtar-inner h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0.75em 0 0.5em;
}
.content-dokumentumtar-inner h3 {
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #eee;
}
.document-group h3:empty {
	display: none;
}
#dokumentumtar #main header {
  background-color: #fff;
  min-height: 0;
  padding-bottom: 0;
  box-shadow: none;
	border-top: 5px solid #4C82C1;
}
#dokumentumtar #main header .page-title {
	color: #333;
}
#dokumentumtar #main {
	display: flex;
	flex-direction: row;
	position: relative;
	margin-bottom: 5px;
}

#dokumentumtar #side {
	width: 440px;
	background-color: #426EA1;
}
#dokumentumtar #main-inner {
	flex: 1;
}

#side ul.dokumentumtar h3 {
	padding-top: 0;
	margin: 5px 0 5px 0;
}
#side ul.dokumentumtar,
#side ul.dokumentumtar > li {
	margin: 0;
	flex-direction: column;
	flex-wrap: wrap;
	display: flex;
}
#side ul.dokumentumtar > li > ul {
	margin: 0;
	flex-wrap: wrap;
	display: flex;
}
#side ul.dokumentumtar > li > ul > li {
	display: block;
	margin: 3px;
	padding: 0;
}

#side ul.dokumentumtar li a {
	display: block;
  font-weight: normal;
  color: #fff;
	line-height: 1.2;
  padding: 4px 15px 4px 30px;
  border-radius: 13px;
	position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 13px;
}
#side ul.dokumentumtar li a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 14px;
  height: 14px;
  border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.4);
}

#side ul.dokumentumtar li a.checked {
  border: 1px solid rgba(255, 255, 255, 0.75);
	background-color: rgba(0, 0, 0, 0.075);
}
#side ul.dokumentumtar li a.checked::before {
	background: rgba(255, 255, 255, 0.95) url(../img/tick-small.gif) scroll center no-repeat;
}

#side p.vissza {
	display: none;
}


/* ---------- tipo ----------  */

h1 {
	clear: both;
	padding: 0.1em 0 1em 0;
	font-size: 28px;
	line-height: 110%;
}

h1.targyneve {
	padding: 0.15em 0 0.15em 0;
}

.targytanev {
	font-size: 0.6em;
	padding-bottom: 0;
	margin-left: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: 500;
}

header h3 {
	color: #fff;
}

h2 {
	clear: both;
	padding: 1em 0 0.75em 0;
	font-size: 20px;
	line-height: 110%;
	color: #333;
}

h3 {
	clear: both;
	padding: 1em 0 0.5em 0;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
}

h1+h2,
h1+h3 {
	padding-top: 0;
}

h2+table {
	margin-top: 0;
}

p {
	clear: both;
	line-height: 1.5;
	margin-top: 1em;
	margin-bottom: 1em;
}

sup,
sub {
	height: 0;
	font-size: 0.7em;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}



/* ---------- linkek ----------  */
#main a {}

#header a,
#nav a,
#footer a {
	color: #fff;
	text-decoration: none;
}


#header #site-title a:hover {
	text-decoration: none;
}

table.dokumentumok a {
	display: block;
	padding-left: 20px;
	font-size: 15px;
}

#main a.jpg,
#main a.gif,
#main a.png,
a[href$=".jpg"],
a[href$=".gif"],
a[href$=".png"] {
	padding-left: 20px;
	line-height: 1.4em;
	background: transparent url(../img/icon_pic.gif) 0 1px no-repeat;
}

#main a.pdf,
#main a[href$=".pdf"] {
	padding-left: 20px;
	background: transparent url(../img/icon_pdf.gif) 0 1px no-repeat;
}

#main a.doc,
a[href$=".doc"],
a[href$=".docx"] {
	padding-left: 20px;
	background: transparent url(../img/icon_doc.gif) 0 1px no-repeat;
}

#main a.ppt,
a[href$=".ppt"],
a[href$=".ppt"] {
	padding-left: 20px;
	background: transparent url(../img/icon_ppt.gif) 0 1px no-repeat;
}

#main a.xls,
a[href$=".xls"],
a[href$=".xlsx"] {
	padding-left: 20px;
	background: transparent url(../img/icon_xls.gif) 0 1px no-repeat;
}

#main a.zip,
a[href$=".zip"] {
	padding-left: 20px;
	background: transparent url(../img/icon_zip.gif) 0 1px no-repeat;
}

#main a.rtf,
a[href$=".rtf"] {
	padding-left: 20px;
	background: transparent url(../img/icon_txt.gif) 0 1px no-repeat;
}

#main a.txt,
a[href$=".txt"] {
	padding-left: 20px;
	background: transparent url(../img/icon_txt.gif) 0 1px no-repeat;
}

#main a.add {
	padding-left: 20px;
	background: transparent url(../img/icon_add.png) 0 50% no-repeat;
}

p.backto a {
	padding-left: 20px;
	background: transparent url(../img/icon_previous.gif) 0 1px no-repeat;
}

header p.backto a {
	color: #fff;
	text-decoration: none;
}

header a.edit-link {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 1em;
  padding: 3px 5px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  font-size: 11px;
  justify-content: center;
  background-color: rgba(255,255,255, .3);
}

#main a.lista {
	padding-left: 20px;
	background: transparent url(../img/icon_list.png) 0 50% no-repeat;
}

/* ---------- kepek ----------  */

#content img {
	border: 5px solid #fff;
}

body#guide #content img,
#content img#keret_nelkul,
#content img.keret_nelkul,
#home-slider img {
	border: none;
}

#content img.left,
#content p.left {
	float: left;
	margin: 3px 20px 15px 0;
	font-size: 90%;
	line-height: 130%;
}

#content img.right,
#content p.right {
	float: right;
	margin: 3px 0 5px 15px;
	font-size: 90%;
	line-height: 130%;
}

/* ---------- listak ----------  */

ul {
	margin-top: 0.25em;
}

ul li {
	padding: 0 0 0.5em 0;
}

.content-in ul {
	list-style-type: square;
	margin-left: 1.1em;
}

#home-slider ul {
	list-style-type: none;
	margin-left: 0;
}


#home-slider .bx-wrapper .bx-viewport {
	border: 0 none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}



#content ul.bxslider li {
	padding: 0;
	line-height: 1;
	background-image: none;
}

#content ol {
	margin-left: 2em;
	font-size: 1em;
}

#content ol li {
	padding-bottom: 1em;
	list-style-type: decimal;
	line-height: 130%;
}

dl {
	font-size: 1em;
	line-height: 130%;
	padding: 0;
}

dl dt {
	padding-top: 5px;
	font-weight: normal;
}

dl dd {
	padding: 0 0 5px 20px;
	font-style: italic;
}

ul h2,
ol h2,
dl h2 {
	font-size: 1.2em;
	font-style: normal;
}

ul h3,
ol h3,
dl h3 {
	font-size: 1em;
}

/* ---------- tablazatok ----------  */
.table-responsive {
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

.table-responsive table {
	width: 100% !important;
}

table {
	width: 100%;
	margin: 1em 0 1.5em 0;
	border-collapse: collapse;
	border: none;
}

.content-inner .tabbertab table {
	width: 100% !important;
}

table th,
table td {
	border-bottom: 1px solid #ddd;
	border-top: 0 none;
	padding: 12px 21px 10px 3px;
}

table th:last-of-type,
table td:last-of-type {
	padding-right: 0;
}

table td[nowrap="nowrap"],
table th[nowrap="nowrap"] {
	white-space: normal;
}


table th {
	vertical-align: bottom;
	text-align: left;
	font-weight: normal;
	color: #999;
}

table td {
	vertical-align: top;
	border-top: 0 none;
}

table tr:last-of-type td,
table tr:last-of-type th {
	border-bottom: 0 none;
}


td.noborder,
tr.noborder td {
	border: none;
}

table.eloadasok .file {
	width: 30%;
	max-width: 150px;
}

table.eloadasok .file a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

table.eloadasok a {
	line-height: 1.5em;
}

table.gyakorlatok-szerint {
	width: auto;
}

table.gyakorlatok-szerint td {
	padding: 7px 31px 7px 3px;
}

/* dokumentumok ----------  */

table.dokumentumok {
	margin: 0.5em 0 1em 0;
}

h2+table.dokumentumok {
	margin: 0 0 1em 0;
}

table.dokumentumok td {
	vertical-align: middle;
}

table.dokumentumok td.filenev {
	font-size: 14px;
}
table.dokumentumok td.filedatum {
	text-align: right;
	color: #777;
	font-size: 13px;
}

table.dokumentumok .filetipus {
	text-transform: uppercase;
}

/* adatfelvitel ----------  */

table.adatfelvitel {
	margin: 1em 0 1em 0;
}

#content table.adatfelvitel h3 {
	padding: 6px 0 6px 0;
}

table.adatfelvitel-eloadasok {
	margin: 1em 0 1em 0;
}

table.adatfelvitel-eloadas {
	margin: 1em 0 1em 0;
}

table.adatfelvitel-eloadas td.filebuttons {
	text-align: right;
	padding: 7px 0 7px 3px;
}

table.adatfelvitel-szakok {
	width: auto;
	margin: 0;
	border-top: none;
}

table.adatfelvitel-szakok td {
	padding: 0px 21px 10px 3px;
	border-bottom: none;
}

table.tantargy-archivum td.targyneve {
	width: 70%;
}

table.adatfelvitel tr.tantargy-masolat {
	background-color: #ddd;
}

/* faculty ----------  */

table.faculty tr td:first-child {
	width: 120px;
}

/* ---------- urlapok ----------  */

form {
	margin: 0 0 10px 0;
}

input,
textarea {
	padding: 5px 1.5%;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	border: 1px solid #ccc;
}

input.file {
	padding: 0;
	border: 0;
}

select {
	padding: 3px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

form div {
	clear: both;
	margin-bottom: 10px;
}

form div:after {
	content: "";
	display: table;
	clear: both;
}

form div label {
	float: left;
	width: 15%;
	margin-right: 2%;
	padding: 5px 0;
}

form div input,
form div textarea {
	float: left;
	width: 70%;
}

#csoportvalaszto select {
	margin: 5px 0;
}

input.checkbox {
	padding: 0;
	margin: 0;
	border: 0;
}

.button,
.button-small {
	border-radius: 4px;
	width: auto;
	padding: 0.6em 1.25em;
	border: 1px solid #888;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	background-color: #555555;
	background-image: none;
}

.button-small {
	padding: 2px 4px;
	font-size: 0.8em;
}

/* ---------- tartalom ----------  */

iframe.gmap {
	width: 100%;
}

#content .message,
#content .error {
	margin-top: 10px;
	padding: 15px 20px 15px 20px;
	background-color: #F8F2BD;
	border: 1px solid #E2DCA8;
	border-left: 0;
	border-right: 0;
}

#content .error2,
#content .red {
	padding: 15px;
	color: red;
	margin: 1em 0;
	background-color: #eee;
}

#content .error2:first-child,
#content .red:first-child {
	margin-top: 0;
}

#content p.indent {
	padding-left: 20px;
}

#content p.backto {
	padding: 0;
	text-align: right;
	margin: 0.75em 1em;
	font-size: 14px;
	box-sizing: border-box;
	width: 100%;
}

#content p.lostpassword {
	float: right;
	text-align: right;
}

#content p.form-addnew {
	text-align: right;
}

#content p.gyaklistazas {
	padding: 15px 0;
}

#content p.comment {
	color: #999;
}

#content form#nyelvvalaszto {
	float: right;
	margin: 35px 0 0 0;
}

/* ---------- tabber ----------  */

.tabbertab {
	margin-bottom: 10px;
}

.content-hir-inner ul,
.content-hir-inner p,
.menu-content-inner ul,
.menu-content-inner p,
.tabbertab ul,
.tabbertab p {
	max-width: 50em;
	margin-bottom: 1em;
}
.tabbertab div {
	word-break: break-word;
}

/* ---------- munkatarsak ----------  */
/* #munkatarsak .page-title,
.content-munkatarsak-inner {
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
} */

#munkatarsak .content-inner h3 {
	margin-top: 15px;
}
.content-munkatars-inner {
	display: flex;
	flex-wrap: wrap;
	min-height: 0;
	min-width: 0;
}
table.munkatarsak {}

table.munkatarsak tr {}

table.munkatarsak tr th,
table.munkatarsak tr td {}

table.munkatarsak td.munkatars-nev {
	white-space: nowrap;
	vertical-align: middle;
	font-weight: 700;
}

table.munkatarsak td.munkatars-nev a {
	text-decoration: none;
}


table.munkatars-adatlap {
	margin: 0;
}

table.munkatars-adatlap th.adatneve {
	padding-right: 1em;
	color: #232F61;
}

#munkatarskep {
	margin-right: 30px;
}

#content #munkatarskep img {
	border: 5px solid #fff;
}

/* ---------- dokumentumok ----------  */




/* ---------- hirek es esemenyek ----------  */

/* hirlista ----------  */
#home-hirek .hirek-wrapper {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hirek-wrapper .hirek-hir .btn {
	margin-top: auto;
}

h2.section-title {
	margin: 30px 0;
	padding: 0;
	/* font-family: "PT serif", serif; */
	position: relative;
	font-size: 38px;
	line-height: 1.25;
	hyphens: auto;
	word-wrap: break-word;
}

h2.section-title b {
	background-color: #1C315A;
	display: inline-block;
	display: inline-flex;
	color: #fff;
	padding: 5px 1.15em;
	z-index: 1;
	position: relative;
	min-height: 30px;
	align-items: center;
}

h2.section-title::before {
	position: absolute;
	height: 1px;
	background-color: #DFE3E6;
	content: '';
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

#home-hirek h2.section-title {}


.hirek-hir {
	width: calc(33.33% - 10px);
	margin-bottom: 1em;
	background-color: #F5F5F5;
	box-sizing: border-box;
	padding: 15px 30px;
}

.hirek-hir .hirek-datum {
	display: none;
	padding: 0 0 0.25em 0;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
}

h2.box-title,
h3.box-title,
.hirek-hir h3 {
	text-transform: uppercase;
	position: relative;
	line-height: 1.2;
	padding: 0.25em 0;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 700;
	font-family: 'PT Serif', serif;
}

h2.box-title {
	text-align: center;
	font-size: 26px;
	margin-top: 0;
}

h3.box-title,
.hirek-hir h3 {
	font-size: 18px;
}

h3.box-title a,
.hirek-hir h3 a {
	color: #303030;
	text-decoration: none;
}

h2.box-title::after,
h3.box-title::after,
.hirek-hir h3::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	height: 2px;
	width: 30px;
	background-color: #E7AE3E;
}

h2.box-title::after {
	width: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.hirek-noitems {
	padding: 15px;
	margin: 0 10px;
	margin-bottom: 1em;
	color: #777;
	width: calc(100% - 20px);
}

.hirek-hir .rovidleiras {
	margin: 1em 0;

}

.rovidleiras a {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: inline-block;
}

/* hir kulon oldalon ----------  */

.hir h1 {
	padding-top: 1em;
}

.hir .hir-datum {
	display: none;
	padding: 0 0 0.5em 0;
	font-size: 16px;
	font-style: italic;
	color: #777;
}

.hir .rovidleiras {
	font-weight: bold;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* esemenylista ----------  */

.esemenyek-esemeny {
	clear: both;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	;
}

.esemenyek-esemeny .esemenyek-datum {
	float: left;
	width: 7%;
	margin-right: 3%;
}

.esemenyek-esemeny .esemenyek-adatok {
	float: left;
	width: 90%;
}

.esemenyek-esemeny .esemenyek-adatok h3 {
	padding: 0 0 0.5em 0;
	font-size: 16px;
	line-height: 120%;
}

.esemenyek-noitems {
	padding: 1em 0 1em 10%;
	margin-bottom: 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #777;
}

#nanohome .esemenyek-noitems {
	padding: 1em 0 1em 0;
}

#nanohome .seeall {
	margin-bottom: 3em;
}

/* esemeny kulon oldalon  ----------  */

.esemeny .esemeny-datum {
	padding: 0 0 0.5em 0;
	font-size: 16px;
	font-style: italic;
	color: #777;
}

.esemeny .esemeny-datum {
	padding: 0 0 0.5em 0;
	font-size: 16px;
	font-style: italic;
	color: #777;
}

.esemeny .rovidleiras {
	font-weight: bold;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* datum mezo ----------  */

.datum-mezo {
	float: left;
	width: 30px;
	padding: 6px 4px 10px 4px;
	text-align: center;
	background-color: white;
}

.datum-mezo span.honap {
	display: block;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 16px;
	line-height: 16px;
	margin-top: -2px;
	color: #777;
}

.datum-mezo span.nap {
	display: block;
	font-size: 20px;
	font-style: italic;
	letter-spacing: -1px;
	color: #D3241A;
}

/* elozo kovetkezo sav ----------  */

#content ul.elozokovetkezo {
	list-style-type: none;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0 1em 0.25em;
	border-bottom: 1px solid #ccc;
	background: none;
	color: #ccc;
	box-sizing: border-box;
}

#content ul.elozokovetkezo li.elozo,
#content ul.elozokovetkezo li.lista,
#content ul.elozokovetkezo li.kovetkezo {
	float: right;
	margin-left: 30px;
	padding: 0 0 0.5em 0;
	background-image: none;
}

#content ul.elozokovetkezo li.elozo {
	margin-left: 0;
}

#content ul.elozokovetkezo li.lista a {
	padding-left: 22px;
	background: transparent url(../img/icon_list.png) 0 50% no-repeat;
}

/* nanocsoport fooldal ----------  */

div.hiresemeny_baloszlop {
	float: left;
	padding-right: 60px;
	width: 290px;
}

div.hiresemeny_jobboszlop {
	float: left;
	padding-right: 0;
	width: 290px;
}

div.hiresemeny_baloszlop ul li {
	padding: 2px 0 7px 0;
	font-size: 1em;
	line-height: 130%;
	background: none;
}

/* ---------- google terkep ----------  */

#map_canvas {
	width: 514px;
	height: 300px;
	margin: 0 0 20px 0;
	border: 1px solid #cccccc;
	font-size: 0.9em;
	background: transparent url(../img/static-map.gif) left top no-repeat;
}

/* ---------- teszt ----------  */

div.kerdesek p {
	margin-top: 10px;
}

div.kerdesek ol li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

p.bekuldes input {
	margin: 10px 0 10px 0;
	padding: 3px;
}

div.kerdesek input.radio {
	margin-right: 10px;
}

div#allandok {
	padding: 10px;
	background-color: #dee2ec;
	border: 1px solid #ced1da;
}

/* ---------- lablec ----------  */

#footer {
	padding: 0;
	font-size: 11px;
	color: #FFFFFF;
	background: #4E83A8;
	/* background: #1F4287; */

}

#footer #ujsag {
	float: left;
	width: 300px;
	height: 135px;
	margin-bottom: 20px;
}

#footer #footer-links menu a {
	margin: 0 0.5em;
}

#footer #footer-links menu {
	padding: 15px 30px;
	text-align: right;
}

#footer #footer-links .copyright {
	padding: 15px 30px;
	text-align: left;
	background-color: #707070;
	color: #e0e0e0;
	font-size: 13px;
	margin: 0;
}

#footer-contact {
	display: none;
}

#footer-contact strong {
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}

#footer #footer-links h3 {
	padding-bottom: 0.5em;
}

#footer #footer-contact {
	float: left;
	width: 315px;
	/*	margin-top: 9px;*/
}











.bx-wrapper .bx-pager.bx-default-pager a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 40px;
	height: 40px;
	margin: 0 8px;
	position: relative;
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	transition: width 0.25s;
}

.bx-controls.bx-has-pager.bx-has-controls-direction {
	padding: 3px 0;
}

.bx-wrapper {
	margin: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 0;
	position: relative;
}

.bx-wrapper .bx-pager {
	font-family: inherit;
	font-size: 1em;
	padding-top: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a::after {
	width: 100%;
	height: 5px;
	background-color: #5AAAFA;
	content: "";
	transition: background-color 0.25s, width 0.25s;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: transparent;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover::after,
.bx-wrapper .bx-pager.bx-default-pager a.active::after {
	background-color: #00597B;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: transparent;
	width: 80px;
}

.bx-wrapper .bx-prev {
	left: 5%;
}

.bx-wrapper .bx-next {
	right: 5%;
}

.bx-wrapper .bx-controls-direction a {
	margin-top: -40px;
	/* border-radius: 50%;
	box-shadow: 0.05em 0.05em 0.1em rgba(0,0,0,0.5); */
}

.slicknav_open .icon-menu::before {
	content: '\e810';
}

#nav .slicknav_menu .slicknav_menutxt {
	font-size: 18px;
}

#content .tabberlive {
	margin: -30px auto 30px auto;
}

#content ul.tabbernav {
	font-family: 'PT Serif', serif;
	/* border-top: 1px solid #4C82C1; */
	border-bottom: 0 none;
	background: transparent;
	padding: 0;
	/* text-transform: uppercase; */
	letter-spacing: 0.025em;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
}

#content ul.tabbernav li {
	margin-right: 3px;
	margin-bottom: 3px;
	display: flex;
	min-width: 0;
}

#content ul.tabbernav li a {
	transition: padding 0.25s, background-color 0.25s, color 0.25s;
	padding: 12px 24px;
	background-color: #eee;
	border-bottom: 1px solid #eee;

}

li a:link {
	color: #232F61;
}

#content ul.tabbernav li a:focus,
#content ul.tabbernav li a:hover {
	color: #222;
	background: #d3d3d3;
}

#content ul.tabbernav li.tabberactive a,
#content ul.tabbernav li.tabberactive a:hover {
	/* background-color: #4C82C1; */
	background-color: #5e91cd;
	background: linear-gradient(0deg, #5e91cd, #4C82C1);
	border-bottom: 1px solid #3c6697;
	cursor: text;
	z-index: 10;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.10);
}


.ontop-notify {
  background-color: #ffd40036;
  max-width: 40em;
  margin: 0 auto;
  margin-bottom: -30px;
  padding: 0.75em 1em;
  border-radius: 15px;
  margin-top: 15px;
  font-size: 14px;
  border: 1px solid #F7A71B;
}
.ontop-notify p {
	margin: 0;
	padding: 0;
}