@charset 'UTF-8';
/**
 * Basis Styles für alle Seiten
 *
 * template: default
 */

body{
	overflow-x: hidden;
	font-family: 'Ubuntu', sans-serif!important;
	padding-right: 0px!important;
}

div.logo{
	padding: 10px;
}

div.foot{
	padding-top: 20px;
}

td.action{
	width: 120px;
	text-align: center;
}

table.dialogue_msg td div.msg{
	overflow: auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
	word-wrap:break-word;
	width: 415px;
}

ul.pagination{ margin: 0!important;}

/* Klasse für die Ausgabe von view Fehlern */
.view_error{
	margin: 2px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #FF6B6B;
	border: 1px solid #E10430;
}

/* Klasse(n) für debug Ausgabe */
hr.debug_divider{
	margin: 10px 0px;
	border: 2px groove #4ECDC4;
}
.debug_output{
	width: 974px;
	padding: 25px;
	border: 2px solid #4ECDC4;
	background-color: #EFEFEF;
	color: #556270;
	font-size: 11px;
}

.debug_output h3{
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
}

.debug_output h3.heading{
	padding: 5px;
	border: 3px groove #FF6B6B;
}

.debug_output h3.heading b{
	font-style: italic;
	text-decoration: none;
}

.debug_output h3.duration{
	padding: 5px;
	border: 3px groove #E10430;
}

.debug_output ol{
	list-style-position: outside;
	padding: 5px;
	border: 3px groove #4ECDC4;
}

.debug_output li{
	margin-left: 25px;
}

.debug_output li b{
	color: #E10430;
}

.debug_output li b.microtime{
	font-weight: normal;
}

div#hidden_content{
	display: none;
}

div#full_message{
	width: auto;
	height: 250px;
	font-size: 9pt;
	overflow-y: scroll;
	overflow-x: hidden;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
	word-wrap:break-word;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	margin: 5px;
	background-color: #fafafa;
}

div#modal_message{
	height: 250px;
	font-size: 9pt;
	overflow-y: scroll;
	overflow-x: hidden;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
	word-wrap:break-word;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	/*margin: 5px;*/
	background-color: #fafafa;
}

div#full_message table, table.dialogue_msg, div#modal_message table, table.dialogue_msg{
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
	word-wrap:break-word;
}

div#full_message td, table.dialogue_msg td, div#modal_message td, table.dialogue_msg td{
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
	word-wrap:break-word;
	width: auto;
}
