.action_result{ 
    padding: 10px 0px;
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
	margin: 0px 0px 0px 8px;
	background-position: 10px center;
    padding-left: 30px;
    background-repeat: no-repeat;
}

.action_result.success{
	color: #325e1c;
	border: 1px #c9e1bd solid;
	background-color: #d6fdbf;
	border-color: #c9e1bd #c9e1bd #c9e1bd transparent;  /* LTR */
	background-image: url(../../../../../misc/icons/73b355/check.svg);
	box-shadow: -8px 0 0 #77b259; /* LTR */
}

.action_result.error{
	color: #a51b00;
	border: 1px #f9c9bf solid;
	background-color: #fcf4f2;
	border-color: #f9c9bf #f9c9bf #f9c9bf transparent;  /* LTR */
	background-image: url(../../../../../misc/icons/e32700/error.svg);
	box-shadow: -8px 0 0 #e62600; /* LTR */
}
