@import 'constants_wl.css';
@import 'naptar_wl.css';
/* alap elemek */

div.site {
	width: 100%;
}

body {
	font-family: Roboto, Segoe UI, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: var(--c_antracit);
	font-size: 16px;
	display: flex;
	/* align-items: center; */
	text-align: left;
	background-color: white;
	margin: 0px;
}

div.torzs {
	margin: 8px;
}

body a {
	cursor: pointer;
	text-decoration: none;
}

h1 {
	text-transform: uppercase;
	color: #e0081f;
	font-weight: 500;
	padding-top:15px;
	padding-bottom: 5px;
	font-size: 1.8em;	
	margin-left: 14px;
	margin-top: 6px;
	margin-bottom: 10px;
}

h1::first-letter {
	text-transform: uppercase;
}

iframe#extmenuframe {
	border: 1px solid #E7E7E7;;
	box-shadow: none;
	border-radius: 0px;
	margin-left: 12px;
}
div.error {
	display: flex;
	flex-direction: row;
	padding: 10px;
	border: 1px solid #CA0404;
	border-radius: 6px;
	background: #EED9D9;
	align-items: center;
	color: #CA0404;	
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: fit-content;
}

div.warning {
	display: flex;
	flex-direction: row;
	padding: 10px;
	border: 1px solid var(--icellorange);
	border-radius: 6px;
	background: #EED9D9;
	align-items: center;
	color: var(--icellorange);	
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: fit-content;
}

div.success {
	display: flex;
	flex-direction: row;
	padding: 10px;
	border: 1px solid #008000;
	border-radius: 6px;
	background:#D7EBD7;
	align-items: center;
	color: #008000;	
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	width: fit-content;
}
/* vezérlő elemek */

div.submit_buttons {
	display: block;	
	margin: 2px;
	margin-left: 10px;
	padding-bottom: 15px;
}

button, input.submit, input.submit2, input.submit_small {
	width: 140px;
	height: 40px;
    border: 0.2px solid #e7e7e7;
    box-sizing: border-box;
    box-shadow: none;
    border-radius:0;
    background-color: #f5f5f5;
    text-transform: capitalize;
    font-size:16px;	
}

button, input.submit2 {
	width: 200px;
}

button, input.submit_small {
	width: 100px;
	height: 25px;
	font-size: 0.7em;
}

input.submit::first-letter {
	text-transform: uppercase;
}

input.closebutton {
	width: 24px;
	height: 24px;
	background: var(--c_darkwhite);
	border: 0.5px solid var(--c_bordergray);
	box-sizing: border-box;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	margin: 5px;

}

input {
	accent-color: #E0081F;
  }
  
input.text {
	border: 0.5px solid var(--c_bordergray);
	border-radius: 6px;
	/*height: 20px;*/
	padding: 6px 4px;
	margin: 2px;
}

input.text:hover {
	background: var(--c_hovergray);
}

input.text:focus {
	outline-color: var(--icellorange);
	outline-width: 1px;
}

select {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 4px;

	position: static;
	width: 220px;
	/*height: 37px;*/
	left: 10px;
	top: 10px;
	border-radius: 6px;
	border-width: 0px;
	background-color: var(--c_darkwhite);
}

select:focus {
	outline: none;
/*	outline-color: var(--icellorange);
	outline-width: 1px;*/
}

select[multiple] {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 4px;

	position: static;
	width: 181px;
	max-height: 300px;
	left: 10px;
	top: 10px;
	border-radius: 6px;
}

select[hidden] {
	display: none;
}

button:hover, input.submit:hover, select:hover, input.submit_small:hover {
	background-color: #E0081F;
    color: #fff;
	cursor: pointer;
}

button:active, input.submit:active, select:active, input.submit_small:active {
	background: var(--c_hovergray);
	color: var(--c_darkwhite);
}

/* checkbox, radiobutton */

input[type="checkbox"] {
	transform:scale(1.3, 1.3);
	background: linear-gradient(111.25deg, #3563BF -0.25%, #052F84 99.63%);	
}

input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	transform: scale(1.3, 1.3);
}


div.input_fields {	
	margin: 0px;
	margin-left: 12px;
	margin-bottom: 15px;
	/*width: 100%;*/
	/*border-style:
	/*border-color: var(--c_bordergray);
	/*border-spacing: 2px;
	border-radius: 6px;
	box-shadow: 0 0 2x 2px var(--c_bordergray); /* this draws the table border  */
}

div.input_fields table {
	background: var(--c_darkwhite);
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #e7e7e7;
	/*box-shadow: 0 0 1px 1px var(--c_bordergray); /* this draws the table border  */
	border-collapse: collapse;
	margin-bottom: 10px;
}

div.input_fields tr {
	border: 0.5px solid var(--c_bordergray);
}

div.input_fields th {
    font-weight: 400;
    color: #E0081F;
    text-transform: capitalize;	
	/*border: 0.5px solid var(--c_bordergray);*/
	border: 1px solid #e7e7e7;
	text-align: center;
	padding: 6px;
	position: relative;
}

div.input_fields th::first-letter {
	text-transform: uppercase;
}

div.input_fields th:not(:last-of-type):after {
	content: '';
    background-color: var(--c_bordergray);
    position: absolute;
    left: 100%;
    top: 5px;
    bottom: 5px;
    width: 1px;
}

div.input_fields td {
	margin: 6px;
	padding: 6px;
	border: 1px solid #e7e7e7;	
	vertical-align: top;
	position: relative;
}

div.input_fields table td:not(:last-of-type):after {
	content: '';
    background-color: var(--c_bordergray);
    position: absolute;
    left: 100%;
    top: 5px;
    bottom: 5px;
    width: 1px;
}

/* input fields-en belüli alosztály belső táblázatok keret nélkül */
div.input_fields table.input_inner {
	/*border-style: none;*/
	/*border-spacing: 2px;*/
	border-radius: 0px;
	box-shadow: none;
	white-space: nowrap;
}

div.input_fields table.input_inner tr {
	border: 0px;
}

div.input_fields table.input_inner td {
	white-space: nowrap;
}


/* input_fields-en belüli alosztály függőleges beállítás-listához */
div.input_vertical td {
	vertical-align: middle;
	/*position: relative;*/
}

div.input_vertical th {
	font-weight: bold;
	text-align: center;
	padding: 6px;
	position: relative;
	border-right: 1px solid  #6e6e6e;
	border-bottom: 0;
	color: #000000;	
}

div.input_vertical table th:after {
	content: '';
	background-color: #6e6e6e;
    position: absolute;
    left: 100%;
    top: 5px;
    bottom: 5px;
    width: 1px;
}

/* csak megjelenítés: show_fields */

div.show_fields {	
	margin: 0px;
	margin-left: 12px;
	margin-bottom: 15px;
	/*width: 100%;*/
	/*border-style:
	/*border-color: var(--c_bordergray);
	/*border-spacing: 2px;
	border-radius: 6px;
	box-shadow: 0 0 2x 2px var(--c_bordergray); /* this draws the table border  */
}

div.show_fields table {
	background: var(--c_darkwhite);
	border-style: hidden;
	border-color: var(--c_bordergray);
	/*border-spacing: 2px;*/
	border-radius: 6px;
	box-shadow: 0px 0px 2px 2px var(--c_shadow);
	/*box-shadow: 0 0 1px 1px var(--c_bordergray); /* this draws the table border  */
	border-collapse: collapse;
	margin-bottom: 10px;
}

div.show_fields tr {
	border: 0.5px solid var(--c_bordergray);
}

div.show_fields th {
	font-weight: bold;
	border: 0.5px solid var(--c_bordergray);
	border-right: 1px solid var(--c_darkwhite);
	text-align: center;
	padding: 6px;
	color: var(--c_navy);
	position: relative;
}

div.input_vertical table th:after {
	content: '';
    background-color: var(--c_orange);
    position: absolute;
    left: 100%;
    top: 5px;
    bottom: 5px;
    width: 1px;
}


div.show_fields th::first-letter {
	text-transform: uppercase;
}

div.show_fields th:not(:last-of-type):after {
	content: '';
    background-color: var(--c_bordergray);
    position: absolute;
    left: 100%;
    top: 5px;
    bottom: 5px;
    width: 1px;
}

div.show_fields td {
	margin: 6px;
	padding: 6px;
	vertical-align: middle;
	position: relative;
}

div.show_fields table td:not(:last-of-type):after {
	content: '';
    background-color: var(--c_bordergray);
    position: absolute;
    left: 100%;
    top: 5px;
    bottom: 5px;
    width: 1px;
}

div.show_fields table tr td.small {
	font-size: 0.8em;
}

div.show_fields table tr td.mini {
	font-size: 0.6em;
}


/* táblázatok */

div.lista {
	background: none;
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;	
	padding-bottom: 6px;
}

div.lista table {
	background: var(--c_darkwhite);
	border-radius: 0;
    box-shadow: none;
    border: 1px solid #e7e7e7;
	border-collapse: collapse;
	margin: 10px;
}

div.lista table th {
    font-weight: 400;
    text-transform: capitalize;	
	text-align: center;
	padding: 6px;
    padding-left: 10px;
    padding-right: 10px;	
	/*border: 1px solid var(--c_bordergray);
	border-right: 1px solid var(--c_darkwhite);*/
    border-bottom: 1px solid #e7e7e7;
    color: #ffffff;
    background: #6e6e6e;
    border: 1px solid white !important;	
	position: relative;
  	top: 0;
}


div.lista table th:not(:last-of-type):after {
	content: '';
    background-color: var(--c_bordergray);
    position: absolute;
    left: 100%;
    top: 5px;
    bottom: 5px;
    width: 1px;
}

div.lista table th.multiline {
	border-bottom: 1px solid var(--c_bordergray2);
}

div.lista table th.multiline_end:before {
	content: '';
    background-color: var(--c_bordergray);
    position: absolute;
    left: 0%;
    top: 5px;
    bottom: 5px;
    width: 1px;
}

div.lista table th.vertical {
	border-bottom: 1px solid var(--c_bordergray2);
	position: relative;
  	top: 0;
}

div.lista table th.vertical:after {
	content: '';
    background-color: var(--c_orange);
    position: absolute;
    left: 100%;
    top: 5px;
    bottom: 5px;
    width: 1px;
}


div.lista table td {
	/*border: 0.5px solid var(--c_bordergray);*/
	border: 1px solid #e7e7e7;
	/*border-left: 1px solid var(--c_bordergray);*/
	margin: 6px;
	padding: 6px;
    padding-left: 10px;
    padding-right: 10px;	
	position: relative;
}
div.lista table td:not(:last-of-type) {
	border-right: 1px solid var(--c_darkwhite);
}

div.lista table td:not(:last-of-type):after {
	content: '';
    background-color: var(--c_bordergray);
    position: absolute;
    left: 100%;
    top: 5px;
    bottom: 5px;
    width: 1px;
}

div.lista table td a {
	color: var(--icellblue);
}

div.lista table td a:hover {
	text-decoration: underline;
}

/*
div.lista table td:after {
	/*padding:0;margin:0;display:block;/* probably not really needed? 
	border: 2 px solid white;
	content: "";
	width:50%;
	height:2px;/* slight higher to work around rounding errors(?) on some zoom levels in some browsers. 
	background-color:white;
	position: absolute;
	right:0;
	top:-6px;
  }
  */

div.lista table tr:not(:first-of-type):hover {
    background: #a9a9a9;
    color: #fff;
}

div.lista table tr:not(:first-of-type):hover a{
    color: #fff;
}
/*div.lista table tr:first-child:hover {
	background: var(--c_darkwhite);
}

/*div.lista table th:hover {
	background: var(--c_darkwhite);
}*/

div.lista table tr.warn {
	background: none;
}

div.lista table tr.warn td {
	border-right: 1px solid var(--c_warningrow);
}

div.lista table tr.warn:hover {
	background: var(--c_warningrow_hover)	
}

div.lista table td.warn {
	background: var(--c_warningrow)	
}

div.lista table td.warn:hover {
	background: var(--c_warningrow_hover)	
}

div.lista table td.new_day {
	background: var(--c_yellow);
	color: var(--icellblue);
}

div.lista table tr.ign_off {
	background: var(--c_hovergray);
}

div.input_fields table tr.border {
	background: var(--c_bordergray);
}

table.table_tiler {
	border: 0px;
	border-collapse: separate;
}

table.table_tiler td {
	border: 0px;
}

table.table_tiler td.ls_link {
	text-align: center;
	border: 1px solid var(--c_bordergray);
	border-radius: 6px;
	background-color: var(--c_darkwhite);
}

div.input_fields table th:not(:last-of-type):after,
div.input_fields table td:not(:last-of-type):after,
div.lista table th:not(:last-of-type):after,
div.lista table td:not(:last-of-type):after {
    display:none;
}

div.description {
	margin: 10px;
	font-size: large;
	font-weight: bold;
}

.rendezo {background: rgba(255, 255, 255, 0); border: none; padding: none; margin: none;}
table.rendezo {background: rgba(255, 255, 255, 0); border: none; padding: none; margin: none;}
table.rendezo tr.rendezo{background: rgba(255, 255, 255, 0); border: none; padding: none; margin: none;}
table.rendezo td.rendezo{background: rgba(255, 255, 255, 0); border: none; padding: none; margin: none;}


/* fejléc és lábléc */

div.footer {
    margin: 20px 0 0 0;
    border:0;
    padding: 30px 0;
    background-color: #000000;
    color: #fff;	
	font-size: smaller;
	text-align: center;
}

div.footer .foot2 span{
	display: inline-block;
	padding: 0 5px;
}

div.footer span a{
	color: #fff;
	text-decoration: underline;
	margin-right: 10px;
}

/* popup menük */
div.div-popup {
    /*width: 240px;
	height: 250px;*/
	position:absolute;
	display:none;
	z-index: 1000;
 }

 div.div-popup-confirmed {
    /*width: 240px;
	height: 150px;*/
	position:absolute;
	display:none;
	z-index: 1000;
 }

 div.popup-conditions {
    /*  width: 300px;*/
	/* height: 70px;*/
	position:absolute;
	display:none;
	z-index: 1000;
 }

/* spinner betöltéshez */
.lds-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
  }
  .lds-spinner div {
	transform-origin: 30px 30px;
	animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 28px;
	width: 4px;
	height: 18px;
	border-radius: 20%;
/*	background: var(--icellblue);*/
	background: #00f;
opacity: 100%;
  }
  .lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
  }
  @keyframes lds-spinner {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }

 div.popup-submit {
	 /* beküldés utáni popup - a teljes területet lefedjük, hogy ne nyomkodja */
	position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display:none;
	z-index: 999;
	background-color: #000000;
	opacity: 20%;
 }

 div.popup-submit-content {
	/* beküldés utáni popup tartalma */
   position:fixed;
   top: 50%;
   left: 50%;
   margin-left: -20px;
   margin-top: -20px;
   width: 60px;
   height: 60px;
   display: none;
   flex-direction: row;
   border: 1px solid var(--c_antracit);
   border-radius: 6px;
   background: #fff;
   align-items: center;
   color: var(--icellblue);	
   z-index: 1000;
}

/* login képernyő */
.login{background: #d5d5d5;}
.login_div{background: url('../images/belepes/hatter.png') no-repeat top left; width: 960px; height: 700px; margin: 50px auto 0px auto;}
.login_div_en{background: url('../images/belepes/hatter_en.png') no-repeat top left; width: 960px; height: 700px; margin: 50px auto 0px auto;}
.login_message{position: relative; top: 60px; left: 100px; height: 100px;}
.login_input{background: url('../images/belepes/input.png') no-repeat top left; height: 21px; width: 168px; border: none;}
.flag{clear: both; position: relative; top: 8px; width:180px;}
.flag2{clear: both; position: relative; top: 0px;}
.flag img{height: 12px;}
.flag2 img{height: 12px;}
.input_board{width: 168px;}
.input_panel{position: relative; top: 114px; left: 165px;}
.login_okxy{text-align: right; background: green; float: right; margin-top: 6px;}
.login_browser_version{position: relative; top: 370px; left: 20px;text-align:center; font-size: 13px;}
.login_facebook{position: relative; top: 300px; left: 820px;}

/* grafikon */

div.chart {
	display: inline-block;
}

div.charthover {
	font-family: Roboto, Segoe UI, sans-serif;
    font-size: 8pt; 
	font-weight: normal;
    padding: 2px 2px 2px 2px;
    background-color:var(--c_back);
    border-spacing: 2px;
    border-radius: 6px;
    border-color: var(--c_bordergray);
    box-shadow: 0px 2px 2px var(--c_shadow);
	position: absolute; 
	visibility: hidden; 
	width: 280px; 
	height: 75px;
	max-width: 280px;
	max-height: 75px;	
}

/* hírek */
div.billboard table {
	background: var(--c_darkwhite);
	border-style: hidden;
	border-radius: 6px;
	box-shadow: 0 0 2px 2px var(--c_bordergray); /* this draws the table border  */
	border-collapse: collapse;
	margin: 10px;	
}

div.billboard th {
	font-weight: bold;
	/*border: 0.5px solid var(--c_bordergray);*/
	border-top: 1px solid var(--c_orange);
	border-bottom: 1px solid var(--c_orange);
	padding: 6px;
	color: var(--c_navy);
	position: relative;
}

div.billboard table td {
    padding: 4px;
}

/* menü listák */
div.menu_banning_main {
	font-weight: bold;
	text-align: left;
	padding: 6px;
	margin-top: 6px;
	color: var(--c_navy);
	/*border: 1px solid var(--c_bordergray);
	border-right: 1px solid var(--c_darkwhite);*/
	border-bottom: 1px solid var(--c_orange);
}

div.menu_banning_main::first-letter {
    text-transform: uppercase;
}

/* nyomtatható stílusok */
div.printable table {background: #ffffff; border: 1px solid #0a0a0a; font-size: 11px; color: #000000; padding: 0px 1px 1px 1px; margin: 2px; vertical-align: middle;}
div.printable table td{border: 1px solid #000000; vertical-align: middle; padding: 2px;}
div.printable table th{border: 1px solid #000000; font-weight: bold; line-height: 14px; padding: 5px; color: #080808; text-align: center; font-size: 13px;}
/*div.printable table th{border: 1px solid #ffffff; background:#000000; background-image: url('../images/black.png'); font-weight: bold; line-height: 14px; padding: 5px; color: #ffffff; text-align: center; font-size: 12px;}
*/
div.printable table th a{color: #ffffff; font-size: 12px;}
div.printable table tr{background: #ffffff; font-weight: bold; color: #000000; vertical-align: middle;}
div.printable table table{border: none;}
div.printable table table td{border: none;}
div.printable input.submit{
	width: 140px;
	height: 30px;
	background: var(--c_darkwhite);
	border: 0.2px solid var(--c_bordergray);
	box-sizing: border-box;
	box-shadow: 0;
	border-radius: 0px;	
	
}
