/* Botão verde */

.mw-ui-button.mw-ui-constructive {
    background: #00af89;
    color: #fff;
    border: 1px solid #00af89;
    border-left: none;
    border-right: none
}

.mw-ui-button.mw-ui-constructive:hover,
.mw-ui-button.mw-ui-constructive:focus {
	background: #02c399;
    border-color: #02c399;
}

.mw-ui-button.mw-ui-constructive:active,
.mw-ui-button.mw-ui-constructive.mw-ui-checked {
    background: #008c6e;
    border-color: #008c6e;
    box-shadow: none
}

.mw-ui-button.mw-ui-constructive:disabled {
    background: #ccc;
    border-color: #ccc
}

.mw-ui-button.mw-ui-constructive:disabled:hover,
.mw-ui-button.mw-ui-constructive:disabled:active,
.mw-ui-button.mw-ui-constructive:disabled.mw-ui-checked {
    box-shadow: none
}

.mw-ui-button.mw-ui-constructive.mw-ui-quiet {
    color: #898989
}

.mw-ui-button.mw-ui-constructive.mw-ui-quiet:hover,
.mw-ui-button.mw-ui-constructive.mw-ui-quiet:focus {
    color: #33bfa1
}

.mw-ui-button.mw-ui-constructive.mw-ui-quiet:active,
.mw-ui-button.mw-ui-constructive.mw-ui-quiet.mw-ui-checked {
    color: #008c6e
}

.mw-ui-button.mw-ui-constructive.mw-ui-quiet:disabled {
    color: #ccc
}