
html {


}

body {
	font-family: Verdana;

}

input {
	font-family: Verdana;
	font-size: 12px;

}

#mainpanel {
	position: relative;
	float: left;
	border: 2px solid #888888;

}

#designpanel {
	position: relative;
	width: 100%;
}

#menu {
	position: relative;
	height: 50px;
	border-bottom: 1px solid #888888;
}

#funcmenu {
	position: relative;
	height: 50px;
	border-bottom: 1px solid #888888;
}

#designspace {
	float: left;
	border-right: 1px solid #888888;

}

#resourcepanel {
	float:right;
	border: 2px solid #888888;
}

#iconlist {
	position: relative;
	overflow-y: auto;
}

.resourceicon {
	float: left;
	width: 90px;
	height: 90px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: inherit;
}

.resourceicon:hover,
.resourceicon.isactive {
	background-color: #eeeeff;
}

.resourceimg {
	width: 100%;
	height: 55px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}

.resourcename {
	margin-top: 5px;
	position: relative;
	text-align: center;
	font-size: 10px;
	display: block;
	line-height: 1.5;
	overflow-wrap: break-word;
}

#uploadpanel {
	position: relative;
	padding: 5px;
	height: 91px;
	font-size: 12px;
	border-bottom: 1px solid #888888;
}

#propertypanel {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 12px;
	overflow: auto;
}

td {
	vertical-align: middle;
}

.tablekey {
	text-align: left;
	width: 60px;
}

.tableval {
	text-align: right;

}

.guirow {
	width: 80%;
	display: inline;
}

.tablegui {
	font-size: 10px;
	width: 50%;
	vertical-align: middle;
}

.tablenudge {
	height: 20px;
	width: 10px;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
}

.buttonbox {
	float:left;
	padding: 5px;
}

.menubutton {
	height: 40px;
	width: 50px;
	font-size: 12px;


}

#addlibbox {
	float:left;
	padding: 10px;
}

#objectlist {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	border-top: 1px solid #888888;
	width: 100%;
}

#libraryfunc {
	position: relative;
	border-top: 1px solid #888888;
	width: 100%;
	height: 50px;
	font-size: 12px;


}


.delete_btn {
	outline: 1px solid #ff4136;
	color: #ff4136;
}



.filetoolbar {
	position: relative;
	height: 30px;
	border-bottom: 1px solid #888888;
}

.filetoolbar-buttons {
	position: absolute;
	top: 0;
	right: 0;
}

.filetoolbar-button {
	height: 30px;
	width: 30px;
	padding: 0;
	margin: 0;
	background-color: #ddd;
	border: 0;
	margin-left: 2px;
}

.filetoolbar-button svg {
	stroke-width: 1;
}

.filetoolbar-path {
	padding-left: 4px;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
}
