div.view {
	//position: relative;
	//background-color: #eee;
	border: 1px solid #ccc;
	white-space: nowrap;
	text-align: center;
	padding: 8px;
	margin: 8px;
	z-index: 1;
	height: 300px;
    width: 300px;
    box-sizing: border-box;
    overflow: hidden;
}

/* 只为非pictures的view添加flex布局 */
#height_map, #normal_map, #displacement_map, #ao_map, #specular_map, #render_view {
    display: flex;
    justify-content: center;
    align-items: center;
}


div.drop_cell{
	border-style: outset;
	box-sizing: border-box;
}

div.pictures_view {
	height: 100%;
	//background: none repeat scroll 0% 0% rgba(50,50,50,1);
	background: url('./images/light_bulp.png');
}

div.pictures_view canvas {
	width: 100%;
	height: 100%;
}

div.pictures_view_row {
	position: relative;
	height: 33%;
    text-align: center;
}

div.pictures_view_cell {
	position: relative;
	width: 33.33333%;
	height: 100%;
    display: inline-block;
    float: left;
}

div#resetBtn{
	text-align: right;
	float:right;
}

.helper {
    display: none;
}

canvas.preview_img {
    /*background: #3A6F9A;*/
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
    box-sizing: border-box;
}

#height_canvas {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
    box-sizing: border-box;
}

/* Body styles are now in landing.css */
/* Keeping font-family for tool compatibility */

div.content {
	padding: 20px 20px 20px 20px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	border-radius: 10px;
	border: 2px solid rgba(124, 92, 224, 0.6);
	box-shadow: 2px 2px 10px #333;
	background: none repeat scroll 0% 0% rgba(10,10,10,0.7);
	color: #fff;
	z-index:1;
}

div.texture_link {
	font-size: 11px;
	position: absolute; 
	margin-top: -200px; 
	margin-left: 30px; 
	z-index: 0; 
	color: #111;
	border-radius: 5px; 
	padding: 5px 5px 5px 5px; 
	background: none repeat scroll 0% 0% rgba(240,240,240,0.7);"
}

div.column {
	display: inline-block;
	vertical-align: top;
	width:338px;
}

.helper_column_button {
    display: inline-block;
    min-height: 250px;
    vertical-align: middle;
}

div.column_btn{
	display: inline-block;
	vertical-align: middle;
	width:25px;
}

#column_btn_left, #column_btn_right{
	cursor: pointer;
	cursor: hand;
	vertical-align: middle;
	min-height: 120px;
    border-radius: 10px;
	box-shadow: 2px 2px 10px #333;
	background: none repeat scroll 0% 0% rgba(10,10,10,0.3);
}

div.column_top {
	height: 225px;
	margin-bottom: 10px;
}

td.option_text{
	text-align: left;
	padding-left:20px;
	padding-right:10px;
	white-space: nowrap;
    	overflow: hidden;
	text-overflow: ellipsis;
}

td.options{
	text-align: left;
	height:20px;
}

table.options_top{
	border-spacing:0px; 
	width:100%; 
}

div.tabs{
	position: relative;
	margin-top: 5px;
	margin-bottom: -20px;
	margin-left: 5px;
	margin-right: auto;
	text-align: left;

	height: 35px;
	z-index: 2;
}
input.tab_button{
	display:inline-block;
	margin: 0px 0px 0px 0px;
	padding: 1px 2px;
	width: auto;
	height: 25px;
	z-index: 2;
}

input.tab_button{
	font-family:"Open Sans";
	font-size: 12px;
	font-color: #111111;
	background: -moz-linear-gradient(
		top,
		#eeeeee,
		#aaaaaa);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#eeeeee),
		to(#aaaaaa));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #000000;
	cursor: pointer;
}

input.tab_button:disabled{
	font-family:"Open Sans";
	font-size: 12px;
	font-color: #eeeeee;
	color: #eeeeee;
	background: -moz-linear-gradient(
		top,
		#555555,
		#aaaaaa);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#555555),
		to(#aaaaaa));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #000000;
	cursor: default;
}

div.texture_container{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.stepnumber {
	display: inline-block;
	vertical-align: top;
	border: 1px solid;
	border-radius: 10px;
	width:30px;
	margin-left: auto;
	margin-right: auto;
	//background-color:#aaaaaa;
}

div.imprint {
	float:right;
	margin-top: 80px;
	border: 1px solid;
	display: inline-block;
	border-radius: 20px;
}
div.imprinttext {
	width:60px;
	margin-top:-10px;
	margin-left:15px;
	background:white;
}

/* Old footer styles removed - using landing.css footer */

a.render_magnifier {
	top: 210px; 
	right: 70px; 
	position: absolute;
	overflow: hidden;
}
