/**
 * General button component css objects.
 *
 * @author		ivo.fortes@maria-design.pt
 * @date		2019-04-18
 * @version		1.0
 */
.maria_design-component-button {
	margin: 0;
	width: 100%;
	height: 40px;
	color: #000000;
	outline: none;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.maria_design-component-button:hover {
	color: #007700;
}

.maria_design-component-button>img {
	
}

.maria_design-component-button>span {
	
}