html {
	height:100%;
	overflow-y: auto;
}

body {
  background-color: #fff;
  min-height:100vh;
  flex-direction:column;
}


.widget {
    position: relative;
    margin-bottom: 1.875rem;
    padding: 15px 20px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 0.2rem;
    color:#343434;
}

.own-admin-highlight {
	color:#ff8100;
	
}

.own-td-left {
	text-align:left;
	font-weight:bold
}	

.own-left {
	text-align:left;
}	

.own-right {
	text-align:right;
}

.own-orange {
	color:#ff8100;
	font-size:11px;	
}

.own-info {
	color:#31b0d5;
	font-size:14px;
	font-weight:bold;		
}


.own-success {
	color:#469a46;
	font-size:14px;
	font-weight:bold;	
}

.own-danger {
	color:#ac2925;
	font-size:14px;
	font-weight:bold;	
}

.own-unread {
	font-weight: bold;
	text-decoration: none !important;
	font-size: 15px;
}

.own-read {
	font-weight: 500;
	text-decoration: none !important;
	font-size: 15px;
}

.own-kop-txt {
	height: 100px !important;
}

.infoLink {
	color:#1d3950;
}

.infoLink:hover {
	color:#1d3950;
}

.bgWarning {
	 background-color:#cc7c0c !important;
}


table > td, li {
word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}


/* KERESO SEARCH BOX CSS */
.custom-combobox {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}

/* EZZEL RAKJA VISSZA a scroll beirt a keresore!*/
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 300px;
}








/*Steps Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #343434; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #65a5da; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #153c5d; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #65a5da;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #bfbfbf;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.own-headline {
   padding-left: 20px;
   padding-top:10px;	
}

.own-survey-headline {
   padding-left:70px;	
}

.own-survey-lvl1 {
   margin-bottom:10px !important;
   margin-top:10px !important;
   text-align:justify;
}

.own-survey-lvl2 {
   margin-left:70px !important;
   text-align:justify;
}

.own-blockq {
   margin-top:30px;	
}

.own-msg {
    position: relative;
    margin-bottom: 1.875rem;
    padding: 5px 10px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 0.2rem;
    color: #343434;	
}

.own-section-margin {
  margin:0px 0px 0px 0px;	
}

.own-fa-icon-success {
  color: #5cb85c;	
}

.own-fa-icon-warning {
  color: #f0ad4e;	
}

.own-fa-icon-danger {
  color: #c9120c;	
}

.own-fa-icon-danger:hover {
  color: #9d120e;	
}

.own-fa-icon-green {
  color: #2b8747;	
}

.own-fa-icon-green:hover {
  color: #1e522e;	
}

.own-fa-icon-blue {
  color: #328edb;	
}

.own-fa-icon-blue:hover {
  color: #114e81;	
}

.page-main-css {
	border:0px;
	text-align:justify;
	font-size:14pt;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.15;	
}




.popup-container {
    width: auto;
    height: auto;
    background: #FFF;
    display: flex;
    align-items: left;
    justify-content: center;
    position: fixed;
    border:8px solid #428CCA;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding:20px;
    z-index: 9999;
}

.popup-container-green {
	border:8px solid #068f18;
}

.popup-content {
    text-align: justify;
    color: #000;
    font-size:13pt !important;
}

.popup-content a {
	font-weight:bold;	
}

.popup-close {
	position:fixed;
	display: right;
	text-align:right;
	width: 100%;
    height: 20px;
	top: 0%;
    right: 0%;
    padding:5px;
		
}





.own-table-style {
  width:100%;	
}

.own-table-small {
	font-size:11px;	
}


.fa-own:hover {
	color: red
}
.fa-own i:hover {
	color: red
}
.fa-own i before:hover {
	color: red
}


.own-qmark-color {
	top: 6px;
	font-size: 25px;
	color: #428cca;	
}

.own-left-blue {
  background-color: #428bca;
  color:#fff;	
}

.own-th-styling{
  text-align:left;
  background-color:#f4f4f4;	
}

.own-justify  {
  text-align:justify;	
}

.own-table-text {
  text-align:left;	
}

.own-form-group {
  margin-top:10px;
}

.own-file-uploaded {
  font-weight:bold;
  margin-right: 10px;	
}

.table th {
  text-align: center;		
  background-color: #428bca;
  color: #fff;
}

.thGreen {
  background-color: #3c763d !important;
}

.thRed {
  background-color: #ac2925 !important;
}


.table tr {
  text-align: center;		
}

.own-calendar-table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.own-calendar-box-name {
	padding: 0;
    	text-align: center;
    	font-weight:bold;
    	background-color:rgb(56, 140, 210);
    	border:1px solid #2c577b;
    	color:#FFF;
}

.own-calendar-day {
    text-align: center;
    width: 14.28%;	
}

.own-calendar-box-all {
    padding: 0;
    text-align: center;
    border: 2px solid #585858;
    width: 30px;	
}


.own-form {
    margin: 10px 0 0;
    padding: 10px 0px 15px 0px;
/*background-color: #fff; */
}

.own-blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #000;
}

.editor-yellow-blockquote {
	font-size:14pt;
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 10px solid #f5e40e;
}

.editor-yellow-blockquote-m {
	font-size:14pt;
	padding: 10px 20px;
	margin: 0 0 0px;
	border-left: 10px solid #f5e40e;
}

.editor-blue-blockquote {
	font-size:14pt;
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 10px solid #428CCA;
}

.editor-red-blockquote {
	font-size:14pt;
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 10px solid #bf3939;
}

.editor-green-blockquote {
	font-size:14pt;
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 10px solid #469a46;
}


.editor-left-1 {
	padding-left:20px;
	margin-bottom:20px;
}

.editor-left-1-m {
	padding-left:20px;
	margin-bottom:0px;
}



.editor-left-2 {
	padding-left:40px;
	margin-bottom:20px;
}

.editor-left-2-m {
	padding-left:40px;
	margin-bottom:0px;
}

.editor-left-3 {
	padding-left:60px;
	margin-bottom:20px;
}

.editor-left-3-m {
	padding-left:60px;
	margin-bottom:0px;
}


.editor-ul-li {
	padding-left:20px;
}

.editor-ul-li-1 {
	padding-left:20px;
	list-style-type: circle;	
}

.editor-ul-li-2 {
	padding-left:20px;
	list-style-type: disc;	
}


.editor-ul-li-3 {
	padding-left:20px;
	list-style-type: square;	
}

.editor-ul-li-4 {
	padding-left:20px;
	list-style-type: upper-roman;	
}

.editor-ul-li-5 {
	padding-left:20px;
	list-style-type: lower-alpha;	
	
	
}

/*
.editor-ul-li-6 {
	list-style-image: url('gondolatjel.jpg');	
}
*/

.editor-ol-li-1 {
	padding-left:20px;
}

.editor-pic-1 {
	padding-left:10px;
	margin:10px;
	float:none;
	width:100%;
}




.own-form-margin {
	margin-bottom: 13px;	
}


.own-ul {
	list-style-type: none;
	-webkit-padding-start: 0px;
	display: -webkit-inline-box;
}

.own-btn-delete {
	margin-left: 205px;
	margin-top: 9px;
}

.own-btn-delete-file {
	margin-left:20px;
	margin-top:21px;
}



.own-upload-text {
	display: block;
	padding: 16px 0px 0px 50px;
	width: 250px;
	min-height: 42px;
}


.own-upload-jpg, .own-upload-jpeg{
	background-image:url('../img/icon2/icon_jpg.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}

.own-upload-png {
	background-image:url('../img/icon2/icon_png.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}


.own-upload-doc, .own-upload-docx {
	background-image:url('../img/icon2/icon_doc.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}

.own-upload-pdf {
	background-image:url('../img/icon2/icon_pdf.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}

.own-upload-pdf-half {
	background-image:url('../img/icon2/icon_pdf_half.png');
	width:26px;
	height:33px;
	margin:0;
	padding:0;
	display: block;
}


.own-upload-ppt {
	background-image:url('../img/icon2/icon_ppt.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}

.own-upload-rtf {
	background-image:url('../img/icon2/icon_rtf.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}

.own-upload-xls, .own-upload-xlsx {
	background-image:url('../img/icon2/icon_xls.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}

.own-upload-zip {
	background-image:url('../img/icon2/icon_zip.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}



.btn-dark {
  color: #fff;
  background-color: #104f85;
  border-color: #104f85;
  box-shadow: 3px 2px 2px #888888;  
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2374b9;
  border-color: #2374b9;
}

.Editcontent {
  text-align: justify;	
}



td.documentLeft ul, td.documentRight ul {
	background:#e3e2e2;
	width:368px;
	margin:0px;
	padding:0px;
}


td.documentLeft ul:hover, td.documentRight ul:hover {
	width:368px;
	background:#c7c3c3;
}

.files ul {
	width:368px;
	margin:0px;
	padding:0px;
}


.files li {
	list-style: none;
	background: #f4f3f3;
	margin-left: 5px;
}

.files li:hover {
	background: #fafafa;	
}


.files a {
	padding: 0px 5px 0px 48px;
}


.filezip {
	background: url("img/icon2/icon_zip.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
}

.filexls, .filexlsx {
	background: url("img/icon2/icon_xls.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
	
}

.filertf {
	background: url("img/icon2/icon_rtf.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
}

.fileppt, .filepptx {
	background: url("img/icon2/icon_ppt.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
}

.filepdf {
	background: url("img/icon2/icon_pdf.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
}

.filejpg {
	background: url("img/icon2/icon_jpg.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
}

.filejpeg {
	background: url("img/icon2/icon_jpg.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
}

.filedoc, .filedocx {
	background: url("img/icon2/icon_doc.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
}



.filezip span, .filexls span, .filexlsx span, .filertf span, .fileppt span, .filepptx span, .filepdf span, .filejpg span,.filejpeg span, .filedoc span, .filedocx span, .fileblank span:hover {
	display:block;
	padding: 8px 0px 0px 50px;
	width:300px;
	min-height:42px;
}

.filezip span:hover, .filexls span:hover, .filexlsx span:hover, .filertf span:hover, .fileppt span:hover, .filepptx span:hover, .filepdf span:hover, .filejpg span:hover, .filejpeg span:hover, .filedoc span:hover, .filedocx span:hover {
	color:#fafafa;
}


.form-control-small {
	height:100px !important;	
}

/* ===== SIDEBAR ALAP ===== */
#sidebar {
  background-color: #2c577b; /* sötétkék */
  min-height: 100vh;
  padding: 0.75rem;
}

/* ===== LISTA RESET ===== */
#sidebar ul {
  margin: 0;
  padding: 0;
}

#sidebar li {
  margin-bottom: 0.5rem;
}

/* ===== FŐMENÜ LINK + BUTTON ===== */
#sidebar > nav > ul > li > a,
#sidebar > nav > ul > li > button {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  background-color: #082b4c; /* sötétebb kék sáv */
  color: #ffffff;
  font-weight: 700;
  border-radius: 6px;
  text-align: left;
  border: none;
  text-decoration: none;
}

/* ===== FŐMENÜ HOVER (NEM SZÍN!) ===== */
#sidebar a:hover,
#sidebar button:hover {
  text-decoration: underline;
}

/* ===== AKTÍV FŐMENÜ + AKTÍV ALMENÜ (EGYSÉGES!) ===== */
#sidebar a.active {
  background-color: #c83f04; /* NARANCS */
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ===== SUBMENU KERET ===== */
#sidebar .submenu {
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  border-left: 2px solid rgba(255,255,255,0.3);
}

/* ===== ALMENÜ LINK ===== */
#sidebar .submenu a {
  display: block;
  padding: 0.45rem 0.6rem;
  background-color: #ffffff;
  color: #082b4c;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 0.35rem;
}

/* ===== ALMENÜ HOVER ===== */
#sidebar .submenu a:hover {
  text-decoration: underline;
}

/* ===== FÓKUSZ – BILLENTYŰZET (WCAG KÖTELEZŐ) ===== */
#sidebar a:focus-visible,
#sidebar button:focus-visible {
  outline: 3px solid #c83f04;
  outline-offset: 2px;
}


#sidebar > nav > ul > li > button.btn.btn-link {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem !important;
  /* padding: .75rem 2.25rem .75rem 1rem; */
  background-color: #082b4c;
  color: #ffffff;
  border-radius: 6px;
  text-align: left;
  font-weight: 700;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
}

#sidebar-menu > li > button.btn.btn-link {
  justify-content: flex-start;
}

/* Submenu linkek is törjenek normálisan */
#sidebar-menu .submenu a {
  display: block;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.25;
}

/* ===== 2) AKTÍV ALMENÜPONT – narancs háttér ===== */
#sidebar .submenu a.active {
  background-color: #c83f04;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ----- SUBMENU GOMB ALAP ----- */
#sidebar button {
  position: relative;              /* hivatkozási alap */
  width: 100%;
  text-align: left;
  padding-right: 2.2rem !important; /* hely a nyílnak */
}

/* ----- NYÍLJELZÉS (FontAwesome) ----- */
#sidebar button::after {
  font-family: "FontAwesome";
  content: "\f104";                 /* balra mutató nyíl */
  position: absolute;
  right: 0.75rem;                   /* jobb szélhez igazítás */
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
  transition: transform 0.25s ease, color 0.25s ease;
}

/* ----- NYITOTT ÁLLAPOT ----- */
#sidebar button[aria-expanded="true"]::after {
  content: "\f107";                 /* lefelé mutató nyíl */
  color: #ffffff;
}


/* ===== FŐMENÜ HOVER ===== */
#sidebar > nav > ul > li > a:hover:not(.active),
#sidebar > nav > ul > li > button:hover:not(.active) {
  background-color: #123a5a; /* világosabb kék */
  text-decoration: underline;
}

/* ===== ALMENÜ HOVER ===== */
#sidebar .submenu a:hover:not(.active) {
  background-color: #e6e6e6; /* világosszürke */
  text-decoration: underline;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}


.form-control2 {
    display: block;
    width: 30%;
    height: 34px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.own-uppercase {
    text-transform: uppercase;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-primary {
    color: #fff;
    background-color: #1571bf;
    border-color: #1571bf;
    box-shadow: 3px 2px 2px #888888;  
}

.btn-primary:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    box-shadow: 3px 2px 2px #888888;
}

.btn-primary2 {
    color: #fff;
    background-color: #1571bf;
    border-color: #1571bf;
}

.btn-primary2:hover {
    color: #fff;
    background-color: #1571bf;
    border-color: #1571bf;
}


.btn-sec {
    color: #fff;
    background-color: #6f6e6e;
    border-color: #6f6e6e;
    box-shadow: 3px 2px 2px #888888;  
}

.btn-sec:hover {
    color: #fff;
    background-color: #a19999;
    border-color: #a19999;
    box-shadow: 3px 2px 2px #888888;
}

.btn-sec2 {
    color: #fff;
    background-color: #6f6e6e;
    border-color: #6f6e6e;
}

.btn-sec2:hover {
    color: #fff;
    background-color: #6f6e6e;
    border-color: #6f6e6e;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.lser-help-btn {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 8px; /* lekerekített sarkok */
  border: none;
  background-color: #0d6efd;
  color: #fff;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lser-help-btn:hover {
  background-color: #0b5ed7;
  transform: translateY(-1px);
}

.lser-help-btn i { font-size: 20px; }


.occupation-wrapper {
  display: flex;
  flex-wrap: wrap;              /* 🔥 tördelés több sorba */
  gap: 8px;
  justify-content: center;      /* középre igazítás */
}

.occupation-btn {
  white-space: normal;        /* engedi a sortörést */
  word-break: normal;         /* ❗ NEM töri szavakat */
  overflow-wrap: normal;      /* ❗ NEM erőlteti a törést */

  max-width: 100%;
  text-align: center;

  padding: 6px 10px;
  font-size: 14px;

  display: inline-block;
}


.bg-kliens {
    background-color: #e6f4ea; /* halvány zöld */
}

.bg-szervezet {
    background-color: #fff8e1; /* halvány sárga */
}

.bg-szakember {
    background-color: #e3f2fd; /* halvány kék */
}


.video-box {
  background: #fff;
}

.video-box video,
.video-player {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  object-fit: contain;
  box-shadow: none;
}