body{
	font: menu;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	cursor: default;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	overflow: hidden;
	width: 320px;
	height: 530px;
}
body.linux{
	font-size: 12px;
}
body.transitional{
	-webkit-transition-property: height;
}
body[data-zoom='90']>*:not(menu),
body[data-zoom='90'] menu[type=context] command{
	zoom: .9;
}
body[data-zoom='90'] #drop-overlay.bookmark{ /* zooming out makes the line too hard to see */
	border-top: 0;
}
body[data-zoom='110']>*:not(menu),
body[data-zoom='110'] menu[type=context] command{
	zoom: 1.1;
}
body[data-zoom='120']>*:not(menu),
body[data-zoom='120'] menu[type=context] command{
	zoom: 1.2;
}
body[data-zoom='130']>*:not(menu),
body[data-zoom='130'] menu[type=context] command{
	zoom: 1.3;
}
body[data-zoom='140']>*:not(menu),
body[data-zoom='140'] menu[type=context] command{
	zoom: 1.4;
}
input{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: menu;
}
body.linux input{
	font-size: 12px;
}
#container{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#copier-input{
	width: 0px;
	height: 0px;
	border: 0;
	resize: none;
}
#search{
	padding: 0 2px 2px;
}
#search input{
	width: 100%;
	margin: 2px 0;
	padding: 2px;
}
#results,
#tree{
	background-color: #EEEEEE;
	overflow: auto;
	outline: 0;
	padding: 3px 0;
	box-shadow: inset 0 4px 4px -4px rgba(0,0,0,.1);
	-webkit-box-flex: 1;
	position: relative;
}
#results ul,
#results ul li,
#tree ul,
#tree ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#results ul li a,
#tree ul li a,
#tree ul li span{
	display: block;
	line-height: 1.67em;
	padding: 0 4px;
	text-decoration: none;
	color: #000000;
	outline: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#results ul li a *,
#tree ul li a *,
#tree ul li span *{
	pointer-events: none;
}
#tree ul li span .twisty{
	display: inline-block;
	position: relative;
	width: 0;
	height: 0;
	border-width: 4.5px 0 4.5px 8px;
	border-color: transparent transparent transparent #999999;
	border-style: solid;
	margin: 0 4px;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: .15s;
}
#tree ul li.open>span .twisty{
	-webkit-transform: rotate(90deg);
}
#results ul li a img,
#results ul li span img,
#tree ul li a img,
#tree ul li span img{
	margin-top: -3px;
	vertical-align: middle;
	margin-right: 4px;
}
/*/z*******/
.addbookmark_ggf{
	margin-left:5px;
	width:15px;
	pointer-events: visible !important;
}
/*//z*/

#results ul li a img,
#tree ul li a img{
	margin-left: 14px;
}
#results ul li i,
#tree ul li i{
	font-style: normal;
}
#results ul li a:hover i,
#tree ul li a:hover i{
	text-decoration: underline;
}
#results ul li a:active,
#results ul li a.active,
#results ul li a:focus,
#tree ul li a:active,
#tree ul li span:active,
#tree ul li a.active,
#tree ul li span.active,
#tree ul li a:focus,
#tree ul li span:focus,
menu[type=context] command:focus{
	color: #FFFFFF;
	background-color: #4687cb;
	background-image: -webkit-linear-gradient(top,#6fa6de 0%,#1e6cbb 100%);
	text-shadow: 0 1px #333333;
	outline: 0;
}
#tree ul li span:active .twisty,
#tree ul li span.active .twisty,
#tree ul li span:focus .twisty{
	border-color: transparent transparent transparent #F9F9F9;
}
#tree ul ul{
	height: 0;
	overflow: hidden;
}
#tree .open>ul{
	height: auto;
}
@-webkit-keyframes blueFade {
	0% {
		background-color: transparent;
	}
	10%{
		background-color: rgba(0,51,255,.2);
	}
	100% {
		background-color: transparent;
	}
}
#tree ul li a.focus,
#tree ul li span.focus{
	-webkit-animation-name: blueFade;
	-webkit-animation-duration: 5s;
}

#bookmark-clone{
	position: absolute;
	left: -999px;
	margin: -1em 0 0 -24px;
	white-space: nowrap;
	line-height: 1em;
	padding: .3em;
	-webkit-mask-image: -webkit-linear-gradient(left, rgba(0,0,0,.8) 0%, rgba(0,0,0,.2) 100%);
	pointer-events: none;
	cursor: default;
}
#bookmark-clone img{
	vertical-align: text-top;
	margin-right: 4px;
}
#bookmark-clone i{
	font-style: normal;
}
#drop-overlay{
	display: block;
	width: 100%;
	position: absolute;
	left: -999px;
	pointer-events: none;
	margin: -1px 0 0;
	-webkit-box-sizing: border-box;
	-box-sizing: border-box;
}
#drop-overlay.bookmark{
	margin-left: -3px;
	height: 3px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
}
#drop-overlay.folder{
	background-color: rgba(43,93,205,.2);
	border: 1px solid #5594d2;
	border-radius: 2px;
}

menu[type=context]{
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .3s;
	opacity: 0;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	left: -999px;
	border: 1px solid #999999;
	border-radius: 3px;
	background-color: #F9F9F9;
	box-shadow: 0 2px 6px #BBBBBB;
	outline: 0;
	max-width: 100%;
}
menu[type=context] command{
	display: block;
	margin: 0 2px;
	padding: 0 6px 0 22px;
	line-height: 20px;
	text-shadow: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
menu[type=context] img{
	float: left;
	margin: -18px 0 0 4px;
	pointer-events: none;
}
menu[type=context] hr{
	border: 0;
	padding: 0;
	height: 1px;
	margin: 2px 4px;
	background-color: #BBBBBB;
	pointer-events: none;
}
menu[type=context].hide-editables span img,
menu[type=context].hide-editables span hr,
menu[type=context].hide-editables #folder-edit,
menu[type=context].hide-editables #folder-delete,
menu[type=context].hide-editables #add-folder-separator{
	display: none;
}

#resizer{
	position: absolute;
	width: 4px;
	height: 100%;
	margin: 0;
	top: 0;
	cursor: col-resize;
}

#cover{
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	width: 100%;
	opacity: 0;
	background-color: rgba(255,255,255,.5);
}
.transitional #cover{
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .3s;
}
.needConfirm #cover,
.needEdit #cover{
	left: 0;
	opacity: 1;
}

.dialog{
	position: absolute;
	top: -150px;
	left: 0;
	right: 0;
	opacity: 0;
	background-color: #F9F9F9;
	padding: .8em;
	border: 1px solid #BBBBBB;
	box-shadow: 0 0 6px #BBBBBB;
}
.transitional .dialog{
	-webkit-transition-property: opacity, top;
	-webkit-transition-duration: .3s;
}
.dialog-text{
	padding: 0;
	margin: 0 0 1em;
	line-height: 1.4em;
	font-size: 110%;
}
.dialog .buttons{
	text-align: right;
}
.dialog .buttons button{
	padding: .24em 0.8em;
}
.dialog pre{
	white-space: pre-line;
	margin: 0;
	padding: 5px;
	line-height: 1.1em;
	-webkit-user-select: text;
	cursor: text;
	background-color: #F9F9F9;
	text-shadow: none;
}

#edit-dialog .dialog-text{
	margin: 0 0 .5em;
	font-weight: bold;
}
#edit-dialog input{
	width: 100%;
	margin: 0 0 .8em;
	padding: 2px;
}
#edit-dialog input:invalid{
	outline-color: red;
}

.needConfirm #confirm-dialog,
.needEdit #edit-dialog{
	top: 0;
	opacity: 1;
}