/*
    Add your custom styles here
*/
button.frm_button_submit:disabled,
button.frm_button_submit[disabled] {
  opacity: 0.2;
  background: #333 !important;
  border-color: #333 !important;
  cursor: not-allowed; }
  button.frm_button_submit:disabled:hover,
  button.frm_button_submit[disabled]:hover {
    color: #FFF !important; }

.site-footer {
  background: #14171f;
  color: #FFF; }
  .site-footer .logo-rivenditore-autorizzato {
    height: 30px; }

input[type="checkbox"]:disabled, input[type="checkbox"][disabled] {
  opacity: 0.5;
  background: #e8e8e8 !important;
  cursor: not-allowed; }

/*# sourceMappingURL=theme.css.map */
