/*************************************
 * Moduł zdarzeń
 *************************************/
.event-form {
	margin-bottom:30px;
	margin-left:20px;
}
.event-form-row {
	margin-top:30px;
	
}

.event-form-row .control-label {
	width:100px;
	margin-right:10px;
	font-size:13px;
}
.event-form-row .controls {
	margin-left:140px;
}

.event-form-row .controls label.info {
	font-size:13px;
}
.photo-container {
	margin:20px 0 0 0;
}

a.photo-upload {
	display:block;
	width:130px;
	height:106px;
	margin:10px 0 25px 0;
	padding:0;
	border:2px solid #8991A8;
	border-radius:4px;
	opacity:0.8;
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
	filter:alpha(opacity=80);
}
a.photo-upload img.fileupload-new {

}
a.photo-upload input[type=file] {
	float:left;
	width:120px;
	height:96px;
	cursor:pointer;
}
a.photo-upload .fileupload-preview {
	width:120px;
	height:96px;
}

a.photo-upload:hover {
	opacity:1.0;
	-moz-opacity:1.0;
	-webkit-opacity:1.0;
	filter:alpha(opacity=100);
}

.moduleEventsContainer {
	margin:5px auto 5px auto;
	overflow-y:auto;
	max-height:500px;
}

.eventsTable tr.enabled:hover {
	color:#465798;
}

a.closeBtn {
	display:block;
    float:right;
    width:46px;
    height:46px;
	margin:10px 10px 12px 0;
}


@media screen and (max-width: 960px) {
	
	.moduleEventsContainer {
		overflow-y:visible;
		max-height:none;
	}
	
	div#panelMap {
		width:95%;
		height:500px;
	}
	
}

@media screen and (max-width: 524px) {
	div#panelMap {
		height:300px;
	}
	
	.eventsTable thead tr th:last-child {
		display:none;
	}
	td.service {
		display:none;
	}
}