#content .communal_services_admin {
	padding: 5px;
	margin-top: 10px;
	position: relative;
}

#content .communal_services_admin .communal_services_menu a {
	float:left;
	border:1px solid #9FA7B0;
	padding:5px;
	display:block;
	color:#515151;
	text-decoration:none;
	background-color:#B2B9C0;
	font-weight:bold;
}
#content .communal_services_admin .communal_services_menu a:hover {
	color:#F6FFFF;
}
#content .communal_services_admin .communal_services_menu a.sel {
	background-color:#C5CCD3;
	color:#F6FFFF;
	border:2px solid #9FA7B0;
	border-bottom:0;
}
#content .communal_services_admin .communal_services_menu a {
	margin-right:5px;
}
#content .communal_services_admin .communal_services_content {
	 border-color: #9fa7b0;
    border-style: solid;
    border-width: 2px;
    clear: both;
    padding: 10px;
}

#content .communal_services_admin fieldset {
	margin-top: 1em;
	padding-top: 10px;
}
#content .communal_services_admin table {
	border-collapse: collapse;
	width: 100%;
}

#content .communal_services_admin td {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid gray;
    padding: 5px;
}

#content .communal_services_admin table#notification_date td {
	border: none;
	background: none;
	padding: 5px;
}


#content .communal_services_admin th {
		background: none repeat scroll 0 0 #9FA7B0;
    border: 1px solid gray;
    padding: 5px;
}

#content .communal_services_admin th .obce {
	color: #222;
}

#content .communal_services_admin .obce {
    color: gray;
    font-size: 10px;
    padding-top: 5px;
}

#content .communal_services_admin .filter {
	margin-bottom: 2em;
}

#content .communal_services_admin .filter td {
	border: 0;
	padding: 5px;
}

.event_addeddit .places ul {
	float: left;
	width: 33%;
}

.settings .places ul {
	float: left;
	width: 33%;
	margin-top: 1em;
}

.popup fieldset.description {
	margin-left: 5px;
}

.popup .form fieldset.description textarea {
	width: 98% !important;
}

@media screen and (min-width: 1200px) {
	.gcm-communal-waste-desc {
		display: none;
	}
}

.tooltip-cs {
	position: relative;
	display: inline-block;
}

.tooltiptext-cs {
	visibility: hidden;
	width: 120px;
	background-color: #FFFFFF;
	color: black;
	text-align: center;
	padding: 5px 0;
	position: absolute;
	border: 0.1px solid #4d4d4d;
	z-index: 1;
	left: 105%;
}

.tooltip-cs .tooltiptext-cs::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #4d4d4d transparent transparent;
}
.tooltip-cs:hover .tooltiptext-cs {
	visibility: visible;
}

.communal_services_today {
	background: #59dcde !important;
	color: #0d0d0d !important;
}
.gcm-calendar-day:not(.gcm-calendar-empty):not(.gcm-calendar-other-month) .gcm-calendar-date:hover::after {
	content: "#";
	display: inline-block;
	opacity: 0.6;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 1;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	color: initial;
}

.gcm-calendar-day:not(.gcm-calendar-empty):not(.gcm-calendar-other-month) .gcm-calendar-date {
	display: flex;
	cursor: pointer;
	align-items: baseline;
}
