.btn-riposte-default {
  background-color: transparent;
  border: 2px solid #243b67;
  color: #243b67;
  padding: 10px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
  max-width: 200px;
  min-height: 43px;
  text-transform: none;
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
.btn-riposte-default:hover,
.btn-riposte-default.active {
  background-color: #243b67;
  color: #ffffff;
}
.btn-riposte-disabled {
  background-color: transparent;
  border: 2px solid #9e9e9e;
  color: #9e9e9e;
  padding: 10px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
  max-width: 200px;
  min-height: 43px;
  text-transform: none;
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
.btn-riposte-secondary {
  background-color: transparent;
  border: 2px solid #243b67;
  color: #ffffff;
  background-color: #243b67;
  padding: 10px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
  max-width: 200px;
  min-height: 43px;
  text-transform: none;
  display: inline-block;
  max-width: 100%;
  text-align: center;
}

.btn-riposte-secondary:hover,
.btn-riposte-secondary.active {
  background-color: #ffffff;
  color: #243b67;
}

.btn.btn-light {
  background: #F1F4F9 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  color: #081f4a;
  text-align: center;
  font: normal normal 600 16px/22px Open Sans;
  height: 60px;
  border: 0;
}

.btn-light:hover {
  background: #F1F4F9 0% 0% no-repeat padding-box;
  opacity: 0.8;
}

.btn-secondary {
  background: #DB1A21 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  font: normal normal 600 16px/22px Open Sans;
  height: 60px;
  border: 0;
}

.btn-secondary:hover {
  background: #DB1A21 0% 0% no-repeat padding-box;
  opacity: 0.8;
  color: #ffffff;
}

.btn-complaint-nav:focus {
  color: #ffffff;
  background: #DB1A21 0% 0% no-repeat padding-box;
}