
#zmist-tabs{text-align:right;}
#zmist-tabs .item{
	cursor:pointer;
	cursor:hand;
	padding-top:6px;
	padding-left:36px;
	font-weight:500;
	background-size:36px 36px;
	background-position:0px 0px;
}
#zmist-tabs .item:hover{text-decoration:underline; color:rgb(0,149,171);}

#zmist-open-all{background-image:url(img/arrow-down-green.svg)}
#zmist-close-all{background-image:url(img/arrow-up-green.svg)}

.d_gla.red {color:rgb(199,52,117);}

ul.refs, ul.refs ul{
	list-style:none;
	padding:0;
	margin:0;
}

ul.refs{}

ul.refs li ul{
	padding:0;
	display:none;
	margin-left: 0px;	
}

ul.refs li.ref_op ul{
	display:block;
	padding-top:5px;
}
ul.refs li.ref_cl ul{
	display:none;
}

ul.refs li{
	padding:7px;
	margin:0;
}

.ref_im{
	cursor:pointer;
	cursor:hand;
	margin-right:10px;
}

.ref_a{line-height:25px;
	min-height:25px;
	padding-left:20px;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
	margin-left:10px;
	color:#000;
	display:block;}
	
.ref_a:hover{text-decoration:underline;}
a.ref_a.ref_hl{color:rgba(0,149,171,1);}

div.mb_ref{
	float:left;
	display:inline-block;
	margin-top:4px;
	width:28px;
	height:25px;
	background:transparent url(img/expand.svg) no-repeat left;
}

div.mb_ref.cur{
	background:transparent url(img/suspend.svg) no-repeat left;
}

div.ref_no{
	display:none;
}


