/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2014 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */

/* @group table */

table th,
table td {
	vertical-align: top;
}
table.valign_middle th,
table.valign_middle td {
	vertical-align: middle;
}
table.valign_bottom th,
table.valign_bottom td {
	vertical-align: bottom;
}
#management th {
	background: none;
	color: #444;
}

/* --- RWD table wrap (hidden) --- */
.table_wrap_container,
.table_wrap {
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.table_wrap_container {
	overflow: hidden;
	position: relative;
}
.table_scroll_indicator {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

/* @end */

/* @group resources */

.resource_container.float_left,
.resource_container.float_left_with_clear {
	float: left;
}
.resource_container.float_right,
.resource_container.float_right_with_clear {
	float: right;
}
.gallery .resource {
	float: left;
}
.top .resource,
.float_left .resource {
	float: left;
}
.left .resource,
.float_left_with_clear .resource {
	float: left;
	clear: both;
}
.right .resource,
.float_right_with_clear .resource {
	float: right;
	clear: both;
}
.float_right .resource {
	float: right;
}
.standard .resource {
	float: left;
}
.resource {
	display: block;
}
.resource.picture {
	float: left;
}
.resource.picture a img,
.resource.picture img {
	display: block;
}
.resource_link {
	display: block;
	text-decoration: none;
}
.resource_background {
	display: block;
	position: relative;
}
.resource_subtitle {
	position: absolute;
	left: 0;
	bottom: 0;
}
.resource_description {
	display: none;
}
div.video object {
	width: 100%;
	height: 200px;
}
.resource_container.pictures h2 {
	display: none;
}
.resource_container .document .fa {
	margin-right: 6px;
}
a img {
	border: none;
}
audio {
	max-width: 100%;
}

/* @end */

/* @group comment,message,system */

.comments {
	clear: left;
	display: block;
}
.message {
	border: 1px solid #f70;
	background: #ffe5b9;
	color: #f70;
	padding: 5px 7px;
	margin: 10px 0;
}
.system_info {
	border: 1px solid #c00;
	background: #fff;
	color: #c00;
	padding: 5px 10px;
	margin: 40px 0;
	font-weight: bold;
	text-align: center;
}
.system_info a {
	color: #c00 !important;
}

/* @end */

/* @group login, social media */

.login_form {
	position: relative;
}
.login_form > p:first-child {
	margin: 0 0 10px;
}
.login_form div + form {
	overflow: hidden;
	border-right: 1px solid #333;
}
.social_media_logins {
	float: right;
	width: 33%;
	padding: 0 0 0 7%;
}
.social_media_logins a.facebook_login {
	background: url(../img/facebook_connect.png) no-repeat center center;
	width: 85px;
	height: 23px;
	display: inline-block;
}
.social_media_logins a.facebook_login span {
	display: none;
}

/* @end */

/* @group tags cloud */

div.tags_cloud {
	font-size: 13px;
	height: 200px;
	width: 80%;
	margin: 0 auto;
}
.tags_cloud > span {
	color: #777 !important;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.tags_cloud > span.w1,
.tags_cloud > span.w2,
.tags_cloud > span.w3 {
	opacity: 0.5;
}
.tags_cloud > span.w4,
.tags_cloud > span.w5,
.tags_cloud > span.w6 {
	opacity: 0.6;
}
.tags_cloud > span.w7,
.tags_cloud > span.w8,
.tags_cloud > span.w9 {
	opacity: 0.8;
}
.tags_cloud > span.w10 {
	opacity: 0.9;
}
.tags_cloud > span:hover {
	color: #444 !important;
}
.tags_cloud > span.active {
	color: #000 !important;
	opacity: 1;
}

/* @end */

/* @group PrettyTextDiff */

ins {
    background-color: #c6ffc6;
    text-decoration: none;
}
del {
    background-color: #ffc6c6;
}
.popup_content {
	height: 100%;
}
.page_history_diff {
	width: 100%;
	max-width: 1000px;
	white-space: pre-wrap;
	position: relative;
	height: 100%;
}
.page_history_diff_header {
	background: #fafafa;
	margin: 0;
	height: 10%;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: inset 0 -1px #fff;
}
.page_history_diff_header del,
.page_history_diff_header ins {
	text-decoration: none;
	font-size: 80%;
}
.page_history_diff_header h2 {
	margin: 0 0 10px;
}
.page_history_diff_header p {
	margin: 0;
}
.page_history_diff_header + div {
	height: 84%;
	padding: 10px 15px;
	background: #f0f0f0;
	font-size: 90%;
	line-height: 1.5;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	overflow: auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   	 -o-box-sizing: border-box;
	   		box-sizing: border-box;
}
.page_history_diff_footer {
	height: 5%;
	background: #fafafa;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	box-shadow: inset 0 1px #fff;
	position: relative;
}
.page_history_diff_footer .button {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}
#page_history_entries .fa-back {
	margin: 0;
}

/* @end */