﻿.btn-mg-action {
  color: #fff;
  background-color: #4d9cbd;
  border-color: #22799F;
}
.btn-mg-action:focus,
.btn-mg-action.focus {
  color: #fff;
  background-color: #337997;
  border-color: #003B55;
}
.btn-mg-action:hover {
  color: #fff;
  background-color: #337997;
  border-color: #125D7E;
}
.btn-mg-action:active,
.btn-mg-action.active,
.open > .dropdown-toggle.btn-mg-action {
  color: #fff;
  background-color: #337997;
  border-color: #125D7E;
}
.btn-mg-action:active:hover,
.btn-mg-action.active:hover,
.open > .dropdown-toggle.btn-mg-action:hover,
.btn-mg-action:active:focus,
.btn-mg-action.active:focus,
.open > .dropdown-toggle.btn-mg-action:focus,
.btn-mg-action:active.focus,
.btn-mg-action.active.focus,
.open > .dropdown-toggle.btn-mg-action.focus {
  color: #fff;
  background-color: #125D7E;
  border-color: #003B55;
}
.btn-mg-action:active,
.btn-mg-action.active,
.open > .dropdown-toggle.btn-mg-action {
  background-image: none;
}
.btn-mg-action.disabled,
.btn-mg-action[disabled],
fieldset[disabled] .btn-mg-action,
.btn-mg-action.disabled:hover,
.btn-mg-action[disabled]:hover,
fieldset[disabled] .btn-mg-action:hover,
.btn-mg-action.disabled:focus,
.btn-mg-action[disabled]:focus,
fieldset[disabled] .btn-mg-action:focus,
.btn-mg-action.disabled.focus,
.btn-mg-action[disabled].focus,
fieldset[disabled] .btn-mg-action.focus,
.btn-mg-action.disabled:active,
.btn-mg-action[disabled]:active,
fieldset[disabled] .btn-mg-action:active,
.btn-mg-action.disabled.active,
.btn-mg-action[disabled].active,
fieldset[disabled] .btn-mg-action.active {
  background-color: #4d9cbd;
  border-color: #22799F;
}
.btn-mg-action .badge {
  color: #4d9cbd;
  background-color: #fff;
}