.edit_buttons{
	/*background: #F7FBFF none repeat scroll 0% 0%;
	position: absolute;
	width: 150px;
	padding: 5px;
	left: -160px;
	top: 0;
	z-index: 1000;
	border-radius: 3px;*/
	display: none;
}

.action_span::after{
	content: "¨‹";
	font-size: 0.75em;
	margin-left: 0.3em
}

.edit_buttons_hide{
	padding: 5px;
	padding-top: 0.7em;
	display: none;
	position: absolute; 
	left: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 1em #999;
	width:250px;
}

.edit_buttons_container:hover .edit_buttons_hide{
	display: block;
}

.edit_button{
	cursor: pointer;
	padding: 1px 0;
}

.department_item{
	position: relative;
}

.department{
	padding: 5px;
}

.department:hover{
	
}

.department:hover > .edit_buttons{
	display: block;
}

.department_tr:hover{
	background: #FFF59D;
	color: #000;
}

.department_tr:hover .edit_buttons{
	display: block;
}



.dep_tree{
	line-height:1.5em;
	border-collapse: collapse;
}

.dep_type0{
	background: #4B77BE;
	color: #fff;
}

.dep_type1{
	background: #dedede;		
}

.dep_tree td{
	padding: 5px;
}

.dark_background{
	display: block;
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.6);
}

.dark_background *{
	box-sizing: border-box;
}

.edit_txt{
	border: 1px solid #aaa;
	border-radius: 0.25em;
	padding: 5px;
	width:100%;
}

.edit_txt:focus{
	border: 1px solid rgb(137, 180, 222);
	box-shadow: 0px 0px 3px rgb(62, 156, 249);
}

.edit_group input{
	margin-top: 5px;
}

#add_dep_form{
	background:#fff;width:400px;height:200px;border-radius:0.5em;padding:1em;margin:auto;position:absolute;left:0;top:0;right:0;bottom:0;
}

#edit_dep_form{
	background:#fff;width:400px;height:200px;border-radius:0.5em;padding:1em;margin:auto;position:absolute;left:0;top:0;right:0;bottom:0;
}

.msg{
	position: fixed;
	top: 10%;
	padding: 10px;
	width: 80%;
	margin: auto;
	left: 0px;
	right: 0px;
	border-radius: 5px;
	z-index: 100000;
}