.actions-doc-print{
	display: block; position: relative;
	height: 40px; line-height: 40px;
	padding-left: 40px;
	padding-right: 25px;
	/* background: #dae1e3; */
	background: #e6e6e6;
	color: #1a3740;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}
.actions-doc-print:hover{
	/* background: #7ac29f; */
	background: #DBEAE7;
}
.actions-doc-print div{
	position: absolute;
	top: 0px; left: 0px;
	width: 40px; height: 40px;
	background: url(../img/icons_paket.png) -80px -120px no-repeat;
}
.actions-doc-print a{
	color: #1a3740;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;


	font-family: "Nunito Sans";
    /* padding-left: 40px; */
    /* padding-right: 25px; */
    /* background: #dae1e3; */
    /* background: #e6e6e6; */
    /* color: #1a3740; */
    /* font-weight: 400; */
    /* text-decoration: none; */
    /* cursor: pointer; */
}