@CHARSET "ISO-8859-1";

div.row {
	font-size: 14px;
}

div.row>input[type="text"], div.row>input[type="password"] {
	vertical-align: middle;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	line-height: 20px;
	border-radius: 4px;
	font-size: 14px;
	height: 20px;
}

div.row>input[readonly] {
	background-color: #eeeeee;
	cursor: not-allowed;
}

.kachel_navigation img, .kachel_link img,
	.kachel_navigationkachel_navigation_disabled img {
	max-height: 70px;
}

.kachel_img {
	height: 70px;
	margin-bottom: 3px;
}
.kachel_img img {
	vertical-align: bottom;
}
.kachel_img_helper {
	display: inline-block;
    height: 100%;
    vertical-align: bottom;
}

td.td_kachel .kachel_link_infotext {
	display: block;
	min-height: 30px;
}

div.button_row {
	display: block;
	margin-top: 10px;
	margin-left: 10px;
}

.dialogform {
	display: table;
	width: 100%;
	border-spacing: 10px;
}

.dialogform>.row {
	display: table-row;
}

.dialogform>.row>label {
	display: table-cell;
}

.dialogform>.row>input {
	display: table-cell;
}

#pwd_einst_span a {
	color: blue !important;
}

#pwd_change_dia,
#pwd_einst_dia {
	display: none;
}

.home_table .password_forget {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}