

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="month"],
input[type="date"],
input:not([type]),
textarea,
select {
  border-width: 2px;           /* border-2 */
  border-color: #14a1bf;       
  border-radius: 0.5rem;       /* rounded */
  padding: 0.5rem;             /* opcionális: pl. px-4 py-2 hatása */
  font-size: 1rem;             /* text-base */
  outline: none;               /* fókusz keret nélkül */
  accent-color: #14a1bf; 		/* zöld szín pl. dátumválasztó gombnál */

}

.panelNormal {
	background-color: white;
	border-width: 2px;           /* border-2 */
	/* border-color: #14a1bf;  */     
	border-radius: 0.5rem;       /* rounded */
	padding: 0.5rem;             /* opcionális: pl. px-4 py-2 hatása */
	font-size: 1rem;             /* text-base */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
}

.buttonNormal	{
	margin:10px 10px 10px 0px; 
	font-weight: normal; 
	font-size: 12pt; 
	color: white; 
	padding: 8px 25px; 
	background-color: rgb(17 24 39 / 0.8); 
	text-align: center; 
	text-decoration: none; 
	display: inline-block;
	border-radius: 5px;
}

.buttonNormal a:link {
	text-decoration: none;
}


.buttonNormal:hover {
	background-color: #14a1bf80;
	color: #fff;
	box-shadow: none;
} 

.buttonNormal a:active {
	text-decoration: none;
}

.buttonNormal:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.buttonSmall	{
	margin:2px 2px 2px 0px; 
	font-weight: normal; 
	color: white; 
	padding: 4px 8px 4px 8px; 
	background-color: rgb(17 24 39 / 0.8); 
	text-align: center; 
	text-decoration: none; 
	display: inline-block;
	border-radius: 5px;
}

.buttonSmall a:link {
	text-decoration: none;
}


.buttonSmall:hover {
	background-color: #14a1bf80;
	color: #fff;
	box-shadow: none;
} 

.buttonSmall a:active {
	text-decoration: none;
}

.buttonSmall:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.checkboxBig {
  scale: 1.5;
  accent-color: #14a1bf;
  margin-left: 10px;
}

.tabla_fejlec   { 
	font-weight: bold; 
	font-size: 12px; 
	background: #606060; 
	color: white;

}
.tabla_fejlec a:link      {
	text-decoration:none; color: white;
}
.tabla_fejlec a:visited   {
	text-decoration:none; color: white;
}



.formInput         {
	font-size: 18px;
}
.formSelect        {
	font-size: 16px; 
	margin-right: 5px; 
	height: 68px;
}
.input_utvonal     {
	font-size: 15pt; 
	width: 400px;
}
.input_km     {
	font-size: 15pt; 
}
.normalText        {
	font-weight: normal; 
	font-size: 16px; 
	color: black; 
	cursor: default;
}
.errorText         {
	font-weight: normal; 
	font-size: 13px; 
	color: #d22200; 
	cursor: default;
}

.table2o {
	border-collapse: separate;
	border-spacing: 0px; 
	border-radius: 8px; 
	padding: 0px; 
	margin-bottom: 10px; 
	border-radius: 10px;
	background-color: white;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.table2o td, .table2o th {
	padding: 8px;
	text-align: left;
	min-width: 100px;
	border-bottom: 1px solid #e0e0e0;  /* Világosszürke vonalak */
}

.table2o td:first-child, .table2o th:first-child {
	padding: 8px;
	text-align: right;
	background-color: #14a1bf;
	color: white;
}

/* Bal felső sarok */
.table2o tr:first-child td:first-child {
	border-top-left-radius: 10px;
}

/* Bal alsó sarok */
.table2o tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

/* Jobb felső sarok */
.table2o tr:first-child th:last-child {
	border-top-right-radius: 10px;
}

/* Jobb alsó sarok */
.table2o tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.table0 {
  white-space: nowrap;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 600px;
  /*width: 100%;*/
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
}

.table0 thead th {
  /* background-color: #004080; /* Sötétkék */
  background-color: #14a1bf;
  color: white;
  padding: 14px;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 2;
}

.table0 td, .table0 th {
  padding: 14px;
  border-bottom: 1px solid #e0e0e0; /* Világosszürke vonalak */
}


.table0 tbody tr:hover {
  background-color: #14a1bf40;
}

.table0 tbody tr:last-child td {
  border-bottom: none;
}

.table0 a {
	text-decoration: underline solid #14a1bf;
}

.table0 a:hover {
  text-decoration: underline;
}

.table0 tfoot {
  background-color: #14a1bf;
  color: white;
  text-align: left;
  padding: 14px;
  font-weight: bold;
}

.tabla_lista0   {
	font-weight: normal; 
	background: #eee; 
	color: black;
}
.tabla_lista0 a:link    {
	text-decoration: none; 
	color: black;
}
.tabla_lista0 a:visited {
	text-decoration: none; 
	color: black;
}
.tabla_lista0 a:hover   {
	text-decoration: none;
}
.tabla_lista0 a:active  {
	text-decoration: none;
}
.tabla_lista1   {
	font-weight: normal; 
	color: black;
}
.tabla_lista1 a:link    {
	text-decoration: none; 
	color: black;
}
.tabla_lista1 a:visited {
	text-decoration: none; 
	color: black;
}
.tabla_lista1 a:hover   {
	text-decoration: none;
}
.tabla_lista1 a:active  {
	text-decoration: none;
}

.table-container {
    width: 100%;
    overflow-x: auto;               /* vízszintes görgetés, ha kell */
    -webkit-overflow-scrolling: touch; /* mobilon simább görgetés */
    /*border: 1px solid #ccc;
    border-radius: 6px;*/
}

.text1             {
	font-size:11px; 
	font-weight:normal; 
	color:#000000
}
.text1:hover       {
	background-color:#CCC
}
.text1normal            {
	font-size:12px; 
	font-weight:normal; 
	color:#333333
}
.text1normal a:link     {
	text-decoration: underline solid #14a1bf; 
	color: black;
}
.text1normal a:visited  {
	text-decoration: underline solid #14a1bf; 
	color: black;
}
.text1normal a:hover    {
	text-decoration: underline; 
}
.text1normal a:active   {
	text-decoration: underline; 
}
.text_header1      {
	margin-left: 30px; 
	font-weight: bold; 
	color: rgb(255,255,255); 
	font-size: 20px
}
.cell_warn         {
	font-weight :bold; 
	color: white; 
	background-color: #d22200;
}
.title1            {
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #000099
}
.title2            {
	font-size:11px; 
	font-weight:bold; 
	color:#FFFFFF; 
	background-color:#005FBF
}


.tt_cell 	   {
	/*border-left:1px solid rgb(0,0,0); */
	border-bottom:1px solid rgb(0,0,0); 
	padding-left:2px
}
	
.tt_fej            {
	font-size:11px; 
	font-weight:bold; 
	font-style:italic; 
	background:yellow; 
	color:black; 
	border-left:1px solid rgb(0,0,0); 
	border-top:1px solid rgb(0,0,0); 
	border-bottom:3px solid rgb(0,0,0)
}


.red_border {
	border: solid 2px #d22200;
}

.hk-blue, .hk-blue:hover {
    color: #fff !important;
    background-color: #00245d !important;
}

/*
header { 
	display: block; 
}
/*

/*
nav {
    display: inline;
    text-align: left;
    padding-top: 1.3em;
    padding-left: 200px;
    clear: none;
    margin: 0;
}

nav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;;
}

nav li {
	float: left;
}

nav li a {
	display: block;
	text-decoration: none;
	padding: 15px;
	color: #e0e0e0;
}
nav li a:hover {
    color: #14a1bf;
}
*/

.fomenu-ikon {
  width: 150px;
  padding: 20px;
	
}

/* menü */

.menu {
	/*padding:4px 10px 4px 0; */
	margin: 0;
	font-size:12pt;
	display:block;
	padding-left:0px;
	width: 400px;
	border: 2px solid #d22200;
}

/* 1st level*/

.menu ul {
	margin: 0;
	line-height: 16px;
	list-style-type:none;
	font-weight:bold;
	padding: 0px; 
	background-color:darkorange;
	background-image:none;
}

.menu ul li {
	margin: 0;
	line-height: 16px;

	list-style-type:none;
	font-weight:bold;
	color:#000;
	padding: 8px;
	background-color:#14a1bf;
	background-image:none;
}



.menu a {
	font-size:10pt;
	padding:4px 10px 4px 0;
	display:block;
	font-weight:normal;
	color:#000;
	/*background:#fff;*/ 
	text-decoration:none;
}


.menu a:hover,
.menu a.activelst {
/* padding-left:30px;*/
/*	background-color:#CCC; */
	color:#fff;
}

/*
.menu a.active:visited {
	color:#fff;
	text-decoration:none;
}

.menu a:visited {
	color: #fff;
	text-decoration:none;
}
*/


/* Wait animation */

#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  
  width: 80px;
  height: 80px;
  border: 3px dotted #FFF;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;

  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}
#loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #14a1bf;
  border-style: solid solid dotted;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* Wait animation  end*/



@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

/* Wait animation END*/

/* The Modal (background) */

.modal {
  display: none; 
  position: fixed; 
  z-index: 5; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; 
  border: 1px solid #888;
  width: 350px; 
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #d22200;
}



/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #d22200;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn .signupbtn {
     width: 100%;
  }
}


:root {
	--primary: #14a1bf;
	/* --background: #f0f8ff; */
	--background: #14a1bf10;
	--text: #333;
	--weekend: #c8e6e8;
	--border: #ddd;
}


.calendardiv {
	float: left;
	margin-right:10px;
	width: 200px;
	text-align: left;			
}

h2 {
	color: var(--primary);
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.2em;
}

.calendar {
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
	background: white;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.calendar th, .calendar td {
	width: 14%;
	height: 25px;
	text-align: center;
	font-size: 15px;
	position: relative;
}

.calendar th {
	background: var(--primary);
	color: white;
	padding: 5px 0;
}

.calendar td {
	border: 1px solid var(--border);
	background: white;
	position: relative;
}

/* Hétvége kiemelése */
/*
.calendar td:nth-child(6), td:nth-child(7) {
	background: var(--weekend);
}
*/

.munkaszunet {
	background: var(--weekend) !important;
}




/*Kis letéphető naptár */

.calendar_small {
    width: 70px;
    background: white;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: default;
}

/* Hover: finom kiemelkedés és nagyobb árnyék */
.calendar_small:hover {
	text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.calendar_small-header {
    background: #14a1bf;
    color: white;
    font-size: 0.55em;
    padding: 3px 0;
    letter-spacing: 0.5px;
}

.calendar_small-day {
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 0 2px;
    color: #333;
}

.calendar_small-day-holiday {
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 0 2px;
    color: #d22200;
}

.calendar_small-weekday {
    font-size: 0.55em;
    color: #777;
    padding-bottom: 4px;
}

.calendar_small-weekday-holiday {
    font-size: 0.55em;
    color: #d22200;
    padding-bottom: 4px;
}

/* Letépett hatás */
.calendar_small::before {
    content: "";
    display: block;
    height: 4px;
    background: repeating-linear-gradient(
      90deg,
      transparent,
      transparent 5px,
      rgba(0,0,0,0.1) 5px,
      rgba(0,0,0,0.1) 10px
    );
}
  

/* Mobiloptimalizálás */

@media (max-width: 400px) {
	th, td {
		height: 40px;
		font-size: 14px;
	}
}



.progress-container {
	position: relative;
	width: 240px;  /* sáv szélessége */
	height: 50px;  /* sáv magassága */
	background-color: white;
	border-radius: 5px;
	overflow: hidden;
	margin: 20px;
	border: 2px solid #14a1bf;
}

.progress-bar {
	height: 100%;
	background-color: var(--weekend);
}

.progress-text {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: normal;
}

/* Custom dropdown list */

.custom-dropdown {
  position: relative;
  width: 300px;
}

.dropdown-selected {
  border: 2px solid #14a1bf;
  border-radius: 0.5rem;
  padding: 0.5rem;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  outline: none;
  height: 68px;
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  border: 2px solid #14a1bf;
  border-radius: 0.5rem;
  background: white;
  display: none;
  z-index: 1000;
  margin-top: 0.25rem;
}

.dropdown-item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0.5rem;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
}

.dropdown-item:hover {
  background: #e0f7fc;
}

.dropdown-item img,
.dropdown-selected img {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  object-fit: cover;
}

.dropdown-item div {
  display: flex;
  flex-direction: column;
}

.dropdown-item strong {
  font-weight: 600;
  color: #333;
}

.dropdown-item small {
  font-size: 0.85rem;
  color: #666;
}


/* autocomplete lists formatting  */

.autocomplete-suggestion {
	display: flex;
	align-items: center;
	padding: 5px;
	border-bottom-width: 1px;
}
.autocomplete-suggestion img {
	max-width: 50px;
	max-height: 50px;
	margin-right: 10px;
	border-radius: 4px;
}
.autocomplete-text {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.autocomplete-topline {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.autocomplete-id {
	font-size: 0.5em;
	color: #777;
}
.autocomplete-agent {
	font-size: 0.75em;
	color: #555;
	background-color: #f0f0f0;
	border-radius: 12px;
	padding: 2px 8px;
	text-align: right;
	min-width: fit-content;
	white-space: nowrap;
}
.autocomplete-name {
	font-size: 0.8em;
	font-weight: bold;
}

/* Hover / kiválasztott elem stílus */
.ui-menu .ui-menu-item.ui-state-active,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
	background-color: #14a1bf80 !important;
	color: #000 !important;
	border-left-width: 4px !important;
	border-left-color: #d22200; !important;
}

