#page-container {
	position: relative;
}
.overlay-message {
	display: none;
	position: fixed;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	padding: 15px;
	border-radius: 5px;
	z-index: 1100;
	width: 60%;
	left: 20%;
	top: 100px;
	color: #fff;
	font-size: 1.3em;
	line-height: 2em;
	text-align: center;
}
.warning-overlap {
	display: block;
}

.no-button:hover,
.no-button:active,
.no-button:focus,
.no-button:active:hover,
.no-button:active:focus {
	color: #545454;
	background-color: #f5f5f5;
	border-color: #e9e9e9;
	cursor: default;
}
.si-size-fullscreen {
	display: none;
}
.table-hover > tbody > tr:hover {
  background-color: transparent;
  cursor: auto;
}


.ds_table td:first-child {
	min-width:100px;
}

.ds_table.last {
	margin-top:10px;
}

.block-content.ds_group label {
	float: none;

}
.block-content.ds_group select {
	margin-right: 10px;
	width: auto;
	float: left;
}
.ds_label {margin-right: 20px;}
.ds_logo img {
	margin: 10px;
	width: 50%;
}
.ds_background {
	background-image: url('../img/photos/nordkette.jpg')
}

.side-header > span, .side-header > a {
	text-align: center;
}


.form-group.ds_save {
	margin-top:20px;
}

table.ds_table td {
	padding: 0 0 5px 0;
}

.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

/* BERGSTATIONEN */
hr {
	margin-bottom: 40px;
}

#stations_content .switch.switch-sm {
	margin: 20px 0 17px;
}
#stations_content .css-radio.no-icon {
	padding: 2px 0;
}

/* AVALANCHE SETTINGS */
#avalanche_settings .ds_table td:first-child {
    min-width: 140px;
}

/* ANNOUNCEMENTS / BILDANZEIGEN */
#bildanzeigen .block-content.ds_group > div {
    border: 1px solid #d26a5c;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 2em
}
#bildanzeigen .block-content.ds_group .switch {
	margin-bottom: 2em;
}
#bildanzeigen .block-content.ds_group .btn-remove {
	float: right;
}
#bildanzeigen .block-content.ds_group .block-title {
	clear: both;
}
.btn-add-new {
	margin-bottom: 2em;
}

/* ANNOUNCEMENTS WEB */
#websiteinfo_content .message_group {
    border: 1px solid #d26a5c;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 2em
}
.web-templates img {
	max-width: 30px;
}
.web-templates-note {
	margin-top: 0.3rem;
	font-size: 0.8em;
}

/* MOBILE */
@media screen and (max-width: 767px) {
	.content {
		padding-left: 0;
		padding-right: 0;
	}
	.overlay-message {
		width: 90%;
		left: 5%;
		font-size: 1em;
	}
	.page-heading {
		padding-left: 15px;
		padding-right: 15px;
	}
	#stations_content.content {
		padding-right: 0;
		padding-left: 0;
	}
	#stations_content .push-10-r {
		margin-right: 5px !important;
	}
}

.display_none {
	display: none;
}

.margin_top_20px {
	margin-top:20px;
}
