/** index.php */
html {
	height: 100%;
}

body {
	color: #585858;
	/* font-size: 1em; */
}

a.fc-daygrid-event {
	cursor: pointer;
}

.eventInfo {
	margin-bottom: 0.5em;
}

.notiflix-report-message {
	text-align: center;
}

main {
	opacity: 0;
}

/* *** Shake effektus a #contactInfo gombhoz *** */
@keyframes shake {

	0%,
	100% {
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-2px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateX(2px);
	}
}

.shake {
	animation: shake 1s;
}

/* *** Navbar customs *** */
.navbar-brand img {
	height: 5vh;
	max-height: 60px;
}

@media (min-width: 992px) {
	.nav-link {
		color: #f7f7f7 !important;
	}
}

/* *** Dropdown menü vezérlése *** */
@media (min-width: 992px) {
	.navbar .dropdown-menu-end {
		right: 0;
		left: auto;
	}

	.navbar .nav-item .dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		margin-top: 0;
	}

	.navbar .dropdown-menu.fade-down {
		top: 80%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
	}

	.navbar .dropdown-menu.fade-up {
		top: 180%;
	}

	.navbar .nav-item:hover .dropdown-menu {
		transition: .45s;
		opacity: 1;
		visibility: visible;
		top: 100%;
		transform: rotateX(0deg);
	}
}

.calendar-text-color {
	color: #992A6B;
	font-weight: 500 !important;
}

.calendar-text-color:hover {
	background-color: #992A6B40;
	color: #992A6B;
	font-weight: 500 !important;
}

.vip-text-color {
	color: #EE761C;
	font-weight: 500 !important;
}

.vip-text-color:hover {
	background-color: #ee771c40;
	color: #EE761C;
	font-weight: 500 !important;
}

.flight-text-color {
	color: #155FFF;
	font-weight: 500 !important;
}

.flight-text-color:hover {
	background-color: #155FFF40;
	color: #155FFF;
	font-weight: 500 !important;
}

.td-hanging-text-color{
	color: #0c9400;
	font-weight: 500 !important;
}

.td-hanging-text-color:hover{
	background-color: #0c940040 !important;
	color: #0c9400;
	font-weight: 500 !important;
}

/** Megrendelő Űrlap egyedi formázás */

/* * {
	margin: 0;
	padding: 0
} */

#tdForm {
	text-align: center;
	position: relative;
	margin: 20px 0 0;
}
#tdForm fieldset {
	background: white;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	position: relative
}
#tdForm input::placeholder {
	color: #c9c9c9;
	font-style: italic;
	font-size: 0.9em;
}
#tdForm input {
	font-size: 1.25em;
	color: #61a5e9;
	font-family: ui-sans-serif;
}
.card {
	z-index: 0;
	border: none;
	position: relative
}
.form-card {
	text-align: left
}
.fit-image {
	width: 100%;
	object-fit: cover
}