#main_area {
	position: absolute;
	top: 0px;
	left: 75px;
	width: calc(100% - 75px);
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: black;
}

.deact {
	pointer-events: none;
	cursor: auto;
}

#workspace {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#show_inner_content {
	height: 100%;
	overflow: hidden;
}

#choose {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	padding: 20px 0px;
	text-align: center;
	font-size: 22px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bolder;
	background-color: black;
	color: white;
}

#dia_design {
	position: relative;
	top: 60px;
	left: 0px;
	width: auto;
	margin: 0 auto;
	height: auto;
	background-color: transparent;
	text-align: center;
}

#dia_scennen {
	position: relative;
	top: 60px;
	left: 0px;
	width: auto;
	margin: 0 auto;
	height: auto;
	background-color: transparent;
	text-align: center;
}

#dia_3D {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ededed;
	overflow: hidden;
}

.thumb_box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 256px;
	height: 256px;
	margin: 5px;
	margin-bottom: 10px;
	background-color: #ccc;
	float: left;
	overflow: hidden;
	color: #000;
	cursor: pointer;
	border: 2px solid #ededed;
	display: inline;
}

.thumb_box:hover {
	border: 2px solid #999;
}

.thumb_box.act {
	border: 2px solid #333;
}

.s_thumb_box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 256px;
	height: 256px;
	margin: 5px;
	margin-bottom: 10px;
	background-color: #ccc;
	float: left;
	overflow: hidden;
	color: #000;
	cursor: pointer;
	border: 2px solid #ededed;
	display: inline;
}

.s_thumb_box:hover {
	border: 2px solid #999;
}

.s_thumb_box.act {
	border: 2px solid #333;
}

#run {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #000;
	overflow: hidden;
}

#down_right_buttons_place {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 205px;
	padding: 5px;
	background-color: rgba(53, 53, 53, 0.5);
	color: #fff;
	text-align: right;
	z-index: 151;
}

.textcom {
	position: relative;
	width: 80px;
	cursor: pointer;
	padding: 0px 10px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	float: left;
}

.textcom_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 75px;
	text-align: center;
	cursor: pointer;
}

#design_info {
	position: absolute;
	top: 20px;
	right: 30px;
	width: auto;
	padding: 5px;
	background-color: rgba(53, 53, 53, 0.5);
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: right;
	z-index: 151;
	display: none;
}

#info_imp_dia_parent.ui-dialog .ui-dialog-titlebar, #info_privacy_dia_parent.ui-dialog .ui-dialog-titlebar,
	#info_terms_dia_parent.ui-dialog .ui-dialog-titlebar {
	display: none;
}

.ui-widget.ui-widget-content {
	padding: 0px;
	margin: 0px;
}