.conBreadcrumbs{
	margin: 0 40px var(--space-between-rows-height) 40px;
	font-size: 14px;
	color: #888;
}

#NewEditGameCForm.masterForm #nodrop_upload_btn_1_img.drop_box{
	width: 192px;
	background-size: cover;
}

#NewEditGameCForm.masterForm h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	color: var(--headers-color);
	margin: 0 0 12px 0;
	padding: 0 0 4px 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	display: block;
	border-bottom: solid 1px #e3e4e8;
}

.constrpcb{
	display: grid;
	grid-template-columns: repeat(4, 80px);
	gap: 10px 20px;
	padding: 8px;
	margin: 0 0 16px 0;
	background-color: #eee;
	border-radius: 7px;
}

.masterForm .constrpcb label{
	display: block;
	padding: 0;
	margin: 0 0 0 0;
}

.constradbtn{
	float: right;
	line-height: 12px;
	font-size: 12px;
	margin-top: 5px;
}

#diy_picked_games{
	text-align: center;
	width: 640px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

	#diy_picked_games .diy_picked_game{
		margin: 0 5px;
		width: 100px;
		height: 100px;
		display: inline-block;
		border-radius: 7px;
		background: #fafafa url(/gfx/noimage.png) no-repeat center center;
		background-size: cover;
		cursor: pointer;
	}

#diy_go_to_labels{
	width: 140px;
	display: inline-block;
	vertical-align: middle;
}

.diyChooseVar{
	text-align: center;
	padding: 20px;
}
	.diyChooseVar button{
		margin: 5px;
	}

.bottomInfo{
	padding: 20px;
}



#diy_back_to_games,
#diy_back_to_labels,
#diy_finish,
#diy_go_to_shells{
	width: 186px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
#diy_selected_label{
	width: 500px;
	height: 239px;
	display: inline-block;
	vertical-align: middle;
	background: #fafafa url(/gfx/noimage.png) no-repeat center center;
	background-size: cover;
	border-radius: 11px;
}
#diy_selected_shell{
	width: 500px;
	height: 500px;
	display: inline-block;
	vertical-align: middle;
	background: #fafafa url(/gfx/noimage.png) no-repeat center center;
	background-size: cover;
	border-radius: 11px;
}


#diyTemplatesList{
	display: grid;
	grid-template-columns: repeat(3, 280px);
	gap: var(--space-between-rows-height) var(--space-between-columns-width);
	list-style: none;
	margin: 0;
	padding: 10px 0 20px 0;
}
	#diyTemplatesList li{
		display: block;
		width: 280px;
		height: 133px;
		border-radius: 7px;
		background: #ffffff url() no-repeat center center;
		background-size: cover;
		box-shadow: var(--block-shadow);
		cursor: pointer;
		opacity: 0.7;
	}
	#diyTemplatesList li:hover{
		opacity: 1;
	}
#diySelectedGamesName{
	display: block;
	padding: 10px 10px 8px 10px;
	margin: 0 0 10px 0;
	border-radius: 7px;
	font-size: 12px;
	color: #888;
	background-color: #eee;
	list-style: decimal-leading-zero;
	list-style-position: inside;
}
	#diySelectedGamesName li{
		padding: 6px 6px 6px 16px;
		margin: 0 0 2px 0;
		background-color: #fff;
		border-radius: 5px;
	}

#diyServiceLinks{
	margin: 20px 0 0 0;
	border-radius: 7px;
	background-color: #eee;
	padding: 10px 10px 8px 10px;
}
	#diyServiceLinks .oneLink{
		background-color: #fff;
		border-radius: 5px;
		padding: 8px 8px 8px 16px;
		margin: 0 0 2px 0;
	}

#diyTotGames{
	padding: 0;
	text-align: center;
	color: #aaa;
}

.masterForm .constrpcb label:has(> input[type="checkbox"]:checked) {
    color: #d00;
}

input[type="text"]#diyTextFilter{
/*	width: 776px;*/
	width: 838px;
	padding: 10px 18px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 14px;
	border-radius: 5px;
	border: solid 1px #ddd;
	margin: 0 0 20px 0;
	background-color: #fafafa;
	outline: none;
}
