html, body {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background: rgb(34, 34, 34);
}

.litemenubar li{
    font-size: 18px;
}
/*
Webglstudio editor
*/

.resources-tree .ltree-level-1 {
	font-size: 1.4em;
	background-color: #223 !important;
	border-radius: 2px;
	margin-top: 2px;
}

.resources-tree .ltree-level-1 .incontent {
	color: #EEE;
	font-weight: bold;
}

.resources-tree .ltreeitemtitle {
	padding: 4px;
}

.resources-tree .ltreeitem:nth-child(even) {
	background-color: #111;
}

.resources-tree .ltreeitem:nth-child(even):hover {
	background-color: #333;
}

.resource .extension {
	opacity: 0.5;
}

.resource.modified {
	outline: 1px solid #733;
}

.file-list-info {
	color: #4F4F4F;
	font-size: 30px;
	margin: 10px;
}

.file-list-title {
    background-color: black;
    color: white;
    height: 28;
    overflow: hidden;
    font-size: 16px;
    padding-left: 12px;
    padding-top: 3px;
}

.foldername {
	display: inline-block;
	margin-left: 8px;
	margin-top: 4px;
	font-size: 1.2em;
	color: #EEE;
}

.foldername-slash {
	color: #ABC;
	padding: 0 3px;
}

.file-list-block {
	background-color: black;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.file-list .file-item 
{
	transition: all 0.2s;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.file-list .file-item:hover {
	/*transform: scale(1.1);*/
	outline: 1px solid #EEE;
}

.file-list .file-item .info {
	font-size: 1.4em !important;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0,0,0,0.75);
    overflow: hidden;
    text-align: left;
    padding: 4px;
}

.file-list .file-item .info .extension {
	font-size: 0.8em;
	opacity: 0.5;
}


.file-list-block .info {
	margin: 20px;
	font-size: 4em;
}


.inspector:not(.one_line) .widget.even.variable {
	background-color: rgba(50,50,50,0.5);
}

.inspector:not(.one_line) .widget.even.variable .text.string {
	background: none;
	border: none;
	color: #BBB;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.inspector:not(.one_line) .widget.even.variable.bool .text.string, .wname.bool {
	border-left: 4px solid rgb(176, 54, 72) !important;
}

.inspector:not(.one_line) .widget.even.variable.int .text.string, .wname.int {
	border-left: 4px solid rgb(24, 221, 167) !important;
}

.inspector:not(.one_line) .widget.even.variable.float .text.string, .wname.float {
	border-left: 4px solid rgb(166,255,85) !important;
}

.inspector:not(.one_line) .widget.even.variable.string .text.string, .wname.string {
	border-left: 4px solid rgb(255,1,222) !important;
}

.inspector:not(.one_line) .widget.even.variable.vec2 .text.string, .wname.vec2 {
	border-left: 4px solid rgb(39, 92, 238) !important;
}

.inspector:not(.one_line) .widget.even.variable.vec3 .text.string, .wname.vec3 {
	border-left: 4px solid rgb(251, 255, 1) !important;
}

li.menubar-right{
	float: right;
	font-size: 1em;
}