
/* Álltalános */

/* Bootstrap */
input[type=button] {
	outline: 0px;
}

body {
	min-width: 280px;
	font-size: 16pt;
	background-image: url('../pic/bg_big.png');
}

/*
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, 
*/
.thumbnail a>img, .thumbnail>img {
	width: 100%;
}

/* JQuery ui */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px; 
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px;
}

.ui-state-default {
	background-color: white;
}

.ui-autocomplete-input {
	height: 34px;
}
.ui-autocomplete-input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.custom-combobox {
	position: relative;
	display: inline-block;
	padding-right: 28px;
	width: 100%;
}
.custom-combobox .custom-combobox-input {
	width: 100%;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}
.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}


@media (max-width: 1199px) {
	body {
		font-size: 15pt;
	}
}

@media (max-width: 991px) {
	body {
		font-size: 14pt;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 12pt;
		background-image: url('../pic/bg_small.png');
	}
}



/* Űrlap */

.preventAutofill {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.formDataListBlock .itemList .table>tbody:last-child>tr:last-child>td
, .formDataListBlock .itemList .table>tbody:last-child>tr:last-child>th
, .formDataListBlock .itemList .table>tfoot:last-child>tr:last-child>td
, .formDataListBlock .itemList .table>tfoot:last-child>tr:last-child>th
, .formDataListBlock .itemList .table>thead:last-child>tr:last-child>td
, .formDataListBlock .itemList .table>thead:last-child>tr:last-child>th {
	border-bottom: 1px solid #ddd;
}

.formDataListBlock .itemList {
	padding-top: 15px;
}
.formDataListBlock .itemList td.itemRemove {
	text-align: right;
}

.loading {
	display: inline-block;
	height: 34px;
	width: 34px;
	margin-left: 15px;
	background-image: url('../pic/icon_loader.gif');
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}

.notRequired {
	font-weight: normal;
}

.topPaddingSmall {
	padding-top: 10px;
}

.notWinn {
	height: 1px;
	overflow: hidden;
}
.fbk_h {
	display: none;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
	.topPaddingSmSmall {
		padding-top: 10px;
	}

	.ptSm {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.formDataListBlock .itemAddBlock .itemAdd {
		padding-top: 10px;
	}
	.formDataListBlock .itemList .table-responsive {
		border: 0px;
	}

	.topPaddingXsSmall {
		padding-top: 10px;
	}
}


/* Hiba megjelenítők */

.errorBox {
	margin-bottom: 20px;
}
.errorBox .errorItem {
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 5px;
}
.errorBox .errorItem:last-child {
	margin-bottom: 0px;
}

#msgModal .modal-body .errorItem {
	margin-top: 10px;
}
#msgModal .modal-body .errorItem:first-child {
	margin-top: 0px;
}

.noRight {
	margin-top: 30px;
}


/* Háttér */

.bgOuter {
	position: relative;
	z-index: 1;
}
.bgOuter .bg {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	opacity: 0.70;
	filter: alpha(opacity =70);
	width: 100%;
	height: 100%;
}
.bgOuter.dark {
	color: white;
}
.bgOuter.dark .bg {
	background-color: black;
}

.container {
	-webkit-box-shadow: inset 0px 0px 15px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 15px -2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 15px -2px rgba(0,0,0,0.2);
}


/* Fejléc */

.pageHeader .top {
	font-family: 'EB Garamond', serif;
	xfont-family: 'PT Serif', serif;
	font-size: 40pt;
}
.pageHeader .top .topLogo h1 {
	margin-bottom: 20px;
	font-size: 50pt;
	line-height: normal;
}
.pageHeader .top .topDesc {
	padding-top: 32px;
	text-align: right;
}

.pageHeader .topMenu .navbar-inverse {
	margin: 0px;
	border: 0px;
	background-image: none;
	background-color: transparent;
}
.pageHeader .topMenu .navbar-inverse .navbar-brand, .pageHeader .topMenu .navbar-inverse .navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	font-size: 15pt;
	line-height: normal;
}
.pageHeader .topMenu .navbar-inverse .navbar-nav>li>a:focus, .pageHeader .topMenu .navbar-inverse .navbar-nav>li>a:hover {
	color: #9d9d9d;
}

@media (max-width: 1199px) {
	.pageHeader .top {
		font-size: 35pt;
	}
	.pageHeader .top .topLogo h1 {
		font-size: 45pt;
	}
}

@media (max-width: 991px) {
	.pageHeader .top {
		font-size: 27pt;
	}
	.pageHeader .top .topLogo h1 {
		font-size: 33pt;
	}
	.pageHeader .top .topDesc {
		padding-top: 26px;
	}
}

@media (max-width: 767px) {
	.pageHeader .top {
		font-size: 20pt;
	}
	.pageHeader .top .topLogo h1 {
		margin-bottom: 10px;
		font-size: 24pt;
	}
	.pageHeader .top .topDesc {
		padding-top: 0px;
		padding-bottom: 20px;
	}
}


/* Tartalom */

.pageContent {
	padding-bottom: 30px;
}
.pageContent h2 {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

.profileContainer {
	padding-top: 5px;
}
.contactBlock .name {
}
.contactBlock .data {
	padding-left: 15px;
	font-weight: bold;
}
.contactBlock .reservation {
	padding-top: 15px;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
	.contactBlock .name {
		padding-left: 15px;
	}
	.contactBlock .data {
		padding-left: 30px;
	}
	.contactBlock .text-right {
		padding-bottom: 10px;
		text-align: left;
		font-size: 13pt;
	}
}

/* Lábléc */

.pageFooter .container {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 11pt;
	line-height: normal;
}
