

/* INDEX */

/* - System  BG colors - */
.bg-ezust {
	background-color: #f8f9fa;
}
.bg-feher {
	background-color: #ffffff;
}
.bg-grafit {
	background-color: #343a40;
}
.bg-kek {
	background-color: #007bff;
}
.bg-narancs {
	background-color: #ff8000;
}
.bg-piros {
	background-color: #dc3545;
}
.bg-sarga {
	background-color: #ffc107;
}
.bg-szurke {
	background-color: #6c757d;
}
.bg-turkiz {
	background-color: #17a2b8;
}
.bg-zold {
	background-color: #28a745;
}
/* - System BG colors vége - */

/* - Webshop-on látszik eVIR-en nem - */
.login-shopping-cart {
	display: none !important;
}
/* - Webshop-on látszik eVIR-en nem vége - */

/* - Csempe Portal - */
div#tile_hatter {
	height: 100%;
	width: 100%;
}
@media (max-width: 576px) {
	div.tile_base {
		height: 15em;
	}
}
@media (min-width: 576px) and (max-width: 768px) {
	div.tile_base {
		height: 300px;
	}
}
div.tile_base a {
	cursor: pointer;
}
div.tile_base a:hover {
	text-decoration: none;
}
div.tile_big:hover, div.tile_wide_top:hover, div.tile_wide_bottom:hover, div.tile_small_left_top:hover, div.tile_small_right_top:hover, div.tile_small_left_bottom:hover, div.tile_small_right_bottom:hover {
	background-color: #ffffff !important;
}

div.cimsor h1 {
	font-size: 20pt;
	margin-top: 20px;
}
div.cimsor h2 {
	font-size: 15pt;
}
div.cimsor i {
	font-size: 30px;
}
/* - Csempe Portal vége - */

/* - Persona - */
@media (max-width: 1300px) {
	div.persona_portal_adatok, div.pesona_doboz table.persona_doboz {
		margin-top: 10px;
	}

}
@media (min-width: 1300px) {
	div.persona_portal_tagok, div.persona_portal_adatok, div.persona_portal_attributumok {
		float: left;
	}
	div.persona_portal_tagok div.scrolltable, div.persona_portal_tagok div.vscroll, div.persona_portal_tagok table.scroll-table {
		max-height: 100% !important;
		overflow-y: visible;
	}
	div.persona_portal_attributumok, div.persona_portal_tagok div.scrolltable, div.persona_portal_adatok, div.pesona_doboz table.persona_doboz {
		width: -webkit-calc(30vw - 110px)  !important;
		width: -moz-calc(30vw - 110px)  !important;
		width: calc(30vw - 110px)  !important;
	}
	div.persona_portal_attributumok {
		margin: 0px 5px 0px 5px;
	}
	div.persona_portal_tagok div.scrolltable, div.persona_portal_adatok, div.pesona_doboz table.persona_doboz {
		margin: 0px 10px 0px 10px;
	}
}
/* - Persona vége - */

/* INDEX VÉGE */

