
.dge .slider-fg:after {
	display: inline-block;
	content: '';
	background-color: #fafafa;
	border: none;
	width: 20px;
	height: 20px;
	top: -2px;
	border-radius: 20px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.25), 0 0 1px rgba(0, 0, 0, 0.18);
	position: absolute;
	right: -5px;
}


.dge.dg .main * {
	font-family: font-family: -apple-system,  -webkit-system-font, 'Helvetica Neue Thin', 'Helvetica Neue', 'Helvetica', sans-serif !important;
}

.dge.dg .main{
	margin-right:0;
}

.dge.dg .c .slider:hover .slider-fg, .dge.dg .c .slider-fg {
	position:relative;
	background-color: transparent;
	background: linear-gradient(to bottom, transparent 46%, #007AFF, transparent 55%);
}

.dge.dg .property-name {
	float:none;
	margin:auto;
	display:block;
	color:	#666666;
	text-align:center;
}

.dge.dg .number .property-name {
	margin-left:10px;
}


.dge.dg li.cr.string.color .property-name {
	margin-bottom:-4px;
}

.dge.dg .string .property-name, .dge.dg .number.has-slider .property-name {
	width:100%;
	background-color:#f1f0f5;
	text-align:left;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-top:10px;
	border-bottom:1px solid #d6d6d6;
	/*font-size:0.7rem;*/
	font-size:10pt;
	font-family: -apple-system,  -webkit-system-font, 'Helvetica Neue Thin', 'Helvetica Neue', 'Helvetica', sans-serif;
	text-transform:uppercase;
}

.dge.dg li:not(.folder) {
	background-color: #fafafa;
	color:black;
	text-shadow:none;
	padding:0;
	text-transform:title-case;
	font-size:10pt;
	border-bottom:thin solid #e0e0e0;

}

.dge.dg .folder {
	background-color:#fafafa;
}

.dge.dg .closed li.title,.dge.dg li.title {
	background:none;
	position:relative;
	padding-left:40px;
}


.dge.dg li ul.closed li.title:after {
	display:inline-block;
	position:absolute;
	width:0px;
	height:0px;
	content:'+';
	/*top:10px;*/
	left:10px;
}

.dge.dg li ul:not(.closed) li.title:after {
	display:inline-block;
	position:absolute;
	width:0px;
	/*top:10px;*/
	left:10px;
	height:0px;
	content:'-';
}


.dge.dg li.number.has-slider {
		height:67px;
	}

.dge.dg .closed li.number,
.dge.dg .closed li.number:not(.has-slider),
.dge.dg .closed li.string,
.dge.dg .closed li.cr.string.color,
.dge.dg .closed li.function,
.dge.dg .closed li.cr.boolean {
		height:0;
}

.dge.dg li.number:not(.has-slider) {
		height:30px;
}

.dge.dg li.number:not(.has-slider) .property-name {
	display:inline-block;
	width:auto;
}
.dge.dg li.number:not(.has-slider) .c {
	display:inline-block;
}

.dge.dg .c .slider:hover,.dge.dg .c .slider {
	float:none;
	width:calc(100% - 59px);
	margin-left:15px;
	background: linear-gradient(to bottom, transparent 46%, #c0c0c0, transparent 55%);

	display:inline-block;
}

.dge.dg .cr.number.has-slider input[type=text] {
	background-color:rgba(255,1,0,0.0);
	color:black;
	border:thin solid rgba(0,0,0,0.1);
	vertical-align:5px;
	float:none;
	width:100%;
}

.dge.dg .cr.number:not(.has-slider) input[type=text] {
	background-color:rgba(255,1,0,0.0);
	color:black;
	border:thin solid rgba(0,0,0,0.1);
	vertical-align:8px;
	position:relative;
	float:none;
	left:10px;
	width:auto;

}

.dge.dg li.cr.string.color {
	height:63px;
}

.dge.dg .cr.string {
	height:65px;
	border-left-color:#Def7e2;
}

.dge.dg .cr.boolean {
	border-left-color:#fdebd0;
}

.dge.dg .cr.number {
	border-left-color:#d0e5fd;
}

.dge.dg .cr.function {
	border-left-color:#fdd8e3;
	height:40px;
}


.dge.dg .cr.function:hover {
	background-color:#fafafa;

}
.dge.dg .cr.function:hover span {
	background-color:#3395ff;
	cursor:pointer;

}


.dge.dg .cr.function .property-name {
	display:inline-block;
	margin:auto;
	color:white;
	margin-top:6px;
	width:auto;
	min-width:60px;
	padding-left:5px;
	margin-left:10px;
	padding-right:5px;
	background-color:#157efb;
	border-radius:3px;
}

.dge.dg .cr.string input[type=text] {
	padding:3px;
	padding-left:10px;
	padding-bottom:10px;
	background-color: white;
	color:black;
}

.dge.dg .c {
     float: none; 
     width: auto;
     margin-left:10px;
}

.dge.dg .slider:after {


}

.dge.dg .has-slider .c div:first-child {
	display:inline-block;
	width:35px;
	/*margin-left:5px;*/

}
.dge.dg .selector{
	background-color: red;
}


 

/*--BOOLEAN--*/
.dge.dg .boolean .property-name {
	display:inline;
	/*margin-right:5px;*/
	margin-left:5px;
}
.dge.dg .boolean div {
	display:inline-block;
	background:none;
}

.dge.dg li.boolean:not(.folder) {
	height:30px;
}
.dge.dg li:not(.folder).boolean:hover {
	background:#fafafa;
}
.dge.dg .string {
	height:50px;
}


.dge .dg.main .close-button {
	background-color:#f1f0f5;
	text-shadow:none;
	color:black;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.dge .dg.main .close-button:hover {
	background-color:#eaeaea;
}



.dge input[type='checkbox'] {
  position:relative;
  left:10px;
  top:-5px;
}


.dge input[type='checkbox']:checked:before {
background-color: #4CD964;
}
.dge input[type='checkbox']:before {
display: inline-block;
content: '';
width: 38px;
height: 20px;
transition-duration: 0.3s;
background-color: white;
border: 1px solid rgba(192, 192, 192, 0.33);
left: -10px;
border-radius: 20px;
position: absolute;
}



.dge input[type='checkbox']:checked:after {
/* left: 10px; */
transform: translateX(18px);
border-color: #4CD964;
}

.dge input[type='checkbox']:after {
display: inline-block;
content: '';
width: 18px;
height: 18px;
border: none;
top: 2px;
left: -8px;
transition-duration: 0.3s;
background-color: #fff;
border-radius: 20px;
position: absolute;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17), 0 0px 0px 1px rgba(0, 0, 0, 0.11);
}



.dge.dg ul, .dge.dg li {
	padding:0;
	margin:0;
}



.dge.dg .cr.image .c,.dge.dg .cr.grid-2d .c {
	margin-left:0;
	height:calc(100% );
	width:100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}


.dge.dg .cr.image .c.drop:after {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(255,255,255,0.3);
	content:'Drop image here';
	color:rgba(0,0,0,0.3);
	font-size:28pt;
	line-height: 1;
	text-align: center;
}


.dge.dg .cr.string.grid-2d .c {

	background: linear-gradient(to bottom, #e0e0e0 1px,  transparent 1px),
                linear-gradient(to right, #e0e0e0 1px, transparent 1px);

}


.dge.dg .cr.image div,.dge.dg .cr.grid-2d div {
	height:calc(100% - 38px);
}



.dge.dg .cr.grid-2d .tooltip {
  margin:auto;
  padding:11px;
  background-color:#fafafa;
  width:100px;
  height:50px;
  text-align:center;
  font-family:Arial, sans-serif;
  border:thin solid #e0e0e0;
  border-radius:10px;
  position:fixed;

  display:none;

  margin-left:-150px;
  margin-top:-130px;
  line-height:153.6%;
  box-shadow:0px 6px 6px rgba(0,0,0,0.124);
}
.dge.dg .cr.grid-2d .tooltip.show {
	display:block;
	z-index:99;
}


.dge .tooltip:after {
  position:absolute;
  top:50%;
  margin-top:-12px;
  right:-12px;
  background-color:#fafafa;
  width:20px;
  height:20px;
  content:'';
  transform:scaleY(0.8) rotate(45deg);
  border-top:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
}

.dge.dg .cr.grid-2d .pt-icon {
	background-color:red;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.25), 0 0 1px rgba(0, 0, 0, 0.18);
	position:absolute;
	width:10px;
	left:20%;
	top:20%;
	margin-left:-5px;
	margin-top:-5px;
	height:10px;
	cursor:pointer;
	border-radius:10px;
	z-index:1;
}


.dge.dg .cr.grid-2d .pt-icon:nth-child(2) {	background-color:green; }
.dge.dg .cr.grid-2d .pt-icon:nth-child(3) {	background-color:blue; }
.dge.dg .cr.grid-2d .pt-icon:nth-child(4) {	background-color:orange; }
.dge.dg .cr.grid-2d .pt-icon:nth-child(5) {	background-color:pink; }
.dge.dg .cr.grid-2d .pt-icon:nth-child(6) {	background-color:gray; }

