/*KSE00103*/
.title {
	display: flex;
	justify-content: center;
}

.search-grid {
	font-size: 13px;
	width: 50%;
	display: grid;
	grid-template-columns: 18% 82%;
	grid-gap: 1px;
	border: 1px solid lightgrey;
	background-color: lightgrey;
}

.search-grid .header {
	background-color: #BDD7EE;
}

.search-grid div {
	padding: 1px;
	background-color: white;
	padding-left: 5px;
}

.search-grid .smaller-box {
	margin-top: 1px;
	margin-left: 3%;
	border-top: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
}

.search-grid .item-box {
	display: grid;
	grid-template-columns: repeat(6, 16.6%);
	margin-top: 1px;
}

.search-grid .item-box input {
	margin-right: 2px;
}

.search-grid .item-box div {
	padding-left: 0;
}

.search-grid .content {
	border-right: 1px solid lightgrey;
}

.search-grid .content input[type=text] {
	width: 70px;
	height: 18px;
}

.search-grid .content-grid {
	display: grid;
	grid-template-columns: repeat(4, 15%);
}

.search-grid .content-grid .input-wrapper {
	align-content: space-evenly;
	text-align: middle;
}

.search-grid .content-grid .input-wrapper input {
	position: relative;
	top: 1.5px;
}

.header span {
	margin: 0px 15px;
}

.header div {
	background-color: transparent;
}

.header p {
	margin: 0;
}

.calc-box {
	display: grid;
	grid-template-columns: 25% 30% 40%;
}

.wrapper {
	width: 100%;
	justify-content: center;
	display: flex;
}

.wrapper form {
	width: 100%;
	display: flex;
}

.img-wrapper {
	width: 50%;
	height: auto;
	position: relative;
}

.img-wrapper map area:hover {
	cursor: pointer;
}

.title p {
	margin: 0 0 0 50px;
}

.title div {
	align-content: center;
}

table.table thead tr th {
	background-color: #BDD7EE;
	padding: 0 2px;
	align-content: center;
	text-align: center;
}

tr.building-info .title {
	background-color: #BDD7EE;
}

#building-info-custom {
	display: table;
	table-layout: fixed;
}

#building-info-custom tr {
	display: table-row;
}

.building-info.area-info .content {
	text-align: end;
}

.building-detail {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid lightgrey;
}

.building-detail th {
	background-color: #BDD7EE;
	border: 1px solid lightgrey;
}

.building-detail td {
	border: 1px solid lightgrey;
}

.building-detail tr {
	display: table-row;
}

.input-white {
	background-color: white;
	font-weight: bolder;
}

.t-align-center.level {
	background-color: burlywood;
	font-weight: bolder;
}

.search-list {
	border: 1px solid lightgrey;
	width: 100%;
}

.search-list form {
	width: 100%;
	display: grid;
	grid-template-columns: 30% 70%;
	gap: 1px;
	background-color: lightgrey;
}

.search-list .header {
	background-color: #BDD7EE;
}

.search-list .content.content-grid {
	background-color: white;
	display: grid;
	grid-template-columns: repeat(7, 14%);
	border-right: 1px solid lightgrey;
	align-content: space-evenly;
}

.search-list div {
	padding-left: 3px;
}

.text-box {
	display: flex;
	align-items: center;
}

form.search-form {
	display: flex;
	flex-direction: column; 
}

label {
	cursor: pointer;
}

form span {
	padding: inherit;
}