.btn {
  padding: 0.1em 14px;
  background-color: #e5ffff;
  color: #3e4460;
  border: 1px solid #777f91;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  cursor: hand;
  background: #e5ffff;
  background: -moz-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #e5ffff));
  background: -o-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #e5ffff 100%);
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
}
.btn:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), color-stop(100%, #ffffff));
  background: -o-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
}
.btn:active,
.btn.active,
.btn.toggled {
  background: #c8e5e5;
  background: -moz-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #c8e5e5));
  background: -o-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #c8e5e5 100%);
}
.btn:disabled,
.btn.disabled {
  background: rgba(131, 196, 196, 0.4);
  background: -moz-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(127, 255, 255, 0.4)), color-stop(100%, rgba(131, 196, 196, 0.4)));
  background: -o-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
}
.btn:active,
.btn.active,
.btn.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.btn:disabled,
.btn.disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.btn:disabled,
.btn.disabled {
  cursor: default;
}
.btn.btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.btn.btn-primary {
  background: #0085bc;
  background: -moz-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #29abe2), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #29abe2 30%, #0085bc 100%);
  color: #fdfdfd;
  border: 1px solid #00445f;
}
.btn.btn-primary:hover {
  background: #0097d6;
  background: -moz-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3fb4e5), color-stop(100%, #0097d6));
  background: -o-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -ms-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: linear-gradient(to bottom, #3fb4e5 30%, #0097d6 100%);
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.toggled {
  background: #0085bc;
  background: -moz-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0085bc), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #0085bc 30%, #0085bc 100%);
}
.btn.btn-primary:disabled,
.btn.btn-primary.disabled {
  background: rgba(0, 61, 86, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 61, 86, 0.4)), color-stop(100%, rgba(0, 61, 86, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
}
.btn.btn-info {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #5bc0de), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #5bc0de 30%, #2f96b4 100%);
  color: #fdfdfd;
  border: 1px solid #1e6276;
}
.btn.btn-info:hover {
  background: #34a7c8;
  background: -moz-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70c8e2), color-stop(100%, #34a7c8));
  background: -o-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -ms-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: linear-gradient(to bottom, #70c8e2 30%, #34a7c8 100%);
}
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.toggled {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #2f96b4), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #2f96b4 30%, #2f96b4 100%);
}
.btn.btn-info:disabled,
.btn.btn-info.disabled {
  background: rgba(26, 83, 99, 0.4);
  background: -moz-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(26, 83, 99, 0.4)), color-stop(100%, rgba(26, 83, 99, 0.4)));
  background: -o-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
}
.btn.btn-success {
  background: #51a351;
  background: -moz-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #62c462), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: linear-gradient(to bottom, #62c462 30%, #51a351 100%);
  color: #fdfdfd;
  border: 1px solid #336633;
}
.btn.btn-success:hover {
  background: #5eaf5e;
  background: -moz-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #75cb75), color-stop(100%, #5eaf5e));
  background: -o-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -ms-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: linear-gradient(to bottom, #75cb75 30%, #5eaf5e 100%);
}
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.toggled {
  background: #51a351;
  background: -moz-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #51a351), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: linear-gradient(to bottom, #51a351 30%, #51a351 100%);
}
.btn.btn-success:disabled,
.btn.btn-success.disabled {
  background: rgba(47, 95, 47, 0.4);
  background: -moz-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(47, 95, 47, 0.4)), color-stop(100%, rgba(47, 95, 47, 0.4)));
  background: -o-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
}
.btn.btn-warning {
  background: #f89406;
  background: -moz-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fbb450), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: linear-gradient(to bottom, #fbb450 30%, #f89406 100%);
  color: #fdfdfd;
  border: 1px solid #ab6506;
}
.btn.btn-warning:hover {
  background: #fa9f1e;
  background: -moz-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fcbf69), color-stop(100%, #fa9f1e));
  background: -o-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -ms-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: linear-gradient(to bottom, #fcbf69 30%, #fa9f1e 100%);
}
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.toggled {
  background: #f89406;
  background: -moz-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f89406), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: linear-gradient(to bottom, #f89406 30%, #f89406 100%);
}
.btn.btn-warning:disabled,
.btn.btn-warning.disabled {
  background: rgba(148, 89, 4, 0.4);
  background: -moz-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(148, 89, 4, 0.4)), color-stop(100%, rgba(148, 89, 4, 0.4)));
  background: -o-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
}
.btn.btn-error {
  background: #bd362f;
  background: -moz-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ee5f5b), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #ee5f5b 30%, #bd362f 100%);
  color: #fdfdfd;
  border: 1px solid #92322b;
}
.btn.btn-error:hover {
  background: #ce3f38;
  background: -moz-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f07672), color-stop(100%, #ce3f38));
  background: -o-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -ms-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: linear-gradient(to bottom, #f07672 30%, #ce3f38 100%);
}
.btn.btn-error:active,
.btn.btn-error.active,
.btn.btn-error.toggled {
  background: #bd362f;
  background: -moz-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #bd362f), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #bd362f 30%, #bd362f 100%);
}
.btn.btn-error:disabled,
.btn.btn-error.disabled {
  background: rgba(107, 31, 27, 0.4);
  background: -moz-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(107, 31, 27, 0.4)), color-stop(100%, rgba(107, 31, 27, 0.4)));
  background: -o-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
}
.btn.btn-donate {
  background-color: transparent;
  background-image: url('../img/donationbutton.png');
  width: 149px;
  height: 77px;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  padding-top: 77px;
  margin-left: -5px;
}
.btn.btn-donate:active,
.btn.btn-donate.active,
.btn.btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.btn.btn-donate:disabled,
.btn.btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.btn.btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.btn.btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.btn.btn-donate:focus {
  outline: none;
}
form {
  display: block;
  line-height: 1.4;
}
form.inline {
  display: inline-block;
  vertical-align: middle;
}
input,
textarea,
select {
  background-color: #fdfdfd;
  color: #003282;
  height: calc(1.6em + 2px);
  line-height: 1.4em;
  border: 1px solid #91b2d3;
  padding: 0.1em;
  margin-bottom: 3px;
  margin-top: 3px;
  display: block;
  vertical-align: middle;
  width: 100%;
}
input:not([readonly]):not(:disabled):focus,
textarea:not([readonly]):not(:disabled):focus,
select:not([readonly]):not(:disabled):focus {
  outline: rgba(0, 100, 160, 0.5) auto 5px;
  outline-offset: -2px;
}
input[type="button"],
textarea[type="button"],
select[type="button"],
input[type="submit"],
textarea[type="submit"],
select[type="submit"],
input[type="reset"],
textarea[type="reset"],
select[type="reset"] {
  display: inline-block;
  width: auto;
  padding: 0.1em 14px;
  background-color: #e5ffff;
  color: #3e4460;
  border: 1px solid #777f91;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  cursor: hand;
  background: #e5ffff;
  background: -moz-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #e5ffff));
  background: -o-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #e5ffff 100%);
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
}
input[type="button"]:hover,
textarea[type="button"]:hover,
select[type="button"]:hover,
input[type="submit"]:hover,
textarea[type="submit"]:hover,
select[type="submit"]:hover,
input[type="reset"]:hover,
textarea[type="reset"]:hover,
select[type="reset"]:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), color-stop(100%, #ffffff));
  background: -o-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
}
input[type="button"]:active,
textarea[type="button"]:active,
select[type="button"]:active,
input[type="submit"]:active,
textarea[type="submit"]:active,
select[type="submit"]:active,
input[type="reset"]:active,
textarea[type="reset"]:active,
select[type="reset"]:active,
input[type="button"].active,
textarea[type="button"].active,
select[type="button"].active,
input[type="submit"].active,
textarea[type="submit"].active,
select[type="submit"].active,
input[type="reset"].active,
textarea[type="reset"].active,
select[type="reset"].active,
input[type="button"].toggled,
textarea[type="button"].toggled,
select[type="button"].toggled,
input[type="submit"].toggled,
textarea[type="submit"].toggled,
select[type="submit"].toggled,
input[type="reset"].toggled,
textarea[type="reset"].toggled,
select[type="reset"].toggled {
  background: #c8e5e5;
  background: -moz-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #c8e5e5));
  background: -o-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #c8e5e5 100%);
}
input[type="button"]:disabled,
textarea[type="button"]:disabled,
select[type="button"]:disabled,
input[type="submit"]:disabled,
textarea[type="submit"]:disabled,
select[type="submit"]:disabled,
input[type="reset"]:disabled,
textarea[type="reset"]:disabled,
select[type="reset"]:disabled,
input[type="button"].disabled,
textarea[type="button"].disabled,
select[type="button"].disabled,
input[type="submit"].disabled,
textarea[type="submit"].disabled,
select[type="submit"].disabled,
input[type="reset"].disabled,
textarea[type="reset"].disabled,
select[type="reset"].disabled {
  background: rgba(131, 196, 196, 0.4);
  background: -moz-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(127, 255, 255, 0.4)), color-stop(100%, rgba(131, 196, 196, 0.4)));
  background: -o-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
}
input[type="button"]:active,
textarea[type="button"]:active,
select[type="button"]:active,
input[type="submit"]:active,
textarea[type="submit"]:active,
select[type="submit"]:active,
input[type="reset"]:active,
textarea[type="reset"]:active,
select[type="reset"]:active,
input[type="button"].active,
textarea[type="button"].active,
select[type="button"].active,
input[type="submit"].active,
textarea[type="submit"].active,
select[type="submit"].active,
input[type="reset"].active,
textarea[type="reset"].active,
select[type="reset"].active,
input[type="button"].toggled,
textarea[type="button"].toggled,
select[type="button"].toggled,
input[type="submit"].toggled,
textarea[type="submit"].toggled,
select[type="submit"].toggled,
input[type="reset"].toggled,
textarea[type="reset"].toggled,
select[type="reset"].toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
input[type="button"]:disabled,
textarea[type="button"]:disabled,
select[type="button"]:disabled,
input[type="submit"]:disabled,
textarea[type="submit"]:disabled,
select[type="submit"]:disabled,
input[type="reset"]:disabled,
textarea[type="reset"]:disabled,
select[type="reset"]:disabled,
input[type="button"].disabled,
textarea[type="button"].disabled,
select[type="button"].disabled,
input[type="submit"].disabled,
textarea[type="submit"].disabled,
select[type="submit"].disabled,
input[type="reset"].disabled,
textarea[type="reset"].disabled,
select[type="reset"].disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
input[type="button"]:disabled,
textarea[type="button"]:disabled,
select[type="button"]:disabled,
input[type="submit"]:disabled,
textarea[type="submit"]:disabled,
select[type="submit"]:disabled,
input[type="reset"]:disabled,
textarea[type="reset"]:disabled,
select[type="reset"]:disabled,
input[type="button"].disabled,
textarea[type="button"].disabled,
select[type="button"].disabled,
input[type="submit"].disabled,
textarea[type="submit"].disabled,
select[type="submit"].disabled,
input[type="reset"].disabled,
textarea[type="reset"].disabled,
select[type="reset"].disabled {
  cursor: default;
}
input[type="button"].btn-big,
textarea[type="button"].btn-big,
select[type="button"].btn-big,
input[type="submit"].btn-big,
textarea[type="submit"].btn-big,
select[type="submit"].btn-big,
input[type="reset"].btn-big,
textarea[type="reset"].btn-big,
select[type="reset"].btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
input[type="button"].btn-primary,
textarea[type="button"].btn-primary,
select[type="button"].btn-primary,
input[type="submit"].btn-primary,
textarea[type="submit"].btn-primary,
select[type="submit"].btn-primary,
input[type="reset"].btn-primary,
textarea[type="reset"].btn-primary,
select[type="reset"].btn-primary {
  background: #0085bc;
  background: -moz-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #29abe2), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #29abe2 30%, #0085bc 100%);
  color: #fdfdfd;
  border: 1px solid #00445f;
}
input[type="button"].btn-primary:hover,
textarea[type="button"].btn-primary:hover,
select[type="button"].btn-primary:hover,
input[type="submit"].btn-primary:hover,
textarea[type="submit"].btn-primary:hover,
select[type="submit"].btn-primary:hover,
input[type="reset"].btn-primary:hover,
textarea[type="reset"].btn-primary:hover,
select[type="reset"].btn-primary:hover {
  background: #0097d6;
  background: -moz-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3fb4e5), color-stop(100%, #0097d6));
  background: -o-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -ms-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: linear-gradient(to bottom, #3fb4e5 30%, #0097d6 100%);
}
input[type="button"].btn-primary:active,
textarea[type="button"].btn-primary:active,
select[type="button"].btn-primary:active,
input[type="submit"].btn-primary:active,
textarea[type="submit"].btn-primary:active,
select[type="submit"].btn-primary:active,
input[type="reset"].btn-primary:active,
textarea[type="reset"].btn-primary:active,
select[type="reset"].btn-primary:active,
input[type="button"].btn-primary.active,
textarea[type="button"].btn-primary.active,
select[type="button"].btn-primary.active,
input[type="submit"].btn-primary.active,
textarea[type="submit"].btn-primary.active,
select[type="submit"].btn-primary.active,
input[type="reset"].btn-primary.active,
textarea[type="reset"].btn-primary.active,
select[type="reset"].btn-primary.active,
input[type="button"].btn-primary.toggled,
textarea[type="button"].btn-primary.toggled,
select[type="button"].btn-primary.toggled,
input[type="submit"].btn-primary.toggled,
textarea[type="submit"].btn-primary.toggled,
select[type="submit"].btn-primary.toggled,
input[type="reset"].btn-primary.toggled,
textarea[type="reset"].btn-primary.toggled,
select[type="reset"].btn-primary.toggled {
  background: #0085bc;
  background: -moz-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0085bc), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #0085bc 30%, #0085bc 100%);
}
input[type="button"].btn-primary:disabled,
textarea[type="button"].btn-primary:disabled,
select[type="button"].btn-primary:disabled,
input[type="submit"].btn-primary:disabled,
textarea[type="submit"].btn-primary:disabled,
select[type="submit"].btn-primary:disabled,
input[type="reset"].btn-primary:disabled,
textarea[type="reset"].btn-primary:disabled,
select[type="reset"].btn-primary:disabled,
input[type="button"].btn-primary.disabled,
textarea[type="button"].btn-primary.disabled,
select[type="button"].btn-primary.disabled,
input[type="submit"].btn-primary.disabled,
textarea[type="submit"].btn-primary.disabled,
select[type="submit"].btn-primary.disabled,
input[type="reset"].btn-primary.disabled,
textarea[type="reset"].btn-primary.disabled,
select[type="reset"].btn-primary.disabled {
  background: rgba(0, 61, 86, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 61, 86, 0.4)), color-stop(100%, rgba(0, 61, 86, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
}
input[type="button"].btn-info,
textarea[type="button"].btn-info,
select[type="button"].btn-info,
input[type="submit"].btn-info,
textarea[type="submit"].btn-info,
select[type="submit"].btn-info,
input[type="reset"].btn-info,
textarea[type="reset"].btn-info,
select[type="reset"].btn-info {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #5bc0de), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #5bc0de 30%, #2f96b4 100%);
  color: #fdfdfd;
  border: 1px solid #1e6276;
}
input[type="button"].btn-info:hover,
textarea[type="button"].btn-info:hover,
select[type="button"].btn-info:hover,
input[type="submit"].btn-info:hover,
textarea[type="submit"].btn-info:hover,
select[type="submit"].btn-info:hover,
input[type="reset"].btn-info:hover,
textarea[type="reset"].btn-info:hover,
select[type="reset"].btn-info:hover {
  background: #34a7c8;
  background: -moz-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70c8e2), color-stop(100%, #34a7c8));
  background: -o-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -ms-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: linear-gradient(to bottom, #70c8e2 30%, #34a7c8 100%);
}
input[type="button"].btn-info:active,
textarea[type="button"].btn-info:active,
select[type="button"].btn-info:active,
input[type="submit"].btn-info:active,
textarea[type="submit"].btn-info:active,
select[type="submit"].btn-info:active,
input[type="reset"].btn-info:active,
textarea[type="reset"].btn-info:active,
select[type="reset"].btn-info:active,
input[type="button"].btn-info.active,
textarea[type="button"].btn-info.active,
select[type="button"].btn-info.active,
input[type="submit"].btn-info.active,
textarea[type="submit"].btn-info.active,
select[type="submit"].btn-info.active,
input[type="reset"].btn-info.active,
textarea[type="reset"].btn-info.active,
select[type="reset"].btn-info.active,
input[type="button"].btn-info.toggled,
textarea[type="button"].btn-info.toggled,
select[type="button"].btn-info.toggled,
input[type="submit"].btn-info.toggled,
textarea[type="submit"].btn-info.toggled,
select[type="submit"].btn-info.toggled,
input[type="reset"].btn-info.toggled,
textarea[type="reset"].btn-info.toggled,
select[type="reset"].btn-info.toggled {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #2f96b4), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #2f96b4 30%, #2f96b4 100%);
}
input[type="button"].btn-info:disabled,
textarea[type="button"].btn-info:disabled,
select[type="button"].btn-info:disabled,
input[type="submit"].btn-info:disabled,
textarea[type="submit"].btn-info:disabled,
select[type="submit"].btn-info:disabled,
input[type="reset"].btn-info:disabled,
textarea[type="reset"].btn-info:disabled,
select[type="reset"].btn-info:disabled,
input[type="button"].btn-info.disabled,
textarea[type="button"].btn-info.disabled,
select[type="button"].btn-info.disabled,
input[type="submit"].btn-info.disabled,
textarea[type="submit"].btn-info.disabled,
select[type="submit"].btn-info.disabled,
input[type="reset"].btn-info.disabled,
textarea[type="reset"].btn-info.disabled,
select[type="reset"].btn-info.disabled {
  background: rgba(26, 83, 99, 0.4);
  background: -moz-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(26, 83, 99, 0.4)), color-stop(100%, rgba(26, 83, 99, 0.4)));
  background: -o-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
}
input[type="button"].btn-success,
textarea[type="button"].btn-success,
select[type="button"].btn-success,
input[type="submit"].btn-success,
textarea[type="submit"].btn-success,
select[type="submit"].btn-success,
input[type="reset"].btn-success,
textarea[type="reset"].btn-success,
select[type="reset"].btn-success {
  background: #51a351;
  background: -moz-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #62c462), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: linear-gradient(to bottom, #62c462 30%, #51a351 100%);
  color: #fdfdfd;
  border: 1px solid #336633;
}
input[type="button"].btn-success:hover,
textarea[type="button"].btn-success:hover,
select[type="button"].btn-success:hover,
input[type="submit"].btn-success:hover,
textarea[type="submit"].btn-success:hover,
select[type="submit"].btn-success:hover,
input[type="reset"].btn-success:hover,
textarea[type="reset"].btn-success:hover,
select[type="reset"].btn-success:hover {
  background: #5eaf5e;
  background: -moz-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #75cb75), color-stop(100%, #5eaf5e));
  background: -o-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -ms-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: linear-gradient(to bottom, #75cb75 30%, #5eaf5e 100%);
}
input[type="button"].btn-success:active,
textarea[type="button"].btn-success:active,
select[type="button"].btn-success:active,
input[type="submit"].btn-success:active,
textarea[type="submit"].btn-success:active,
select[type="submit"].btn-success:active,
input[type="reset"].btn-success:active,
textarea[type="reset"].btn-success:active,
select[type="reset"].btn-success:active,
input[type="button"].btn-success.active,
textarea[type="button"].btn-success.active,
select[type="button"].btn-success.active,
input[type="submit"].btn-success.active,
textarea[type="submit"].btn-success.active,
select[type="submit"].btn-success.active,
input[type="reset"].btn-success.active,
textarea[type="reset"].btn-success.active,
select[type="reset"].btn-success.active,
input[type="button"].btn-success.toggled,
textarea[type="button"].btn-success.toggled,
select[type="button"].btn-success.toggled,
input[type="submit"].btn-success.toggled,
textarea[type="submit"].btn-success.toggled,
select[type="submit"].btn-success.toggled,
input[type="reset"].btn-success.toggled,
textarea[type="reset"].btn-success.toggled,
select[type="reset"].btn-success.toggled {
  background: #51a351;
  background: -moz-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #51a351), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: linear-gradient(to bottom, #51a351 30%, #51a351 100%);
}
input[type="button"].btn-success:disabled,
textarea[type="button"].btn-success:disabled,
select[type="button"].btn-success:disabled,
input[type="submit"].btn-success:disabled,
textarea[type="submit"].btn-success:disabled,
select[type="submit"].btn-success:disabled,
input[type="reset"].btn-success:disabled,
textarea[type="reset"].btn-success:disabled,
select[type="reset"].btn-success:disabled,
input[type="button"].btn-success.disabled,
textarea[type="button"].btn-success.disabled,
select[type="button"].btn-success.disabled,
input[type="submit"].btn-success.disabled,
textarea[type="submit"].btn-success.disabled,
select[type="submit"].btn-success.disabled,
input[type="reset"].btn-success.disabled,
textarea[type="reset"].btn-success.disabled,
select[type="reset"].btn-success.disabled {
  background: rgba(47, 95, 47, 0.4);
  background: -moz-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(47, 95, 47, 0.4)), color-stop(100%, rgba(47, 95, 47, 0.4)));
  background: -o-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
}
input[type="button"].btn-warning,
textarea[type="button"].btn-warning,
select[type="button"].btn-warning,
input[type="submit"].btn-warning,
textarea[type="submit"].btn-warning,
select[type="submit"].btn-warning,
input[type="reset"].btn-warning,
textarea[type="reset"].btn-warning,
select[type="reset"].btn-warning {
  background: #f89406;
  background: -moz-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fbb450), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: linear-gradient(to bottom, #fbb450 30%, #f89406 100%);
  color: #fdfdfd;
  border: 1px solid #ab6506;
}
input[type="button"].btn-warning:hover,
textarea[type="button"].btn-warning:hover,
select[type="button"].btn-warning:hover,
input[type="submit"].btn-warning:hover,
textarea[type="submit"].btn-warning:hover,
select[type="submit"].btn-warning:hover,
input[type="reset"].btn-warning:hover,
textarea[type="reset"].btn-warning:hover,
select[type="reset"].btn-warning:hover {
  background: #fa9f1e;
  background: -moz-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fcbf69), color-stop(100%, #fa9f1e));
  background: -o-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -ms-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: linear-gradient(to bottom, #fcbf69 30%, #fa9f1e 100%);
}
input[type="button"].btn-warning:active,
textarea[type="button"].btn-warning:active,
select[type="button"].btn-warning:active,
input[type="submit"].btn-warning:active,
textarea[type="submit"].btn-warning:active,
select[type="submit"].btn-warning:active,
input[type="reset"].btn-warning:active,
textarea[type="reset"].btn-warning:active,
select[type="reset"].btn-warning:active,
input[type="button"].btn-warning.active,
textarea[type="button"].btn-warning.active,
select[type="button"].btn-warning.active,
input[type="submit"].btn-warning.active,
textarea[type="submit"].btn-warning.active,
select[type="submit"].btn-warning.active,
input[type="reset"].btn-warning.active,
textarea[type="reset"].btn-warning.active,
select[type="reset"].btn-warning.active,
input[type="button"].btn-warning.toggled,
textarea[type="button"].btn-warning.toggled,
select[type="button"].btn-warning.toggled,
input[type="submit"].btn-warning.toggled,
textarea[type="submit"].btn-warning.toggled,
select[type="submit"].btn-warning.toggled,
input[type="reset"].btn-warning.toggled,
textarea[type="reset"].btn-warning.toggled,
select[type="reset"].btn-warning.toggled {
  background: #f89406;
  background: -moz-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f89406), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: linear-gradient(to bottom, #f89406 30%, #f89406 100%);
}
input[type="button"].btn-warning:disabled,
textarea[type="button"].btn-warning:disabled,
select[type="button"].btn-warning:disabled,
input[type="submit"].btn-warning:disabled,
textarea[type="submit"].btn-warning:disabled,
select[type="submit"].btn-warning:disabled,
input[type="reset"].btn-warning:disabled,
textarea[type="reset"].btn-warning:disabled,
select[type="reset"].btn-warning:disabled,
input[type="button"].btn-warning.disabled,
textarea[type="button"].btn-warning.disabled,
select[type="button"].btn-warning.disabled,
input[type="submit"].btn-warning.disabled,
textarea[type="submit"].btn-warning.disabled,
select[type="submit"].btn-warning.disabled,
input[type="reset"].btn-warning.disabled,
textarea[type="reset"].btn-warning.disabled,
select[type="reset"].btn-warning.disabled {
  background: rgba(148, 89, 4, 0.4);
  background: -moz-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(148, 89, 4, 0.4)), color-stop(100%, rgba(148, 89, 4, 0.4)));
  background: -o-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
}
input[type="button"].btn-error,
textarea[type="button"].btn-error,
select[type="button"].btn-error,
input[type="submit"].btn-error,
textarea[type="submit"].btn-error,
select[type="submit"].btn-error,
input[type="reset"].btn-error,
textarea[type="reset"].btn-error,
select[type="reset"].btn-error {
  background: #bd362f;
  background: -moz-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ee5f5b), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #ee5f5b 30%, #bd362f 100%);
  color: #fdfdfd;
  border: 1px solid #92322b;
}
input[type="button"].btn-error:hover,
textarea[type="button"].btn-error:hover,
select[type="button"].btn-error:hover,
input[type="submit"].btn-error:hover,
textarea[type="submit"].btn-error:hover,
select[type="submit"].btn-error:hover,
input[type="reset"].btn-error:hover,
textarea[type="reset"].btn-error:hover,
select[type="reset"].btn-error:hover {
  background: #ce3f38;
  background: -moz-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f07672), color-stop(100%, #ce3f38));
  background: -o-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -ms-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: linear-gradient(to bottom, #f07672 30%, #ce3f38 100%);
}
input[type="button"].btn-error:active,
textarea[type="button"].btn-error:active,
select[type="button"].btn-error:active,
input[type="submit"].btn-error:active,
textarea[type="submit"].btn-error:active,
select[type="submit"].btn-error:active,
input[type="reset"].btn-error:active,
textarea[type="reset"].btn-error:active,
select[type="reset"].btn-error:active,
input[type="button"].btn-error.active,
textarea[type="button"].btn-error.active,
select[type="button"].btn-error.active,
input[type="submit"].btn-error.active,
textarea[type="submit"].btn-error.active,
select[type="submit"].btn-error.active,
input[type="reset"].btn-error.active,
textarea[type="reset"].btn-error.active,
select[type="reset"].btn-error.active,
input[type="button"].btn-error.toggled,
textarea[type="button"].btn-error.toggled,
select[type="button"].btn-error.toggled,
input[type="submit"].btn-error.toggled,
textarea[type="submit"].btn-error.toggled,
select[type="submit"].btn-error.toggled,
input[type="reset"].btn-error.toggled,
textarea[type="reset"].btn-error.toggled,
select[type="reset"].btn-error.toggled {
  background: #bd362f;
  background: -moz-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #bd362f), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #bd362f 30%, #bd362f 100%);
}
input[type="button"].btn-error:disabled,
textarea[type="button"].btn-error:disabled,
select[type="button"].btn-error:disabled,
input[type="submit"].btn-error:disabled,
textarea[type="submit"].btn-error:disabled,
select[type="submit"].btn-error:disabled,
input[type="reset"].btn-error:disabled,
textarea[type="reset"].btn-error:disabled,
select[type="reset"].btn-error:disabled,
input[type="button"].btn-error.disabled,
textarea[type="button"].btn-error.disabled,
select[type="button"].btn-error.disabled,
input[type="submit"].btn-error.disabled,
textarea[type="submit"].btn-error.disabled,
select[type="submit"].btn-error.disabled,
input[type="reset"].btn-error.disabled,
textarea[type="reset"].btn-error.disabled,
select[type="reset"].btn-error.disabled {
  background: rgba(107, 31, 27, 0.4);
  background: -moz-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(107, 31, 27, 0.4)), color-stop(100%, rgba(107, 31, 27, 0.4)));
  background: -o-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
}
input[type="button"].btn-donate,
textarea[type="button"].btn-donate,
select[type="button"].btn-donate,
input[type="submit"].btn-donate,
textarea[type="submit"].btn-donate,
select[type="submit"].btn-donate,
input[type="reset"].btn-donate,
textarea[type="reset"].btn-donate,
select[type="reset"].btn-donate {
  background-color: transparent;
  background-image: url('../img/donationbutton.png');
  width: 149px;
  height: 77px;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  padding-top: 77px;
  margin-left: -5px;
}
input[type="button"].btn-donate:active,
textarea[type="button"].btn-donate:active,
select[type="button"].btn-donate:active,
input[type="submit"].btn-donate:active,
textarea[type="submit"].btn-donate:active,
select[type="submit"].btn-donate:active,
input[type="reset"].btn-donate:active,
textarea[type="reset"].btn-donate:active,
select[type="reset"].btn-donate:active,
input[type="button"].btn-donate.active,
textarea[type="button"].btn-donate.active,
select[type="button"].btn-donate.active,
input[type="submit"].btn-donate.active,
textarea[type="submit"].btn-donate.active,
select[type="submit"].btn-donate.active,
input[type="reset"].btn-donate.active,
textarea[type="reset"].btn-donate.active,
select[type="reset"].btn-donate.active,
input[type="button"].btn-donate.toggled,
textarea[type="button"].btn-donate.toggled,
select[type="button"].btn-donate.toggled,
input[type="submit"].btn-donate.toggled,
textarea[type="submit"].btn-donate.toggled,
select[type="submit"].btn-donate.toggled,
input[type="reset"].btn-donate.toggled,
textarea[type="reset"].btn-donate.toggled,
select[type="reset"].btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
input[type="button"].btn-donate:disabled,
textarea[type="button"].btn-donate:disabled,
select[type="button"].btn-donate:disabled,
input[type="submit"].btn-donate:disabled,
textarea[type="submit"].btn-donate:disabled,
select[type="submit"].btn-donate:disabled,
input[type="reset"].btn-donate:disabled,
textarea[type="reset"].btn-donate:disabled,
select[type="reset"].btn-donate:disabled,
input[type="button"].btn-donate.disabled,
textarea[type="button"].btn-donate.disabled,
select[type="button"].btn-donate.disabled,
input[type="submit"].btn-donate.disabled,
textarea[type="submit"].btn-donate.disabled,
select[type="submit"].btn-donate.disabled,
input[type="reset"].btn-donate.disabled,
textarea[type="reset"].btn-donate.disabled,
select[type="reset"].btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
input[type="button"].btn-donate:hover,
textarea[type="button"].btn-donate:hover,
select[type="button"].btn-donate:hover,
input[type="submit"].btn-donate:hover,
textarea[type="submit"].btn-donate:hover,
select[type="submit"].btn-donate:hover,
input[type="reset"].btn-donate:hover,
textarea[type="reset"].btn-donate:hover,
select[type="reset"].btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
input[type="button"].btn-donate:active,
textarea[type="button"].btn-donate:active,
select[type="button"].btn-donate:active,
input[type="submit"].btn-donate:active,
textarea[type="submit"].btn-donate:active,
select[type="submit"].btn-donate:active,
input[type="reset"].btn-donate:active,
textarea[type="reset"].btn-donate:active,
select[type="reset"].btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
input[type="button"].btn-donate:focus,
textarea[type="button"].btn-donate:focus,
select[type="button"].btn-donate:focus,
input[type="submit"].btn-donate:focus,
textarea[type="submit"].btn-donate:focus,
select[type="submit"].btn-donate:focus,
input[type="reset"].btn-donate:focus,
textarea[type="reset"].btn-donate:focus,
select[type="reset"].btn-donate:focus {
  outline: none;
}
input[type="checkbox"],
textarea[type="checkbox"],
select[type="checkbox"],
input[type="radio"],
textarea[type="radio"],
select[type="radio"] {
  display: inline-block;
  width: 13px;
  margin-left: 3px;
  margin-right: 4px;
  border: none;
  background-color: transparent;
}
label input,
label textarea,
label select,
form.inline-form input,
form.inline-form textarea,
form.inline-form select,
.inline-container input,
.inline-container textarea,
.inline-container select {
  display: inline-block;
  width: auto;
}
label input.stretch,
label textarea.stretch,
label select.stretch,
form.inline-form input.stretch,
form.inline-form textarea.stretch,
form.inline-form select.stretch,
.inline-container input.stretch,
.inline-container textarea.stretch,
.inline-container select.stretch {
  width: 100%;
}
legend input,
legend textarea,
legend select {
  margin: 0;
}
input[readonly],
textarea[readonly],
select[readonly] {
  background-color: #e5ffff;
  color: #3e4460;
  border: 1px solid #c0c5ce;
}
input.invalid,
textarea.invalid,
select.invalid {
  background-color: #f2dede;
  border: 1px solid #eba4a4;
  color: #b94a48;
}
input:disabled,
textarea:disabled,
select:disabled {
  background-color: #c8e5e5;
  color: #3e4460;
  border: 1px solid #777f91;
}
select {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
button {
  padding: 0.1em 14px;
  background-color: #e5ffff;
  color: #3e4460;
  border: 1px solid #777f91;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  cursor: hand;
  background: #e5ffff;
  background: -moz-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #e5ffff));
  background: -o-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #e5ffff 100%);
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  height: calc(1.6em + 2px);
  line-height: 1.4em;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-top: 3px;
  display: inline-block;
}
button:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), color-stop(100%, #ffffff));
  background: -o-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
}
button:active,
button.active,
button.toggled {
  background: #c8e5e5;
  background: -moz-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #c8e5e5));
  background: -o-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #c8e5e5 100%);
}
button:disabled,
button.disabled {
  background: rgba(131, 196, 196, 0.4);
  background: -moz-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(127, 255, 255, 0.4)), color-stop(100%, rgba(131, 196, 196, 0.4)));
  background: -o-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
}
button:active,
button.active,
button.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
button:disabled,
button.disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
button:disabled,
button.disabled {
  cursor: default;
}
button.btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
button.btn-primary {
  background: #0085bc;
  background: -moz-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #29abe2), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #29abe2 30%, #0085bc 100%);
  color: #fdfdfd;
  border: 1px solid #00445f;
}
button.btn-primary:hover {
  background: #0097d6;
  background: -moz-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3fb4e5), color-stop(100%, #0097d6));
  background: -o-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -ms-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: linear-gradient(to bottom, #3fb4e5 30%, #0097d6 100%);
}
button.btn-primary:active,
button.btn-primary.active,
button.btn-primary.toggled {
  background: #0085bc;
  background: -moz-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0085bc), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #0085bc 30%, #0085bc 100%);
}
button.btn-primary:disabled,
button.btn-primary.disabled {
  background: rgba(0, 61, 86, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 61, 86, 0.4)), color-stop(100%, rgba(0, 61, 86, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
}
button.btn-info {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #5bc0de), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #5bc0de 30%, #2f96b4 100%);
  color: #fdfdfd;
  border: 1px solid #1e6276;
}
button.btn-info:hover {
  background: #34a7c8;
  background: -moz-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70c8e2), color-stop(100%, #34a7c8));
  background: -o-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -ms-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: linear-gradient(to bottom, #70c8e2 30%, #34a7c8 100%);
}
button.btn-info:active,
button.btn-info.active,
button.btn-info.toggled {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #2f96b4), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #2f96b4 30%, #2f96b4 100%);
}
button.btn-info:disabled,
button.btn-info.disabled {
  background: rgba(26, 83, 99, 0.4);
  background: -moz-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(26, 83, 99, 0.4)), color-stop(100%, rgba(26, 83, 99, 0.4)));
  background: -o-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
}
button.btn-success {
  background: #51a351;
  background: -moz-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #62c462), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: linear-gradient(to bottom, #62c462 30%, #51a351 100%);
  color: #fdfdfd;
  border: 1px solid #336633;
}
button.btn-success:hover {
  background: #5eaf5e;
  background: -moz-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #75cb75), color-stop(100%, #5eaf5e));
  background: -o-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -ms-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: linear-gradient(to bottom, #75cb75 30%, #5eaf5e 100%);
}
button.btn-success:active,
button.btn-success.active,
button.btn-success.toggled {
  background: #51a351;
  background: -moz-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #51a351), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: linear-gradient(to bottom, #51a351 30%, #51a351 100%);
}
button.btn-success:disabled,
button.btn-success.disabled {
  background: rgba(47, 95, 47, 0.4);
  background: -moz-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(47, 95, 47, 0.4)), color-stop(100%, rgba(47, 95, 47, 0.4)));
  background: -o-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
}
button.btn-warning {
  background: #f89406;
  background: -moz-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fbb450), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: linear-gradient(to bottom, #fbb450 30%, #f89406 100%);
  color: #fdfdfd;
  border: 1px solid #ab6506;
}
button.btn-warning:hover {
  background: #fa9f1e;
  background: -moz-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fcbf69), color-stop(100%, #fa9f1e));
  background: -o-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -ms-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: linear-gradient(to bottom, #fcbf69 30%, #fa9f1e 100%);
}
button.btn-warning:active,
button.btn-warning.active,
button.btn-warning.toggled {
  background: #f89406;
  background: -moz-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f89406), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: linear-gradient(to bottom, #f89406 30%, #f89406 100%);
}
button.btn-warning:disabled,
button.btn-warning.disabled {
  background: rgba(148, 89, 4, 0.4);
  background: -moz-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(148, 89, 4, 0.4)), color-stop(100%, rgba(148, 89, 4, 0.4)));
  background: -o-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
}
button.btn-error {
  background: #bd362f;
  background: -moz-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ee5f5b), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #ee5f5b 30%, #bd362f 100%);
  color: #fdfdfd;
  border: 1px solid #92322b;
}
button.btn-error:hover {
  background: #ce3f38;
  background: -moz-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f07672), color-stop(100%, #ce3f38));
  background: -o-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -ms-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: linear-gradient(to bottom, #f07672 30%, #ce3f38 100%);
}
button.btn-error:active,
button.btn-error.active,
button.btn-error.toggled {
  background: #bd362f;
  background: -moz-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #bd362f), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #bd362f 30%, #bd362f 100%);
}
button.btn-error:disabled,
button.btn-error.disabled {
  background: rgba(107, 31, 27, 0.4);
  background: -moz-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(107, 31, 27, 0.4)), color-stop(100%, rgba(107, 31, 27, 0.4)));
  background: -o-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
}
button.btn-donate {
  background-color: transparent;
  background-image: url('../img/donationbutton.png');
  width: 149px;
  height: 77px;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  padding-top: 77px;
  margin-left: -5px;
}
button.btn-donate:active,
button.btn-donate.active,
button.btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
button.btn-donate:disabled,
button.btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
button.btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
button.btn-donate:focus {
  outline: none;
}
label,
.label {
  display: block;
  vertical-align: middle;
  line-height: 1.6em;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: calc(1.6em + 2px);
}
label.checkbox,
.label.checkbox,
label.radio,
.label.radio {
  padding-left: 20px;
  min-height: calc(1.6em + 2px);
  line-height: 1.6em;
  text-indent: initial;
}
label.checkbox input[type="checkbox"],
.label.checkbox input[type="checkbox"],
label.radio input[type="checkbox"],
.label.radio input[type="checkbox"],
label.checkbox input[type="radio"],
.label.checkbox input[type="radio"],
label.radio input[type="radio"],
.label.radio input[type="radio"] {
  margin-left: -17px;
  width: 1.0em;
  height: 1.0em;
  margin-top: 0.3em;
  float: left;
}
label input,
.label input,
label textarea,
.label textarea,
label select,
.label select {
  margin-top: 0;
  margin-bottom: 0;
}
.inline-container label,
.inline-container .label,
form.inline-form label,
form.inline-form .label,
label.inline,
.label.inline {
  display: inline-block;
}
textarea,
label textarea {
  width: 100%;
  height: auto;
}
select[multiple] {
  height: auto;
  width: auto;
}
fieldset {
  border: 1px solid #c0c5ce;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  padding: 6px;
  margin: 3px 0;
}
fieldset legend {
  border: 1px solid #c0c5ce;
  background-color: #e5ffff;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  padding: 3px;
}
.inline-edit {
  padding: 1px 3px 1px 25px;
  margin: 0;
  position: relative;
  text-indent: 0;
  min-height: calc(1.6em + 2px);
  line-height: 1.4em;
}
.inline-edit:hover {
  border: 1px solid #777f91;
  padding: 0 2px 0 24px;
  cursor: pointer;
  cursor: hand;
}
.inline-edit:hover:before {
  content: "";
  opacity: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -64px;
  position: relative;
  position: absolute;
  top: 1px;
  left: 4px;
}
.inline-edit:hover:before-left {
  padding-left: 26px !important;
  position: relative;
  min-height: 26px;
}
.inline-edit:hover:before-left > .inline-edit:hover:before {
  position: absolute;
  left: 4px;
  top: 4px;
}
a.inline-edit:hover:before {
  background-color: transparent;
  border: none;
}
a.inline-edit:hover:before:hover {
  background-position: -48px -80px;
}
a.inline-edit:hover:before:active {
  background-position: -48px -96px;
}
a.inline-edit:hover:before:disabled {
  background-position: -48px -112px;
}
button.inline-edit:hover:before,
input.inline-edit:hover:before,
.inline-edit:hover:before.btn {
  padding: 0px;
  border: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0);
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -64px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.inline-edit:hover:before:hover,
input.inline-edit:hover:before:hover,
.inline-edit:hover:before.btn:hover {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -80px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.inline-edit:hover:before:active,
input.inline-edit:hover:before:active,
.inline-edit:hover:before.btn:active {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -96px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.inline-edit:hover:before:disabled,
input.inline-edit:hover:before:disabled,
.inline-edit:hover:before.btn:disabled,
button.inline-edit:hover:before.disabled,
input.inline-edit:hover:before.disabled,
.inline-edit:hover:before.btn.disabled {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -112px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.inline-edit-right {
  padding: 1px 25px 1px 3px;
  margin: 0;
  position: relative;
  text-indent: 0;
  min-height: calc(1.6em + 2px);
  line-height: 1.4em;
}
.inline-edit-right:hover {
  border: 1px solid #777f91;
  padding: 0 24px 0 2px;
  cursor: pointer;
  cursor: hand;
}
.inline-edit-right:hover:before {
  content: "";
  opacity: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -64px;
  position: relative;
  position: absolute;
  top: 1px;
  right: 4px;
}
.inline-edit-right:hover:before-left {
  padding-left: 26px !important;
  position: relative;
  min-height: 26px;
}
.inline-edit-right:hover:before-left > .inline-edit-right:hover:before {
  position: absolute;
  left: 4px;
  top: 4px;
}
a.inline-edit-right:hover:before {
  background-color: transparent;
  border: none;
}
a.inline-edit-right:hover:before:hover {
  background-position: -48px -80px;
}
a.inline-edit-right:hover:before:active {
  background-position: -48px -96px;
}
a.inline-edit-right:hover:before:disabled {
  background-position: -48px -112px;
}
button.inline-edit-right:hover:before,
input.inline-edit-right:hover:before,
.inline-edit-right:hover:before.btn {
  padding: 0px;
  border: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0);
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -64px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.inline-edit-right:hover:before:hover,
input.inline-edit-right:hover:before:hover,
.inline-edit-right:hover:before.btn:hover {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -80px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.inline-edit-right:hover:before:active,
input.inline-edit-right:hover:before:active,
.inline-edit-right:hover:before.btn:active {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -96px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.inline-edit-right:hover:before:disabled,
input.inline-edit-right:hover:before:disabled,
.inline-edit-right:hover:before.btn:disabled,
button.inline-edit-right:hover:before.disabled,
input.inline-edit-right:hover:before.disabled,
.inline-edit-right:hover:before.btn.disabled {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -112px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.field-container {
  display: block;
  height: calc(1.6em + 2px);
  vertical-align: middle;
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 1.4em;
}
.field-container > * {
  float: left;
}
label .field-container,
form.inline-form .field-container,
.inline-container .field-container,
.field-container.inline {
  display: inline-block;
  vertical-align: top;
}
.field-container input,
.field-container select,
.field-container button,
.field-container label {
  display: inline-block;
  margin: 0;
  width: auto;
  vertical-align: top;
}
.field-container input:first-child,
.field-container select:first-child,
.field-container button:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.field-container input:last-child,
.field-container select:last-child,
.field-container button:last-child {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.field-container input + input,
.field-container select + input,
.field-container button + input,
.field-container input + select,
.field-container select + select,
.field-container button + select,
.field-container input + button,
.field-container select + button,
.field-container button + button {
  border-left: none;
}
.field-container .full-btn {
  padding: 0.1em 14px;
  color: #3e4460;
  border: 1px solid #777f91;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  cursor: hand;
  background: #e5ffff;
  background: -moz-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #e5ffff));
  background: -o-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #e5ffff 100%);
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: none;
  border: 1px solid #91b2d3;
  display: inline-block;
  height: calc(1.6em + 2px);
  line-height: 1.4em;
  vertical-align: top;
  padding: 0.1em 4px;
  background-color: #e5ffff;
}
.field-container .full-btn:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), color-stop(100%, #ffffff));
  background: -o-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
}
.field-container .full-btn:active,
.field-container .full-btn.active,
.field-container .full-btn.toggled {
  background: #c8e5e5;
  background: -moz-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #c8e5e5));
  background: -o-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #c8e5e5 100%);
}
.field-container .full-btn:disabled,
.field-container .full-btn.disabled {
  background: rgba(131, 196, 196, 0.4);
  background: -moz-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(127, 255, 255, 0.4)), color-stop(100%, rgba(131, 196, 196, 0.4)));
  background: -o-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
}
.field-container .full-btn:active,
.field-container .full-btn.active,
.field-container .full-btn.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.field-container .full-btn:disabled,
.field-container .full-btn.disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.field-container .full-btn:disabled,
.field-container .full-btn.disabled {
  cursor: default;
}
.field-container .full-btn.btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.field-container .full-btn.btn-primary {
  background: #0085bc;
  background: -moz-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #29abe2), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #29abe2 30%, #0085bc 100%);
  color: #fdfdfd;
  border: 1px solid #00445f;
}
.field-container .full-btn.btn-primary:hover {
  background: #0097d6;
  background: -moz-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3fb4e5), color-stop(100%, #0097d6));
  background: -o-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -ms-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: linear-gradient(to bottom, #3fb4e5 30%, #0097d6 100%);
}
.field-container .full-btn.btn-primary:active,
.field-container .full-btn.btn-primary.active,
.field-container .full-btn.btn-primary.toggled {
  background: #0085bc;
  background: -moz-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0085bc), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #0085bc 30%, #0085bc 100%);
}
.field-container .full-btn.btn-primary:disabled,
.field-container .full-btn.btn-primary.disabled {
  background: rgba(0, 61, 86, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 61, 86, 0.4)), color-stop(100%, rgba(0, 61, 86, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
}
.field-container .full-btn.btn-info {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #5bc0de), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #5bc0de 30%, #2f96b4 100%);
  color: #fdfdfd;
  border: 1px solid #1e6276;
}
.field-container .full-btn.btn-info:hover {
  background: #34a7c8;
  background: -moz-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70c8e2), color-stop(100%, #34a7c8));
  background: -o-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -ms-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: linear-gradient(to bottom, #70c8e2 30%, #34a7c8 100%);
}
.field-container .full-btn.btn-info:active,
.field-container .full-btn.btn-info.active,
.field-container .full-btn.btn-info.toggled {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #2f96b4), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #2f96b4 30%, #2f96b4 100%);
}
.field-container .full-btn.btn-info:disabled,
.field-container .full-btn.btn-info.disabled {
  background: rgba(26, 83, 99, 0.4);
  background: -moz-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(26, 83, 99, 0.4)), color-stop(100%, rgba(26, 83, 99, 0.4)));
  background: -o-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
}
.field-container .full-btn.btn-success {
  background: #51a351;
  background: -moz-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #62c462), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: linear-gradient(to bottom, #62c462 30%, #51a351 100%);
  color: #fdfdfd;
  border: 1px solid #336633;
}
.field-container .full-btn.btn-success:hover {
  background: #5eaf5e;
  background: -moz-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #75cb75), color-stop(100%, #5eaf5e));
  background: -o-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -ms-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: linear-gradient(to bottom, #75cb75 30%, #5eaf5e 100%);
}
.field-container .full-btn.btn-success:active,
.field-container .full-btn.btn-success.active,
.field-container .full-btn.btn-success.toggled {
  background: #51a351;
  background: -moz-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #51a351), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: linear-gradient(to bottom, #51a351 30%, #51a351 100%);
}
.field-container .full-btn.btn-success:disabled,
.field-container .full-btn.btn-success.disabled {
  background: rgba(47, 95, 47, 0.4);
  background: -moz-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(47, 95, 47, 0.4)), color-stop(100%, rgba(47, 95, 47, 0.4)));
  background: -o-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
}
.field-container .full-btn.btn-warning {
  background: #f89406;
  background: -moz-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fbb450), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: linear-gradient(to bottom, #fbb450 30%, #f89406 100%);
  color: #fdfdfd;
  border: 1px solid #ab6506;
}
.field-container .full-btn.btn-warning:hover {
  background: #fa9f1e;
  background: -moz-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fcbf69), color-stop(100%, #fa9f1e));
  background: -o-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -ms-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: linear-gradient(to bottom, #fcbf69 30%, #fa9f1e 100%);
}
.field-container .full-btn.btn-warning:active,
.field-container .full-btn.btn-warning.active,
.field-container .full-btn.btn-warning.toggled {
  background: #f89406;
  background: -moz-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f89406), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: linear-gradient(to bottom, #f89406 30%, #f89406 100%);
}
.field-container .full-btn.btn-warning:disabled,
.field-container .full-btn.btn-warning.disabled {
  background: rgba(148, 89, 4, 0.4);
  background: -moz-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(148, 89, 4, 0.4)), color-stop(100%, rgba(148, 89, 4, 0.4)));
  background: -o-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
}
.field-container .full-btn.btn-error {
  background: #bd362f;
  background: -moz-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ee5f5b), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #ee5f5b 30%, #bd362f 100%);
  color: #fdfdfd;
  border: 1px solid #92322b;
}
.field-container .full-btn.btn-error:hover {
  background: #ce3f38;
  background: -moz-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f07672), color-stop(100%, #ce3f38));
  background: -o-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -ms-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: linear-gradient(to bottom, #f07672 30%, #ce3f38 100%);
}
.field-container .full-btn.btn-error:active,
.field-container .full-btn.btn-error.active,
.field-container .full-btn.btn-error.toggled {
  background: #bd362f;
  background: -moz-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #bd362f), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #bd362f 30%, #bd362f 100%);
}
.field-container .full-btn.btn-error:disabled,
.field-container .full-btn.btn-error.disabled {
  background: rgba(107, 31, 27, 0.4);
  background: -moz-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(107, 31, 27, 0.4)), color-stop(100%, rgba(107, 31, 27, 0.4)));
  background: -o-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
}
.field-container .full-btn.btn-donate {
  background-color: transparent;
  background-image: url('../img/donationbutton.png');
  width: 149px;
  height: 77px;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  padding-top: 77px;
  margin-left: -5px;
}
.field-container .full-btn.btn-donate:active,
.field-container .full-btn.btn-donate.active,
.field-container .full-btn.btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.field-container .full-btn.btn-donate:disabled,
.field-container .full-btn.btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.field-container .full-btn.btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.field-container .full-btn.btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.field-container .full-btn.btn-donate:focus {
  outline: none;
}
.field-container .prefix {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  display: inline-block;
  height: calc(1.6em + 2px);
  line-height: 1.4em;
  vertical-align: top;
  padding: 0.1em 4px;
  background-color: #e5ffff;
  border-top: 1px solid #91b2d3;
  border-left: 1px solid #91b2d3;
  border-bottom: 1px solid #91b2d3;
}
.field-container .prefix.checkbox,
.field-container .prefix.radio {
  padding: 0 4px 0 24px;
  line-height: 1.6em;
}
.field-container .prefix.checkbox input[type="checkbox"],
.field-container .prefix.radio input[type="checkbox"],
.field-container .prefix.checkbox input[type="radio"],
.field-container .prefix.radio input[type="radio"] {
  width: 1.0em;
  height: 1.0em;
  margin-top: 0.3em;
}
.field-container .prefix.icon {
  padding-top: 1px;
  padding-bottom: 1px;
}
.field-container .prefix-btn {
  padding: 0.1em 14px;
  color: #3e4460;
  border: 1px solid #777f91;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  cursor: hand;
  background: #e5ffff;
  background: -moz-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #e5ffff));
  background: -o-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #e5ffff 100%);
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  box-shadow: none;
  border: none;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  display: inline-block;
  height: calc(1.6em + 2px);
  line-height: 1.4em;
  vertical-align: top;
  padding: 0.1em 4px;
  background-color: #e5ffff;
  border-top: 1px solid #91b2d3;
  border-left: 1px solid #91b2d3;
  border-bottom: 1px solid #91b2d3;
}
.field-container .prefix-btn:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), color-stop(100%, #ffffff));
  background: -o-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
}
.field-container .prefix-btn:active,
.field-container .prefix-btn.active,
.field-container .prefix-btn.toggled {
  background: #c8e5e5;
  background: -moz-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #c8e5e5));
  background: -o-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #c8e5e5 100%);
}
.field-container .prefix-btn:disabled,
.field-container .prefix-btn.disabled {
  background: rgba(131, 196, 196, 0.4);
  background: -moz-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(127, 255, 255, 0.4)), color-stop(100%, rgba(131, 196, 196, 0.4)));
  background: -o-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
}
.field-container .prefix-btn:active,
.field-container .prefix-btn.active,
.field-container .prefix-btn.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.field-container .prefix-btn:disabled,
.field-container .prefix-btn.disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.field-container .prefix-btn:disabled,
.field-container .prefix-btn.disabled {
  cursor: default;
}
.field-container .prefix-btn.btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.field-container .prefix-btn.btn-primary {
  background: #0085bc;
  background: -moz-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #29abe2), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #29abe2 30%, #0085bc 100%);
  color: #fdfdfd;
  border: 1px solid #00445f;
}
.field-container .prefix-btn.btn-primary:hover {
  background: #0097d6;
  background: -moz-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3fb4e5), color-stop(100%, #0097d6));
  background: -o-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -ms-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: linear-gradient(to bottom, #3fb4e5 30%, #0097d6 100%);
}
.field-container .prefix-btn.btn-primary:active,
.field-container .prefix-btn.btn-primary.active,
.field-container .prefix-btn.btn-primary.toggled {
  background: #0085bc;
  background: -moz-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0085bc), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #0085bc 30%, #0085bc 100%);
}
.field-container .prefix-btn.btn-primary:disabled,
.field-container .prefix-btn.btn-primary.disabled {
  background: rgba(0, 61, 86, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 61, 86, 0.4)), color-stop(100%, rgba(0, 61, 86, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
}
.field-container .prefix-btn.btn-info {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #5bc0de), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #5bc0de 30%, #2f96b4 100%);
  color: #fdfdfd;
  border: 1px solid #1e6276;
}
.field-container .prefix-btn.btn-info:hover {
  background: #34a7c8;
  background: -moz-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70c8e2), color-stop(100%, #34a7c8));
  background: -o-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -ms-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: linear-gradient(to bottom, #70c8e2 30%, #34a7c8 100%);
}
.field-container .prefix-btn.btn-info:active,
.field-container .prefix-btn.btn-info.active,
.field-container .prefix-btn.btn-info.toggled {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #2f96b4), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #2f96b4 30%, #2f96b4 100%);
}
.field-container .prefix-btn.btn-info:disabled,
.field-container .prefix-btn.btn-info.disabled {
  background: rgba(26, 83, 99, 0.4);
  background: -moz-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(26, 83, 99, 0.4)), color-stop(100%, rgba(26, 83, 99, 0.4)));
  background: -o-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
}
.field-container .prefix-btn.btn-success {
  background: #51a351;
  background: -moz-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #62c462), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: linear-gradient(to bottom, #62c462 30%, #51a351 100%);
  color: #fdfdfd;
  border: 1px solid #336633;
}
.field-container .prefix-btn.btn-success:hover {
  background: #5eaf5e;
  background: -moz-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #75cb75), color-stop(100%, #5eaf5e));
  background: -o-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -ms-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: linear-gradient(to bottom, #75cb75 30%, #5eaf5e 100%);
}
.field-container .prefix-btn.btn-success:active,
.field-container .prefix-btn.btn-success.active,
.field-container .prefix-btn.btn-success.toggled {
  background: #51a351;
  background: -moz-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #51a351), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: linear-gradient(to bottom, #51a351 30%, #51a351 100%);
}
.field-container .prefix-btn.btn-success:disabled,
.field-container .prefix-btn.btn-success.disabled {
  background: rgba(47, 95, 47, 0.4);
  background: -moz-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(47, 95, 47, 0.4)), color-stop(100%, rgba(47, 95, 47, 0.4)));
  background: -o-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
}
.field-container .prefix-btn.btn-warning {
  background: #f89406;
  background: -moz-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fbb450), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: linear-gradient(to bottom, #fbb450 30%, #f89406 100%);
  color: #fdfdfd;
  border: 1px solid #ab6506;
}
.field-container .prefix-btn.btn-warning:hover {
  background: #fa9f1e;
  background: -moz-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fcbf69), color-stop(100%, #fa9f1e));
  background: -o-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -ms-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: linear-gradient(to bottom, #fcbf69 30%, #fa9f1e 100%);
}
.field-container .prefix-btn.btn-warning:active,
.field-container .prefix-btn.btn-warning.active,
.field-container .prefix-btn.btn-warning.toggled {
  background: #f89406;
  background: -moz-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f89406), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: linear-gradient(to bottom, #f89406 30%, #f89406 100%);
}
.field-container .prefix-btn.btn-warning:disabled,
.field-container .prefix-btn.btn-warning.disabled {
  background: rgba(148, 89, 4, 0.4);
  background: -moz-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(148, 89, 4, 0.4)), color-stop(100%, rgba(148, 89, 4, 0.4)));
  background: -o-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
}
.field-container .prefix-btn.btn-error {
  background: #bd362f;
  background: -moz-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ee5f5b), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #ee5f5b 30%, #bd362f 100%);
  color: #fdfdfd;
  border: 1px solid #92322b;
}
.field-container .prefix-btn.btn-error:hover {
  background: #ce3f38;
  background: -moz-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f07672), color-stop(100%, #ce3f38));
  background: -o-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -ms-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: linear-gradient(to bottom, #f07672 30%, #ce3f38 100%);
}
.field-container .prefix-btn.btn-error:active,
.field-container .prefix-btn.btn-error.active,
.field-container .prefix-btn.btn-error.toggled {
  background: #bd362f;
  background: -moz-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #bd362f), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #bd362f 30%, #bd362f 100%);
}
.field-container .prefix-btn.btn-error:disabled,
.field-container .prefix-btn.btn-error.disabled {
  background: rgba(107, 31, 27, 0.4);
  background: -moz-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(107, 31, 27, 0.4)), color-stop(100%, rgba(107, 31, 27, 0.4)));
  background: -o-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
}
.field-container .prefix-btn.btn-donate {
  background-color: transparent;
  background-image: url('../img/donationbutton.png');
  width: 149px;
  height: 77px;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  padding-top: 77px;
  margin-left: -5px;
}
.field-container .prefix-btn.btn-donate:active,
.field-container .prefix-btn.btn-donate.active,
.field-container .prefix-btn.btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.field-container .prefix-btn.btn-donate:disabled,
.field-container .prefix-btn.btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.field-container .prefix-btn.btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.field-container .prefix-btn.btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.field-container .prefix-btn.btn-donate:focus {
  outline: none;
}
.field-container .prefix-btn.checkbox,
.field-container .prefix-btn.radio {
  padding: 0 4px 0 24px;
  line-height: 1.6em;
}
.field-container .prefix-btn.checkbox input[type="checkbox"],
.field-container .prefix-btn.radio input[type="checkbox"],
.field-container .prefix-btn.checkbox input[type="radio"],
.field-container .prefix-btn.radio input[type="radio"] {
  width: 1.0em;
  height: 1.0em;
  margin-top: 0.3em;
}
.field-container .prefix-btn.icon {
  padding-top: 1px;
  padding-bottom: 1px;
}
.field-container .suffix {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  display: inline-block;
  height: calc(1.6em + 2px);
  line-height: 1.4em;
  vertical-align: top;
  padding: 0.1em 4px;
  background-color: #e5ffff;
  border-top: 1px solid #91b2d3;
  border-right: 1px solid #91b2d3;
  border-bottom: 1px solid #91b2d3;
}
.field-container .suffix.checkbox,
.field-container .suffix.radio {
  padding: 0 4px 0 24px;
  line-height: 1.6em;
}
.field-container .suffix.checkbox input[type="checkbox"],
.field-container .suffix.radio input[type="checkbox"],
.field-container .suffix.checkbox input[type="radio"],
.field-container .suffix.radio input[type="radio"] {
  width: 1.0em;
  height: 1.0em;
  margin-top: 0.3em;
}
.field-container .suffix.icon {
  padding-top: 1px;
  padding-bottom: 1px;
}
.field-container .suffix-btn {
  padding: 0.1em 14px;
  color: #3e4460;
  border: 1px solid #777f91;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  cursor: hand;
  background: #e5ffff;
  background: -moz-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #e5ffff));
  background: -o-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #e5ffff 100%);
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  box-shadow: none;
  border: none;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  display: inline-block;
  height: calc(1.6em + 2px);
  line-height: 1.4em;
  vertical-align: top;
  padding: 0.1em 4px;
  background-color: #e5ffff;
  border-top: 1px solid #91b2d3;
  border-right: 1px solid #91b2d3;
  border-bottom: 1px solid #91b2d3;
}
.field-container .suffix-btn:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), color-stop(100%, #ffffff));
  background: -o-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
}
.field-container .suffix-btn:active,
.field-container .suffix-btn.active,
.field-container .suffix-btn.toggled {
  background: #c8e5e5;
  background: -moz-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #c8e5e5));
  background: -o-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #c8e5e5 100%);
}
.field-container .suffix-btn:disabled,
.field-container .suffix-btn.disabled {
  background: rgba(131, 196, 196, 0.4);
  background: -moz-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(127, 255, 255, 0.4)), color-stop(100%, rgba(131, 196, 196, 0.4)));
  background: -o-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
}
.field-container .suffix-btn:active,
.field-container .suffix-btn.active,
.field-container .suffix-btn.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.field-container .suffix-btn:disabled,
.field-container .suffix-btn.disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.field-container .suffix-btn:disabled,
.field-container .suffix-btn.disabled {
  cursor: default;
}
.field-container .suffix-btn.btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.field-container .suffix-btn.btn-primary {
  background: #0085bc;
  background: -moz-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #29abe2), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #29abe2 30%, #0085bc 100%);
  color: #fdfdfd;
  border: 1px solid #00445f;
}
.field-container .suffix-btn.btn-primary:hover {
  background: #0097d6;
  background: -moz-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3fb4e5), color-stop(100%, #0097d6));
  background: -o-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -ms-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: linear-gradient(to bottom, #3fb4e5 30%, #0097d6 100%);
}
.field-container .suffix-btn.btn-primary:active,
.field-container .suffix-btn.btn-primary.active,
.field-container .suffix-btn.btn-primary.toggled {
  background: #0085bc;
  background: -moz-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0085bc), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #0085bc 30%, #0085bc 100%);
}
.field-container .suffix-btn.btn-primary:disabled,
.field-container .suffix-btn.btn-primary.disabled {
  background: rgba(0, 61, 86, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 61, 86, 0.4)), color-stop(100%, rgba(0, 61, 86, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
}
.field-container .suffix-btn.btn-info {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #5bc0de), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #5bc0de 30%, #2f96b4 100%);
  color: #fdfdfd;
  border: 1px solid #1e6276;
}
.field-container .suffix-btn.btn-info:hover {
  background: #34a7c8;
  background: -moz-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70c8e2), color-stop(100%, #34a7c8));
  background: -o-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -ms-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: linear-gradient(to bottom, #70c8e2 30%, #34a7c8 100%);
}
.field-container .suffix-btn.btn-info:active,
.field-container .suffix-btn.btn-info.active,
.field-container .suffix-btn.btn-info.toggled {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #2f96b4), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #2f96b4 30%, #2f96b4 100%);
}
.field-container .suffix-btn.btn-info:disabled,
.field-container .suffix-btn.btn-info.disabled {
  background: rgba(26, 83, 99, 0.4);
  background: -moz-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(26, 83, 99, 0.4)), color-stop(100%, rgba(26, 83, 99, 0.4)));
  background: -o-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
}
.field-container .suffix-btn.btn-success {
  background: #51a351;
  background: -moz-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #62c462), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: linear-gradient(to bottom, #62c462 30%, #51a351 100%);
  color: #fdfdfd;
  border: 1px solid #336633;
}
.field-container .suffix-btn.btn-success:hover {
  background: #5eaf5e;
  background: -moz-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #75cb75), color-stop(100%, #5eaf5e));
  background: -o-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -ms-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: linear-gradient(to bottom, #75cb75 30%, #5eaf5e 100%);
}
.field-container .suffix-btn.btn-success:active,
.field-container .suffix-btn.btn-success.active,
.field-container .suffix-btn.btn-success.toggled {
  background: #51a351;
  background: -moz-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #51a351), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: linear-gradient(to bottom, #51a351 30%, #51a351 100%);
}
.field-container .suffix-btn.btn-success:disabled,
.field-container .suffix-btn.btn-success.disabled {
  background: rgba(47, 95, 47, 0.4);
  background: -moz-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(47, 95, 47, 0.4)), color-stop(100%, rgba(47, 95, 47, 0.4)));
  background: -o-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
}
.field-container .suffix-btn.btn-warning {
  background: #f89406;
  background: -moz-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fbb450), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: linear-gradient(to bottom, #fbb450 30%, #f89406 100%);
  color: #fdfdfd;
  border: 1px solid #ab6506;
}
.field-container .suffix-btn.btn-warning:hover {
  background: #fa9f1e;
  background: -moz-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fcbf69), color-stop(100%, #fa9f1e));
  background: -o-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -ms-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: linear-gradient(to bottom, #fcbf69 30%, #fa9f1e 100%);
}
.field-container .suffix-btn.btn-warning:active,
.field-container .suffix-btn.btn-warning.active,
.field-container .suffix-btn.btn-warning.toggled {
  background: #f89406;
  background: -moz-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f89406), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: linear-gradient(to bottom, #f89406 30%, #f89406 100%);
}
.field-container .suffix-btn.btn-warning:disabled,
.field-container .suffix-btn.btn-warning.disabled {
  background: rgba(148, 89, 4, 0.4);
  background: -moz-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(148, 89, 4, 0.4)), color-stop(100%, rgba(148, 89, 4, 0.4)));
  background: -o-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
}
.field-container .suffix-btn.btn-error {
  background: #bd362f;
  background: -moz-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ee5f5b), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #ee5f5b 30%, #bd362f 100%);
  color: #fdfdfd;
  border: 1px solid #92322b;
}
.field-container .suffix-btn.btn-error:hover {
  background: #ce3f38;
  background: -moz-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f07672), color-stop(100%, #ce3f38));
  background: -o-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -ms-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: linear-gradient(to bottom, #f07672 30%, #ce3f38 100%);
}
.field-container .suffix-btn.btn-error:active,
.field-container .suffix-btn.btn-error.active,
.field-container .suffix-btn.btn-error.toggled {
  background: #bd362f;
  background: -moz-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #bd362f), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #bd362f 30%, #bd362f 100%);
}
.field-container .suffix-btn.btn-error:disabled,
.field-container .suffix-btn.btn-error.disabled {
  background: rgba(107, 31, 27, 0.4);
  background: -moz-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(107, 31, 27, 0.4)), color-stop(100%, rgba(107, 31, 27, 0.4)));
  background: -o-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
}
.field-container .suffix-btn.btn-donate {
  background-color: transparent;
  background-image: url('../img/donationbutton.png');
  width: 149px;
  height: 77px;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  padding-top: 77px;
  margin-left: -5px;
}
.field-container .suffix-btn.btn-donate:active,
.field-container .suffix-btn.btn-donate.active,
.field-container .suffix-btn.btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.field-container .suffix-btn.btn-donate:disabled,
.field-container .suffix-btn.btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.field-container .suffix-btn.btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.field-container .suffix-btn.btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.field-container .suffix-btn.btn-donate:focus {
  outline: none;
}
.field-container .suffix-btn.checkbox,
.field-container .suffix-btn.radio {
  padding: 0 4px 0 24px;
  line-height: 1.6em;
}
.field-container .suffix-btn.checkbox input[type="checkbox"],
.field-container .suffix-btn.radio input[type="checkbox"],
.field-container .suffix-btn.checkbox input[type="radio"],
.field-container .suffix-btn.radio input[type="radio"] {
  width: 1.0em;
  height: 1.0em;
  margin-top: 0.3em;
}
.field-container .suffix-btn.icon {
  padding-top: 1px;
  padding-bottom: 1px;
}
.field-container .infix {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  display: inline-block;
  height: calc(1.6em + 2px);
  line-height: 1.4em;
  vertical-align: top;
  padding: 0.1em 4px;
  background-color: #e5ffff;
  border-top: 1px solid #91b2d3;
  border-bottom: 1px solid #91b2d3;
}
.field-container .infix.checkbox,
.field-container .infix.radio {
  padding: 0 4px 0 24px;
  line-height: 1.6em;
}
.field-container .infix.checkbox input[type="checkbox"],
.field-container .infix.radio input[type="checkbox"],
.field-container .infix.checkbox input[type="radio"],
.field-container .infix.radio input[type="radio"] {
  width: 1.0em;
  height: 1.0em;
  margin-top: 0.3em;
}
.field-container .infix.icon {
  padding-top: 1px;
  padding-bottom: 1px;
}
.field-container .infix-btn {
  padding: 0.1em 14px;
  color: #3e4460;
  border: 1px solid #777f91;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  cursor: hand;
  background: #e5ffff;
  background: -moz-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #e5ffff));
  background: -o-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #e5ffff 100%);
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  box-shadow: none;
  border: none;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  display: inline-block;
  height: calc(1.6em + 2px);
  line-height: 1.4em;
  vertical-align: top;
  padding: 0.1em 4px;
  background-color: #e5ffff;
  border-top: 1px solid #91b2d3;
  border-bottom: 1px solid #91b2d3;
}
.field-container .infix-btn:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), color-stop(100%, #ffffff));
  background: -o-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
}
.field-container .infix-btn:active,
.field-container .infix-btn.active,
.field-container .infix-btn.toggled {
  background: #c8e5e5;
  background: -moz-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #c8e5e5));
  background: -o-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #c8e5e5 100%);
}
.field-container .infix-btn:disabled,
.field-container .infix-btn.disabled {
  background: rgba(131, 196, 196, 0.4);
  background: -moz-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(127, 255, 255, 0.4)), color-stop(100%, rgba(131, 196, 196, 0.4)));
  background: -o-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
}
.field-container .infix-btn:active,
.field-container .infix-btn.active,
.field-container .infix-btn.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.field-container .infix-btn:disabled,
.field-container .infix-btn.disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.field-container .infix-btn:disabled,
.field-container .infix-btn.disabled {
  cursor: default;
}
.field-container .infix-btn.btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.field-container .infix-btn.btn-primary {
  background: #0085bc;
  background: -moz-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #29abe2), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #29abe2 30%, #0085bc 100%);
  color: #fdfdfd;
  border: 1px solid #00445f;
}
.field-container .infix-btn.btn-primary:hover {
  background: #0097d6;
  background: -moz-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3fb4e5), color-stop(100%, #0097d6));
  background: -o-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -ms-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: linear-gradient(to bottom, #3fb4e5 30%, #0097d6 100%);
}
.field-container .infix-btn.btn-primary:active,
.field-container .infix-btn.btn-primary.active,
.field-container .infix-btn.btn-primary.toggled {
  background: #0085bc;
  background: -moz-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0085bc), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #0085bc 30%, #0085bc 100%);
}
.field-container .infix-btn.btn-primary:disabled,
.field-container .infix-btn.btn-primary.disabled {
  background: rgba(0, 61, 86, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 61, 86, 0.4)), color-stop(100%, rgba(0, 61, 86, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
}
.field-container .infix-btn.btn-info {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #5bc0de), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #5bc0de 30%, #2f96b4 100%);
  color: #fdfdfd;
  border: 1px solid #1e6276;
}
.field-container .infix-btn.btn-info:hover {
  background: #34a7c8;
  background: -moz-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70c8e2), color-stop(100%, #34a7c8));
  background: -o-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -ms-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: linear-gradient(to bottom, #70c8e2 30%, #34a7c8 100%);
}
.field-container .infix-btn.btn-info:active,
.field-container .infix-btn.btn-info.active,
.field-container .infix-btn.btn-info.toggled {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #2f96b4), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #2f96b4 30%, #2f96b4 100%);
}
.field-container .infix-btn.btn-info:disabled,
.field-container .infix-btn.btn-info.disabled {
  background: rgba(26, 83, 99, 0.4);
  background: -moz-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(26, 83, 99, 0.4)), color-stop(100%, rgba(26, 83, 99, 0.4)));
  background: -o-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
}
.field-container .infix-btn.btn-success {
  background: #51a351;
  background: -moz-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #62c462), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: linear-gradient(to bottom, #62c462 30%, #51a351 100%);
  color: #fdfdfd;
  border: 1px solid #336633;
}
.field-container .infix-btn.btn-success:hover {
  background: #5eaf5e;
  background: -moz-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #75cb75), color-stop(100%, #5eaf5e));
  background: -o-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -ms-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: linear-gradient(to bottom, #75cb75 30%, #5eaf5e 100%);
}
.field-container .infix-btn.btn-success:active,
.field-container .infix-btn.btn-success.active,
.field-container .infix-btn.btn-success.toggled {
  background: #51a351;
  background: -moz-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #51a351), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: linear-gradient(to bottom, #51a351 30%, #51a351 100%);
}
.field-container .infix-btn.btn-success:disabled,
.field-container .infix-btn.btn-success.disabled {
  background: rgba(47, 95, 47, 0.4);
  background: -moz-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(47, 95, 47, 0.4)), color-stop(100%, rgba(47, 95, 47, 0.4)));
  background: -o-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
}
.field-container .infix-btn.btn-warning {
  background: #f89406;
  background: -moz-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fbb450), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: linear-gradient(to bottom, #fbb450 30%, #f89406 100%);
  color: #fdfdfd;
  border: 1px solid #ab6506;
}
.field-container .infix-btn.btn-warning:hover {
  background: #fa9f1e;
  background: -moz-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fcbf69), color-stop(100%, #fa9f1e));
  background: -o-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -ms-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: linear-gradient(to bottom, #fcbf69 30%, #fa9f1e 100%);
}
.field-container .infix-btn.btn-warning:active,
.field-container .infix-btn.btn-warning.active,
.field-container .infix-btn.btn-warning.toggled {
  background: #f89406;
  background: -moz-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f89406), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: linear-gradient(to bottom, #f89406 30%, #f89406 100%);
}
.field-container .infix-btn.btn-warning:disabled,
.field-container .infix-btn.btn-warning.disabled {
  background: rgba(148, 89, 4, 0.4);
  background: -moz-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(148, 89, 4, 0.4)), color-stop(100%, rgba(148, 89, 4, 0.4)));
  background: -o-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
}
.field-container .infix-btn.btn-error {
  background: #bd362f;
  background: -moz-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ee5f5b), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #ee5f5b 30%, #bd362f 100%);
  color: #fdfdfd;
  border: 1px solid #92322b;
}
.field-container .infix-btn.btn-error:hover {
  background: #ce3f38;
  background: -moz-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f07672), color-stop(100%, #ce3f38));
  background: -o-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -ms-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: linear-gradient(to bottom, #f07672 30%, #ce3f38 100%);
}
.field-container .infix-btn.btn-error:active,
.field-container .infix-btn.btn-error.active,
.field-container .infix-btn.btn-error.toggled {
  background: #bd362f;
  background: -moz-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #bd362f), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #bd362f 30%, #bd362f 100%);
}
.field-container .infix-btn.btn-error:disabled,
.field-container .infix-btn.btn-error.disabled {
  background: rgba(107, 31, 27, 0.4);
  background: -moz-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(107, 31, 27, 0.4)), color-stop(100%, rgba(107, 31, 27, 0.4)));
  background: -o-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
}
.field-container .infix-btn.btn-donate {
  background-color: transparent;
  background-image: url('../img/donationbutton.png');
  width: 149px;
  height: 77px;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  padding-top: 77px;
  margin-left: -5px;
}
.field-container .infix-btn.btn-donate:active,
.field-container .infix-btn.btn-donate.active,
.field-container .infix-btn.btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.field-container .infix-btn.btn-donate:disabled,
.field-container .infix-btn.btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.field-container .infix-btn.btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.field-container .infix-btn.btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.field-container .infix-btn.btn-donate:focus {
  outline: none;
}
.field-container .infix-btn.checkbox,
.field-container .infix-btn.radio {
  padding: 0 4px 0 24px;
  line-height: 1.6em;
}
.field-container .infix-btn.checkbox input[type="checkbox"],
.field-container .infix-btn.radio input[type="checkbox"],
.field-container .infix-btn.checkbox input[type="radio"],
.field-container .infix-btn.radio input[type="radio"] {
  width: 1.0em;
  height: 1.0em;
  margin-top: 0.3em;
}
.field-container .infix-btn.icon {
  padding-top: 1px;
  padding-bottom: 1px;
}
fieldset.field-group {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  border: 1px solid #91b2d3;
  padding: 0px 3px 3px 3px;
  background-color: #e5ffff;
}
fieldset.field-group > legend {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  width: calc(100% + 8px);
  margin-left: -4px;
  margin-right: -4px;
  padding: 0 0 0 3px;
  border: 1px solid #91b2d3;
  background-color: #e5ffff;
}
fieldset.field-group > legend > label {
  margin: 0;
}
.inline-edit-container {
  line-height: 1.4em;
  height: calc(1.6em + 2px);
}
.inline-edit-container > .readonly {
  cursor: text;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 1px 2px;
  position: relative;
}
@-webkit-keyframes grow {
  from {
    padding-left: 2px;
  }
  to {
    padding-left: 26px;
  }
}
@-moz-keyframes grow {
  from {
    padding-left: 2px;
  }
  to {
    padding-left: 26px;
  }
}
@-o-keyframes grow {
  from {
    padding-left: 2px;
  }
  to {
    padding-left: 26px;
  }
}
@-ms-keyframes grow {
  from {
    padding-left: 2px;
  }
  to {
    padding-left: 26px;
  }
}
@keyframes grow {
  from {
    padding-left: 2px;
  }
  to {
    padding-left: 26px;
  }
}
@-webkit-keyframes show-image {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes show-image {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes show-image {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes show-image {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show-image {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.inline-edit-container > .readonly:before {
  opacity: 0;
}
.inline-edit-container > .readonly:hover {
  border: 1px solid #777f91;
  padding: 0px 1px 0px 26px;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-name: grow;
  -moz-animation-name: grow;
  -o-animation-name: grow;
  -ms-animation-name: grow;
  animation-name: grow;
}
.inline-edit-container > .readonly:hover:before {
  content: "";
  opacity: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -64px;
  position: relative;
  position: absolute;
  -webkit-animation-duration: 0.50s;
  -moz-animation-duration: 0.50s;
  -o-animation-duration: 0.50s;
  -ms-animation-duration: 0.50s;
  animation-duration: 0.50s;
  -webkit-animation-name: show-image;
  -moz-animation-name: show-image;
  -o-animation-name: show-image;
  -ms-animation-name: show-image;
  animation-name: show-image;
  top: 1px;
  left: 4px;
}
.inline-edit-container > .readonly:hover:before-left {
  padding-left: 26px !important;
  position: relative;
  min-height: 26px;
}
.inline-edit-container > .readonly:hover:before-left > .inline-edit-container > .readonly:hover:before {
  position: absolute;
  left: 4px;
  top: 4px;
}
a.inline-edit-container > .readonly:hover:before {
  background-color: transparent;
  border: none;
}
a.inline-edit-container > .readonly:hover:before:hover {
  background-position: -48px -80px;
}
a.inline-edit-container > .readonly:hover:before:active {
  background-position: -48px -96px;
}
a.inline-edit-container > .readonly:hover:before:disabled {
  background-position: -48px -112px;
}
button.inline-edit-container > .readonly:hover:before,
input.inline-edit-container > .readonly:hover:before,
.inline-edit-container > .readonly:hover:before.btn {
  padding: 0px;
  border: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0);
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -64px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.inline-edit-container > .readonly:hover:before:hover,
input.inline-edit-container > .readonly:hover:before:hover,
.inline-edit-container > .readonly:hover:before.btn:hover {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -80px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.inline-edit-container > .readonly:hover:before:active,
input.inline-edit-container > .readonly:hover:before:active,
.inline-edit-container > .readonly:hover:before.btn:active {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -96px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.inline-edit-container > .readonly:hover:before:disabled,
input.inline-edit-container > .readonly:hover:before:disabled,
.inline-edit-container > .readonly:hover:before.btn:disabled,
button.inline-edit-container > .readonly:hover:before.disabled,
input.inline-edit-container > .readonly:hover:before.disabled,
.inline-edit-container > .readonly:hover:before.btn.disabled {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -48px -112px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.inline-edit-container[data-editable] > .readonly {
  display: none;
}
.inline-edit-container > .editable {
  display: none;
}
.inline-edit-container[data-editable] > .editable {
  display: inline-block;
}
.genre-button {
  padding: 0.1em 14px;
  background-color: #e5ffff;
  color: #3e4460;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  cursor: hand;
  background: #e5ffff;
  background: -moz-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #e5ffff));
  background: -o-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #e5ffff 100%);
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #777f91;
  padding: 0.1em 4px;
  position: relative;
  vertical-align: middle;
  height: calc(2em + 2px);
  line-height: 1.8em;
}
.genre-button:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), color-stop(100%, #ffffff));
  background: -o-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
}
.genre-button:active,
.genre-button.active,
.genre-button.toggled {
  background: #c8e5e5;
  background: -moz-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #c8e5e5));
  background: -o-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #c8e5e5 100%);
}
.genre-button:disabled,
.genre-button.disabled {
  background: rgba(131, 196, 196, 0.4);
  background: -moz-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(127, 255, 255, 0.4)), color-stop(100%, rgba(131, 196, 196, 0.4)));
  background: -o-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
}
.genre-button:active,
.genre-button.active,
.genre-button.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.genre-button:disabled,
.genre-button.disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.genre-button:disabled,
.genre-button.disabled {
  cursor: default;
}
.genre-button.btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.genre-button.btn-primary {
  background: #0085bc;
  background: -moz-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #29abe2), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #29abe2 30%, #0085bc 100%);
  color: #fdfdfd;
  border: 1px solid #00445f;
}
.genre-button.btn-primary:hover {
  background: #0097d6;
  background: -moz-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3fb4e5), color-stop(100%, #0097d6));
  background: -o-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -ms-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: linear-gradient(to bottom, #3fb4e5 30%, #0097d6 100%);
}
.genre-button.btn-primary:active,
.genre-button.btn-primary.active,
.genre-button.btn-primary.toggled {
  background: #0085bc;
  background: -moz-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0085bc), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #0085bc 30%, #0085bc 100%);
}
.genre-button.btn-primary:disabled,
.genre-button.btn-primary.disabled {
  background: rgba(0, 61, 86, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 61, 86, 0.4)), color-stop(100%, rgba(0, 61, 86, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
}
.genre-button.btn-info {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #5bc0de), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #5bc0de 30%, #2f96b4 100%);
  color: #fdfdfd;
  border: 1px solid #1e6276;
}
.genre-button.btn-info:hover {
  background: #34a7c8;
  background: -moz-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70c8e2), color-stop(100%, #34a7c8));
  background: -o-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -ms-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: linear-gradient(to bottom, #70c8e2 30%, #34a7c8 100%);
}
.genre-button.btn-info:active,
.genre-button.btn-info.active,
.genre-button.btn-info.toggled {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #2f96b4), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #2f96b4 30%, #2f96b4 100%);
}
.genre-button.btn-info:disabled,
.genre-button.btn-info.disabled {
  background: rgba(26, 83, 99, 0.4);
  background: -moz-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(26, 83, 99, 0.4)), color-stop(100%, rgba(26, 83, 99, 0.4)));
  background: -o-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
}
.genre-button.btn-success {
  background: #51a351;
  background: -moz-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #62c462), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: linear-gradient(to bottom, #62c462 30%, #51a351 100%);
  color: #fdfdfd;
  border: 1px solid #336633;
}
.genre-button.btn-success:hover {
  background: #5eaf5e;
  background: -moz-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #75cb75), color-stop(100%, #5eaf5e));
  background: -o-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -ms-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: linear-gradient(to bottom, #75cb75 30%, #5eaf5e 100%);
}
.genre-button.btn-success:active,
.genre-button.btn-success.active,
.genre-button.btn-success.toggled {
  background: #51a351;
  background: -moz-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #51a351), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: linear-gradient(to bottom, #51a351 30%, #51a351 100%);
}
.genre-button.btn-success:disabled,
.genre-button.btn-success.disabled {
  background: rgba(47, 95, 47, 0.4);
  background: -moz-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(47, 95, 47, 0.4)), color-stop(100%, rgba(47, 95, 47, 0.4)));
  background: -o-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
}
.genre-button.btn-warning {
  background: #f89406;
  background: -moz-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fbb450), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: linear-gradient(to bottom, #fbb450 30%, #f89406 100%);
  color: #fdfdfd;
  border: 1px solid #ab6506;
}
.genre-button.btn-warning:hover {
  background: #fa9f1e;
  background: -moz-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fcbf69), color-stop(100%, #fa9f1e));
  background: -o-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -ms-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: linear-gradient(to bottom, #fcbf69 30%, #fa9f1e 100%);
}
.genre-button.btn-warning:active,
.genre-button.btn-warning.active,
.genre-button.btn-warning.toggled {
  background: #f89406;
  background: -moz-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f89406), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: linear-gradient(to bottom, #f89406 30%, #f89406 100%);
}
.genre-button.btn-warning:disabled,
.genre-button.btn-warning.disabled {
  background: rgba(148, 89, 4, 0.4);
  background: -moz-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(148, 89, 4, 0.4)), color-stop(100%, rgba(148, 89, 4, 0.4)));
  background: -o-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
}
.genre-button.btn-error {
  background: #bd362f;
  background: -moz-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ee5f5b), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #ee5f5b 30%, #bd362f 100%);
  color: #fdfdfd;
  border: 1px solid #92322b;
}
.genre-button.btn-error:hover {
  background: #ce3f38;
  background: -moz-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f07672), color-stop(100%, #ce3f38));
  background: -o-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -ms-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: linear-gradient(to bottom, #f07672 30%, #ce3f38 100%);
}
.genre-button.btn-error:active,
.genre-button.btn-error.active,
.genre-button.btn-error.toggled {
  background: #bd362f;
  background: -moz-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #bd362f), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #bd362f 30%, #bd362f 100%);
}
.genre-button.btn-error:disabled,
.genre-button.btn-error.disabled {
  background: rgba(107, 31, 27, 0.4);
  background: -moz-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(107, 31, 27, 0.4)), color-stop(100%, rgba(107, 31, 27, 0.4)));
  background: -o-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
}
.genre-button.btn-donate {
  background-color: transparent;
  background-image: url('../img/donationbutton.png');
  width: 149px;
  height: 77px;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  padding-top: 77px;
  margin-left: -5px;
}
.genre-button.btn-donate:active,
.genre-button.btn-donate.active,
.genre-button.btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.genre-button.btn-donate:disabled,
.genre-button.btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.genre-button.btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.genre-button.btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.genre-button.btn-donate:focus {
  outline: none;
}
.genre-button.selected,
.genre-button.selected:hover,
.genre-button.selected:active {
  background: #e5b8c3;
  border: 1px solid #941d43;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.genre-button .sub-genres {
  position: absolute;
  top: calc(100% - 4px);
  left: -1px;
  white-space: nowrap;
  z-index: 1;
  min-width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #777f91;
  padding: 3px;
  background-color: #e5ffff;
}
.genre-button .sub-genres .sub-genre-button {
  background: #e5ffff;
  background: -moz-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #e5ffff));
  background: -o-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #e5ffff 100%);
  border: 1px solid #777f91;
  margin-bottom: 2px;
  padding: 2px;
  overflow: inherit;
  text-overflow: ellipsis;
}
.genre-button .sub-genres .sub-genre-button:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), color-stop(100%, #ffffff));
  background: -o-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
}
.genre-button .sub-genres .sub-genre-button:active,
.genre-button .sub-genres .sub-genre-button.active,
.genre-button .sub-genres .sub-genre-button.toggled {
  background: #c8e5e5;
  background: -moz-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #c8e5e5));
  background: -o-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #c8e5e5 100%);
}
.genre-button .sub-genres .sub-genre-button:disabled,
.genre-button .sub-genres .sub-genre-button.disabled {
  background: rgba(131, 196, 196, 0.4);
  background: -moz-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(127, 255, 255, 0.4)), color-stop(100%, rgba(131, 196, 196, 0.4)));
  background: -o-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
}
.genre-button .sub-genres .sub-genre-button.selected,
.genre-button .sub-genres .sub-genre-button.selected:hover,
.genre-button .sub-genres .sub-genre-button.selected:active {
  background: #e5b8c3;
  border: 1px solid #941d43;
}
.genre-button .sub-genres .sub-genre-button:last-child {
  margin-bottom: 0;
}
.genre-button:hover .sub-genres {
  max-width: none;
  z-index: 2;
}
.genre-button.with-dropdown {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.genre-button input {
  margin: 0;
}
.genre-dropdown {
  padding: 0.1em 14px;
  background-color: #e5ffff;
  color: #3e4460;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  cursor: hand;
  background: #e5ffff;
  background: -moz-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #e5ffff));
  background: -o-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #e5ffff 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #e5ffff 100%);
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid #777f91;
  border-left: none;
  padding: 0.1em 4px;
  position: relative;
  height: calc(2em + 2px);
  line-height: 1.8em;
  vertical-align: middle;
}
.genre-dropdown:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), color-stop(100%, #ffffff));
  background: -o-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 100%);
}
.genre-dropdown:active,
.genre-dropdown.active,
.genre-dropdown.toggled {
  background: #c8e5e5;
  background: -moz-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e5ffff), color-stop(100%, #c8e5e5));
  background: -o-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: -ms-linear-gradient(top, #e5ffff 30%, #c8e5e5 100%);
  background: linear-gradient(to bottom, #e5ffff 30%, #c8e5e5 100%);
}
.genre-dropdown:disabled,
.genre-dropdown.disabled {
  background: rgba(131, 196, 196, 0.4);
  background: -moz-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(127, 255, 255, 0.4)), color-stop(100%, rgba(131, 196, 196, 0.4)));
  background: -o-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(127, 255, 255, 0.4) 30%, rgba(131, 196, 196, 0.4) 100%);
}
.genre-dropdown:active,
.genre-dropdown.active,
.genre-dropdown.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.genre-dropdown:disabled,
.genre-dropdown.disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.genre-dropdown:disabled,
.genre-dropdown.disabled {
  cursor: default;
}
.genre-dropdown.btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.genre-dropdown.btn-primary {
  background: #0085bc;
  background: -moz-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #29abe2), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #29abe2 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #29abe2 30%, #0085bc 100%);
  color: #fdfdfd;
  border: 1px solid #00445f;
}
.genre-dropdown.btn-primary:hover {
  background: #0097d6;
  background: -moz-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3fb4e5), color-stop(100%, #0097d6));
  background: -o-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: -ms-linear-gradient(top, #3fb4e5 30%, #0097d6 100%);
  background: linear-gradient(to bottom, #3fb4e5 30%, #0097d6 100%);
}
.genre-dropdown.btn-primary:active,
.genre-dropdown.btn-primary.active,
.genre-dropdown.btn-primary.toggled {
  background: #0085bc;
  background: -moz-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0085bc), color-stop(100%, #0085bc));
  background: -o-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: -ms-linear-gradient(top, #0085bc 30%, #0085bc 100%);
  background: linear-gradient(to bottom, #0085bc 30%, #0085bc 100%);
}
.genre-dropdown.btn-primary:disabled,
.genre-dropdown.btn-primary.disabled {
  background: rgba(0, 61, 86, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 61, 86, 0.4)), color-stop(100%, rgba(0, 61, 86, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 61, 86, 0.4) 30%, rgba(0, 61, 86, 0.4) 100%);
}
.genre-dropdown.btn-info {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #5bc0de), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #5bc0de 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #5bc0de 30%, #2f96b4 100%);
  color: #fdfdfd;
  border: 1px solid #1e6276;
}
.genre-dropdown.btn-info:hover {
  background: #34a7c8;
  background: -moz-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70c8e2), color-stop(100%, #34a7c8));
  background: -o-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: -ms-linear-gradient(top, #70c8e2 30%, #34a7c8 100%);
  background: linear-gradient(to bottom, #70c8e2 30%, #34a7c8 100%);
}
.genre-dropdown.btn-info:active,
.genre-dropdown.btn-info.active,
.genre-dropdown.btn-info.toggled {
  background: #2f96b4;
  background: -moz-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #2f96b4), color-stop(100%, #2f96b4));
  background: -o-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: -ms-linear-gradient(top, #2f96b4 30%, #2f96b4 100%);
  background: linear-gradient(to bottom, #2f96b4 30%, #2f96b4 100%);
}
.genre-dropdown.btn-info:disabled,
.genre-dropdown.btn-info.disabled {
  background: rgba(26, 83, 99, 0.4);
  background: -moz-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(26, 83, 99, 0.4)), color-stop(100%, rgba(26, 83, 99, 0.4)));
  background: -o-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(26, 83, 99, 0.4) 30%, rgba(26, 83, 99, 0.4) 100%);
}
.genre-dropdown.btn-success {
  background: #51a351;
  background: -moz-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #62c462), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #62c462 30%, #51a351 100%);
  background: linear-gradient(to bottom, #62c462 30%, #51a351 100%);
  color: #fdfdfd;
  border: 1px solid #336633;
}
.genre-dropdown.btn-success:hover {
  background: #5eaf5e;
  background: -moz-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #75cb75), color-stop(100%, #5eaf5e));
  background: -o-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: -ms-linear-gradient(top, #75cb75 30%, #5eaf5e 100%);
  background: linear-gradient(to bottom, #75cb75 30%, #5eaf5e 100%);
}
.genre-dropdown.btn-success:active,
.genre-dropdown.btn-success.active,
.genre-dropdown.btn-success.toggled {
  background: #51a351;
  background: -moz-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #51a351), color-stop(100%, #51a351));
  background: -o-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: -ms-linear-gradient(top, #51a351 30%, #51a351 100%);
  background: linear-gradient(to bottom, #51a351 30%, #51a351 100%);
}
.genre-dropdown.btn-success:disabled,
.genre-dropdown.btn-success.disabled {
  background: rgba(47, 95, 47, 0.4);
  background: -moz-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(47, 95, 47, 0.4)), color-stop(100%, rgba(47, 95, 47, 0.4)));
  background: -o-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(47, 95, 47, 0.4) 30%, rgba(47, 95, 47, 0.4) 100%);
}
.genre-dropdown.btn-warning {
  background: #f89406;
  background: -moz-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fbb450), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #fbb450 30%, #f89406 100%);
  background: linear-gradient(to bottom, #fbb450 30%, #f89406 100%);
  color: #fdfdfd;
  border: 1px solid #ab6506;
}
.genre-dropdown.btn-warning:hover {
  background: #fa9f1e;
  background: -moz-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fcbf69), color-stop(100%, #fa9f1e));
  background: -o-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: -ms-linear-gradient(top, #fcbf69 30%, #fa9f1e 100%);
  background: linear-gradient(to bottom, #fcbf69 30%, #fa9f1e 100%);
}
.genre-dropdown.btn-warning:active,
.genre-dropdown.btn-warning.active,
.genre-dropdown.btn-warning.toggled {
  background: #f89406;
  background: -moz-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f89406), color-stop(100%, #f89406));
  background: -o-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: -ms-linear-gradient(top, #f89406 30%, #f89406 100%);
  background: linear-gradient(to bottom, #f89406 30%, #f89406 100%);
}
.genre-dropdown.btn-warning:disabled,
.genre-dropdown.btn-warning.disabled {
  background: rgba(148, 89, 4, 0.4);
  background: -moz-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(148, 89, 4, 0.4)), color-stop(100%, rgba(148, 89, 4, 0.4)));
  background: -o-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(148, 89, 4, 0.4) 30%, rgba(148, 89, 4, 0.4) 100%);
}
.genre-dropdown.btn-error {
  background: #bd362f;
  background: -moz-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ee5f5b), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #ee5f5b 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #ee5f5b 30%, #bd362f 100%);
  color: #fdfdfd;
  border: 1px solid #92322b;
}
.genre-dropdown.btn-error:hover {
  background: #ce3f38;
  background: -moz-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f07672), color-stop(100%, #ce3f38));
  background: -o-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: -ms-linear-gradient(top, #f07672 30%, #ce3f38 100%);
  background: linear-gradient(to bottom, #f07672 30%, #ce3f38 100%);
}
.genre-dropdown.btn-error:active,
.genre-dropdown.btn-error.active,
.genre-dropdown.btn-error.toggled {
  background: #bd362f;
  background: -moz-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #bd362f), color-stop(100%, #bd362f));
  background: -o-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: -ms-linear-gradient(top, #bd362f 30%, #bd362f 100%);
  background: linear-gradient(to bottom, #bd362f 30%, #bd362f 100%);
}
.genre-dropdown.btn-error:disabled,
.genre-dropdown.btn-error.disabled {
  background: rgba(107, 31, 27, 0.4);
  background: -moz-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(107, 31, 27, 0.4)), color-stop(100%, rgba(107, 31, 27, 0.4)));
  background: -o-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(107, 31, 27, 0.4) 30%, rgba(107, 31, 27, 0.4) 100%);
}
.genre-dropdown.btn-donate {
  background-color: transparent;
  background-image: url('../img/donationbutton.png');
  width: 149px;
  height: 77px;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 2.5px 0.5px;
  padding-top: 77px;
  margin-left: -5px;
}
.genre-dropdown.btn-donate:active,
.genre-dropdown.btn-donate.active,
.genre-dropdown.btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.genre-dropdown.btn-donate:disabled,
.genre-dropdown.btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.genre-dropdown.btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.genre-dropdown.btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.genre-dropdown.btn-donate:focus {
  outline: none;
}
.genre-dropdown .icon {
  display: block;
}
.selectable {
  border: 1px solid #c8e5e5;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 2px;
  background-color: #e5ffff;
  cursor: hand;
  cursor: pointer;
}
.selectable:hover {
  border: 1px solid #777f91;
  background-color: #e5ffff;
}
.selectable.selected {
  background-color: #e5b8c3;
  border: 1px solid #941d43;
}
.selectable.selected:hover {
  background-color: #d793a3;
}
.selectable.disabled {
  background-color: #c8e5e5;
  border: 1px solid #777f91;
  cursor: default;
}
.selectable.disabled:hover {
  background-color: #c8e5e5;
}
