/* -----------------------------------------------------------------------------
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;
}

/* @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 {
	background-position: left 5%;
	background-repeat: no-repeat;
	padding-left: 22px;
	line-height: 22px;
}
a img {
	border: none;
}

/* @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 #0080ff;
	background: #d1f0ff;
	color: #0080ff;
	padding: 5px 7px;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.system_info a {
	color: #0080ff !important;
	text-decoration: none !important;
	border-bottom: 1px solid;
}
.system_info a:hover {
	color: black !important;
}

/* @end */

.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;
}