/*kék bg:#0182C6
kék button:#0C9DD6
szürke bg:#706E6F
sárga bg:#FFE52C*/

@font-face {
	font-family: "Montserrat";
	src: url('fonts/Montserrat-Regular.ttf') format('truetype')
}
@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-Bold.ttf") format('truetype');
	font-weight: bold;
}

body {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	background-color: #f4f4f4;
  color: black;
  font-size: 12pt;
	margin: 0;
}


/*** BOOTSTRAP OVERRIDE ***/
.carousel-indicators > li {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	opacity: 0.75;
}
.modal-header {
	background-color: #0182C6;
	color: white;
}
.modal-header .close {
	color: white;
	opacity: 0.9;
}
.modal-body .input-group-text {
	min-width: 42px;
}
.nopadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.black {
	color: black !important;
}
.white {
	color: white !important;
}
.bg-black {
	background-color: black !important;
}
.bg-white {
	background-color: white !important;
}
._folap .alert {
	margin-top: 1rem;
	margin-bottom: 0;
}
.tomorebb {
	line-height: normal;
	font-size: 11pt;
}
/* https://lingtalfi.com/bootstrap4-color-generator -> https://www.cssportal.com/scss-to-css/ */
.alert-primary {
  color: #00324c;
  background-color: #94d9fe;
  border-color: #80d2fe;
}
.alert-primary hr {
  border-top-color: #66c9fe;
}
.alert-primary .alert-link {
  color: #001019;
}
.badge-primary {
  color: #fff;
  background-color: #0182C6;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  background-color: #006093;
}
.bg-primary {
  background-color: #0182C6 !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #006093 !important;
}
.border-primary {
  border-color: #0182C6 !important;
}
.btn-primary {
  color: #fff;
  background-color: #0182C6;
  border-color: #0182C6;
}
.btn-primary:hover {
  color: #fff;
  background-color: #006aa2;
  border-color: #006093;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 130, 198, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0182C6;
  border-color: #0182C6;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006093;
  border-color: #005684;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 130, 198, 0.5);
}
.btn-outline-primary {
  color: #0182C6;
  background-color: transparent;
  border-color: #0182C6;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0182C6;
  border-color: #0182C6;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 130, 198, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0182C6;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0182C6;
  border-color: #0182C6;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 130, 198, 0.5);
}
.list-group-item-primary {
  color: #00324c;
  background-color: #80d2fe;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00324c;
  background-color: #66c9fe;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00324c;
  border-color: #00324c;
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #80d2fe;
}
.table-hover .table-primary:hover {
  background-color: #66c9fe;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #66c9fe;
}
.text-primary {
  color: #0182C6 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #006093 !important;
}


/*** HEAD ***/
._admin {
	background-color: #FFFD97;
}
._fejlec {
	/*var. bg-image in html*/
	background-color: #706E6F;
}
.head {
	margin-left: 15px;
	margin-right: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 9pt;
}
.head-top-line {
	background-color: #706E6F;
	min-height: 38px;
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.head-top-line-left-text, .head-top-line-left-text:hover, .head-top-line-left-text a {
	font-weight: bold;
	color: white;
}
.head-top-line-right {
	padding-left: 0;
}
.head-top-line-button {
	border: 0;
	border-radius: 5px;
	padding: 4px 30px;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFE52C;
	color: black;
}
.head-menubar {
	background: linear-gradient(0deg, transparent 75%, #706E6F 25%);
}
.head-menubar > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	background-color: #0182C6;
	color: white;
	border-radius: 10px;
}
.head-menubar a {
	color: white;
}
.head-menubar-logo {
	padding: 0;
}
.head-menubar-logo > a > img {
	max-width: 100%;
}
.head-menubar-menu {
	display: -ms-flexbox;
	display: flex;
}
.head-menubar-menu > ul {
	margin: 0;
	padding: 0;
}
.head-menubar-menu > ul > li {
	padding: 5px 0 5px 5px;
	list-style-type: none;
	text-align: right;
	line-height: 1em;
}
.head-menubar-menu > ul > li > a {
	padding: 5px 0 5px 5px;
}
@media (min-width: 1200px) {
	.head {
		font-size: 10pt;
	}
}
.head-slogan {
	padding-top: 340px;
	padding-bottom: 110px;
}
.head-slogan > div {
	padding: 0;
}
.head-slogan-text {
	float: right;
	clear: both;
	text-align: right;
}
.head-slogan-text > span {
	border-radius: 5px;
	padding: 5px 15px;
	font-size: 36pt;
	font-weight: bold;
	background-color: white;
	color: #0182C6;
}
.head-slogan-buttonbar {
	float: right;
	clear: both;
}
.head-slogan-buttonbar-button {
	margin-top: 5px;
	padding: 5px 30px;
	background-color: #0182C6;
	color: white;
}


/*** DROPDOWN MENÜ ***/
._admin .dropdown, ._admin .dropdown > a {
	display: block;
	height: 25px;
}
.dropdown-menu {
	margin-top: 0;
	border: 1px solid #e5e5e5;
	min-width: 11rem;
	font-size: 10pt;
	z-index: 1050;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-menu > li > a {
	display: block;
	color: inherit;
	padding: 6px 15px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #eee;
	color: #23527c;
}
.dropdown-menu > li > a > i {
	display: inline-block;
	width: 20px;
}
.dropdown-menu.text-right {
	text-align: right;
}
.dropdown-backdrop { /* bugfix mobil clikkre */
	position: static; /*static;*/
}
.dropdown-submenu > .dropdown-menu {
	top:0;
	left:100%;
}
@media (max-width: 767px) {
	.dropdown-submenu {
		position:relative;
	}
	.dropdown-submenu-left > .dropdown-menu {
		left: 120px !important;
	}
	.dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu {
		background-color: #e5e5e5;
	}
	.dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-subsubmenu {
		background-color: #eeeeee;
	}
	.dropdown-submenu>ul>li {
		font-size: smaller;
	}
	.dropdown-submenu>ul>li>a {
		padding: 8px 15px 8px 15px;
	}
	.dropdown-submenu>ul>li.dropdown-subsubmenu>a {
		padding-left: 25px;
	}
	.dropdown-submenu>ul>li.dropdown-subsubsubmenu>a {
		padding-left: 35px;
	}
	.navbar-header {
		background-color: #f4f4f4;
	}
}
/** dropdown-submenu **/
@media (min-width: 768px) {
	.dropdown-submenu {
		position:relative;
	}
	.dropdown-submenu > .dropdown-menu {
		margin-top:-1px;
		margin-left:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
	}
	.dropdown-submenu > a:after {
		display:block;
		content:" ";
		float:right;
		width:0;
		height:0;
		border-color:transparent;
		border-style:solid;
		border-width:5px 0 5px 5px;
		border-left-color:inherit;
		margin-top:5px;
		margin-right:-10px;
	}
}
i.dropdown-icon {
	display:block;
	float:right;
	width:0;
	height:0;
	margin-top:5px;
}
/** dropdown-submenu **/


/*** FŐLAP - TERMÉKSOR ***/
.termeksor {
	margin-top: -60px;
	text-align: center;
	font-size: 11pt;
}
.termeksor-box {
}
.termeksor-box-kep {
	height: 10em;
	background-color: white;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.termeksor-box-kep img {
	max-height: 128px;
}
.termeksor-box-nev {
	margin-top: 10px;
	height: 4.1em;
	line-height: 1.3em;
	font-weight: bold;
}
.termeksor-box-szin {
	font-weight: normal;
}
.my-btn-smaller {
	padding: 3px 20px;
	border-radius: 5px;
	font-size: 10pt;
}

/*** FŐLAP - KEDVCSINÁLÓ ***/
.kedvcsinalo {
}
.kedvcsinalo-leftside {
}
.kedvcsinalo-leftbox {
	position: relative;
	border-radius: 5px;
	padding: 20px;
	height: 500px;
	background:url('images/bg-elteto-elemunk-a-viz.jpg') right center no-repeat;
	color: white;
}
.kedvcsinalo-leftbox > a.btn {
	position: absolute;
	bottom: 20px;
}
.kedvcsinalo-rightside {
}
.kedvcsinalo-rightbox {
	position: relative;
	border-radius: 5px;
	padding: 20px;
	height: 238px;
}
.kedvcsinalo-rightbox > a.btn {
	position: absolute;
	bottom: 20px;
}
.kedvcsinalo-rightbox > button.btn {
	background-color: #0182C6;
}
.kedvcsinalo-rightside > div:first-child {
	background:url('images/bg-szorpok.png') 95% center no-repeat;
	background-color: white;
	color: black;
}
.kedvcsinalo-rightside > div:last-child {
	background-image: none;
	background-color: #C3DEF3;
	color: #0182C6;
	border-radius: 5px;
}


/*** FŐLAP - HÍREK ***/
.hirek-row {
	background-color: #0182C6;
	color: white;
}
.hirek {
}
.hirek-leftside {
}
.hirek-leftbox {
	border-radius: 5px;
	padding: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hirek-leftbox > * {
	width:100%;
	height:100%;
}
.hirek-rightside {
	font-size: 10pt;
	display: flex;
	align-items: center;
}
.hirek-rightbox {
}
.hirek-row ol {
	margin-bottom: 9px;
}
.hirek-row .carousel-indicators {
	display: block;
	margin: 70px 0 0 10px;
	bottom: unset;
	top: 0;
	left: unset;
	right: unset;
}
.hirek-row .carousel-indicators > li {
	width: 9px;
	height: 9px;
	border-radius: 100%;
	border: 3px solid white;
	margin-bottom: 15px;
}
.hirek-row .carousel-indicators > li.active {
	background-color: #0182C6;
}


/*** FŐLAP - INFÓK ***/
.infok {
}
.infok-leftside {
}
.infok-leftbox {
	position: relative;
	border-radius: 5px;
	padding: 20px;
	height: 238px;
}
.infok-leftbox > a.btn {
	position: absolute;
	bottom: 20px;
}
.infok-leftbox > button.btn {
	background-color: #0182C6;
}
.infok-leftside > div:first-child {
	background: url('images/bg-gyakran-ismetelt-kerdesek.jpg') center center no-repeat;
	background-color: white;
	color: white;
}
.infok-leftside > div:last-child {
	background: url('images/bg-online-rendeles-elonyei.png') 95% center no-repeat;
	background-color: #C3DEF3;
	color: #0182C6;
}
.infok-rightside {
}
.infok-rightbox {
	position: relative;
	border-radius: 5px;
	padding: 20px;
	height: 500px;
	background:url('images/bg-cserepontok-terkep-jelekkel.png') center center no-repeat;
	background-color: #706f6f;
	color: white;
}
.infok-rightbox > a.btn {
	position: absolute;
	bottom: 20px;
}
.infok-rightbox > div.infok-rightbox-cim {
	display: inline-block;
	float: right;
	/*border-right: 3px solid #0182C6;
	padding-right: 5px;*/
	text-align: right;
	font-size: 10pt;
}


/***  TERMÉKLAP  ***/
.cikk-karton {
}
.cikk-karton-termek-box {
	background-color: #0182C6;
	border-radius: 10px;
}
.cikk-karton-termek-box-kepek {
}
.cikk-karton-termek-box-kepek > div {
	background-color: white;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cikk-karton-termek-box-kepek-fokep-wrapper {
	width: auto;
	height: 300px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cikk-karton-termek-box-kepek-kiskep-wrapper {
	width: auto;
	height: 143px;
	text-align: center;
	margin-top: 14px;
}
.cikk-karton-termek-box-kepek-fokep-wrapper a, .cikk-karton-termek-box-kepek-kiskep-wrapper a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cikk-karton-termek-box-kepek img {
	border-radius: 5px;
	height: auto;
	max-height: 100%;
}
.cikk-karton-termek-box-leiras {
	color: white;
	font-size: 10pt;
	line-height: 1.2em;
	margin-top: 14px;
}
.cikk-karton-termek-box-leiras > a.btn {
	position: absolute;
	bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	background-color: black;
	font-size: 10pt;
}

@keyframes kosar_villogas {
	0% { background-color: transparent; }
	50% { background-color: white; }
	100% { background-color: transparent; }
}



/***  EGYEBEK  ***/
.lebego-sorszam {
	position: absolute;
	margin-left: -29px;
	margin-top: -3px;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	padding-top: 2px;
	padding-left: 2px;
	font-size: 13pt;
	font-weight: bold;
	background-color: black;
	color: white;
	border-radius: 15px;
}
.grecaptcha-badge {
	right: -220px !important;
}


/***  ÜZENŐFAL  ***/
div.uzenboxfej {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	background-color: #e5e5e5;
	padding: 2px 10px 3px 10px;
	font-family: 'MyriadPro-Regular',Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
  text-shadow: 0 0 1px #fff;
}
.ritkas {
}
div.uzenboxfej a, div.uzenbox a {
	padding: 2px;
	color: #606060;
}
div.uzenboxfej a:hover, div.uzenbox a:hover {
	background-color: #d0d0d0;
}
div.uzenbox {
	margin-bottom: 10px;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 10px 5px 10px;
	background-color: white;
	color: #606060;
	font-size: 8pt;
	text-decoration: none;
}
.uzenofejpiros {
	color: red;
}
.uzenofejzold {
	color: green;
}
.uzenofejfekete {
	color: #606060;
}
.uzenonyugtazold {
	font-size: 7pt;
	font-weight: bold;
	color: green;
}
.uzenonyugtafekete {
	font-size: 7pt;
	font-weight: normal;
	color: black;
}


/***  GALERIA  ***/
.galeria_kepsor>div>a, .galeria_kepsor>div {
	display: inline-block;
	white-space: nowrap;
}
.galeria_kepsor>div>a {
	margin: 7px 0px 7px 7px;
	padding: 0;
	height: 150px;
	vertical-align: top;
}
.galeria_kepsor>div>a>img {
	max-height: 150px;
	max-width: 762px;
}
.galeria_kepsor>div>a.galeria_torol {
	height: 16px;
	width: 16px;
	margin: -1px 7px 7px -9px;
	padding: 0;
	vertical-align: top;
}
.galeria_kepsor>div>a.galeria_torol>img {
	display: block;
	position: absolute;
	height: 16px;
}
.galeria_kepsor>div>a>img:hover {
	border-color: black;
}
div.main_top, h3>span>a, h3>span {
	float: right;
	color: 202020;
	font-size: 10pt;
	font-weight: normal;
}


/***  FÁJLLISTA  ***/
div.fajllista {
	margin-bottom: 10px;
}
div.fajllista img {
	display: inline-block;
}
div.fajllista a {
	display: inline-block;
	margin: 0px 0px 0px 5px;
	color: #5B1A11;
	font-weight: bold;
	text-decoration: underline;
}
div.fajllista a:hover {
	color: #ed1c24;
}
div.fajllista div.fajlleiras, div.fajllista div.fajlparam {
	display: inline-block;
	color: #404040;
	margin-left: 28px;
}

table.fajllista {
	/*width: 640px;*/
}
table.fajllista  tr.also td, table.fajllista tr.also th {
	border-bottom: #D9F0FA solid 1px;
	padding-bottom: 5px;
}
table.fajllista  tr.felso td {
	padding-top: 5px;
}
td.letolt_leiras{
}
td.letolt_fajl{
	padding-bottom: 10px;
}
div.letolt_link {
	border: 2px solid silver;
	max-width: 190px;
}


/***  KARBANTART  ***/
div.karbantart {
	background-color: white;
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;
	color: #606060;
	font-size: 8pt;
	text-decoration: none;
}
div.karbantartfej {
	margin-top: 15px;
	background-color: #e5e5e5;
	padding: 3px 10px 3px 10px;
	font-family: 'MyriadPro-Regular',Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
  text-shadow: 0 0 1px #fff;
}
.kep_lista_wrapper {
	position: relative;
	height: 120px;
}
.kep_lista {
	position: absolute;
	overflow-y: hidden;
	white-space: nowrap;
	width: 100%;
}
.kep_lista img {
	max-height: 100px;
	max-width: 100px;
	margin-right: 5px;
	border: 1px solid white;
}
.kep_lista img:hover {
	border-color: #ddd;
}

/*** FOOTER ***/
.footer-contact {
	background-color: #0182C6;
	font-size: 11pt;
	color: white;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer-contact a {
	color: white;
}
.footer-contact-line {
}
.footer-contact-line-left {
	color: white;
	padding-right: 0;
}
.footer-contact-line-right {
}
.footer-contact-line-right button {
	background-color: #0C9DD6;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 5px;
}
@media (min-width: 768px) {
	.footer-contact-line-left {
		padding-left: 40px;
	}
	.footer-contact-line-right {
		padding-right: 40px;
	}
}

.footer-bottom {
	background-color: black;
	font-size: 10pt;
	color: white;
}
.footer-bottom-line {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-bottom-line-left {
	color: white;
	letter-spacing: 1px;
}
.footer-bottom-line-left a {
	color: white;
}
.footer-bottom-line-right {
	padding-left: 0;
}


/***  TÖRZSEK  ***/
div#kiir0 {
	overflow: auto;
}
div#kiir1 {
	overflow: auto;
	margin-top: 5px;
}
div#kiir2 {
	color: #DCDCDC;
}
div#sotetito {
	background-color: #000000;
	opacity: 0.4; /*Moz*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); /*IE 6,7*/
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
table.tormutat2 {
	border: 3px solid white;
	background-color: #FFFFFF;
	font-size: 8pt;
	color: black;
	cursor: default;
}
table.tormutat2#tortabla {
	margin: 0px auto 0px auto;
	}
table.tormutat2#torfej {
	margin: 0px 0px 0px 0px;
	}
table.tormutat2 th, table.tormutat2 td.oldallec, table.tormutat2 td.tlablec {
	font-weight: 700;
	background-color: #E5ECF0;
}
table.tormutat2 th, table.tormutat2 td {
	padding: 4px 8px;
	border-style: solid;
	border-color: white #DDCCCC #DDCCCC white;
}
table.tormutat2 th.oszlopfej, table.tormutat2 th.aktcellair {
	border-width: 1px 1px 0px 1px;
	border-color: white #DDCCCC #DDCCCC white;
	background-image: url("images/fejbott.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: default;
}
table.tormutat2 th.felsofej {
	border-width: 0px 1px 0px 1px;
	border-color: white #DDCCCC white #DDCCCC;
	margin: 0px;
	padding: 0px;
	height: 16px;
	white-space: pre;
	font-size: 12px;
}
table.tormutat2 th.felsoszel {
	border-top: 1px solid #DDCCCC;
}
table.tormutat2 th.alsoszel {
	border-bottom: 1px solid #DDCCCC;
}
span.felsofej {
	float: left;
	border: 0px;
	margin: 1px 0px 0px 0px;
	padding: 0px;
}
span.felsofej form {
	display:  inline;
	margin-left: 1px;
	}
table.tormutat2 td.oldallec, table.tormutat2 td.tlablec {
	border-width: 1px 1px 1px 1px;
	border-color: white #DDCCCC #DDCCCC #DDCCCC;
	margin: 0px 0px;
	padding: 0px 2px;
}
table.tormutat2 th.fejlec {
	background-image: none;
	border-width: 1px;
	border-color: #DDCCCC;
	font-size: 9pt;
	font-style: oblique;
	margin: 0px 0px;
	padding: 0px 0px 1px 0px;
}
table.tormutat2 td {
	border-width: 1px 1px 1px 1px;
}
table.tormutat2 td.aktcella, table.tormutat2 td.aktsor{
	background-color: #7777DD;
	color: white;
}
input#aktinput {
	font-size: 8pt;
	padding: 3px 0px 0px 0px;
	border: 0px;
	margin: 0px;
}
table.tormutat2 td.aktcellaedit {
	background-color: white;
	color: black;
	border-color: black;
	margin: 0px;
	padding: 0px;
}
table.tormutat2 th.aktcellair, table.tormutat2 span.aktcellair {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 7pt;
	border-left-width: 1px;
	border-left-color: #DDCCCC;
	}
table.tormutat2 td.cella:hover {
	background-color: #CCCCFF;
	color: black;
}
table.tormutat2 th.oszlopfej:hover {
	background-color: #EBEADB;
	background-image: url("images/fejbott_o.gif");
}
table.tormutat2 th.oszlopfejrend {
	background-color: #DBD9E9;
}
a.fejgomb, input.fejgomb {
	text-decoration: none;
	background-color: white;
	color: #DAD2CD;
	padding: 1px 3px;
	border: 1px solid #DAD2CD;
	margin: 0px 5px;
}
a.fejgomb:hover, input.fejgomb:hover {
	border: 1px solid #3BA5D9;
	color: #3BA5D9;
}
input.gomb2, button.gomb2 {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 8pt;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}
.gomb3 {
	width: 40px;
	height: 21px;
	font-family: arial,verdana,helvetica,sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	margin: 1px 4px 3px 4px;
	padding: 0px 0px 3px 0px;
}
input.input3 {
	width: 30px;
	height: 19px;
	font-size: 10pt;
	border: 0px;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
table.tormutat2 label {
	font-style: normal;
	color: black;
}
input.gomb4, button.gomb4 {
	font-family: arial,verdana,helvetica,sans-serif;
	font-weight: bold;
	font-size: 7pt;
	min-width: 50px;
	padding: 0px 0px 0px 0px;
}
input.gomb5, button.gomb5 {
	font-family: arial,verdana,helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 70px;
	margin: 0px 0px 0px 10px;
	padding: 2px 2px 2px 2px;
}
div.tordetail_cim {
	float: left;
}
div.tordetail_bezar {
	float: right;
}
div.tordetail_sorok {
	float: left;
}
div.tordetailgombok {
	height: 24px;
	float: right;
	clear: both;
}
div.tordetail, span.tordetail, fieldset.tordetail {
	float: left;
	background-color: #DDDDFF;
	color: black;
	border: 2px groove white;
	white-space: pre;
	padding: 5px;
}
legend.tordetail {
	color: blue;
	font-size: 11px;
}
.detinput {
	border: 1px solid white;
	padding: 0px;
	margin: 2px;
}
.detinput2 {
	margin-top: -1px;
	margin-bottom: -1px;
	font-size: 10pt;
}
input.detinput[READONLY] {
	background-color: #F3F3FF;
}


/***  HIBA  ***/
.hiba-404 {
	background-color: white;
	color: black;
}
.hiba-404 div.container {
	padding: 20px 30px;
}
.hiba-404 img {
	max-height: 100%;
	max-width: 100%;
}
.hiba-404-szoveg, .hiba-404-img {
	font-size: 14px;
}
