/* --- module: gottesdienste --- */

/* - editor - */
.btnIcon {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../../images/pages/btn_icons_edit.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	opacity: 0.5;
}
.btnIcon:hover {
	opacity: 1;
}

.btnIcon.iconEdit {
	background-position: 0px 0px;
}
.btnIcon.iconDelete {
	background-position: -20px 0px;
}

.gottesdienste_list .editTable th {
	background-color: #bbb;
	color: #ffffff;
}
.gottesdienste_list .editTable td {
	background-color: #f5f5f5;
}
.gottesdienste_list .editTable tr:hover td {
	background-color: #e5e5e5;
}

/* - liste - */
.gdList {}
.gdList .gdListContent {}
.gdList .gdListContent .weekday {
	padding: 10px 0px 0px 0px;
	font-weight: 700;
	text-transform: uppercase;
}
.gdList .gdListContent .datum {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 35px;
	border-bottom: 1px solid #eeeeee;
}
.gdList .gdListContent .datum.isToggle {
	cursor: pointer;
	background-image: url(../../images/pages/arrow_small_green_right.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #eeeeee;
    padding-right: 30px;
}
.gdList .gdListContent .datum.isToggle.opened {
	background-image: url(../../images/pages/arrow_small_green_down.png);
}
.gdList .gdListContent .datum.isToggle:hover {
	background-color: #f5f5f5;
}
.gdList .gdListContent .datum span {
	font-weight: 600;
}
.gdList .gdListContent .selected {
	background-color: #f5f5f5;
}
.gdList .gdListContent .descToggle {
	background-color: #dddddd;
	cursor: pointer;
	padding: 3px 7px 3px 7px;
	margin: 3px 0px 0px 0px;
	display: inline-block;
	color: #444444;
}
.gdList .gdListContent .descToggle:hover {
	background-color: #eeeeee;
	color: #777777;
}
.gdList .gdListContent .descContent {
	background-color: #eeeeee;
	padding: 10px;
	margin: 0px 0px 0px 35px;
	display: none; /* initially hide */
}
.gdList .gdListContent .descContent .kurzinfo {
	padding: 0px 0px 10px 0px;
}
.gdList .gdListContent .descContent .beschreibung {
	padding: 0px 0px 10px 0px;
}
.gdList .gdListContent .descContent .intention {
	padding: 0px 0px 10px 0px;
}
.gdList .gdListContent .title {
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #669390;
	font-size: 16px;
}
.gdList .gdListContent .address {
	padding: 0px 0px 3px 0px;
}
.gdList .gdListContent .gottesdienst {
	padding: 15px 0px 0px 0px;
}
.gdList .gdListContent .label {
	color: #666666;
}
.gdList .gdListContent .borderLarge {
	margin: 40px 0px 0px 0px;
}

/* - assets - */
.printButtons {
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 20px 0px;
	background-image: url(../../images/pages/icon_printer.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.printButtons .line {
	padding: 0px 0px 5px 0px;
}
.printButtons .line .label {
	display: inline-block;
	width: 100px;
}











