.container {
	max-width: 1400px;
}
.appraisal-print {
	display: none;
}
.table td, .table th
{
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	text-align: left;
}
table td.icons, table th.icons
{
	vertical-align: middle;
	width: 100px;
}
table.overview {
	max-width:100%;
	table-layout: fixed;
}
table.overview td {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.icon {
	display: inline-block;
	cursor: pointer;
	height: 1.6em;
	width: 1.6em;
	vertical-align: middle;
	margin-left: .5rem;
	justify-content: space-between;
	flex-grow: 1;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.icon.delete-icon {
	background-image: url(/static/img/action-delete.svg);
}
.icon.edit-icon {
	background-image: url(/static/img/action-edit.svg);
}
.img-thumb {
	max-width: 150px;
	max-height: 150px;
}
.flex-container {
	display:flex;
	justify-content: flex-end;
	align-items: center;
}
.flex-container-center-left {
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
.list-group-item {
	display:flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 0.2rem;
	justify-content: flex-start;
}
.list-group-item a {
	flex-grow: 1;
}
.list-group-item button {
	flex-shrink: 0;
}
.notification-parent {
	position: relative;
}
.notification-warning {
	background-image: url(/static/img/alert-warning.svg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 1.2em;
	width: 1.2em;
	top: 0;
	right: 0;
	position: absolute;
}

.external-link-icon {
	background-image: url(/static/img/link-blue.svg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 2rem;
}

.file-input-box {
	background: #dadad9;
	outline: 2px dashed rgba(0, 0, 0, .5);
	outline-offset: -.5rem;
	padding: 1rem;
}

.file-input-box.is-dragover {
	background-color: #f3f3f3;
	outline-color: #042ff8;
}

.file-input-box.activated-input {
	box-sizing: border-box;
	width: 14rem;
	height: 6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.file-input-box > * {
	max-width: 100%;
	display: block;
	text-align: center;
}

input[type=file] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.file-input-list {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: none;
}

.file-input-text {
}

#file-upload-response
{
	border: none;
	height: 5rem;
	width: 100%;
}
.log-container
{
	overflow: auto;
	height: 20rem;
}
table.form-table
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.form-table th,
table.form-table td
{
	width: 250px;
	font-weight: 300;
	padding-left: 0;
	text-align: left;
	padding: .2em .5em;
	font-size: inherit;
}
.postal-code
{
	width: 60%;
	display: inline;
}
.house-nr
{
	width: 35%;
	display: inline;
}
.table-form-btn
{
	width: 100%;
}
.salutation-box {
	height: 44px;
}
#top-menu
{
	position: fixed;
	z-index: 5;
	width: 100%;
	top: 0;
}
.table-of-contents-small
{
	width: 100%;
	display: none;
	position: fixed;
	background: white;
	z-index: 5;
	margin-left: auto;
	margin-right: auto;
	top: 50px;
}
.table-of-contents-small ul
{
	padding: 0.2rem;
	list-style: none;
	border-left: 1px solid rgba(0,0,0,.125);
	border-right: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
	border-top: 1px solid rgba(0,0,0,.125);
	margin-bottom: 0;
}
.table-of-contents-small ul li
{
	display: inline;
	padding: 0.5rem;
}
.table-of-contents
{
	padding-left: 2rem;
	margin-top: 3rem;
	position: fixed;
	text-align: center;
}
.table-of-contents ul
{
	padding: 0;
	list-style: none;
	border-left: 1px solid rgba(0,0,0,.125);
	border-right: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.table-of-contents ul li
{
	padding: 0.5rem;
	border-top: 1px solid rgba(0,0,0,.125);
}
.img-tax-form-featured-photo {
	max-height: 200px;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}
.img-tax-form-featured-photo-small {
	max-height: 10rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.letter-modal-btn {
	width: 100%;
}
.upload-modal-center,
.upload-modal-center button,
.upload-modal-center label {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.import-progress {
	border: 2px solid #f5c71a;
	border-radius: 0.5rem;
	background-color: #fada5e;
	font-weight: bold;
	text-align: center;
	margin: 0.5rem;
	padding: 0.2rem;
}

.import-success {
	border: 2px solid #c3e6cb;
	border-radius: 0.5rem;
	background-color: #d4edda;
	font-weight: bold;
	text-align: center;
	margin: 0.5rem;
	padding: 0.2rem;
}

.import-error {
	border: 2px solid #f5c6cb;
	border-radius: 0.5rem;
	background-color: #f8d7da;
	font-weight: bold;
	text-align: center;
	margin: 0.5rem;
	padding: 0.2rem;
}

@media (max-width: 1800px) {
	.table-of-contents {
		display: none;
	}
	.table-of-contents-small,
	.img-tax-form-featured-photo-small  {
		display: block;
	}
	body {
		margin-top: 110px;
	}
	.no-top {
		top: 0;
	}
	.menu-scroll-from-top
	{
		scroll-margin-top: 6rem;
	}
	.report-scroll-from-top
	{
		scroll-margin-top: 3rem;
	}
}
@media (min-width: 1800px) {
	.table-of-contents {
		display: inline;
	}
	.img-tax-form-featured-photo {
		display: block;
	}
	.table-of-contents-small,
	.img-tax-form-featured-photo-small  {
		display: none;
	}
	body {
		margin-top: 60px;
	}
	.menu-scroll-from-top
	{
		scroll-margin-top: 3rem;
	}
}
table.filter-table th
{
	min-width: 250px;
}
table.filter-table td
{
	min-width: 60%;
}
.date-picker-field
{
	width: 120px;
	display: inline;
}
#accordion {
	overflow: auto;
	height: 18rem;
}

/* report view */
.report-view
{
	max-width: 1140px;
}
.report-view h3
{
	font-weight: 600;
	font-size: 1.15rem;
}
.report-logo
{
	width: 10rem;
	height: 10rem;
}
.report-center
{
	text-align: center;
}
.report-view #featured-image > img
{
	max-width: 400px;
	max-height: 400px;
}
.report-align-right
{
	text-align: right;
}
.report-slim-container
{
	margin-left: auto;
	margin-right: auto;
	max-width: 70%;
	text-align: left;
}
.report-specifications-table
{
	border: 1px solid gray;
	width: 100%;
	border-collapse: collapse;
}
.report-specifications-table td
{
	border: 1px solid gray;
	vertical-align: bottom;
	min-height: 1rem;
}
.euro-sign-container
{
	max-width: 0.4rem;
	min-width: 1rem;
}
.report-table-amount-line
{
	max-width: 8rem;
	min-width: 8rem;
}
.report-specification-text
{
	max-width: 70%;
	min-width: 70%;
}
.indent-tab-1
{
	text-indent: 30px;
}
.table-list-item
{
	list-style-position: inside;
}
#create-relation-modal > div,
#relation-create-contact-modal > div
{
	min-width: 1000px;
}

.report-view td
{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.report-view input[type=text], .report-view input[type=number]
{
	max-width: 9rem;
}
.report-view  input[type=text].is-appraised-header {
	max-width: 50rem;
	width: 50rem;
}
.report-view .icons
{
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	width: 130px;
	text-align: left;
}
.report-view textarea
{
	width: 100%;
}
.report-view .center
{
	margin-left: auto;
	margin-right: auto;
}
.report-view .position-column
{
	width: 150px;
}
.report-view .report-gallery
{
	text-align: center;
}
.report-view .report-gallery > img
{
	max-width: 500px;
	max-height: 500px;
}
.report-download-list
{
	overflow: auto;
	height: 10rem;
}
.clean-up-cost-field
{
	width: 6rem;
}
.report-recap-table {
	width: 100%;
}
.report-recap-table td {
	width: 40%;
}
.report-recap-table .report-recap-desc {
	width: 80%;
}
.report-recap-table .report-recap-euro {
	width: 5%;
}
