@charset "UTF-8";

/*
@font-face {
  font-family: avenir;
  src: url('../fonts/AvenirNext-UltraLight-11.ttf');
}
*/
html {
	text-rendering: geometricprecision;
	-webkit-font-smoothing: antialiased !important;
}

* :focus {
	background: transparent;
	background-color: transparent;
	box-shadow: none !important
}

input:focus {
	background: white;
	background-color: white;
}

:root {
  --lb1: rgb(210, 235, 255);
  --lb2: rgb(78, 118, 149);
  --lb3: rgb(178 206 227);
  --b: rgb(41, 79, 109);
  --db1: rgb(16, 47, 70);
  --db2: rgb(3, 19, 31);
  --border: rgb(130 157 177);
  --green: rgb(171 216 0);
  --hl: rgb(255 211 104);
  --hlb: rgb(255 180 0);
  --hlq: rgb(171 216 0);
  --hlqs: rgb(255 111 111);

}

html{scroll-behavior:smooth}

/* custom scrollbar */
  ::-webkit-scrollbar {
    width: 14px;
  }

  ::-webkit-scrollbar-track {
    background-color: transparent;
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(100,100,100,0.4);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    border: 2px solid transparent;
    background-clip: content-box;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
  }


pre {
  display: block;
  font-size: 75%;
  color: #212529;
  background: whitesmoke;
  line-height: 1em;
  padding: 10px 0;
  border-radius: 3px;
}

/*default*/

	body {
		font-size: 14px;
		line-height: 1.5em;
	}
	
	a {
		color: var(--b);
		text-decoration-color: transparent;
		-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
	}
	a:hover {
		color: var(--db1);
		text-decoration-color: transparent;
		-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
	}
	.itemtitle a:hover,
	.itemdesc a:hover {
		text-decoration: none !important;
		text-decoration-color: var(--db1);
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
	}



	a,
	a:hover,
	button,
	button:hover,
	.btn,
	.btn:hover,
	.backbtn,
	.backbtn:hover {
		-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
	}

	h2 {
		font-size: 22px;
		line-height: 1.5;
		font-weight: bold;
		margin-bottom: 0;
	}

	h3 {
		font-size: 16px;
		line-height: 1.5;
		font-weight: bold;
		margin-bottom: 0;
	}

	.button, button, button.btn, input.btn, .btn, span.btn, span.btn.show-more-btn {
    background: #17232d;
    color: white;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.5;

	}
	span.btn.show-more-btn {
    border: none !important;
    background: #17232d !important;
    color: white !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 5px !important;
		margin-bottom: 10px;
	font-weight: bold;
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
	}

span.btn.show-more-btn:hover {
	background: #040708 !important;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}

	span.btn.show-more-btn.hashl {
		background-color: var(--hlb)  !important;
		color: black !important;
	}
	span.btn.show-more-btn.opened {
		background-color: #17232d !important;
		color: white !important;
	}

	span.btn.show-more-btn.opened:hover {
		background: #040708 !important;
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
	}

	.listelementcontroller button {
		padding-top: 1px !important;
    padding-right: 6px !important;
    padding-bottom: 1px !important;
    padding-left: 6px !important;
	}

.listelementcontroller button.btn.btn-danger {
	padding-top: 1px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	padding-bottom: 0px !important;
	font-size: 14px;
	font-weight: bold;
}
.listelementcontroller button.btn.btn-primary {
	font-size: 13px;
}




.btn.btn-primary {
		background-color: #17232d;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 15px;
		font-weight: bold;
	}
	.btn.btn-secondary {
		background-color: #6c757d;
	}
	.btn.btn-success {
		background-color: #198754;
		border: 1px solid #198754;
		border-radius: 5px;
		font-weight: bold;
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
	}

	.btn.btn-danger {
		background-color: #dc3545;
	}
	.btn.btn-warning {
		background-color: #ffc107;
	}

	.btn.btn-primary:hover {
		background-color: #040708;
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
	}
	.btn.btn-secondary:hover {
		background-color: #5c636a;
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
	}
	.btn.btn-success:hover {
		background-color: #105937;
		border: 1px solid #105937;
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
		box-shadow: none;

	}
	.btn.btn-danger:hover {
		background-color: #bb2d3b;
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
	}
	.btn.btn-warning:hover {
		background-color: #ffca2c;
	}
	
	

	.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover {
    background: var(--b);
    color: white;
  }
  .invalid {
  	border-color: red !important;
  }
  .invalidmsg {
  	color: red;
  }


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

input.inputbox, .registration input, .login input, .contact input, .contact textarea, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, input[type="checkbox"] {
    border: none;
    height: auto;
    background: #ffffff;
    border: var(--border) 1px solid;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
    outline: none !important;
    border-radius: 0;
}
#searchInput {
	padding: 4px 10px;
}

li.nav-item.item-101 {
    display: none !important;
}
.com-users-login.login {
	max-width: 350px;
	margin: 50px auto;
}
.com-users-login__submit.control-group {
    text-align: center;
}

/*wrapper*/
	
	#headerwrapper > .inner,
	#wrapper > .inner,
	#footerwrapper > .inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	#wrapper > .inner {
		margin-top: 34px;
		margin-bottom: 20px;
	}

	#headerwrapper {
		background-color: var(--lb2);
		position: fixed;
    	top: 0;
    	left: 0;
    	right: 0;
    	width: 100%;
    	z-index: 200000;
    	height: 40px;
		box-shadow: 0 0 10px;
	}

	body.com_ovak.-body.view-videotar.layout-videotar.no-task.itemid-101 #headerwrapper {
		box-shadow: 0 0 10px;
	}


/*logo*/

	img.tck-logo-img {
	  max-width: 116px;
	  filter: brightness(14);
	}

	div#logo {
		padding-top: 3px;
	}

/*mainmenu*/

	
	#mainmenu ul.menu > li > a,
	#mainmenu ul.menu > li > span.separator,
	#mainmenu ul.nav > li > a,
	#mainmenu ul.nav > li > span.separator {
		color: white;
		font-weight: bold;
		margin: 0px 10px;
    padding: 6px 20px;
    font-size: 16px;
	}
	#mainmenu ul.menu > li > a:hover,
	#mainmenu ul.nav > li > a:hover {
		color: white;
		background-color: var(--b);
	}

	#mainmenu ul.nav {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: flex-end;
    flex-direction: row;
	padding-top: 3px;
	}


	body.itemid-101 div#headerwrapper {
		box-shadow: none;
	}



/*profile*/

	form#member-profile {
		background: #4e7695;
		padding: 10px;
		border-radius: 10px;
		margin: 30px auto;
		max-width: 600px;
	}

	.com-users-profile__edit-submit.control-group {
    text-align: center;
	}

	label#jform_name-lbl, label#jform_username-lbl, label#jform_password1-lbl, label#jform_password2-lbl, label#jform_email1-lbl, label#jform_actionlogs_actionlogsNotify-lbl, label#jform_actionlogs_actionlogsExtensions-lbl {
		color: white;
		font-weight: bold;
	}

button.btn.btn-secondary.input-password-toggle {
	background: #17232D;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}

button.btn.btn-secondary.input-password-toggle:hover {
	background-color: #040708;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;

}

div#jform_username-desc {
	color: white;
}

form#member-profile legend {
	padding-top: 5px;
}

.switcher label {
	-webkit-margin-start: 70px;
	display: inline-block;
	line-height: 28px;
	margin-bottom: 0;
	margin-inline-start: 70px;
	min-width: 6rem;
	text-align: start;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	width: auto;
	color: white;
}

.choices__list--multiple .choices__item {
	background-color: #ffa500;
	border: none;
}

.choices__list--dropdown {
	visibility: hidden;
	z-index: 10;
	position: absolute;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	top: 100%;
	margin-top: -1px;
	border-bottom-left-radius: 2.5px;
	border-bottom-right-radius: 2.5px;
	overflow: hidden;
	word-break: break-all;
	will-change: visibility;
}

fieldset p {
	color: white;
}

body.view-profile button.btn.btn-danger {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}

body.view-profile button.btn.btn-danger:hover {
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}



/*listitem*/

	.listitem {
		margin-bottom: 20px;
		display: flex;
		gap: 20px;
		background-color: #4e7695;
		padding: 20px;
	}

	.preview {
		flex: 1;
	}
	.preview img {
    /*box-shadow: 2px 2px 4px gray;*/
		border: 10px solid white;
		border-radius: 10px;
}
	.itemdatas {
		flex: 2;
		padding: 11px;
		border-radius: 10px;
	}

	.itemtitle {
		color: white;
		padding-bottom: 5px;
	}

	.itemtitle a {
		color: white;
		text-transform: uppercase;
	}

	.itemtitle h3 {
		font-size: 22px;
		padding-bottom: 5px;
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
	}

	.itemtitle h3:hover {
		color: #17232d;
		text-decoration: none !important;
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;

	}

	.itemdate, .itemlenght, .itemdesc, .itemmedium, .itemshow, .itemthemes, .itemactors {
		color: white;
	}

	.itemdesc a {
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
	}

	a.youtubelink {
		text-transform: none;
	}

	.videodatascroll a.youtubelink {
		padding-left: 10px;
	}

	.itemdesc {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
	}
	.itemdesc p {
		padding: 0;
		margin-bottom: 0;
	}
	
	.itemdesc p,
	.desc p {
    white-space: pre-line;

	}

	.desc a {
		color: white;
		font-weight: 700;
	}

	.desc a:hover {
		color: #17232d;
	}

	/*pagination*/

	.page-link {
		border: none !important;
	}

.page-item.active .page-link {
	z-index: 3;
	color: white;
	background-color: #4e7695 !important;
	border-color: #112855 !important;
	border: 1px solid #4e7695 !important;
	border-radius: 20px !important;
}

.page-link:hover {
	background: none !important;
	font-weight: bold;
}





/*videopage*/

	span.title {
		font-weight: bold;
		display: inline-block;
		margin-right: 10px;
	}


body.com_ovak.-body.view-adatlap.layout-adatlap.no-task.itemid-101.pageid-367 .videopage {
		margin-top: 0px;
		margin-bottom: 0px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
body.com_ovak.-body.view-adatlap.layout-adatlap.no-task.itemid-101.pageid-367 .itemdatas {
		flex: 2;
	}

	.playlistscontainer {
		display: flex;
		flex-direction: column;
		width: 99%;
		align-self: center;
	}

	.itemdatasinner {
		display: flex;
		gap: 20px;
	}

	.playlistcontrols {
    padding: 6px 10px;
    background: #dddddd;
    border-bottom: 1px solid #bebebe;
    display: flex;
    gap: 10px;
	}

	a.add-to-playlist-btn.btn.btn-primary {
		padding: 8px 8px 8px 8px;
		font-size: 12px;
		background: #198754;
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
	}

	a.add-to-playlist-btn.btn.btn-primary:hover {
		background: #105937;
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
	}

	.videodatascroll {
		overflow-y: auto;
		background: #4e7695;
		padding: 0px 10px 10px 10px;
	}

	.videodatascroll .itemtitle h3 {
		padding: 10px;
		cursor: pointer;
	}

	.videodatascroll .itemdate, .videodatascroll .itemlenght, .videodatascroll .itemdesc, .videodatascroll .itemmedium, .videodatascroll .itemshow, .videodatascroll .itemthemes, .videodatascroll .itemactors {
		padding-left: 10px;
	}


	.youtubelink i {
		color: red;
    	margin-right: 4px;
    	vertical-align: top;
    	font-size: 20px;
		background-color: white;
		border-radius: 4px;
		padding: 2px;
	}
/*
	.youtubelink:before {
		content: '\f167';
		font-family: Font Awesome\ 5 Free;
		font-weight: bold;
		-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
	}
*/
	.videodatas {
		flex: 1;
		background: #4e7695;
		border: 1px solid #4e7695;
		border-radius: 5px;
		padding: 5px;
	}

	.subtitlecontainer {
		flex: 1;
		position: relative;
	}

	
	.commentscontainer .playlistscontainerinner {
		position: relative;
    top: 0px;
	}

.commentscontainer {
	display: flex;
	flex-direction: column;
	width: 25%;
}

	.subfragment {
		position: relative;
		background: transparent;
		display: block;
		cursor: pointer;
		line-height: 1.7;
		padding-left: 73px;
		text-indent: -73px;
		padding-right: 20px;
		-webkit-transition: all .1s linear;
		-moz-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
	}
	.subfragment:hover {
		background-color: #4e7695;
		color: white;
		transition: all .1s linear;
		-webkit-transition: all .1s linear;
		-moz-transition: all .1s linear;
		-o-transition: all .1s linear;
	}

	.fragmenthighlight {
		background: #17232D !important;
		color: #ffffff;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
	}

	.subfragment .copybutton {
		text-align: right;
    float: right;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    padding: 1px 5px;
    background: #ffa500;
    color: white;
    cursor: copy;
    display: block;
    opacity: 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
	}
	.subfragment:hover .copybutton {
		display: block;
		opacity: 1;
		-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
	}

textarea#selectedsrtrowsdesc:focus {
	background: white;
}

div#selectedrowscontainer button.btn.btn-primary {
	background: #4e7695;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}


	.popover {
		max-width: 276px !important;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
		padding: 0 !important;
	}
	.popover-body {
		padding: 2px 10px !important;
	}
	

	

	.subfragment.ui-selectee {
		cursor: copy;
		background-color: #d2e7ff63;
	}
	.subfragment.selected {
		background-color: #325069;
		color: white;
	}

	.subfragment.selected:hover {
		background-color: #17232D;
	}

	.subfragment.ui-selectee.ui-selecting,
	.subfragment.ui-selectee.ui-selected {
		background-color: rgb(117 148 172);
	}
	.commentsdiv {
		position: relative;
	}
	.addcommentcontainer {
		position: absolute;
	}

	.comment {
    	position: absolute;
		width: 100%;
		display: flex;
		flex-direction: row;
	}
	.commentarea {
		display: flex;
		background-color: #17232D;
		color: white;
		border: 10px solid #17232D;
		border-radius: 5px;
	}
	.commenttext {
		flex: 12;
		padding: 0 4px;
		white-space: pre-line;

	}
	.commentactions {
		width: 52px;
		display: flex;
		flex-direction: column;
		align-items: end;
	}
	.commenttext textarea {
		width: 100%;
		padding: 0 4px;
		resize: none;
	}
	#selectedrowscontainer textarea,
	.comment textarea {
    width: 100% !important;
    height: 104px;
	}
	.editarea {
		background: #17232D;
    	padding: 4px;
		border: 1px solid #17232D;
		border-radius: 5px;
		width: 90%;
	}

div#editarea60 .btn.btn-primary {
	background: #4e7695;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

textarea#ce60:focus {
	background: #ffffff;
}

body.com_ovak.-body.view-lejatszasilista.layout-lejatszasilista.no-task.itemid-101.ltr .backbtn.btn.btn-primary {
	font-size: 13px;
	padding-top: 6px;
	margin-top: 4px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-right: 10px;
}
button#selectsrtrows {
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	font-size: 13px;
}


	span.editcomment,
	span.deletecomment {
    
    margin-left: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
	}
	span.editcomment i,
	span.deletecomment i {
		padding: 5px 4px 5px 4px;
    width: 30px;
    height: 30px;
  }

	div#editcollectioninputs {
		padding: 5px;
	}

	input#editcollectionname, textarea#editcollectiondesc {
		border-radius: 5px;
	}

textarea#editcollectiondesc:focus {
	background-color: #ffffff;
}

.playlistdescription h2 {
	text-transform: uppercase;
}

button#saveeditplaylist, button#canceleditplaylist {
	font-weight: bold;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}

button#saveeditplaylist:hover, button#canceleditplaylist:hover {
	background-color: #040708;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}


i.fas.fa-edit {
	font-size: 17px;
}

.playlistsmenuitemdiv:hover a {
	color: #4e7695;
}

	.editcomment i {
		color: #4e7695;
		background: transparent;
		-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
	}
	.editcomment:hover i {
		color: white;
		background: #17232D;
		-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
	}
	.deletecomment i {
		color: #4e7695;
		background: transparent;
		-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
	}
	.deletecomment:hover i {
		color: white;
		background: #dc3545;
		-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
	}
	
	#selectsrtrows {
		_position: sticky;
		_top: 50px;
		z-index: 100000;
	}
	.playlistscontainer.commentscontainer {
    margin-top: 0px;
	}



	.btn.removefromlist {
		position: absolute;
    	padding: 10px 20px;
    	box-shadow: 0px 0px 5px black;
	}

	i.fas.fa-trash-alt {
		font-size: 17px;
	}

	/*searchresult-video*/

	.videodetails {
		flex: 3;
		background: #4e7695;
	}

	.vid-details .itemtitle h3 {
		font-size: 18px;
		text-align: center;
	}

	.vid-details .itemdate, .vid-details .itemlenght, .vid-details .itemdesc, .vid-details .itemmedium, .vid-details .itemthemes, .vid-details .itemactors {
		padding-left: 15px;
		padding-bottom: 5px;
	}

	.vid-details {
		padding: 10px;
	}


/*playlist list comments*/
		
	.playlistitemcomment {
    margin-bottom: 40px;
	}
	.plselected {
		display: flex;
		gap: 20px;
		margin-bottom: 10px;
		padding: 10px;
	}
	.plsubtitle {
		flex: 1;
		padding: 5px 10px;
		background: white;
		border: 1px solid white;
		border-radius: 10px;
	}
	.plcomment {
    flex: 1;
    
	}

	.plcommentinner {
		border: 5px solid #17232D;
		padding:  2px 10px;
		background: #17232D;
		display: inline-block;
		white-space: pre-line;
		border-radius: 5px;
		color: white;
	}

.plcomment::after {
	display: block;
	content: "";
	position: relative;
	right: 3.5%;
	top: -30px;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-right: 36px solid #17232D;
	border-bottom: 10px solid transparent;
}
.comment::before {
	display: block;
	content: "";
	position: static;
	width: 0;
	height: 0;
	margin-top: 5px;
	border-top: 17px solid transparent;
	border-right: 36px solid #17232D;
	border-bottom: 10px solid transparent;
}



/*newcollection editcollectioninputs addtocollection*/
	
	div#newcollectioninputs {
    padding: 4px;
	}

	.mycollections {
		padding: 15px;
	}

	div#mycollectionscontainer {
		background: #4e7695;
		border: 1px solid #4e7695;
		border-radius: 5px;
	}

	.mycollections b {
		font-size: 25px;
		color: #ffffff;
		padding-left: 20px;
		font-weight: bold;
	}

	div#newcollectioninputs h3 {
		color: white;
		padding-bottom: 10px;
		padding-left: 15px;
	}

	.newcollection-input {
		padding-left: 15px;
	}

	button#cancelnewplaylist {
		padding: 10px;
		font-size: 15px;
		font-weight: bold;
	}


	#newcollectiondesc:focus {
		background-color: #ffffff;
	}

	input#newcollectionname, textarea#newcollectiondesc {
		border-radius: 5px;
		border: none;
	}

	#newcollectioninputs input[type=text],
	#newcollectioninputs textarea,
	#editcollectioninputs input[type=text],
	#editcollectioninputs textarea {
		width: 100%;
	}
	#newcollectioninputs input[type=text],
	#editcollectioninputs input[type=text] {
		margin-bottom: 4px;
	}
	.editarea .button-group,
	#newcollectioninputs .button-group,
	#editcollectioninputs .button-group {
		text-align: center;
	}

	.mycollections .listelement {
		margin-bottom: 10px;;
		padding: 4px;
		display: flex;
		width: 50%;
		justify-self: center;
		align-items: center;
		border-bottom: 1px solid #ffffff;
	}

	button.add-to-pl-btn.btn.btn-primary {
		font-size: 13px;
	}

	button#newcollectionbutton {
		margin-left: 20px;
	}

	span#playlist- {
		color: #ffffff;
		font-weight: bold;
		font-size: 17px;
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
	}

	span#playlist-:hover {
		color: #17232D;
		cursor: default;
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
	}

	.myplaylistitem {
    width: calc(100% - 168px);
	}
	.listelementcontroller {
    	text-align: right;
    	max-width: 168px;
		margin-top: -8px;
	}
	.listelementcontroller button {
		display: block;
		width: 100%;
	}
	.listelementcontroller button + button {
		margin-top: 4px;
	}



/*search*/

	.searchpage {
		margin-top: 20px;
		margin-bottom: 20px;
		display: flex;
		gap: 20px;
	}

	.searchform {
		flex: 1;
		max-width: 270px;
		background: #4e7695;
		border: 1px solid #4e7695;
		border-radius: 10px;

	}
	.searchforminner {
    	position: sticky;
    	top: 82px;
		padding: 10px;
	}

	form#adminForm {
		background: #4e7695;
		border: 1px solid #4e7695;
		border-radius: 5px;
	}

	.fieldlabel {
		color: white;
		font-weight: bold;
		padding: 5px 0 5px 0;
	}

	.searchresults {
		flex: 5;
		_background-color: rgb(240, 255, 255);
	}
	.resultnr {
    text-align: center;
    display: block;
    color: white;
    margin-top: 10px;
    padding: 4px 10px;
	}
	

	.searchresults .listitem {
		background-color: #ffffff;
		display: flex;
		flex-direction: row-reverse;
		padding: 0px;
		border: 3px solid #4e7695;
		border-radius: 5px;
	}
	.selectresultitem {
		background-color: #4e7695;
		width: 30px;
		text-align: center;
		display: flex;
		justify-content: center;
		transition: all .3s linear;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-o-transition: all .3s linear;
	}


	.selectresultitem input[type="checkbox"] {
		width: 20px;
		cursor: pointer;
	}
	
	.searchresults .listitem:hover .selectresultitem {
		background-color: var(--lb3);
		transition: all .3s linear;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-o-transition: all .3s linear;
	}

	.resultsheader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
	}

	.searchsrt {
    padding: 10px 0 10px 59px;
	}

	.date-picker-wrapper {
		border: 5px solid #4e7695 !important;
		background-color: white !important;
		border-radius: 5px !important;
	}

	.date-picker-wrapper .drp_top-bar {
		color: #4e7695 !important;
		font-weight: 800 !important;
	}

	.date-picker-wrapper .month-wrapper {
		border: 1px solid #4e7695 !important;
		font-weight: bold !important;

	}

	.date-picker-wrapper table .caption {
		color: #4e7695 !important;
	}

	.date-picker-wrapper .month-element {
		font-weight: 800 !important;

	}

	.date-picker-wrapper b {
		color: #4e7695 !important;
		font-weight: bold !important;
	}

	.date-picker-wrapper a {
		color: #4e7695 !important;
		text-decoration: none !important;
	}

	.date-picker-wrapper a:hover {
		font-weight: bold !important;
	}

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
	background-color: #4e7695 !important;
}

	.date-picker-wrapper .month-wrapper table .day.checked {
		background-color: var(--lb3) !important;
	}

	i.fas.fa-save
	{
		padding-right: 5px;
		font-size: 14px;
	}

	i.fas.fa-plus {
		padding-right: 5px;
	}


	/*adatlap*/


	body.view-adatlap.layout-adatlap.no-task.itemid-101.pageid-367 .headercontrol {
		height: 44px;
		background: white;
		box-shadow: 0 0 10px;
	}

	span.backbtn.btn.btn-primary {
		margin-top: 4px;
		padding: 8px 8px 8px 8px;
		font-size: 12px;
	}

	.quicksearch {
		margin-top: 6px;
	}

	button#prevMatch, button#nextMatch {
		padding: 6px 10px 6px 10px;
		font-size: 12px;
		margin-top: -3px;
	}

	.playlist-btn {
		margin-bottom: -1.5px;
	}

	div.quicksearch input#searchInput {
		border-radius: 5px;
	}




	#exportquestion {
		width: 380px;
		height: 250px;
		padding: 10px 20px;
		margin: 0 auto;
		top: 100px;
		left: 0;
		right: 0;
		background: #4e7695;
		z-index: 1000000;
		box-shadow: 0 0 10000px 1000px rgba(0, 0, 0, 0.5);
		border: 5px solid #4e7695;
		border-radius: 6px;
	}

	#exportquestion label {
		margin-top: 0px;
		margin-bottom: 5px;
		cursor: pointer;
		vertical-align: middle;
		color: white;
	}
	#exportquestion label input {
		vertical-align: middle;
	}

	.modalbuttons {
		margin-top: 40px;
		text-align: center;
	}

	span#export {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 15px;
		font-weight: bold;
	}

	span#megsem {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 15px;
		font-weight: bold;
	}

	i.fas.fa-file-download {
		padding-right: 5px;
	}

	i.fas.fa-window-close {
		padding-right: 5px;
	}

	legend {
		margin-bottom: 20px;
		margin-top: 20px;
		font-size: 20px;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
	}

	.export-options {
		text-align-last: center;
		padding-top: 30px;
	}

input[type='radio']:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #4e7695;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
	cursor: pointer;
}

input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #ffa500;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
	cursor: pointer;
}



#exportquestion.playlistmodal {
		height: 320px;
	}

	
	#adminForm input[type="text"], 
	#adminForm input[type="text"]:focus, 
	#adminForm input[type="calendar"], 
	#adminForm input[type="calendar"]:focus, 	
	#adminForm textarea, 
	#adminForm textarea:focus, 
	#adminForm option, 
	#adminForm select:focus option {
		padding: 2px 10px;
    height: 34px;
    line-height: 30px;
    min-height: initial;
    width: 100% !important;
    border: 1px solid var(--border);
    outline: none !important;
	}


	.fieldinput {
		position: relative;
	}
	.fieldinput.searchin {
    	display: flex;
    	justify-content: space-between;
		color: white;
	}
	.fieldinput.searchin label {
    margin-top: 10px;
	}
	.fieldinput.searchin label input {
    margin-right: 2px;
	}

	.fieldinput #calendarbutton {
    position: absolute;
    right: 26px;
    top: 0;
    font-size: 16px;
    width: 25px;
    text-align: center;
    line-height: 34px;
    color: #4e7695;
    border-left: 1px solid #aaaaaa;
    margin-top: 0px;
    cursor: pointer;
	}
	.fieldinput #calendarclear {
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 16px;
    width: 25px;
    text-align: center;
    line-height: 34px;
    color: #4e7695;
    border-left: 1px solid #aaaaaa;
    margin-top: 0px;
    cursor: pointer;
	}

	.chosen-container.chosen-container-single.chosen-container-active .chosen-single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
	}
	.chosen-container.chosen-container-single .chosen-single {
		border: 1px solid var(--border);
		border-radius: 0;
	}


	.chosen-container.chosen-container-single {
		width: 100% !important;
	}
	.chosen-container.chosen-container-single .chosen-single {
		width: 250px !important;
    	padding: 2px 10px;
    	line-height: 30px;
    	height: 34px;
    	background: #eaedf0 url(/media/templates/site/cassiopeia/images/select-bg.svg) no-repeat right 0rem center;
		color: #4e7695;
		font-size: 15px;
	}
	.chosen-container-single .chosen-single span {
		margin-right: 0;
	}


	.chosen-container.chosen-container-single .chosen-single abbr {
    width: 44px;
    height: 32px;
    right: 0;
    top: 0;
    background: none;
	}

	.chosen-container.chosen-container-single .chosen-single abbr:after {
    content: 'x';
    position: absolute;
    width: 44px;
    height: 32px;
    display: block;
    z-index: 1000;
    background: #eaedf0;
    color: black;
    font-size: 22px;
    text-align: center;
	}






	.searchsubmit {
		display: flex;
		width: 50%;
		justify-self: center;
    	margin-top: 10px;
	}
	.searchsubmit button {
		width: 100%;
	}
	#adminForm .btn {
		background: #17232d;
		padding: 6px 10px;
		border: 1px solid #17232d;
		border-radius: 5px;
		color: white;
		text-shadow: none;
		font-size: 15px;
		box-shadow: none;
		font-weight: bold;
		transition: all .3s linear;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-o-transition: all .3s linear;
	}

	#adminForm .btn:hover {
		background: #040708;
		padding: 6px 10px;
		border: 1px solid #040708;
		border-radius: 5px;
		color: white;
		text-shadow: none;
		font-size: 15px;
		box-shadow: none;
		transition: all .3s linear;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-o-transition: all .3s linear;
	}

	.highlight {
		background-color: var(--hl);
		color: white;
		color: black;
		line-height: 1.7;   
	}
	.highlight.hlred {
		background-color: red;
	}

	.quickhighlight {
		background-color: var(--hlq);
		color: white;
		color: black;
		line-height: 1.7;   
	}
	.quickhighlight.hlred {
		background-color: var(--hlqs);
	}


	.searchresults .subfragmenttime {
		display: table-row;
	}
	.searchresults .subfragmenttime .subfragment {
		display: block;
	}
	.searchresults .listitem .preview {
		flex: 2;
		background-color: #4e7695;
		padding: 5px;
	}
	.searchresults .listitem .itemdatas {
		flex: 4;
	}

/*playlists*/

	.playlisptsapge {
		margin-top: 20px;
		margin-bottom: 20px;
		display: flex;
		gap: 20px;
	}

	.playlistsmenu {
		flex: 1;
		max-width: 250px;
		_background-color: rgb(255, 240, 255);
		background-color: #4e7695;
		border: 1px solid #4e7695;
		border-radius: 5px;
	}
	.playlistsitems {
		flex: 5;
		_background-color: rgb(240, 255, 255);
	}

	.playlistsmenu h3 {
		color: white;
		padding: 10px;
	}

	.playlistsmenuitemdiv {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
	}

a.playlistsmenuitem {
	color: #ffffffa8;
	padding-left: 25px;
}

	.playlistsmenuitem {
		display: block;
		width: calc( 100% - 20px);
		font-weight: bold;
		padding: 2px 10px;
    margin-bottom: 2px;
	}
	.playlistsmenuitemdiv:hover
	 {
		color: #17232D;
		font-weight: bold;
	}

.playlistsmenuitemdiv.active {
	color: #4e7695;
	background: #17232D;
	border-radius: 5px;
}
.playlistsmenuitemdiv.active:hover a {
	color: #4e7695;
}

i.fas.fa-play {
	padding-right: 10px;
}



.playlistsmenuitemdiv.active a {
	color: white;
}

.playlistsmenuitemdiv span.editcomment {
		color: white;
		font-weight: normal;
	}
	.playlistsmenuitemdiv span.deletecomment {
		padding-right: 0px;
		font-weight: normal;
	}
	.playlistsmenuitemdiv span.editcomment,
	.playlistsmenuitemdiv span.deletecomment {
		opacity: 0;
		-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
	}
	.playlistsmenuitemdiv:hover span.editcomment,
	.playlistsmenuitemdiv:hover span.deletecomment {
		opacity: 1;
		-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
	}

	.playlistsmenuitemdiv .searchphrase {
		display: block;
	}

	.playlistdescription {
    	padding: 20px;
	}
	.playlistdescription h2.quicklisttitle {
		font-size: 18px;
		font-weight: normal;
	}
	.playlistdescription h2.quicklisttitle span.searchphrase {
		font-size: 22px;
    display: inline-block;
    margin-right: 10px;
    background-color: var(--b);
    color: white;
	}

	.playlistsitem {
		background: #4e7695;
	}

	.subtitlecontainer h2 {
		color: white;
		padding-left: 20px;
	}
.playlistsmenuitemdiv:hover {
	background: #ffffff;
	/* border: 1px solid white; */
	border-radius: 5px;
}

a.playlistsmenuitem:hover {
	color: #4e7695;
}




/*headercontrol*/

	.headercontrol {
    position: fixed;
    padding: 4px 20px;
    top: 34px;
    height: 44px;
    background: var(--lb3);
    width: 100%;
    z-index: 10;
    margin-left: -20px;
    display: flex;
    gap: 20px;
	}

	.headercontrol .hc1 {
		width: 34%;
	}
	.headercontrol .hc2 {
		width: 34%;
	}
	.headercontrol .hc3 {
		width: 34%;
		display: flex;
		flex-direction: row-reverse;
		align-items: end;
		gap: 5px;
	}

	.headercontrol .hc4 {
		width: 256px;
	}
	.headercontrol .hc5 {
		width: calc( (100% - 256px) / 2);
	}
	.headercontrol .hc6 {
		width: calc( (100% - 256px) / 2);
	}

	.headercontrol + div {
		margin-top: 48px !important;
	}

	.taright {
		text-align: right;
	}

	.backbtn {

    display: inline-block;

    white-space: nowrap;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	.backbtn:hover {
		
	}

	body.itemid-101.task-search .headercontrol, body.view-lejatszasilista.layout-lejatszasilista.no-task.itemid-101 .headercontrol {
		background: white;
		box-shadow: 0 0 10px;
	}

	body.itemid-109 div.headercontrol {
		display: none;
	}

	body.itemid-101.no-task.view-videotar .headercontrol, body.itemid-115 .headercontrol {
		display: none;
	}


	body.view-adatlap.layout-adatlap.no-task.itemid-101.pageid-337 .headercontrol {
		background: white;
		box-shadow: 0 0 10px;
		height: 44px;
	}

body.view-lejatszasilista.layout-lejatszasilista.no-task.itemid-116 .headercontrol {
	background: white;
}

body.com_ovak.-body.view-adatlap.layout-adatlap.no-task.itemid-101.pageid-68.ltr .headercontrol {
	background-color: white;
	box-shadow: 0 0 10px;
}






/*sticky*/
	
	.videodatasinner {
		position: sticky;
		top: 82px;
	}


	.videocontainerinner {
    position: sticky;
    top: 82px;
	}
	.playlistscontainerinner {
		position: sticky;
    top: 82px;
	}

	.view-lejatszasilista.layout-lejatszasilista .videodatasinner,
	.view-lejatszasilista.layout-lejatszasilista .videocontainerinner,
	.view-lejatszasilista.layout-lejatszasilista .playlistscontainerinner {
		top: 82px;
	}
	.view-lejatszasilista.layout-lejatszasilista #selectsrtrows {
		_top: 46px;
	}
	.view-lejatszasilista.layout-lejatszasilista .videopageheader {
		position: sticky;
    top: 34px;
    display: flex;
    gap: 20px;
    background: white;
    padding: 4px 0;
    z-index: 100000;
	}
	.videopageheader .backtoplaylists {
		width: 32.4%;
		overflow: hidden;
	}
	.backtoplaylists .playlistsmenuitem {
    font-weight: bold;
    font-size: 20px;
    padding: 6px 0px;

    text-overflow: ellipsis;
    white-space: nowrap;

  }
	.videopageheader .quicksearch {
		flex: 2;
	}

	span#exportmodal {
		margin-top: 5px;
	}




@media screen and (max-width: 524px) {
	

}
