/*	Pixeltrains - Drawing edition window stylesheet
	(c) Antoine Boudon - dev@pixeltrains.io 	*/

/* :^) :^) :^) :^) :^) :^) :^) :^) :^) :^) :^) :^) :^) :^) :^) :^)	*/

#DE{
	position: fixed;
	top: 157px;
	left: 50%;
	transform: translate(-50%);
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 10px 40px #888;
	align-items: stretch;
	max-height: calc(100% - 184px);
}
#DEdisplay{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	min-width: 600px;
	min-height: 60px;
	border-bottom: solid 2px #000;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background-color: #eee;
	box-shadow: 0px 0px 10px #888;
	z-index: 2;
}
#DEdisplay canvas{
	margin-left: 12px;
	margin-right: 12px;
}
#DEcontainer{
	margin-left: 12px;
	align-items: stretch;
	overflow: hidden;
}
#DEcontent{
	flex: 1;
	padding-top: 6px;
	overflow-y: auto;
	padding-bottom: 12px;
	padding-right: 12px;
}
#DEbuttons{
	padding: 12px;
	border-left: solid 1px #666;
}
.DEbutton{
	height: 23px;
	border-radius: 2px;
} .DEbutton:first-child{
	margin-right: 4px;
} .DEbutton:not(.clickable){
	opacity: 0.4;
}
#DErow2{
	margin-top: 4px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #666;
}
#DErow4{
	margin-top: 4px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #666;
}
#DEfinish{
	margin: 0px;
	width: 50px;
	height: 33px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
} #DEfinish:hover{
	box-shadow: 0px 0px 0px 1px #00b180;
} #DEfinish:active{
	box-shadow: 0px 0px 0px 1px #000;
}
#DEcancel{
} #DEcancel:hover{
	box-shadow: 0px 0px 0px 1px #ed4343;
} #DEcancel:active{
	box-shadow: 0px 0px 0px 1px #000;
}

.pantoswitch{
	user-select: none;
	display: flex;
	cursor: pointer;
	background-color: #eee;
	padding: 5px;
	border: solid 1px #666;
	margin-right: 5px;
	border-radius: 2px;
} .pantoswitch:hover{
	background-color: #ddd;
} .pantoswitch:active{
	background-color: #ccc;
}
.pantoswitch span{
	width: 8px;
	font-weight: 500;
	margin-right: 2px;
	line-height: 12px;
}
.pantoswitch img{
	height: 25px;
}

.compdetails:first-child{
	margin-top: 0px;
}
.compdetails{
	display: flex;
	border: solid 1px #666;
	border-radius: 2px;
	margin-top: 4px;
}
.compmain{
	flex: 1;
	overflow: hidden;
}
.compselect{
	width: 35px;
	cursor: pointer;
	display: flex;
	align-items: center;
	user-select: none;
	background-color: #496269;
} .compselect:hover{
	background-color: #3f545a;
} .compselect:active{
	background-color: #34464b;
}
.compselect img{
	width: 35px;
}
.compmain .subline{
	display: flex;
	width: 100%;
	align-items: end;
	place-content: end space-between;
	border-bottom: solid 1px #666;
}
.compmain .line1{
	margin-left: 4px;
	margin-right: 4px;
}
.compmain .col1, .compmain .col2{
	display: flex;
	height: 58px;
	align-items: end;
}
.compmain .col1{
	flex: 1;
	overflow: hidden;
}
.compmain .col2{
	transform: translate(-10px);
	background: linear-gradient(90deg, #fff0 0px, #fff 10px, #fff 100%);
}
.compmain .iconbar{
	display: flex;
	margin-bottom: 4px;
	transform: translate(10px);
}
.compmain .iconbar img{
	width: 18px;
	border-radius: 2px;
	margin-left: 4px;
	user-select: none;
}
.compmain .icon{
	height: 23px;
	margin-bottom: 4px;
	border-radius: 2px;
	transform: translate(10px);
}
.compmain .line2{
	display: flex;
	flex-direction: column;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	overflow-x: auto;
	padding-left: 4px;
}
.compmain .line2 span{
	display: flex;
	align-items: center;
}
.compmain .line2 span div{
	color: #fff;
	user-select: none;
	margin-left: 1px;
}
#DEaddload{
	margin-bottom: 0px;
}
#DEloads{
	margin-bottom: 2px;
}
.DEload{
	border: solid 1px #666;
	border-radius: 2px;
	margin-bottom: 4px;
}
.DEloaddisplay{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	min-height: 23px;
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.DEloadpanel{
	margin-left: 4px;
	margin-top: 4px;
}
.DEloadpanel .icon{
	margin-right: 4px;
}
.DEloadsettings{
	margin-left: 4px;
	margin-right: 4px;
	border-top: solid 1px #666;
	padding-top: 4px;
	justify-content: space-between;
}
.DEoption{
	align-items: center;
	margin-right: 4px;
}
.DEoption div{
	margin-bottom: 4px;
	margin-right: 4px;
}
.DEoption:not(.checkbox) input{
	width: 35px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin-right: 4px;
	margin-bottom: 4px;
}
.DEoption.checkbox{
	margin-left: 11px;
	margin-bottom: 6px;
}
.DEloadsettings button{
	margin-bottom: 4px;
}

.LS{
	transform: unset;
	top: 60px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	box-shadow: 0px 0px 40px #888;
}
#LSpanels{
	position: absolute;
	top: 26px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#LSmenu, #LSlibrary{
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	border: solid 1px #666;
	border-radius: 2px;
}
#LSmenu{
	margin-right: 10px;
	flex: 3;
}
#LSlibrary{
	flex: 4;
	text-align: left;
}
#LSfoldertree{
	justify-content: space-between;
	align-items: start;
	margin-bottom: 5px;
}
#LSfoldertree .level{
	cursor: pointer;
	user-select: none;
	display: flex;
	min-height: 18px;
	line-height: 13px;
	align-items: center;
	background-color: #fff;
} #LSfoldertree .level:hover{
	color: #ff7d00;
}
#LSfolder1{
	margin-left: 15px;
}
#LSfolder2{
	margin-left: 30px;
}
#LSfolder3{
	margin-left: 45px;
}
#LSfolder4{
	margin-left: 60px;
}
#LSsearchinput{
	width: 240px;
	margin-right: 4px;
}
#LSdisplayindicator{
	height: 21px;
	line-height: 21px;
	border-bottom: solid 1px #666;
	margin-bottom: 10px;
}
#LSparents{
	color: #496269;
}
#LSparentstitle{
	margin-top: 25px;
	font-weight: 500;
	user-select: none;
	margin-bottom: 4px;
	text-align: left;
}
#LSparents .folder{
	border-bottom: solid 1px #496269;
}
#LSparents img{
	opacity: 0.66;
}
#LSparents .folder.current{
	color: #000;
	font-weight: 500;
}
#LSparents .folder.current img{
	opacity: 1;
}
#LSbottomnotice{
	height: 22px;
	display: flex;
	align-items: center;
	background-color: #fff;
	user-select: none;
	padding-left: 19px;
}