/*
 * indicator
 */
.foglalas-back{
	position: absolute;
	top: 30px;
	right: 40px;
	text-decoration: none;
	text-transform: lowercase;
	color: #db251b;
}
.foglalas-back:hover {
	color: #1a563c;
	text-decoration: none;
}
#indikator {
    display: block;
    margin: 0px 0px 25px;
	border: 1px solid #d5d5d5;
	background: #fff;
}
.pipa-box {
    display: inline-block;
    background: #fff;
	display: table-cell;
	float: none;
	width: 1%;
	text-align: center;
	border-right: 1px solid #c1c1c1;
}
.pipa-box:last-child{
	border-right: 0px;
}
.pipa-szoveg{
	padding: 10px 0px;
	display: block;
	font-size: 16px;
	font-family: 'GillRegular';
	text-decoration: none;
	color:#505050;
}
a.pipa-szoveg:hover{
	text-decoration: none;
	color:#505050;
	background: #eee;
}
.pipa-box .zold {
    background: #357b5c;
	color: #fff;
}
.pipa-box .pipa{
	color: #357b5c;
}
/* indicator end */


/* temakivalasztas */
#teruletform {
	padding: 0px 40px;
}
#teruletform label{
	cursor: pointer;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 33%;
}
#teruletform label .main{
	text-transform: uppercase;
}
#teruletform label .sub{
	font-weight: 400;
	padding-left: 15px;
}
@media (max-width: 991px) {
	#teruletform {
		padding: 0px 0px;
		text-align: center;
	}
	#teruletform label{
		width: 100%;
	}
	#teruletform label .sub{
		padding-left: 0px;
	}
}
/* temakivalasztas end*/

/* jelmagyarazat */
.jelmagyarazat{
	margin: 40px 0px;
}
.jelmagyarazat .negyzet-box{
	margin-left: 10px;
}
.jelmagyarazat .negyzet {
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 10px;
}
.jelmagyarazat .zold{
	background: #357b5c;
	-webkit-box-shadow: 0px 1px 0px #1a5443;
	-moz-box-shadow: 0px 1px 0px #1a5443;
	box-shadow: 0px 1px 0px #1a5443;
}
.jelmagyarazat .szurke{
	background: #eee;
	-webkit-box-shadow: 0px 1px 0px #D8D7D7;
	-moz-box-shadow: 0px 1px 0px #D8D7D7;
	box-shadow: 0px 1px 0px #D8D7D7;
}
.jelmagyarazat .szunnap{
	background: #fff;
	color: #808080;
	border: 1px solid #D8D7D7;
}

/* jelmagyarazat end */


/* popup */
	.modal-body .checkbox+.checkbox,
	.modal-body .checkbox{
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.modal-body .checkbox.green{
		color: #357b5c;
	}
	.form-control{
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.btn{
		vertical-align: inherit;
	}
	.alert {
		padding: 6px 15px;
		display: inline-block;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.modal-title{
		font-size: 35px;
		font-family: 'GillRegular';
		color: #1a563c;
		line-height: 38px;
		margin: 0px;
		display: block;
		text-decoration: none;
	}
	.popupLoading {
		display: none;
		background-color: #fff;
		background-color: rgba(255,255,255,0.6);
		background-image: url(../../../themes/belso/design/loading.gif);
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1001;
	}
	.modal-footer{
		text-align: center;
	}
	.modal-popup-foglalt{
		display: none;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background-color: #fff;
		background-color: rgba(255,255,255,0.6);
		z-index: 1;
	}
	.popupDateFontos{
		font-size: 18px;
		font-weight: bold;
		color: #303030;
		display: none;
		white-space: nowrap;
	}
	.popupDateFontos .piros{
		color: #ff0000;
		white-space: normal;
	}
	
/* popup end */


.page-header{
	border: 0px;
	padding: 0px;

	background: #696a6a;
	-webkit-box-shadow: 0px 2px 0px #383838;
	-moz-box-shadow: 0px 2px 0px #383838;
	box-shadow: 0px 2px 0px #383838;
}
.page-header .btn-default{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-family: 'GillRegular';
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.page-header .btn-default:hover,.page-header .btn-default-kiemelt{
	background: #383838;
}
.foglalboxTitle{
	margin-bottom: 5px;
	padding: 5px 0px;
}
.foglalboxTitle span{
	font-weight: bold;
	display: block;
	font-size: 14px;
	line-height: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.foglalboxTitle small{
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.foglalbox ,.idopontbox{
	padding: 7px 0px;
	line-height: 14px;
	font-size: 14px;
	margin-bottom: 5px;
	height: 30px;
	overflow:hidden;
	border: 1px solid #fff;
}
.idopontbox{
	padding: 7px 0px;
	line-height: 14px;
	text-align: left;
	font-size: 14px;
}
.foglalbox.green{
	background: #357b5c; 
	border: 1px solid #357b5c;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 0px #1a5443;
	-moz-box-shadow: 0px 1px 0px #1a5443;
	box-shadow: 0px 1px 0px #1a5443;
}
.foglalbox.green:hover{
	color: #B2DDCA;
}
.foglalbox.silver{
	background: #eee;
	color: #BDBDBD;
	border: 1px solid #eee;
	-webkit-box-shadow: 0px 1px 0px #D8D7D7;
	-moz-box-shadow: 0px 1px 0px #D8D7D7;
	box-shadow: 0px 1px 0px #D8D7D7;
}
.foglalbox.nincs{
	background: #fff;
	color: #fff;
}
.foglalbox.szunnap{
	background: #fff;
	color: #808080;
	/*border: 1px solid #D8D7D7;*/
	border: 0px;
	content: 'sdfg';
}
/*del*/
.del-alert {
	padding-top: 10px;
	padding-bottom: 10px;
}
.del-alert hr{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*del*/