/* ***** Efficiencies Style ***** */
/* ***** ****************** ***** */
.top_block {
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}
.dbtitle {
	grid-column: 1 / span 2;
	padding: 5px;
	background-color: blue;
	color: white;
	font-weight: bold;
	text-align: center;
}
.dblock {
	display: block;
	margin: 15px;
	width: 435px;
	border: 3px solid white;
	padding: 2px;
}
.dinnerblock {
	display: grid;
	grid-template-columns: 4fr 1fr;
	grid-template-columns: 318px 95px;
	border: 1px solid white;
	padding: 5px;
	color: white;
}
.dbrow {
	margin: 5px;
	margin-right: 0px;
}
.eff_selectors {
	text-align: right;
	min-width: 40px;
	max-width: 40px;
	color: black;
}
.eff_selectors2 {
	text-align: right;
	min-width: 50px;
	max-width: 70px;
	color: black;
}
@media screen and (max-width: 990px) {
	.top_block {
		flex-direction: column;
		font-size: 0.6em;
	}
	.dblock {
		width: 300px;
	}
	.dinnerblock {
	grid-template-columns: 200px 80px;
	}
}
/* ***** Select Building Style ***** */
/* ***** ********************* ***** */
.selector_grid {
	display: grid;
	grid-template-columns: 20px 230px 60px 28px;
	gap: 5px 5px;
	max-width: 378px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid rgb(100, 100, 200);
	padding: 10px;
	color: white;
	text-align: right;
}
.sg_title {
	grid-column: 1 / span 4;
	padding: 5px;
	background-color: blue;
	color: white;
	font-weight: bold;
	text-align: center;
}
.building_selector {
	text-align: left;
	color: black;
}
.level_selector {
	width: 50px;
	text-align: right;
	color: black;
}
.plus_button {
	border-radius: 9px;
	height: 22px;
	width: 22px;
	background-color: blue;
	color: white;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.plus_button:hover {
	background-color: white;
	color: blue;
}
.submit_btn {
	margin: 10px;
	padding: 3px;
	border-radius: 5px;
	background-color:rgb(155, 155, 155);
	color: white;
	cursor: pointer;
	width: 80px;
	text-align: center;
	text-size: 0.9em;
}
.submit_btn:hover {
	background-color:rgb(185, 185, 185);
}
@media screen and (max-width: 990px) {
	.selector_grid {
		grid-template-columns: 15px 195px 60px 28px;
		font-size: 0.8em;
	}
}
/* ***** Toggle buttons Style  ***** */
/* ***** ********************* ***** */
.bc_row6 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.toggle_btn {
	margin: 10px;
	padding: 3px;
	border-radius: 5px;
	border: none;
	background-color:rgb(50, 50, 225);
	color: white;
	cursor: pointer;
	width: 80px;
	text-align: center;
	text-size: 0.9em;
}
.toggle_btn:hover {
	margin: 9px;
	border: 1px solid white;
	background-color:rgb(0, 0, 255);
}
.toggle_btn2 {
	margin: 10px;
	padding: 3px;
	border: none;
	border-radius: 5px;
	background-color:rgb(50, 50, 200);
	color: white;
	cursor: pointer;
	width: 80px;
	text-align: center;
	text-size: 0.9em;
}
.toggle_btn2:hover {
	margin: 9px;
	border: 1px solid white;
	background-color:rgb(0, 0, 255);
}
.toggled {
	/*background-color:rgb(155, 155, 155);
	color: black;*/
	background-color:rgb(100, 100, 100);
}
.toggled:hover {
	margin: 9px;
	border: 1px solid white;
	background-color:rgb(100, 100, 100);
}
@media screen and (max-width: 990px) {
	.bc_row6 {
		grid-template-columns: 1fr 1fr;
		font-size: 0.6em;
	}
	.toggle_btn {
		margin: 5px;
	}
	.toggle_btn:hover {
		margin: 4px;
	}
	.toggle_btn2 {
		margin: 5px;
	}
	.toggle_btn2:hover {
		margin: 4px;
	}
}
/* ***** Results List Style ***** */
/* ***** ****************** ***** */
.summary_block{
	max-width: 960px;
	margin: auto;
	margin-bottom: 15px;
	background-color: darkviolet;
}
.building_card {
	display: block;
	margin: auto;
	margin-top: 10px;
	max-width: 950px;
	border: 1px solid rgb(125, 125, 125);
	box-shadow: 1px 1px 1px 1px rgb(125, 125, 125);
	padding: 10px;
	font-family: arial;
}
.bc_title {
	display: grid;
	grid-template-columns: 220px 100px 180px;
	background-color: blue;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
.bc_time {
	font-size: 1em;
	font-weight: normal;
}
.bc_timec {
	font-size: 0.8em;
}
.bc_content {
	display: grid;
	grid-template-columns: 1fr 3fr;
	color: rgb(200, 200, 200);
	font-size: 1em;
}
.bc_row3 {
	display: grid;
	align-items: start;
	align-content: start;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 650px;
}
.bc_row4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.bc_stitle {
	background-color: rgb(0, 0, 155);
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	min-width: 65px;
	height: 18px;
}
.bc_el {
	min-width: 65px;
	height: 18px;
	color: white;
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
}
.bc_span2 {
	grid-column: 1 / span 2;
}
.bc_span3 {
	grid-column: 1 / span 3;
	margin-top: 10px;
}
.Common {
	margin-right: 2px;
	border: 1px solid rgb(200, 200, 200);
	box-shadow: 1px 1px 1px 1px #efefef;
}
.Uncommon {
	margin-right: 2px;
	border: 1px solid rgb(200, 200, 200);
	box-shadow: 1px 1px 1px 1px #efefef;
}
.Rare {
	margin-right: 2px;
	border: 1px solid rgb(200, 200, 200);
	box-shadow: 1px 1px 1px 1px #efefef;
}
.G2 {
	border-bottom: 1px solid rgb(138, 138, 138);
}
.G3 {
	border-bottom: 1px solid rgb(138, 138, 138);
}
.G4 {
	border-bottom: 1px solid rgb(138, 138, 138);
}
.G5 {
/*	border-bottom: 1px solid rgb(138, 138, 138);*/
}
@media screen and (max-width: 990px) {
	.bc_content {
		display: block;
	}
	.bc_title {
		grid-template-columns: 160px 75px 180px;
		font-size: 0.8em;
	}
	.bc_time {
		font-size: 0.8em;
	}
	.bc_timec {
		font-size: 0.8em;
	}
	.bc_content {
		font-size: 0.8em;
	}
	.bc_stitle {
		min-width: 31px;
		height: 12px;
		font-size: 8px;
	}
	.bc_el {
		min-width: 31px;
		height: 12px;
		font-size: 8px;
	}
}
.blhidden {
	display: none;
}
