/******************************************************************************
/*
/*	defaults & resets
/*
/*****************************************************************************/
@charset "utf-8";

/* asap-condensed-regular - latin-ext_latin */
@font-face {
  font-family: 'Asap Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Asap Condensed Regular'), local('AsapCondensed-Regular'),
       url('../fonts/asap-condensed-v2-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-condensed-v2-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-condensed-v2-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-condensed-v2-latin-ext_latin-regular.svg#AsapCondensed') format('svg'); /* Legacy iOS */
}


article, aside, details, figcaption, figure, footer, header, hgroup, nav,
	section, summary, main {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

.old-ie audio, .old-ie canvas, .old-ie video {
	display: inline;
	zoom: 1;
}

audio:not ([controls] ) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

body {
	/* ??? overflow: -moz-scrollbars-vertical; */

}

html, .full-height {
	min-height: 100% !important;
	height: 100%;
	padding: 0;
	margin: 0;
}

a[href^=tel] {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

a:focus {
	outline: none;
}

img {
	border: 0;
}

nav>ul {
	list-style: none;
}

textarea, input[type="text"], input[type="date"], input[type="button"],
	input[type="submit"], input[type="password"] {
	-webkit-appearance: none;
	border-radius: 0;
	border: solid 1px #b4b4b4;
	padding-left: 7px;
	padding-right: 7px;
}

input[type="text"]:disabled {
	background: #f2f2f2;
	border: solid 1px #f2f2f2;
	width: 100%
}

table {
	border-collapse: collapse;
}

/* placeholder must be separated each in a line */
::-webkit-input-placeholder {
	color: #959595;
}

:-moz-placeholder {
	color: #959595;
} /* Firefox 18- */
::-moz-placeholder {
	color: #959595;
} /* Firefox 19+ */
:-ms-input-placeholder {
	color: #959595;
}

html.main_wrapper>body {
	overflow: hidden;
	min-height: 100%;
}

html.pop_wrapper {
	overflow: auto;
}

/******************************************************************************
/*
/*	functionary layout styles
/*
/*****************************************************************************/
hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #595959;
}

select {
	border: 1px solid 1px solid #c9c9c9;
}

/* font family */
html, body, textarea, input, h1, h2, h3, h4, h5, h6, nav a, footer {
	font-family: "Asap Condensed", sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

/* font size */
.defaultsize, html, body, p, input, textarea, a, table {
	font-size: 13px;
	/* line-height: 1.6em; */
	line-height: 1.4em;
}

.small-size, section.toolbar .menuabs .menuabs-listing h5, section.toolbar .menuabs .menuabs-listing
	{
	font-size: 11px;
	line-height: 1.7em;
}

.med-size, main .sidebar button, div.tablepopup a {
	font-size: 16px;
	line-height: 1.7em;
}

.big-size, h2, .search_bar .jivs-chevron-thin-left, .search_bar .jivs-chevron-thin-down,
	section.toolbar .menuabs h4 {
	font-size: 18px;
	line-height: 1.7em;
}

/* font colors */
html, body, textarea, input[type="text"], input[type="button"], input[type="submit"],
	input[type="password"], a, section.toolbar .menuabs .menuabs-listing h5,
	section.toolbar .menuabs h4, section.toolbar .menuabs h4 span, section.toolbar .menuabs .menuabs-listing a,
	section.toolbar .menuabs .menuabs-listing a span, .buttonblack:hover,
	.buttonblack.button:hover,
	.imp-black-ink {
	color: #4d4d4d;
}

.white-color, section.toolbar, section.logos, section.toolbar a, section.logos a,
	section.sidebar>section>.title, section.sidebar>section>.title a,
	.button:hover, .buttonblack, .login .button:hover, .tablehead h2 .buttonize
	{
	color: #FFF;
}

.darker-color {
	color: #2e2d2d;
}

.light-color, section.toolbar nav a:hover, section.toolbar nav span,
section.toolbar .menuabs .menuabs-listing h5:hover {
	color: #959595;
}


.red-color, section.content nav.projects a:hover, section.content nav.projects a.active,
	section.views nav a:hover, section.views nav a.active, section.toolbar .menuabs h4 span:hover,
	section.toolbar .menuabs .menuabs-listing a:hover, section.toolbar .menuabs .menuabs-listing a.active
	{
	color: #b20e10;
}

/* background colors */
.grey-bg, section.toolbar, .button:hover, .buttonblack, .login .button:hover
	{
	background-color: #3e3e3e;
}

.grey-light-bg, section.sidebar nav, section.content nav.projects a,
	section.views nav a, .search_bar, section.toolbar .menuabs .menuabs-listing h5,
	.well, .leftlogin {
	background-color: #f6f6f6;
}

.grey-light-hl-bg, section.sidebar nav a:hover, section.sidebar nav a.active,
	main .sidebar>section.sidebarcontrols:after {
	background-color: #c9c9c9;
}

.grey-dark-bg, section.logos, section.sidebar>section>.title {
	background-color: #2e2d2d;
}

.white-bg, button, main .sidebar .distort, section.sidebar nav.nested>a,
	section.content nav.projects a:hover, section.content nav.projects a.active,
	section.views nav a:hover, section.views nav a.active, section.toolbar .menuabs,
	main .sidebar>section.sidebarcontrols, .login .button {
	background-color: #FFFFFF;
}

.red-bg, section.sidebar>section>.title .buttonize, .tablehead h2 .buttonize
	{
	background-color: #b20e10;
}

.transparent-bg, section.sidebar nav.tree a:hover, section.sidebar nav.tree a.active,
	.buttonblack:hover, .buttonblack.button:hover {
	background-color: transparent;
}

.blue-1 {
	background-color: #d4e3ea;
}

.blue-2 {
	background-color: #e8f0f3;
}

.blue-3 {
	background-color: #afcbd6;
}

/* Text Transforms */
strong, b, /*section.content nav.projects a,*/ section.toolbar .menuabs .menuabs-listing h5,
	section.toolbar .menuabs .menuabs-listing a {
	font-weight: 700;
}

section.content nav.projects a {
    font-weight: normal;
    font-size: 14px;
}

.uppercase, section.toolbar, section.logos, section.toolbar a, section.logos a,
	h1, h2, h3, h4, h5, h6, section.sidebar>section>.title, section.content nav.projects a,
	section.views nav a, .project_info .titles, .search_info .title {
	text-transform: uppercase;
}

.no-uppercase, section.toolbar .menuabs h4 span {
	text-transform: none;
}

.underline, section.sidebar nav.tree a:hover, section.sidebar nav.tree a.active
	{
	text-decoration: underline;
}

.no-underline, a, section.toolbar a, section.logos a {
	text-decoration: none;
}

sub, sup {
	vertical-align: baseline;
}

.nowrap, section.toolbar, section.sidebar nav a {
	white-space: nowrap;
}

/* margins */
.default-margin, p, section.toolbar .menuabs h4, section.toolbar .menuabs .menuabs-listing h5,
	section.toolbar .menuabs .menuabs-listing a span, section.toolbar .menuabs .menuabs-listing a,
	div.tablepopup h2, hr {
	margin-bottom: 16px;
}

.half-margin {
	margin-bottom: 8px;
}

.double-margin {
	margin-bottom: 32px;
}

.no-margin {
	margin-bottom: 0;
}

/* alignment */
.align-left, .left {
	text-align: left;
}

.align-right, .right, section.toolbar nav, section.logos .customer-logo
	{
	text-align: right;
}

.align-center, .center, section.sidebar>section>.title .buttonize,
	section.content nav.projects a, section.toolbar .menuabs .menuabs-listing a
	{
	text-align: center;
}

.align-justify {
	text-align: justify;
}

/* clears / blocks */
.clear, .jivslogo a:after, main .sidebar form[name=search_bar]:after,
	section.views:after, section.views>nav:after, .project_info:after,
	.search_bar:after, .search_info:after, .search_info .tupel:after,
	section.toolbar .menuabs .menuabs-listing:after, .well:after, .row:after,
	section.popup .tabysyhead:after, section.toolbar:after, section.logos:after
	{
	clear: both;
	content: '';
	display: table;
	font-size: 0;
	line-height: 0;
}

.float-left, .jivslogo img, .claim, main .sidebar a.icon-settings, main .sidebar input[type=search],
	section.content nav.projects a, section.views>div, section.views>nav,
	section.views nav a, .project_info .actions, .project_info .titles,
	.project_info .names, .project_info .info, .search_bar h2, .search_info .tupel,
	.search_info .tupel .title, .search_info .tupel .value, .well h2,
	.toolbar>div, section.logos>div.jivslogo {
	float: left;
}

.float-right, .project_info .config, .search_bar .jivs-chevron-thin-left,
	.search_bar .jivs-chevron-thin-down {
	float: right;
}

.block, .jivslogo a, .jivslogo img, section.sidebar nav a, section.content nav.projects a,
	section.views nav a, section.views nav a>span {
	display: block;
}

.inline-block, main .sidebar a.icon-settings, section.toolbar .separator,
	.buttonize, .button {
	display: inline-block;
}

.table {
	display: table;
	width: 100%;
	border: none;
}

.table-row {
	display: table-row;
}

.table-cell, main .sidebar {
	display: table-cell;
	vertical-align: top;
}
/*.none, nav.nested > nav.tree, .searchinput, .search_info { display: none; }*/
.none, nav.nested>nav.tree, .search_info {
	display: none;
}

.tablegrey {
	border-collapse: separate;
}

.tablegrey.lefthead tr th {
	width: 18%;
}

.tablegrey.small-size {
	line-height: 1em;
}

.tablegrey.small-size tr th {
	line-height: 1.35em;
}

.tablegrey tr td {
	background-color: #f3f3f3;
	padding: 2px;
	text-align: left;
}

.tablegrey tr th {
	background-color: #dcdcdc;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 2em;
	text-align: left;
}

/* cursor */
.pointer, section.sidebar>section>.title {
	cursor: pointer;
}

/* transitions */
.transition, section.toolbar nav a, section.sidebar nav a, section.content nav.projects a,
	section.views nav a, .button, .hoverize-grey, section.toolbar .menuabs h4 span,
	section.popup .tabysyhead span, section.popup .tabysyhead span:after {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

table.result tbody tr {
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

table.result tr td span.icon-single-view {
	font-size: 16px;
}

/* min-width */
.min-width section.toolbar, body {
	min-width: 800px;
}

/******************************************************************************
/*
/*	boxing layout styles
/*
/*****************************************************************************/
main {
	height: 100%;
}

/******************************************************************************
	/*
	/*	header content
	/*
	/*****************************************************************************/
section.toolbar {

}

section.toolbar>div, section.toolbar>nav {
	padding: 4px 16px;
	padding-left: 80px;
	line-height: 2em;
}

section.toolbar>nav {
	padding-left: 0;
	position: relative;
	float: right;
}

section.toolbar .separator::after {
	content: '';
	border-left: 1px solid #1b1b1b;
	margin: 0 8px;
}

section.toolbar nav a {
	margin-left: 1em;
}

section.toolbar nav a:last-child {
	margin-left: 0;
}

section.toolbar .menuabs {
	position: absolute;
	display: none;
	z-index: 100;
	top: 100%;
	text-align: left;
	padding: 20px;
	max-width: 490px;
}

section.toolbar .menuabs#menusb_settings {
	right: 16px;
}

section.toolbar .menuabs h4 {

}

section.toolbar .menuabs h4 span {
	float: right;
	cursor: pointer;
	font-size: 140%;
}

section.toolbar .menuabs .menuabs-listing h5 {
	border-top: 1px solid #595959;
	padding: .6em;
}

section.toolbar .menuabs .menuabs-listing a {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	margin-left: 0;
	line-height: 1em;
}

section.toolbar .menuabs .menuabs-listing a span {
	font-size: 28px;
	display: inline-block;
}

section.logos>div {
	padding: 8px 16px;
	vertical-align: middle;
}

section.logos .jivslogo a {
	line-height: 1.2;
}

section.logos .jivslogo a .claim {
	padding-top: .8em;
	padding-left: .7em;
	/* mt3305: font-weight normal required for layout_changepw which has mixed ui5-style and others */
	font-weight: normal;
}

section.logos .customer-logo a, .customer-logo a {
	line-height: 0;
	font-size: 0px;
}

section.logos .jivslogo>a img {
	/* new logo in svg format needs explicit size */
	width: 84px;
}

.overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 99;
	background-color: #000;
	opacity: 0.7;
	display: none;
}

/******************************************************************************
	/*
	/*	project navigation
	/*
	/*****************************************************************************/
main .sidebar {
	width: 315px;
	border-right: 1px solid #c9c9c9;
}

main .sidebar.invisible {
	visibility: hidden;
}

main .sidebar.invisible a {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

main .sidebar nav li {
	width: 270px;
	overflow: hidden;
	position: relative;
}

main .sidebar nav li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0em;
	height: 100%;
	width: 1em;
	background: -moz-linear-gradient(left, rgba(246, 246, 246, 0) 0%,
		rgba(246, 246, 246, 1) 50%, rgba(246, 246, 246, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(246, 246, 246, 0) 0%,
		rgba(246, 246, 246, 1) 50%, rgba(246, 246, 246, 1) 100%);
	background: linear-gradient(to right, rgba(246, 246, 246, 0) 0%,
		rgba(246, 246, 246, 1) 50%, rgba(246, 246, 246, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f6f6',
		endColorstr='#f6f6f6', GradientType=1);
}

main .sidebar>section.sidebarcontrols {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 314px;
	height: 45px;
	border-top: 1px solid #c9c9c9;
	padding: 0 16px;
}

main .sidebar>section.sidebarcontrols:after {
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	left: 16px;
	right: 16px;
}

main .sidebar>section.sidebarcontrols>a {
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	text-align: center;
	line-height: 24px;
	z-index: 2;
	line-height: 0px;
	font-size: 0px;
	background-size: 100%;
}

main .sidebar>section.sidebarcontrols>a.sidebarclose {
	left: 16px;
	background-image: url(../img/resize_small.svg);
}

main .sidebar>section.sidebarcontrols>a.sidebarnormal {
	left: 50%;
	margin-left: -12px;
	background-image: url(../img/resize_standard.svg);
}

main .sidebar>section.sidebarcontrols>a.sidebarlarge {
	right: 16px;
	background-image: url(../img/resize_big.svg);
}

body.sidebarclose main .sidebar {
	width: 50px;
}

body.sidebarclose main .sidebar>section, body.sidebarclose main .sidebar>form
	{
	width: 50px;
	overflow: hidden;
}

body.sidebarclose main .sidebar>form input[type=text] {
	display: none;
}

body.sidebarclose section.logos .jivslogo {
	padding-left: 0px;
	padding-right: 0px;
}

body.sidebarclose section.logos .jivslogo>a {
	width: 50px;
	overflow: hidden;
}

body.sidebarclose section.logos .jivslogo>a img {
	width: 40px;
	margin-left: 5px;
}

body.sidebarclose section.logos .jivslogo>a>.claim {
	display: none;
}

body.sidebarclose section.sidebar nav>a {
	padding-left: 5px;
}

body.sidebarclose section.sidebar nav.tree {
	padding-left: 5px;
}

body.sidebarclose section.sidebar .jivs-chevron-down2, body.sidebarclose section.sidebar .jivs-chevron-left2
	{
	display: none;
}

body.sidebarclose section.sidebar>section>.title {
	font-size: 0px;
}

body.sidebarclose section.sidebar>section>.title span[class^="icon-"] {
	font-size: 14px;
}

body.sidebarclose main .sidebar>section.sidebarcontrols>a {
	display: none;
}

body.sidebarclose main .sidebar>section.sidebarcontrols>a.sidebarnormal
	{
	display: inline;
}

body.sidebarclose nav.tree ul>li {
	padding-left: 5px;
}

body.sidebarclose nav.tree ul>li:before {
	width: 0.5em;
}

body.sidebarlarge main .sidebar {
	width: 420px;
}

body.sidebarlarge main .sidebar nav li {
	width: auto;
}

body.sidebarlarge main .sidebar>section.sidebarcontrols {
	width: 419px;
}

/*** search bar ***/
main .sidebar form[name=search_bar] {
	padding: 8px 4px;
	position: relative;
	box-shadow: inset -24px -10px 27px -25px rgba(0, 0, 0, .2);
	padding-left: 13px;
}

main .sidebar a.icon-settings {
	border-right: 1px solid #c9c9c9;
	padding-right: 8px;
	margin-right: 20px;
}

main .sidebar input[type=text], main .sidebar input[type=text]:focus {
	border: none;
	border-bottom: solid 1px #666666;
	width: 260px;
	outline: 0;
}

main .sidebar button {
	border: none;
	position: absolute;
	top: 12px;
	right: 10px;
	line-height: 1;
}

main .sidebar .distort {
	position: absolute;
	right: -1px;
	top: 0;
	width: 1px;
	height: 100%;
}

/*** project navigation menues ***/
section.sidebar>section>.title {
	padding: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	border-bottom: 1px solid #f6f6f6;
}

section.sidebar>section>.title .buttonize {
	margin-right: 4px;
}

/*** menue group ***/
section.sidebar nav>a {
	/* line-height: 2.1em; */
	line-height: 1.7em;
	padding: 0 16px;
	padding-left: 40px;
	border-bottom: 1px solid #c9c9c9;
}

/*** menue tree ***/
section.sidebar nav.tree {
	padding: 5px 20px;
	overflow-x: hidden;
}

/*** menue tree nested ***/
section.sidebar nav.nested>a {
	padding-left: 10px;
	position: relative;
}

section.sidebar nav.nested>nav.tree {
	border-bottom: 1px solid #c9c9c9;
}

/* JIVS-SETTINGS popup */
span.close {
	padding-left: 10px;
	padding-top: -3px;
}

/*** project tabs navigation ***/
main .content {
	display: table-cell;
	position: relative;
}

section.content nav.projects {
	position: absolute;
	top: -2.6em;
}

section.content nav.projects a {
	line-height: 2em;
	padding: .2em .8em;
	padding-right: .2em;
	border: 1px solid #4d4d4d;
	border-top: 2px solid #4d4d4d;
	border-left: none;
	min-width: 2.5em;
}

section.content nav.projects a.icons-only {
	padding-right: .8em;
}

section.content nav.projects a.active, section.content nav.projects a:hover
	{
	border-top: 2px solid #b20e10;
}

section.content nav.projects a.active {
	border-bottom: 1px solid #FFFFFF;
}

section.content nav.projects a>span.jivs-cross {
	margin-left: 1em;
}

/******************************************************************************
	/*
	/*	project content
	/*
	/*****************************************************************************/
.project_content {

	padding-top: 0.25em;
	padding-left: 1em;
	padding-right: 0;
}

main .content .project_view_container>iframe, .views_container>iframe {
	width: 100%;
	height: 100%;
	border: none;
}

html.view_content {
	overflow: visible;
}

/*** view navigation ***/
section.views {
	border-bottom: 1px solid #4d4d4d;
	vertical-align: baseline;
	margin-right: 1em;
}

section.views>div {
	padding-top: 25px;
	padding-right: 40px;
	border-right: 1px solid #c9c9c9;
}

section.views nav a {
	position: relative;
	padding: .6em;
	padding-right: 1.3em; /* Avoid "close"-symbol overlaying the tabs text */
	line-height: 1;
	border: 1px solid #c9c9c9;
	border-left: none;
	border-bottom: none;
}

section.views nav a:hover:before, section.views nav a.active:before {
	content: '';
	background-color: #b20e10;
	position: absolute;
	width: 100%;
	height: 2px;
	top: -1px;
	left: 0;
}

section.views nav a.active:after {
	content: '';
	background-color: white;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 100%;
	left: 0;
}

section.views nav a span {
	line-height: 1;
}

section.views nav a span.jivs-cross {
	position: absolute;
	top: .3em;
	right: .3em;
}

/*** project info ***/
.project_info {
	padding: 0.35em 0;
	border-bottom: 1px solid #4d4d4d;
}

.project_info .actions {
	width: 180px;
}

.project_info .actions a {
	margin-right: .3em;
}

.project_info .titles {
	margin-right: 1em;
}

.project_info .names {
	margin-right: 4em;
}

.project_info .config {
	margin-right: .5em;
}

/*** search bar and well ***/
.search_bar, .well {
	padding: .3em 1em;
}

.search_bar {
	margin-bottom: 0.3em;
}

.searchinput {
	padding-bottom: 1em;
}

.search_bar h2, .well h2 {
	width: 166px;
}

.search_bar .jivs-chevron-thin-left, .search_bar .jivs-chevron-thin-down
	{
	line-height: 1em;
	margin-top: .2em;
}

.search_bar>a.button, .well>a.button {
	margin-top: .2em;
}

.search_bar .searchbuttonhidden {

}

.search_bar .searchbuttonhidden select {
	height: 24px;
	position: relative;
	top: 1px;
	width: 24%;
}

.search_bar .searchbuttonhidden select, .search_bar .searchbuttonhidden .button
	{
	margin-right: 10px;
}

.well {
	border-top: solid 1px #595959;
}

.well>a.button {
	margin-right: 1em;
}

.well>.pagibow {
	margin-right: 1em;
	margin-left: 1em;
	display: inline-block;
}

.well>.pagiresult {
	float: right;
	margin-top: .2em;
}

.well>span {
	margin-top: .2em;
	display: inline-block;
}

.well>span.icon-start {
	margin-left: 18%;
}

/*** search info (active) ***/
.search_info {
	margin-left: 166px;
	margin-top: 1em;
}

.search_info .tupel {
	width: 25%;
}

.search_info .tupel .title {
	margin-right: 2em;
}

.search_info .tupel .value {

}

/*** search form (active) ***/
main .content .contentTop {
	height: 60px;
}

main:after {
	content: '';
	display: block;
	clear: both;
}

h3 {
	text-transform: uppercase;
	border-bottom: solid 1px #000;
	padding-bottom: 9px;
	padding-left: 4px;
	padding-right: 50px;
	margin-bottom: 14px;
}

label {
	font-weight: bold;
}

table thead tr {
	margin-bottom: 5px;
}

table thead tr th {
	text-align: left;
	text-transform: uppercase;
	padding: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #4d4d4d;
}

table tbody tr td, table tfoot tr td {
	padding: 2px;
}

table tbody tr:first-child td {

}

table.result tbody tr:hover {
	background-color: #d7e8fc;
}

div.fixedtablehead {
	width: 100%;
	left: 0px;
	background-color: #FFF;
	position: fixed;
	left: 0px;
	top: 0px;
	opacity: 0;
}

div.fixedtablehead.visible {
	opacity: 1;
}

div.fillscreen {
	overflow: auto;
	position: relative;
}

div.tablepopup {
	left: 0px;
	background-color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: 88;
	border: 5px solid #d7e8fc;
	height: 0px;
	overflow: hidden;
}

div.tablepopup div.tablepopuppadding {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
}

div.tablepopup.visible {
	opacity: 1;
	height: auto;
}

div.tablepopup a {
	display: block;
}

div.tablepopup a span[class^="icon-"] {
	margin-right: 3px;
}

.searchinput table tr td {
	/* padding: 3px; */
	line-height: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 13px;
}

.searchinput table tr td.stripe {
	width: 1px;
	padding-left: 0px;
	padding-right: 0px;
}

.searchinput table tr td.stripe:after {
	content: '';
	border-left: 1px solid #c1c1c1;
	height: 100%;
}

.searchinput input[type=text] {
	width: 100%;
	font-size: 12px;
}

/******************************************************************************
	/*
	/*	project popup
	/*
	/*****************************************************************************/
body.popup {
	min-width: 0;
}

section.popup {
	padding: 20px;
}

section.popup>.row>.float-right {
	padding-top: 3px;
}

section.popup h2 {
	margin-bottom: 1em;
}

section.popup .tabysyhead {
	border-bottom: 1px solid #4d4d4d;
}

section.popup .tabysyhead span {
	display: block;
	float: left;
	line-height: 2em;
	padding: .2em .8em;
	border: 1px solid #4d4d4d;
	border-top: 1px solid #4d4d4d;
	border-bottom: none;
	min-width: 2.5em;
	cursor: pointer;
	border-left: none;
	background-color: #f0f0f0;
	font-weight: 700;
	position: relative;
}

section.popup .tabysyhead span:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0px;
	height: 1px;
	background-color: #FFF;
	width: 100%;
	opacity: 0;
}

section.popup .tabysyhead span.active, section.popup .tabysyhead span:hover
	{
	background-color: #FFF;
	color: #b3081b;
}

section.popup .tabysyhead span.active:after {
	opacity: 1;
}

section.popup .tabysyhead span:first-child {
	border-left: 1px solid #4d4d4d;
}

section.popup .tabysycontent {
	padding: 15px;
	border-bottom: 1px solid #595959;
	margin-bottom: 15px;
	display: none;
}

section.popup .tabysycontent.tabysycontentopen {
	display: block;
}

section.popup .table {
	margin-top: 15px;
}

section.popup .table input {
	width: 100%;
	border: 1px solid #c9c9c9;
}

section.popup .table .table-row .table-cell {
	padding-bottom: 7px;
}

section.popup .table .table-row .table-cell:last-child {
	padding-left: 10px;
	width: 100px;
}

section.popup .table .table-row .table-cell:last-child .button {
	width: 100%;
	text-align: center;
}

section.popup input {
	background-color: transparent;
}

section.popup .submitsright {
	text-align: right;
}

section.popup .submitsright .button {
	margin-left: 10px;
}

section.popup hr {
	margin-left: -15px;
	margin-right: -15px;
}

/******************************************************************************
	/*
	/*	project login
	/*
	/*****************************************************************************/
.login>.table {
	height: 100%;
}

.login>.table>.table-row>.table-cell {
	vertical-align: middle;
}

.login>.table>.table-row>.table-cell>.table {
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
	border: 1px solid #bfbfbf;
}

.login>.table>.table-row>.table-cell>.table>.table-row>.table-cell {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 70px;
	padding-bottom: 70px;
}

.login>.table>.table-row>.table-cell>.table>.table-row>.leftlogin {
	width: 74%;
}

.login h2 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #595959;
}

.login>.table>.table-row>.table-cell>.table>.table-row>.nopadding {
	padding-top: 0px;
	padding-bottom: 0px;
}

.login>.table>.table-row>.table-cell>.table>.table-row>.leftlogin.nopadding
	{
	padding-left: 31%;
}

.login .loginform {
	margin-top: 50px;
	margin-bottom: 50px;
}

.login .loginform .row {
	margin-bottom: 15px;
}

.login .loginform .row label {
	float: left;
	width: 25%;
}

.login .loginform .row input {
	float: left;
	width: 75%;
}

.login .logo {
	padding-right: 30px;
	width: 41%;
}

.login .logo img {
	max-width: 100%;
}

.login .loginouted {
	width: 59%;
}

.login .loginbutton {
	min-width: 85px;
	text-align: center;
}

/******************************************************************************
	/*
	/*	project footer
	/*
	/*****************************************************************************/
.footer {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	padding-bottom: 18px;
}

.footer .footerin {
	text-align: center;
}

.footer .footerin img {
	vertical-align: bottom;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	top: 2px;
}

/******************************************************************************
	/*
	/*	project homescreen
	/*
	/*****************************************************************************/
.homescreen {
	padding-top: 2%;
	max-width: 920px;
}

.homescreen>.row>.float-left {
	width: 35%;
}

.homescreen>.row>.float-left:first-child {
	width: 60%;
	margin-right: 5%;
}

.homescreen .table {
	width: 100%;
}

.homescreen .table>.table-row>.table-cell {
	border-bottom: 1px solid #c9c9c9;
	padding-top: 7px;
	padding-bottom: 7px;
}

.homescreen .table>.table-row>.table-cell.unprocessed {
	background-color: #FF3838
}

.homescreen .table>.table-row>.table-cell.inprogress {
	background-color: #FFC02D
}

.homescreen .table>.table-row>.table-cell.done-noerrors {
	background-color: #5BFF8C
}

.homescreen .table>.table-row>.table-cell:last-child {
	text-align: right;
}

.homescreen .table>.tablehead>.table-cell {
	vertical-align: bottom;
	border-bottom: 1px solid #595959;
	padding-top: 0px;
}

.tablehead h2 .buttonize {
	width: 1.6em;
	height: 1.6em;
	padding: 0;
	text-align: center;
	line-height: 1.5em;
	margin-right: 10px;
}

.tablehead>h2 {
	border-bottom: 1px solid #595959;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.scrolldiv {
	max-height: 600px;
	overflow-y: auto;
}
/******************************************************************************
	/*
	/*	project lastreportsearch
	/*
	/*****************************************************************************/
.lastreportsearch {
	padding-top: 60px;
}

.lastreportsearch>.tablehead h2 {
	padding-right: 15px;
}

.lastreportsearch nav.tree {
	margin-top: 7px;
	margin-bottom: 20px;
	padding-left: 20px;
}

/******************************************************************************
/*
/*	elements / components / buttons / isons / aso
/*
/*****************************************************************************/

/*** circle for icons ***/
.buttonize {
	width: 2em;
	height: 2em;
	border-radius: 50%;
	padding: .2em
}

/*** scrollable divs ***/
.scrollable {
	max-height: 100%;
	overflow-y: auto;
}

/*** left part angles ***/
section.sidebar .jivs-chevron-down2, section.sidebar .jivs-chevron-left2
	{
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -7px;
}

/*** navigation tree ***/
nav.tree ul {
	border-left: 1px solid #c9c9c9;
	position: relative;
}

nav.tree ul>li {
	position: relative;
	padding-left: 19px;
}

nav.tree ul>li:before {
	content: '';
	height: 100%;
	border-top: 1px solid #c9c9c9;
	width: 1em;
	position: absolute;
	left: 0;
	top: 50%;
}

nav.tree ul:after {
	content: '';
	position: absolute;
	background-color: #f6f6f6;
	bottom: -1px;
	left: -1px;
	width: 1px;
	height: 10px;
}

nav.tree ul>li span {
	padding-right: 8px;
}

/*** hoverize ***/
.hoverize-white {
	border: 1px solid transparent;
	border-radius: 3px;
	padding: .2em .3em;
}

.hoverize-white:hover {
	border: 1px solid #FFFFFF;
	border-radius: 3px;
}

.hoverize-grey {
	border: 1px solid transparent;
	border-radius: 3px;
	padding: .2em .3em;
}

.hoverize-grey:hover {
	border: 1px solid #c9c9c9;
	border-radius: 3px;
}

/*** buttons ***/
.button {
	border: 1px solid #c9c9c9;
	padding: .3em .4em;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.button>span {
	vertical-align: middle;
}

/*** Grey Circle for Icons ***/
.grey-circle {
	background-color: #333333;
	color: #FFFFFF;
	border-radius: 50%;
	padding: 5px;
}

.grey-circle.disabled {
	background-color: #868686;
}

/*** ListGroup Start ***/
.list-group {
	background-color: #f6f6f6;
}

.list-group .list-group-item {
	padding-left: 17px;
	border-bottom: solid 1px #d2d2d2;
	display: block;
	color: #000;
	box-sizing: border-box;
	height: 33px;
	line-height: 33px;
	text-decoration: none
}

.list-group .list-group-item:last-child {
	border-bottom: none
}

/* awr kludges ==================================================================================== */

/* See https://stackoverflow.com/questions/970388/jquery-disable-a-link */
a.disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

/* F�r Suchform: Buttons erst nach dem laden der kompletten Seite freigeben! */
a.initially-disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

/* Details.jsp */
table.Titelzeile3Details {
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

td.Titelzeile3Details {
	padding-top: 1.0em;
	padding-left: 1.0em;
}

td.Titelzeile2Details, th.Titelzeile2Details {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	color: #4d4d4d;
	background-color: #dcdcdc;
	/* text-transform: uppercase; */
	font-size: 13px;
	font-weight: bold;
	line-height: 1.35em;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	border-collapse: separate;
	/* border-bottom-color: #4d4d4d;
    border-bottom-style: solid;
    border-bottom-width: 1px; */
}

td.Titelzeile2Details>div {

}

td.standardhinterlegt {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	color: #4d4d4d;
	background-color: #f3f3f3;
	font-size: 13px;
	font-weight: normal;
	line-height: 1em;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	border-collapse: separate;
}

td.standardhinterlegt>div {

}

/* Regeln f�r td.stripe zu spezifisch (338) */
td.stripe {
	width: 1px;
	padding-left: 0px;
	padding-right: 0px;
}

th.stripe {
	text-align: center;
}

td.stripe:after, th.stripe:after {
	content: '';
	border-left: 1px solid #c1c1c1;
	height: 100%;
}

/* Alle <select> in Tabellenlayouts auf gleich Breite trimmen: */
td > select {
	/* width: 100%; */
}

/* "Legacy styles" f�r higlighting in SearchForm - sind 1:1 aus dem alten CSS �bernommen, passen eigentlich nicht zum
   UI5 Farbschema! */
.Suchfelder1 {

}

.Suchfelder2 {
	background-color: #EAEAFF;
}

.Suchfelder3 {
	background-color: #BFBFFF;
}

.Suchfelder4 {
	background-color: #D3D3FF;
}

.Suchfelder5 {
	background-color: #FFDDDD;
}

.Suchfelder6 {
    background-color: Plum;
}

.Suchfelder7 {
    background-color: SandyBrown;
}

.SuchfeldFilter {
	background-color: #f2f2f2;
}

.top-align {
	vertical-align: top;
}

table.input-with-button {
	width: 100%;
	border: 1px solid #b4b4b4;
}

/* Unset default formatting - we provide an outer wrapper table for compound input fields */
table.input-with-button input {
	border: none;
	padding-left: 0px;
}

table.input-with-button td.icon-attached {
	background-color: #f3f3f3;
	font-size: 12px !important;
	padding: 0px;
}

table.input-with-button td.icon-attached a {
	font-size: 12px;
}

table.input-with-button td.reference-input-field {
    padding: 0px;
    border-left: 1px solid #b4b4b4;
    background-color: #d4e3ea;
}


table.input-with-button input.unitinput {
	width: 3em !important;
	padding-left: 0.5em !important;
    padding-top: 2px !important;
    background-color: #d4e3ea;
}

/* Abstandshalter SearchFormReturn.jsp Icons -> Textinfo */
td.spacer1 {
	width: 32px;
	min-width: 32px;
}

td.spacer-right-S {
	padding-right: 2em;
}

td.spacer-right-L {
	padding-right: 4em;
}

td.spacer-left-S {
	padding-left: 2em;
}

td.spacer-left-L {
	padding-left: 4em;
}

/* A td which acts as a label|header like field */
td.label-thing {
	white-space: nowrap;
}

div.search_bar select {
	border: 1px solid #c9c9c9;
	padding: .3em .4em;
	font-size: 12px;
	font-family: "Asap Condensed", sans-serif;
	line-height: 1.5em;
}


td.complex-filter-set {
	/* background-color: #FF8686 !important; */
	background-color: #f2f2f2 !important;
}

input.complex-filter-set {
	/* background-color: #FF8686 !important; */
	border: none !important;
}

a.complex-filter-set {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

/* CSS - Cascading Style Sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=3000u0koZw0f8KnkrBLuTtFvHmF */

/* Feel free to copy&paste color codes to your application */


/* As hex codes */

.color-primary-0 { color: #FF3838 } /* Main Primary color */
.color-primary-1 { color: #FF8686 }
.color-primary-2 { color: #FF5C5C }
.color-primary-3 { color: #EC0808 }
.color-primary-4 { color: #B50202 }

.color-secondary-1-0 { color: #229999 } /* Main Secondary color (1) */
.color-secondary-1-1 { color: #6ACACA }
.color-secondary-1-2 { color: #3FAFAF }
.color-secondary-1-3 { color: #058E8E }
.color-secondary-1-4 { color: #016C6C }

.color-secondary-2-0 { color: #B0EE34 } /* Main Secondary color (2) */
.color-secondary-2-1 { color: #CFF682 }
.color-secondary-2-2 { color: #BEF257 }
.color-secondary-2-3 { color: #96DD08 }
.color-secondary-2-4 { color: #71A902 }

.highlight-search {
	background-color: #ffc02d;
}

/* Ergebnisliste Suche / Views */
h1.suchausgabe {
	font-family: "Asap Condensed", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4d4d4d;
}

.space-top {
	margin-top: 1em;
}

.space-top-S {
	margin-top: 0.5em;
}

.space-top-XS {
    margin-top: 0.2em;
}

.space-bottom {
	margin-bottom: 1em;
}

.space-bottom-S {
    margin-bottom: 0.5em;
}

.space-bottom-XS {
    margin-bottom: 0.2em;
}

.invisible {
	visibility: hidden;
}

span.error-msg {
	color: #ff3838;
	font-weight: bold;
}

.ui5-dialog {

}

body.ui5-dialog {
	min-width: 320px !important;
	height: 100% !important;
}

.ui5-dialog-header {
	color: #ffffff;
	background-color: #2e2d2d;
    font-family: "Asap Condensed", sans-serif;
    font-size: 14px;
    font-weight: bold;
}

td.ui5-dialog-header span.buttonize {
	background-color: #b20e10;
	text-align: center;
	padding-left: 0.3em;
    padding-right: 0.3em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

/* SearchFormFiles.jsp */


table.ui5-searchform-header {
    width: 100%;
    line-height: 1.2em;
}

table.ui5-searchform {
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px 3px;
}

table.ui5-highlight-row tr:hover input,  table.ui5-highlight-row tr:hover td {
	background-color: #d7e8fc !important;
}

table.ui5-searchform tr.space-after > td {
    padding-bottom: 0.5em;

}

table.ui5-searchform tr td {
	vertical-align: top;
}

table.ui5-searchform tr td label {
	padding-left: 0.5em;
	padding-right: 1em;
	white-space: nowrap;
	font-weight: normal !important;
}

table.ui5-searchform select {
    border: 1px solid #c9c9c9;
    /* padding: .2em .2em; */
    padding: 0px;
    /* font-size: 14px; */
    font-size: 12px;
    font-family: "Asap Condensed", sans-serif;
    /* line-height: 1.5em; */
    /* height: 1.8em; */
    width: 100%;
}

a.button {
	white-space: nowrap;
}

section.project_info {
	margin-right: 1em;
}

div.search_bar {
	margin-right: 1em;
}

div.right-foo {
    font-size: 14px;
    font-family: "Asap Condensed", sans-serif;
	margin-right: 1em;
}

div.ui5-searchform-general-element {
    font-family: "Asap Condensed", sans-serif;
	font-size: 14px;
    margin-right: 1em;
    margin-bottom: 1em;
}

div.expandable-info-bar {
	color: #4d4d4d;
}


div.expandable-info-bar td.toggle-icon {
	background-color: #dcdcdc;
	color: #ffffff;

}

div.expandable-info-bar td.info-header {
	font-weight: bold;
	background-color: #dcdcdc;
	text-align: left;
}

div.expandable-info-bar td.info-board {
	background-color: #f6f6f6;
}

.initially-hidden {
	display: none;
}

div.technical-info-footer {
	background-color: #dcdcdc;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

/* Kludge f�r Volltextsuchfeld in SearchForm.jsp */
input.search-fulltext-search-special {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.motd-message {
	/* color: #058E8E; */
	color: blue;
	font-style: bold;
}

table.form-messages {

}

table.form-messages td.icon-box {
	font-size: 20px;
	color: #FF3838;
	padding: 0.25em;
}

/* Kludge for Dropdowns in CustomReport.jsp */

body.report td select.wertfeld {
	font-family: "Asap Condensed", sans-serif;
	font-size: 14px;
	color: #4d4d4d;

}

input.wertfeld {
	width: 100%;
}

/* Marker style to annotate table rows in search result list containng data */
tr.search-result-list td {
    font-size: 12px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
}

tr.search-result-list input {
	font-size: 12px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
    margin-top: 1px;
    margin-bottom: 1px;
}

tr.tableBarLabels th a {
	font-size: 12px !important;
}

.tableBarLabels {
	background-color: white;
	position: sticky;
	top: 0;
	box-shadow: inset 0 -1px 0 #4d4d4d;
}


div.ui5-splitbutton-panel {
	position: absolute;
	top: 0;
	right: 0;
	background-color: white;
	border: 1px dotted #868686;
	padding: 4px;
}

div.ui5-splitbutton-panel a {
    width: 100%;
}

div.ui5-splitbutton-panel span {
    margin-left: 0.5em;
}


input.jivsPageSelector {

	width: 8ch;
}

table.result tbody tr.selected {
	background-color: #868686;
}

table.result tbody tr.selected .annotatedSpan {
	color:white;
}

/* STT */

.red-hover:hover {
	color: #b20e10;
}

.table-row-grey-hover:hover {
	background: #eeeeee;
}

label.editProjectSettingsDialog, input.editProjectSettingsDialog, select.editProjectSettingsDialog {
	display: block;
}

input.editProjectSettingsDialog, select.editProjectSettingsDialog {
	margin-bottom: 12px;
	width: 95%;
	padding: .4em;
}

.ui-dialog .ui-dialog-content {
    width: 100% !important;
}

.claim {
	max-width: 50%;
}

/* ResultList: right alignment for text values */
.standardright{
	text-align: right;
}

.footer-sticky-white {
	background-color: white;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 10px;
}

 .window-footer{
	 position: absolute;
	 bottom: 0;
	 display: block;
	 width: 98%;
	 margin-top: 150px;
	 padding: 19px 0 20px;
	 text-align: right;
	 border-top: 1px solid #e5e5e5;
 }

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.4em;
    background-color: #f6f6f6;
}

/* Adjustment for generic "Manage Things" dialog */

td.ui5-dialog-header > span.ui5-header-label {
	padding-left: 0.5em;
}

tr.jivs-table-header {

   font-family: "Asap Condensed", sans-serif;
   font-size: 13px;
   font-weight: bold;

}

/* Special style for AdHocQuery.jsp */
textarea.adhoc_textarea {
	width: 100%;
	padding: 1em;
	font-family: 'Lucida Console', Monaco, monospace;
}

.font-larger {
	font-size: larger;
}

/* Styles for the sql statement log dialog (jquery ui) */

#sqls {
	width:100%;
}

#sqls tr {
	cursor: pointer;
	white-space: nowrap;
}

#sqls tr td {
	font-size: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

#sqls tr td.hidden {
	display: none;
}

#sqls tr th {
	padding-left: 10px;
	padding-right: 10px;
}

.sqlColumnSelected {
	background-color: darkgray;
}

#sqlStatementValue {
	width:100%;
	height:300px;
}

/* Stretch last column to the whole width */
.sqlSnippet {
	width:100%;
}

/* Use the normal font-size for the sql statements log dialog instead of 80%. */
.sqlStatementsDialog.ui-dialog-content {
    font-size: 100%;
}

tr.dotted-separator {
	border-bottom: 1px dotted #ec0808;
}

/* about and project versions dialog */

.aboutbody {
	padding-top: 50px;
}

.aboutbody table, .aboutbody > div > p {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin-top: 5px;
}

table.aboutmain {
	margin-top: 15px;
}

img.dmslogo {
    margin: 30px;
    width: 320px;
}

.versionsbody {
	padding-top: 50px;
}

.versionsbody > p {
	vertical-align: middle;
	text-align: center;
	width: 100%
}

table.versionsmain {
	/* Align table to the center */
	margin-left: auto;
	margin-right: auto;
}

.searchinput input.expert-mode-auto-complete {
	width: 20em;
}

body.error-page {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	background-color: #f6f6f6;
}

/* Container of error message */
.error-container {
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 80%;
	max-width: 700px;
	text-align: left;
	color: #333;
}

/* error message header */
.error-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.error-header-logo {
	margin-right: 20px;
}
.error-header-text {
	font-size: 18px;
	font-weight: bold;
	/*	color: #e74c3c; */
}

/* Table for error details */
.error-details {
	margin-top: 20px;
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.error-details div {
	display: table-row;
}
.error-details div span {
	display: table-cell;
	padding: 12px;
	border: 1px solid #ddd;
	font-size: 16px;
}
.error-details .label {
	font-weight: bold;
	width: 35%;
	text-align: left;
	padding-left: 15px;
}
.error-details .value {
	text-align: left;
	padding-left: 15px;
}