.dialog-window {
  position: absolute;
  background: #150441;
  border: 2px solid #c0c5ce;
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 6px 4px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}
.dialog-window.no-title-window {
  -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;
}
.dialog-window:not(.no-title-window) > .title {
  text-indent: 4em;
  width: 100%;
  display: block;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  border-bottom: 1px solid #c8e5e5;
  background: #285372;
  background: -moz-linear-gradient(left, rgba(40, 83, 114, 0.9) 0%, rgba(0, 200, 182, 0.9) 20%, rgba(40, 83, 114, 0.9) 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(40, 83, 114, 0.9)), color-stop(20%, rgba(0, 200, 182, 0.9)), color-stop(50%, rgba(40, 83, 114, 0.9)));
  background: -o-linear-gradient(left, rgba(40, 83, 114, 0.9) 0%, rgba(0, 200, 182, 0.9) 20%, rgba(40, 83, 114, 0.9) 50%);
  background: -ms-linear-gradient(left, rgba(40, 83, 114, 0.9) 0%, rgba(0, 200, 182, 0.9) 20%, rgba(40, 83, 114, 0.9) 50%);
  background: linear-gradient(to right, rgba(40, 83, 114, 0.9) 0%, rgba(0, 200, 182, 0.9) 20%, rgba(40, 83, 114, 0.9) 50%);
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}
.draggable .dialog-window:not(.no-title-window) > .title {
  cursor: move;
}
.dialog-window:not(.no-title-window) > .close-button {
  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: -16px 0px;
  position: relative;
  position: absolute;
  cursor: pointer;
  cursor: hand;
  right: 18px;
  top: 4.5px;
}
.dialog-window:not(.no-title-window) > .close-button-left {
  padding-left: 26px !important;
  position: relative;
  min-height: 26px;
}
.dialog-window:not(.no-title-window) > .close-button-left > .dialog-window:not(.no-title-window) > .close-button {
  position: absolute;
  left: 4px;
  top: 4px;
}
a.dialog-window:not(.no-title-window) > .close-button {
  background-color: transparent;
  border: none;
}
a.dialog-window:not(.no-title-window) > .close-button:hover {
  background-position: -16px -16px;
}
a.dialog-window:not(.no-title-window) > .close-button:active {
  background-position: -16px -32px;
}
a.dialog-window:not(.no-title-window) > .close-button:disabled {
  background-position: -16px -48px;
}
button.dialog-window:not(.no-title-window) > .close-button,
input.dialog-window:not(.no-title-window) > .close-button,
.dialog-window:not(.no-title-window) > .close-button.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: -16px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.dialog-window:not(.no-title-window) > .close-button:hover,
input.dialog-window:not(.no-title-window) > .close-button:hover,
.dialog-window:not(.no-title-window) > .close-button.btn:hover {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -16px -16px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.dialog-window:not(.no-title-window) > .close-button:active,
input.dialog-window:not(.no-title-window) > .close-button:active,
.dialog-window:not(.no-title-window) > .close-button.btn:active {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -16px -32px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.dialog-window:not(.no-title-window) > .close-button:disabled,
input.dialog-window:not(.no-title-window) > .close-button:disabled,
.dialog-window:not(.no-title-window) > .close-button.btn:disabled,
button.dialog-window:not(.no-title-window) > .close-button.disabled,
input.dialog-window:not(.no-title-window) > .close-button.disabled,
.dialog-window:not(.no-title-window) > .close-button.btn.disabled {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -16px -48px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.dialog-window > .content {
  position: absolute;
  overflow: auto;
  top: 25px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
}
.dialog-window > .content .main-box {
  min-width: 1200px;
}
.dialog-window > .content.loading {
  background-image: url('../img/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  width: 126px;
  height: 22px;
}
.dialog-window.no-title-window > .content {
  top: 0px;
}
.dialog-window .overlay-loading {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url('../img/request-loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 42;
}
.dialog-window.resizable > .nw-resize {
  position: absolute;
  cursor: nw-resize;
  top: -2.5px;
  left: -2.5px;
  width: 5px;
  height: 5px;
}
.dialog-window.resizable > .ne-resize {
  position: absolute;
  cursor: ne-resize;
  top: -2.5px;
  right: -2.5px;
  width: 5px;
  height: 5px;
}
.dialog-window.resizable > .sw-resize {
  position: absolute;
  cursor: sw-resize;
  bottom: -2.5px;
  left: -2.5px;
  width: 5px;
  height: 5px;
}
.dialog-window.resizable > .se-resize {
  position: absolute;
  cursor: se-resize;
  bottom: -2.5px;
  right: -2.5px;
  width: 5px;
  height: 5px;
}
.dialog-window.resizable > .n-resize {
  position: absolute;
  cursor: n-resize;
  top: -2.5px;
  height: 5px;
  left: 2.5px;
  right: 2.5px;
}
.dialog-window.resizable > .e-resize {
  position: absolute;
  cursor: e-resize;
  right: -2.5px;
  width: 5px;
  top: 2.5px;
  bottom: 2.5px;
}
.dialog-window.resizable > .s-resize {
  position: absolute;
  cursor: s-resize;
  bottom: -2.5px;
  height: 5px;
  left: 2.5px;
  right: 2.5px;
}
.dialog-window.resizable > .w-resize {
  position: absolute;
  cursor: w-resize;
  left: -2.5px;
  width: 5px;
  top: 2.5px;
  bottom: 2.5px;
}
.dialog-window:focus {
  outline: none;
}
.alert {
  display: block;
  -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;
  background-color: #fcf5e3;
  color: #c09853;
  border: 1px solid #efc35e;
  padding: 6px;
  text-indent: 0px;
}
.alert.inline {
  display: inline-block;
}
.alert h6 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 0em;
}
.alert h5 {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 1.1em;
  font-weight: bold;
}
.alert h4 {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
}
.alert h3 {
  margin-top: 0.2em;
  margin-bottom: 0.1em;
  font-size: 1.3em;
  font-weight: bold;
}
.alert h2 {
  margin-top: 0.3em;
  margin-bottom: 0.1em;
  font-size: 1.4em;
  font-weight: bold;
}
.alert h1 {
  margin-top: 0.3em;
  margin-bottom: 0.1em;
  font-size: 1.6em;
  font-weight: bold;
}
.alert hr {
  border-top-color: #efc35e;
}
.alert a {
  color: #c09853;
}
.alert .btn,
.alert button,
.alert input[type="button"],
.alert input[type="submit"] {
  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;
  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;
}
.alert .btn:hover,
.alert button:hover,
.alert input[type="button"]:hover,
.alert input[type="submit"]: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%);
}
.alert .btn:active,
.alert button:active,
.alert input[type="button"]:active,
.alert input[type="submit"]:active,
.alert .btn.active,
.alert button.active,
.alert input[type="button"].active,
.alert input[type="submit"].active,
.alert .btn.toggled,
.alert button.toggled,
.alert input[type="button"].toggled,
.alert input[type="submit"].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%);
}
.alert .btn:disabled,
.alert button:disabled,
.alert input[type="button"]:disabled,
.alert input[type="submit"]:disabled,
.alert .btn.disabled,
.alert button.disabled,
.alert input[type="button"].disabled,
.alert input[type="submit"].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%);
}
.alert .btn:active,
.alert button:active,
.alert input[type="button"]:active,
.alert input[type="submit"]:active,
.alert .btn.active,
.alert button.active,
.alert input[type="button"].active,
.alert input[type="submit"].active,
.alert .btn.toggled,
.alert button.toggled,
.alert input[type="button"].toggled,
.alert input[type="submit"].toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.alert .btn:disabled,
.alert button:disabled,
.alert input[type="button"]:disabled,
.alert input[type="submit"]:disabled,
.alert .btn.disabled,
.alert button.disabled,
.alert input[type="button"].disabled,
.alert input[type="submit"].disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.alert .btn:disabled,
.alert button:disabled,
.alert input[type="button"]:disabled,
.alert input[type="submit"]:disabled,
.alert .btn.disabled,
.alert button.disabled,
.alert input[type="button"].disabled,
.alert input[type="submit"].disabled {
  cursor: default;
}
.alert .btn.btn-big,
.alert button.btn-big,
.alert input[type="button"].btn-big,
.alert input[type="submit"].btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.alert .btn.btn-primary,
.alert button.btn-primary,
.alert input[type="button"].btn-primary,
.alert input[type="submit"].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;
}
.alert .btn.btn-primary:hover,
.alert button.btn-primary:hover,
.alert input[type="button"].btn-primary:hover,
.alert input[type="submit"].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%);
}
.alert .btn.btn-primary:active,
.alert button.btn-primary:active,
.alert input[type="button"].btn-primary:active,
.alert input[type="submit"].btn-primary:active,
.alert .btn.btn-primary.active,
.alert button.btn-primary.active,
.alert input[type="button"].btn-primary.active,
.alert input[type="submit"].btn-primary.active,
.alert .btn.btn-primary.toggled,
.alert button.btn-primary.toggled,
.alert input[type="button"].btn-primary.toggled,
.alert input[type="submit"].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%);
}
.alert .btn.btn-primary:disabled,
.alert button.btn-primary:disabled,
.alert input[type="button"].btn-primary:disabled,
.alert input[type="submit"].btn-primary:disabled,
.alert .btn.btn-primary.disabled,
.alert button.btn-primary.disabled,
.alert input[type="button"].btn-primary.disabled,
.alert input[type="submit"].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%);
}
.alert .btn.btn-info,
.alert button.btn-info,
.alert input[type="button"].btn-info,
.alert input[type="submit"].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;
}
.alert .btn.btn-info:hover,
.alert button.btn-info:hover,
.alert input[type="button"].btn-info:hover,
.alert input[type="submit"].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%);
}
.alert .btn.btn-info:active,
.alert button.btn-info:active,
.alert input[type="button"].btn-info:active,
.alert input[type="submit"].btn-info:active,
.alert .btn.btn-info.active,
.alert button.btn-info.active,
.alert input[type="button"].btn-info.active,
.alert input[type="submit"].btn-info.active,
.alert .btn.btn-info.toggled,
.alert button.btn-info.toggled,
.alert input[type="button"].btn-info.toggled,
.alert input[type="submit"].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%);
}
.alert .btn.btn-info:disabled,
.alert button.btn-info:disabled,
.alert input[type="button"].btn-info:disabled,
.alert input[type="submit"].btn-info:disabled,
.alert .btn.btn-info.disabled,
.alert button.btn-info.disabled,
.alert input[type="button"].btn-info.disabled,
.alert input[type="submit"].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%);
}
.alert .btn.btn-success,
.alert button.btn-success,
.alert input[type="button"].btn-success,
.alert input[type="submit"].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;
}
.alert .btn.btn-success:hover,
.alert button.btn-success:hover,
.alert input[type="button"].btn-success:hover,
.alert input[type="submit"].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%);
}
.alert .btn.btn-success:active,
.alert button.btn-success:active,
.alert input[type="button"].btn-success:active,
.alert input[type="submit"].btn-success:active,
.alert .btn.btn-success.active,
.alert button.btn-success.active,
.alert input[type="button"].btn-success.active,
.alert input[type="submit"].btn-success.active,
.alert .btn.btn-success.toggled,
.alert button.btn-success.toggled,
.alert input[type="button"].btn-success.toggled,
.alert input[type="submit"].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%);
}
.alert .btn.btn-success:disabled,
.alert button.btn-success:disabled,
.alert input[type="button"].btn-success:disabled,
.alert input[type="submit"].btn-success:disabled,
.alert .btn.btn-success.disabled,
.alert button.btn-success.disabled,
.alert input[type="button"].btn-success.disabled,
.alert input[type="submit"].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%);
}
.alert .btn.btn-warning,
.alert button.btn-warning,
.alert input[type="button"].btn-warning,
.alert input[type="submit"].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;
}
.alert .btn.btn-warning:hover,
.alert button.btn-warning:hover,
.alert input[type="button"].btn-warning:hover,
.alert input[type="submit"].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%);
}
.alert .btn.btn-warning:active,
.alert button.btn-warning:active,
.alert input[type="button"].btn-warning:active,
.alert input[type="submit"].btn-warning:active,
.alert .btn.btn-warning.active,
.alert button.btn-warning.active,
.alert input[type="button"].btn-warning.active,
.alert input[type="submit"].btn-warning.active,
.alert .btn.btn-warning.toggled,
.alert button.btn-warning.toggled,
.alert input[type="button"].btn-warning.toggled,
.alert input[type="submit"].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%);
}
.alert .btn.btn-warning:disabled,
.alert button.btn-warning:disabled,
.alert input[type="button"].btn-warning:disabled,
.alert input[type="submit"].btn-warning:disabled,
.alert .btn.btn-warning.disabled,
.alert button.btn-warning.disabled,
.alert input[type="button"].btn-warning.disabled,
.alert input[type="submit"].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%);
}
.alert .btn.btn-error,
.alert button.btn-error,
.alert input[type="button"].btn-error,
.alert input[type="submit"].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;
}
.alert .btn.btn-error:hover,
.alert button.btn-error:hover,
.alert input[type="button"].btn-error:hover,
.alert input[type="submit"].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%);
}
.alert .btn.btn-error:active,
.alert button.btn-error:active,
.alert input[type="button"].btn-error:active,
.alert input[type="submit"].btn-error:active,
.alert .btn.btn-error.active,
.alert button.btn-error.active,
.alert input[type="button"].btn-error.active,
.alert input[type="submit"].btn-error.active,
.alert .btn.btn-error.toggled,
.alert button.btn-error.toggled,
.alert input[type="button"].btn-error.toggled,
.alert input[type="submit"].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%);
}
.alert .btn.btn-error:disabled,
.alert button.btn-error:disabled,
.alert input[type="button"].btn-error:disabled,
.alert input[type="submit"].btn-error:disabled,
.alert .btn.btn-error.disabled,
.alert button.btn-error.disabled,
.alert input[type="button"].btn-error.disabled,
.alert input[type="submit"].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%);
}
.alert .btn.btn-donate,
.alert button.btn-donate,
.alert input[type="button"].btn-donate,
.alert input[type="submit"].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;
}
.alert .btn.btn-donate:active,
.alert button.btn-donate:active,
.alert input[type="button"].btn-donate:active,
.alert input[type="submit"].btn-donate:active,
.alert .btn.btn-donate.active,
.alert button.btn-donate.active,
.alert input[type="button"].btn-donate.active,
.alert input[type="submit"].btn-donate.active,
.alert .btn.btn-donate.toggled,
.alert button.btn-donate.toggled,
.alert input[type="button"].btn-donate.toggled,
.alert input[type="submit"].btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.alert .btn.btn-donate:disabled,
.alert button.btn-donate:disabled,
.alert input[type="button"].btn-donate:disabled,
.alert input[type="submit"].btn-donate:disabled,
.alert .btn.btn-donate.disabled,
.alert button.btn-donate.disabled,
.alert input[type="button"].btn-donate.disabled,
.alert input[type="submit"].btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.alert .btn.btn-donate:hover,
.alert button.btn-donate:hover,
.alert input[type="button"].btn-donate:hover,
.alert input[type="submit"].btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.alert .btn.btn-donate:active,
.alert button.btn-donate:active,
.alert input[type="button"].btn-donate:active,
.alert input[type="submit"].btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.alert .btn.btn-donate:focus,
.alert button.btn-donate:focus,
.alert input[type="button"].btn-donate:focus,
.alert input[type="submit"].btn-donate:focus {
  outline: none;
}
.alert .btn:hover,
.alert button:hover,
.alert input[type="button"]:hover,
.alert input[type="submit"]: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%);
}
.alert .btn:active,
.alert button:active,
.alert input[type="button"]:active,
.alert input[type="submit"]:active,
.alert .btn.active,
.alert button.active,
.alert input[type="button"].active,
.alert input[type="submit"].active,
.alert .btn.toggled,
.alert button.toggled,
.alert input[type="button"].toggled,
.alert input[type="submit"].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%);
}
.alert .btn:disabled,
.alert button:disabled,
.alert input[type="button"]:disabled,
.alert input[type="submit"]:disabled,
.alert .btn.disabled,
.alert button.disabled,
.alert input[type="button"].disabled,
.alert input[type="submit"].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%);
}
.alert.alert-error {
  background-color: #f2dede;
  color: #b94a48;
  border: 1px solid #eba4a4;
}
.alert.alert-error hr {
  border-top-color: #eba4a4;
}
.alert.alert-error a,
.alert.alert-error a:visited,
.alert.alert-error a:active {
  color: #b94a48;
}
.alert.alert-error a:hover,
.alert.alert-error a:visited:hover,
.alert.alert-error a:active:hover {
  color: #b94a48;
}
.alert.alert-error .btn,
.alert.alert-error button,
.alert.alert-error input[type="button"],
.alert.alert-error input[type="submit"] {
  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;
  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%);
  border: 1px solid #ab6506;
  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;
}
.alert.alert-error .btn:hover,
.alert.alert-error button:hover,
.alert.alert-error input[type="button"]:hover,
.alert.alert-error input[type="submit"]: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%);
}
.alert.alert-error .btn:active,
.alert.alert-error button:active,
.alert.alert-error input[type="button"]:active,
.alert.alert-error input[type="submit"]:active,
.alert.alert-error .btn.active,
.alert.alert-error button.active,
.alert.alert-error input[type="button"].active,
.alert.alert-error input[type="submit"].active,
.alert.alert-error .btn.toggled,
.alert.alert-error button.toggled,
.alert.alert-error input[type="button"].toggled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn:disabled,
.alert.alert-error button:disabled,
.alert.alert-error input[type="button"]:disabled,
.alert.alert-error input[type="submit"]:disabled,
.alert.alert-error .btn.disabled,
.alert.alert-error button.disabled,
.alert.alert-error input[type="button"].disabled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn:active,
.alert.alert-error button:active,
.alert.alert-error input[type="button"]:active,
.alert.alert-error input[type="submit"]:active,
.alert.alert-error .btn.active,
.alert.alert-error button.active,
.alert.alert-error input[type="button"].active,
.alert.alert-error input[type="submit"].active,
.alert.alert-error .btn.toggled,
.alert.alert-error button.toggled,
.alert.alert-error input[type="button"].toggled,
.alert.alert-error input[type="submit"].toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.alert.alert-error .btn:disabled,
.alert.alert-error button:disabled,
.alert.alert-error input[type="button"]:disabled,
.alert.alert-error input[type="submit"]:disabled,
.alert.alert-error .btn.disabled,
.alert.alert-error button.disabled,
.alert.alert-error input[type="button"].disabled,
.alert.alert-error input[type="submit"].disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.alert.alert-error .btn:disabled,
.alert.alert-error button:disabled,
.alert.alert-error input[type="button"]:disabled,
.alert.alert-error input[type="submit"]:disabled,
.alert.alert-error .btn.disabled,
.alert.alert-error button.disabled,
.alert.alert-error input[type="button"].disabled,
.alert.alert-error input[type="submit"].disabled {
  cursor: default;
}
.alert.alert-error .btn.btn-big,
.alert.alert-error button.btn-big,
.alert.alert-error input[type="button"].btn-big,
.alert.alert-error input[type="submit"].btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.alert.alert-error .btn.btn-primary,
.alert.alert-error button.btn-primary,
.alert.alert-error input[type="button"].btn-primary,
.alert.alert-error input[type="submit"].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;
}
.alert.alert-error .btn.btn-primary:hover,
.alert.alert-error button.btn-primary:hover,
.alert.alert-error input[type="button"].btn-primary:hover,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-primary:active,
.alert.alert-error button.btn-primary:active,
.alert.alert-error input[type="button"].btn-primary:active,
.alert.alert-error input[type="submit"].btn-primary:active,
.alert.alert-error .btn.btn-primary.active,
.alert.alert-error button.btn-primary.active,
.alert.alert-error input[type="button"].btn-primary.active,
.alert.alert-error input[type="submit"].btn-primary.active,
.alert.alert-error .btn.btn-primary.toggled,
.alert.alert-error button.btn-primary.toggled,
.alert.alert-error input[type="button"].btn-primary.toggled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-primary:disabled,
.alert.alert-error button.btn-primary:disabled,
.alert.alert-error input[type="button"].btn-primary:disabled,
.alert.alert-error input[type="submit"].btn-primary:disabled,
.alert.alert-error .btn.btn-primary.disabled,
.alert.alert-error button.btn-primary.disabled,
.alert.alert-error input[type="button"].btn-primary.disabled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-info,
.alert.alert-error button.btn-info,
.alert.alert-error input[type="button"].btn-info,
.alert.alert-error input[type="submit"].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;
}
.alert.alert-error .btn.btn-info:hover,
.alert.alert-error button.btn-info:hover,
.alert.alert-error input[type="button"].btn-info:hover,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-info:active,
.alert.alert-error button.btn-info:active,
.alert.alert-error input[type="button"].btn-info:active,
.alert.alert-error input[type="submit"].btn-info:active,
.alert.alert-error .btn.btn-info.active,
.alert.alert-error button.btn-info.active,
.alert.alert-error input[type="button"].btn-info.active,
.alert.alert-error input[type="submit"].btn-info.active,
.alert.alert-error .btn.btn-info.toggled,
.alert.alert-error button.btn-info.toggled,
.alert.alert-error input[type="button"].btn-info.toggled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-info:disabled,
.alert.alert-error button.btn-info:disabled,
.alert.alert-error input[type="button"].btn-info:disabled,
.alert.alert-error input[type="submit"].btn-info:disabled,
.alert.alert-error .btn.btn-info.disabled,
.alert.alert-error button.btn-info.disabled,
.alert.alert-error input[type="button"].btn-info.disabled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-success,
.alert.alert-error button.btn-success,
.alert.alert-error input[type="button"].btn-success,
.alert.alert-error input[type="submit"].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;
}
.alert.alert-error .btn.btn-success:hover,
.alert.alert-error button.btn-success:hover,
.alert.alert-error input[type="button"].btn-success:hover,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-success:active,
.alert.alert-error button.btn-success:active,
.alert.alert-error input[type="button"].btn-success:active,
.alert.alert-error input[type="submit"].btn-success:active,
.alert.alert-error .btn.btn-success.active,
.alert.alert-error button.btn-success.active,
.alert.alert-error input[type="button"].btn-success.active,
.alert.alert-error input[type="submit"].btn-success.active,
.alert.alert-error .btn.btn-success.toggled,
.alert.alert-error button.btn-success.toggled,
.alert.alert-error input[type="button"].btn-success.toggled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-success:disabled,
.alert.alert-error button.btn-success:disabled,
.alert.alert-error input[type="button"].btn-success:disabled,
.alert.alert-error input[type="submit"].btn-success:disabled,
.alert.alert-error .btn.btn-success.disabled,
.alert.alert-error button.btn-success.disabled,
.alert.alert-error input[type="button"].btn-success.disabled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-warning,
.alert.alert-error button.btn-warning,
.alert.alert-error input[type="button"].btn-warning,
.alert.alert-error input[type="submit"].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;
}
.alert.alert-error .btn.btn-warning:hover,
.alert.alert-error button.btn-warning:hover,
.alert.alert-error input[type="button"].btn-warning:hover,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-warning:active,
.alert.alert-error button.btn-warning:active,
.alert.alert-error input[type="button"].btn-warning:active,
.alert.alert-error input[type="submit"].btn-warning:active,
.alert.alert-error .btn.btn-warning.active,
.alert.alert-error button.btn-warning.active,
.alert.alert-error input[type="button"].btn-warning.active,
.alert.alert-error input[type="submit"].btn-warning.active,
.alert.alert-error .btn.btn-warning.toggled,
.alert.alert-error button.btn-warning.toggled,
.alert.alert-error input[type="button"].btn-warning.toggled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-warning:disabled,
.alert.alert-error button.btn-warning:disabled,
.alert.alert-error input[type="button"].btn-warning:disabled,
.alert.alert-error input[type="submit"].btn-warning:disabled,
.alert.alert-error .btn.btn-warning.disabled,
.alert.alert-error button.btn-warning.disabled,
.alert.alert-error input[type="button"].btn-warning.disabled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-error,
.alert.alert-error button.btn-error,
.alert.alert-error input[type="button"].btn-error,
.alert.alert-error input[type="submit"].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;
}
.alert.alert-error .btn.btn-error:hover,
.alert.alert-error button.btn-error:hover,
.alert.alert-error input[type="button"].btn-error:hover,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-error:active,
.alert.alert-error button.btn-error:active,
.alert.alert-error input[type="button"].btn-error:active,
.alert.alert-error input[type="submit"].btn-error:active,
.alert.alert-error .btn.btn-error.active,
.alert.alert-error button.btn-error.active,
.alert.alert-error input[type="button"].btn-error.active,
.alert.alert-error input[type="submit"].btn-error.active,
.alert.alert-error .btn.btn-error.toggled,
.alert.alert-error button.btn-error.toggled,
.alert.alert-error input[type="button"].btn-error.toggled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-error:disabled,
.alert.alert-error button.btn-error:disabled,
.alert.alert-error input[type="button"].btn-error:disabled,
.alert.alert-error input[type="submit"].btn-error:disabled,
.alert.alert-error .btn.btn-error.disabled,
.alert.alert-error button.btn-error.disabled,
.alert.alert-error input[type="button"].btn-error.disabled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn.btn-donate,
.alert.alert-error button.btn-donate,
.alert.alert-error input[type="button"].btn-donate,
.alert.alert-error input[type="submit"].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;
}
.alert.alert-error .btn.btn-donate:active,
.alert.alert-error button.btn-donate:active,
.alert.alert-error input[type="button"].btn-donate:active,
.alert.alert-error input[type="submit"].btn-donate:active,
.alert.alert-error .btn.btn-donate.active,
.alert.alert-error button.btn-donate.active,
.alert.alert-error input[type="button"].btn-donate.active,
.alert.alert-error input[type="submit"].btn-donate.active,
.alert.alert-error .btn.btn-donate.toggled,
.alert.alert-error button.btn-donate.toggled,
.alert.alert-error input[type="button"].btn-donate.toggled,
.alert.alert-error input[type="submit"].btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.alert.alert-error .btn.btn-donate:disabled,
.alert.alert-error button.btn-donate:disabled,
.alert.alert-error input[type="button"].btn-donate:disabled,
.alert.alert-error input[type="submit"].btn-donate:disabled,
.alert.alert-error .btn.btn-donate.disabled,
.alert.alert-error button.btn-donate.disabled,
.alert.alert-error input[type="button"].btn-donate.disabled,
.alert.alert-error input[type="submit"].btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.alert.alert-error .btn.btn-donate:hover,
.alert.alert-error button.btn-donate:hover,
.alert.alert-error input[type="button"].btn-donate:hover,
.alert.alert-error input[type="submit"].btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.alert.alert-error .btn.btn-donate:active,
.alert.alert-error button.btn-donate:active,
.alert.alert-error input[type="button"].btn-donate:active,
.alert.alert-error input[type="submit"].btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.alert.alert-error .btn.btn-donate:focus,
.alert.alert-error button.btn-donate:focus,
.alert.alert-error input[type="button"].btn-donate:focus,
.alert.alert-error input[type="submit"].btn-donate:focus {
  outline: none;
}
.alert.alert-error .btn:hover,
.alert.alert-error button:hover,
.alert.alert-error input[type="button"]:hover,
.alert.alert-error input[type="submit"]: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%);
}
.alert.alert-error .btn:active,
.alert.alert-error button:active,
.alert.alert-error input[type="button"]:active,
.alert.alert-error input[type="submit"]:active,
.alert.alert-error .btn.active,
.alert.alert-error button.active,
.alert.alert-error input[type="button"].active,
.alert.alert-error input[type="submit"].active,
.alert.alert-error .btn.toggled,
.alert.alert-error button.toggled,
.alert.alert-error input[type="button"].toggled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn:disabled,
.alert.alert-error button:disabled,
.alert.alert-error input[type="button"]:disabled,
.alert.alert-error input[type="submit"]:disabled,
.alert.alert-error .btn.disabled,
.alert.alert-error button.disabled,
.alert.alert-error input[type="button"].disabled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn:hover,
.alert.alert-error button:hover,
.alert.alert-error input[type="button"]:hover,
.alert.alert-error input[type="submit"]: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%);
}
.alert.alert-error .btn:active,
.alert.alert-error button:active,
.alert.alert-error input[type="button"]:active,
.alert.alert-error input[type="submit"]:active,
.alert.alert-error .btn.active,
.alert.alert-error button.active,
.alert.alert-error input[type="button"].active,
.alert.alert-error input[type="submit"].active,
.alert.alert-error .btn.toggled,
.alert.alert-error button.toggled,
.alert.alert-error input[type="button"].toggled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-error .btn:disabled,
.alert.alert-error button:disabled,
.alert.alert-error input[type="button"]:disabled,
.alert.alert-error input[type="submit"]:disabled,
.alert.alert-error .btn.disabled,
.alert.alert-error button.disabled,
.alert.alert-error input[type="button"].disabled,
.alert.alert-error input[type="submit"].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%);
}
.alert.alert-success {
  background-color: #dff0d8;
  color: #468847;
  border: 1px solid #2da52d;
}
.alert.alert-success hr {
  border-top-color: #2da52d;
}
.alert.alert-success a,
.alert.alert-success a:visited,
.alert.alert-success a:active {
  color: #468847;
}
.alert.alert-success a:hover,
.alert.alert-success a:visited:hover,
.alert.alert-success a:active:hover {
  color: #468847;
}
.alert.alert-success .btn,
.alert.alert-success button,
.alert.alert-success input[type="button"],
.alert.alert-success input[type="submit"] {
  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;
  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%);
  border: 1px solid #ab6506;
  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;
}
.alert.alert-success .btn:hover,
.alert.alert-success button:hover,
.alert.alert-success input[type="button"]:hover,
.alert.alert-success input[type="submit"]: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%);
}
.alert.alert-success .btn:active,
.alert.alert-success button:active,
.alert.alert-success input[type="button"]:active,
.alert.alert-success input[type="submit"]:active,
.alert.alert-success .btn.active,
.alert.alert-success button.active,
.alert.alert-success input[type="button"].active,
.alert.alert-success input[type="submit"].active,
.alert.alert-success .btn.toggled,
.alert.alert-success button.toggled,
.alert.alert-success input[type="button"].toggled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn:disabled,
.alert.alert-success button:disabled,
.alert.alert-success input[type="button"]:disabled,
.alert.alert-success input[type="submit"]:disabled,
.alert.alert-success .btn.disabled,
.alert.alert-success button.disabled,
.alert.alert-success input[type="button"].disabled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn:active,
.alert.alert-success button:active,
.alert.alert-success input[type="button"]:active,
.alert.alert-success input[type="submit"]:active,
.alert.alert-success .btn.active,
.alert.alert-success button.active,
.alert.alert-success input[type="button"].active,
.alert.alert-success input[type="submit"].active,
.alert.alert-success .btn.toggled,
.alert.alert-success button.toggled,
.alert.alert-success input[type="button"].toggled,
.alert.alert-success input[type="submit"].toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.alert.alert-success .btn:disabled,
.alert.alert-success button:disabled,
.alert.alert-success input[type="button"]:disabled,
.alert.alert-success input[type="submit"]:disabled,
.alert.alert-success .btn.disabled,
.alert.alert-success button.disabled,
.alert.alert-success input[type="button"].disabled,
.alert.alert-success input[type="submit"].disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.alert.alert-success .btn:disabled,
.alert.alert-success button:disabled,
.alert.alert-success input[type="button"]:disabled,
.alert.alert-success input[type="submit"]:disabled,
.alert.alert-success .btn.disabled,
.alert.alert-success button.disabled,
.alert.alert-success input[type="button"].disabled,
.alert.alert-success input[type="submit"].disabled {
  cursor: default;
}
.alert.alert-success .btn.btn-big,
.alert.alert-success button.btn-big,
.alert.alert-success input[type="button"].btn-big,
.alert.alert-success input[type="submit"].btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.alert.alert-success .btn.btn-primary,
.alert.alert-success button.btn-primary,
.alert.alert-success input[type="button"].btn-primary,
.alert.alert-success input[type="submit"].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;
}
.alert.alert-success .btn.btn-primary:hover,
.alert.alert-success button.btn-primary:hover,
.alert.alert-success input[type="button"].btn-primary:hover,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-primary:active,
.alert.alert-success button.btn-primary:active,
.alert.alert-success input[type="button"].btn-primary:active,
.alert.alert-success input[type="submit"].btn-primary:active,
.alert.alert-success .btn.btn-primary.active,
.alert.alert-success button.btn-primary.active,
.alert.alert-success input[type="button"].btn-primary.active,
.alert.alert-success input[type="submit"].btn-primary.active,
.alert.alert-success .btn.btn-primary.toggled,
.alert.alert-success button.btn-primary.toggled,
.alert.alert-success input[type="button"].btn-primary.toggled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-primary:disabled,
.alert.alert-success button.btn-primary:disabled,
.alert.alert-success input[type="button"].btn-primary:disabled,
.alert.alert-success input[type="submit"].btn-primary:disabled,
.alert.alert-success .btn.btn-primary.disabled,
.alert.alert-success button.btn-primary.disabled,
.alert.alert-success input[type="button"].btn-primary.disabled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-info,
.alert.alert-success button.btn-info,
.alert.alert-success input[type="button"].btn-info,
.alert.alert-success input[type="submit"].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;
}
.alert.alert-success .btn.btn-info:hover,
.alert.alert-success button.btn-info:hover,
.alert.alert-success input[type="button"].btn-info:hover,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-info:active,
.alert.alert-success button.btn-info:active,
.alert.alert-success input[type="button"].btn-info:active,
.alert.alert-success input[type="submit"].btn-info:active,
.alert.alert-success .btn.btn-info.active,
.alert.alert-success button.btn-info.active,
.alert.alert-success input[type="button"].btn-info.active,
.alert.alert-success input[type="submit"].btn-info.active,
.alert.alert-success .btn.btn-info.toggled,
.alert.alert-success button.btn-info.toggled,
.alert.alert-success input[type="button"].btn-info.toggled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-info:disabled,
.alert.alert-success button.btn-info:disabled,
.alert.alert-success input[type="button"].btn-info:disabled,
.alert.alert-success input[type="submit"].btn-info:disabled,
.alert.alert-success .btn.btn-info.disabled,
.alert.alert-success button.btn-info.disabled,
.alert.alert-success input[type="button"].btn-info.disabled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-success,
.alert.alert-success button.btn-success,
.alert.alert-success input[type="button"].btn-success,
.alert.alert-success input[type="submit"].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;
}
.alert.alert-success .btn.btn-success:hover,
.alert.alert-success button.btn-success:hover,
.alert.alert-success input[type="button"].btn-success:hover,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-success:active,
.alert.alert-success button.btn-success:active,
.alert.alert-success input[type="button"].btn-success:active,
.alert.alert-success input[type="submit"].btn-success:active,
.alert.alert-success .btn.btn-success.active,
.alert.alert-success button.btn-success.active,
.alert.alert-success input[type="button"].btn-success.active,
.alert.alert-success input[type="submit"].btn-success.active,
.alert.alert-success .btn.btn-success.toggled,
.alert.alert-success button.btn-success.toggled,
.alert.alert-success input[type="button"].btn-success.toggled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-success:disabled,
.alert.alert-success button.btn-success:disabled,
.alert.alert-success input[type="button"].btn-success:disabled,
.alert.alert-success input[type="submit"].btn-success:disabled,
.alert.alert-success .btn.btn-success.disabled,
.alert.alert-success button.btn-success.disabled,
.alert.alert-success input[type="button"].btn-success.disabled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-warning,
.alert.alert-success button.btn-warning,
.alert.alert-success input[type="button"].btn-warning,
.alert.alert-success input[type="submit"].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;
}
.alert.alert-success .btn.btn-warning:hover,
.alert.alert-success button.btn-warning:hover,
.alert.alert-success input[type="button"].btn-warning:hover,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-warning:active,
.alert.alert-success button.btn-warning:active,
.alert.alert-success input[type="button"].btn-warning:active,
.alert.alert-success input[type="submit"].btn-warning:active,
.alert.alert-success .btn.btn-warning.active,
.alert.alert-success button.btn-warning.active,
.alert.alert-success input[type="button"].btn-warning.active,
.alert.alert-success input[type="submit"].btn-warning.active,
.alert.alert-success .btn.btn-warning.toggled,
.alert.alert-success button.btn-warning.toggled,
.alert.alert-success input[type="button"].btn-warning.toggled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-warning:disabled,
.alert.alert-success button.btn-warning:disabled,
.alert.alert-success input[type="button"].btn-warning:disabled,
.alert.alert-success input[type="submit"].btn-warning:disabled,
.alert.alert-success .btn.btn-warning.disabled,
.alert.alert-success button.btn-warning.disabled,
.alert.alert-success input[type="button"].btn-warning.disabled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-error,
.alert.alert-success button.btn-error,
.alert.alert-success input[type="button"].btn-error,
.alert.alert-success input[type="submit"].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;
}
.alert.alert-success .btn.btn-error:hover,
.alert.alert-success button.btn-error:hover,
.alert.alert-success input[type="button"].btn-error:hover,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-error:active,
.alert.alert-success button.btn-error:active,
.alert.alert-success input[type="button"].btn-error:active,
.alert.alert-success input[type="submit"].btn-error:active,
.alert.alert-success .btn.btn-error.active,
.alert.alert-success button.btn-error.active,
.alert.alert-success input[type="button"].btn-error.active,
.alert.alert-success input[type="submit"].btn-error.active,
.alert.alert-success .btn.btn-error.toggled,
.alert.alert-success button.btn-error.toggled,
.alert.alert-success input[type="button"].btn-error.toggled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-error:disabled,
.alert.alert-success button.btn-error:disabled,
.alert.alert-success input[type="button"].btn-error:disabled,
.alert.alert-success input[type="submit"].btn-error:disabled,
.alert.alert-success .btn.btn-error.disabled,
.alert.alert-success button.btn-error.disabled,
.alert.alert-success input[type="button"].btn-error.disabled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn.btn-donate,
.alert.alert-success button.btn-donate,
.alert.alert-success input[type="button"].btn-donate,
.alert.alert-success input[type="submit"].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;
}
.alert.alert-success .btn.btn-donate:active,
.alert.alert-success button.btn-donate:active,
.alert.alert-success input[type="button"].btn-donate:active,
.alert.alert-success input[type="submit"].btn-donate:active,
.alert.alert-success .btn.btn-donate.active,
.alert.alert-success button.btn-donate.active,
.alert.alert-success input[type="button"].btn-donate.active,
.alert.alert-success input[type="submit"].btn-donate.active,
.alert.alert-success .btn.btn-donate.toggled,
.alert.alert-success button.btn-donate.toggled,
.alert.alert-success input[type="button"].btn-donate.toggled,
.alert.alert-success input[type="submit"].btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.alert.alert-success .btn.btn-donate:disabled,
.alert.alert-success button.btn-donate:disabled,
.alert.alert-success input[type="button"].btn-donate:disabled,
.alert.alert-success input[type="submit"].btn-donate:disabled,
.alert.alert-success .btn.btn-donate.disabled,
.alert.alert-success button.btn-donate.disabled,
.alert.alert-success input[type="button"].btn-donate.disabled,
.alert.alert-success input[type="submit"].btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.alert.alert-success .btn.btn-donate:hover,
.alert.alert-success button.btn-donate:hover,
.alert.alert-success input[type="button"].btn-donate:hover,
.alert.alert-success input[type="submit"].btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.alert.alert-success .btn.btn-donate:active,
.alert.alert-success button.btn-donate:active,
.alert.alert-success input[type="button"].btn-donate:active,
.alert.alert-success input[type="submit"].btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.alert.alert-success .btn.btn-donate:focus,
.alert.alert-success button.btn-donate:focus,
.alert.alert-success input[type="button"].btn-donate:focus,
.alert.alert-success input[type="submit"].btn-donate:focus {
  outline: none;
}
.alert.alert-success .btn:hover,
.alert.alert-success button:hover,
.alert.alert-success input[type="button"]:hover,
.alert.alert-success input[type="submit"]: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%);
}
.alert.alert-success .btn:active,
.alert.alert-success button:active,
.alert.alert-success input[type="button"]:active,
.alert.alert-success input[type="submit"]:active,
.alert.alert-success .btn.active,
.alert.alert-success button.active,
.alert.alert-success input[type="button"].active,
.alert.alert-success input[type="submit"].active,
.alert.alert-success .btn.toggled,
.alert.alert-success button.toggled,
.alert.alert-success input[type="button"].toggled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn:disabled,
.alert.alert-success button:disabled,
.alert.alert-success input[type="button"]:disabled,
.alert.alert-success input[type="submit"]:disabled,
.alert.alert-success .btn.disabled,
.alert.alert-success button.disabled,
.alert.alert-success input[type="button"].disabled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn:hover,
.alert.alert-success button:hover,
.alert.alert-success input[type="button"]:hover,
.alert.alert-success input[type="submit"]: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%);
}
.alert.alert-success .btn:active,
.alert.alert-success button:active,
.alert.alert-success input[type="button"]:active,
.alert.alert-success input[type="submit"]:active,
.alert.alert-success .btn.active,
.alert.alert-success button.active,
.alert.alert-success input[type="button"].active,
.alert.alert-success input[type="submit"].active,
.alert.alert-success .btn.toggled,
.alert.alert-success button.toggled,
.alert.alert-success input[type="button"].toggled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-success .btn:disabled,
.alert.alert-success button:disabled,
.alert.alert-success input[type="button"]:disabled,
.alert.alert-success input[type="submit"]:disabled,
.alert.alert-success .btn.disabled,
.alert.alert-success button.disabled,
.alert.alert-success input[type="button"].disabled,
.alert.alert-success input[type="submit"].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%);
}
.alert.alert-info {
  background-color: #e6f9ff;
  color: #0086b3;
  border: 1px solid #00a3d9;
}
.alert.alert-info .btn,
.alert.alert-info button,
.alert.alert-info input[type="button"],
.alert.alert-info input[type="submit"] {
  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;
  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%);
  border: 1px solid #ab6506;
  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;
}
.alert.alert-info .btn:hover,
.alert.alert-info button:hover,
.alert.alert-info input[type="button"]:hover,
.alert.alert-info input[type="submit"]: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%);
}
.alert.alert-info .btn:active,
.alert.alert-info button:active,
.alert.alert-info input[type="button"]:active,
.alert.alert-info input[type="submit"]:active,
.alert.alert-info .btn.active,
.alert.alert-info button.active,
.alert.alert-info input[type="button"].active,
.alert.alert-info input[type="submit"].active,
.alert.alert-info .btn.toggled,
.alert.alert-info button.toggled,
.alert.alert-info input[type="button"].toggled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn:disabled,
.alert.alert-info button:disabled,
.alert.alert-info input[type="button"]:disabled,
.alert.alert-info input[type="submit"]:disabled,
.alert.alert-info .btn.disabled,
.alert.alert-info button.disabled,
.alert.alert-info input[type="button"].disabled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn:active,
.alert.alert-info button:active,
.alert.alert-info input[type="button"]:active,
.alert.alert-info input[type="submit"]:active,
.alert.alert-info .btn.active,
.alert.alert-info button.active,
.alert.alert-info input[type="button"].active,
.alert.alert-info input[type="submit"].active,
.alert.alert-info .btn.toggled,
.alert.alert-info button.toggled,
.alert.alert-info input[type="button"].toggled,
.alert.alert-info input[type="submit"].toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.alert.alert-info .btn:disabled,
.alert.alert-info button:disabled,
.alert.alert-info input[type="button"]:disabled,
.alert.alert-info input[type="submit"]:disabled,
.alert.alert-info .btn.disabled,
.alert.alert-info button.disabled,
.alert.alert-info input[type="button"].disabled,
.alert.alert-info input[type="submit"].disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.alert.alert-info .btn:disabled,
.alert.alert-info button:disabled,
.alert.alert-info input[type="button"]:disabled,
.alert.alert-info input[type="submit"]:disabled,
.alert.alert-info .btn.disabled,
.alert.alert-info button.disabled,
.alert.alert-info input[type="button"].disabled,
.alert.alert-info input[type="submit"].disabled {
  cursor: default;
}
.alert.alert-info .btn.btn-big,
.alert.alert-info button.btn-big,
.alert.alert-info input[type="button"].btn-big,
.alert.alert-info input[type="submit"].btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.alert.alert-info .btn.btn-primary,
.alert.alert-info button.btn-primary,
.alert.alert-info input[type="button"].btn-primary,
.alert.alert-info input[type="submit"].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;
}
.alert.alert-info .btn.btn-primary:hover,
.alert.alert-info button.btn-primary:hover,
.alert.alert-info input[type="button"].btn-primary:hover,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-primary:active,
.alert.alert-info button.btn-primary:active,
.alert.alert-info input[type="button"].btn-primary:active,
.alert.alert-info input[type="submit"].btn-primary:active,
.alert.alert-info .btn.btn-primary.active,
.alert.alert-info button.btn-primary.active,
.alert.alert-info input[type="button"].btn-primary.active,
.alert.alert-info input[type="submit"].btn-primary.active,
.alert.alert-info .btn.btn-primary.toggled,
.alert.alert-info button.btn-primary.toggled,
.alert.alert-info input[type="button"].btn-primary.toggled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-primary:disabled,
.alert.alert-info button.btn-primary:disabled,
.alert.alert-info input[type="button"].btn-primary:disabled,
.alert.alert-info input[type="submit"].btn-primary:disabled,
.alert.alert-info .btn.btn-primary.disabled,
.alert.alert-info button.btn-primary.disabled,
.alert.alert-info input[type="button"].btn-primary.disabled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-info,
.alert.alert-info button.btn-info,
.alert.alert-info input[type="button"].btn-info,
.alert.alert-info input[type="submit"].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;
}
.alert.alert-info .btn.btn-info:hover,
.alert.alert-info button.btn-info:hover,
.alert.alert-info input[type="button"].btn-info:hover,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-info:active,
.alert.alert-info button.btn-info:active,
.alert.alert-info input[type="button"].btn-info:active,
.alert.alert-info input[type="submit"].btn-info:active,
.alert.alert-info .btn.btn-info.active,
.alert.alert-info button.btn-info.active,
.alert.alert-info input[type="button"].btn-info.active,
.alert.alert-info input[type="submit"].btn-info.active,
.alert.alert-info .btn.btn-info.toggled,
.alert.alert-info button.btn-info.toggled,
.alert.alert-info input[type="button"].btn-info.toggled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-info:disabled,
.alert.alert-info button.btn-info:disabled,
.alert.alert-info input[type="button"].btn-info:disabled,
.alert.alert-info input[type="submit"].btn-info:disabled,
.alert.alert-info .btn.btn-info.disabled,
.alert.alert-info button.btn-info.disabled,
.alert.alert-info input[type="button"].btn-info.disabled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-success,
.alert.alert-info button.btn-success,
.alert.alert-info input[type="button"].btn-success,
.alert.alert-info input[type="submit"].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;
}
.alert.alert-info .btn.btn-success:hover,
.alert.alert-info button.btn-success:hover,
.alert.alert-info input[type="button"].btn-success:hover,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-success:active,
.alert.alert-info button.btn-success:active,
.alert.alert-info input[type="button"].btn-success:active,
.alert.alert-info input[type="submit"].btn-success:active,
.alert.alert-info .btn.btn-success.active,
.alert.alert-info button.btn-success.active,
.alert.alert-info input[type="button"].btn-success.active,
.alert.alert-info input[type="submit"].btn-success.active,
.alert.alert-info .btn.btn-success.toggled,
.alert.alert-info button.btn-success.toggled,
.alert.alert-info input[type="button"].btn-success.toggled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-success:disabled,
.alert.alert-info button.btn-success:disabled,
.alert.alert-info input[type="button"].btn-success:disabled,
.alert.alert-info input[type="submit"].btn-success:disabled,
.alert.alert-info .btn.btn-success.disabled,
.alert.alert-info button.btn-success.disabled,
.alert.alert-info input[type="button"].btn-success.disabled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-warning,
.alert.alert-info button.btn-warning,
.alert.alert-info input[type="button"].btn-warning,
.alert.alert-info input[type="submit"].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;
}
.alert.alert-info .btn.btn-warning:hover,
.alert.alert-info button.btn-warning:hover,
.alert.alert-info input[type="button"].btn-warning:hover,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-warning:active,
.alert.alert-info button.btn-warning:active,
.alert.alert-info input[type="button"].btn-warning:active,
.alert.alert-info input[type="submit"].btn-warning:active,
.alert.alert-info .btn.btn-warning.active,
.alert.alert-info button.btn-warning.active,
.alert.alert-info input[type="button"].btn-warning.active,
.alert.alert-info input[type="submit"].btn-warning.active,
.alert.alert-info .btn.btn-warning.toggled,
.alert.alert-info button.btn-warning.toggled,
.alert.alert-info input[type="button"].btn-warning.toggled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-warning:disabled,
.alert.alert-info button.btn-warning:disabled,
.alert.alert-info input[type="button"].btn-warning:disabled,
.alert.alert-info input[type="submit"].btn-warning:disabled,
.alert.alert-info .btn.btn-warning.disabled,
.alert.alert-info button.btn-warning.disabled,
.alert.alert-info input[type="button"].btn-warning.disabled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-error,
.alert.alert-info button.btn-error,
.alert.alert-info input[type="button"].btn-error,
.alert.alert-info input[type="submit"].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;
}
.alert.alert-info .btn.btn-error:hover,
.alert.alert-info button.btn-error:hover,
.alert.alert-info input[type="button"].btn-error:hover,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-error:active,
.alert.alert-info button.btn-error:active,
.alert.alert-info input[type="button"].btn-error:active,
.alert.alert-info input[type="submit"].btn-error:active,
.alert.alert-info .btn.btn-error.active,
.alert.alert-info button.btn-error.active,
.alert.alert-info input[type="button"].btn-error.active,
.alert.alert-info input[type="submit"].btn-error.active,
.alert.alert-info .btn.btn-error.toggled,
.alert.alert-info button.btn-error.toggled,
.alert.alert-info input[type="button"].btn-error.toggled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-error:disabled,
.alert.alert-info button.btn-error:disabled,
.alert.alert-info input[type="button"].btn-error:disabled,
.alert.alert-info input[type="submit"].btn-error:disabled,
.alert.alert-info .btn.btn-error.disabled,
.alert.alert-info button.btn-error.disabled,
.alert.alert-info input[type="button"].btn-error.disabled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn.btn-donate,
.alert.alert-info button.btn-donate,
.alert.alert-info input[type="button"].btn-donate,
.alert.alert-info input[type="submit"].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;
}
.alert.alert-info .btn.btn-donate:active,
.alert.alert-info button.btn-donate:active,
.alert.alert-info input[type="button"].btn-donate:active,
.alert.alert-info input[type="submit"].btn-donate:active,
.alert.alert-info .btn.btn-donate.active,
.alert.alert-info button.btn-donate.active,
.alert.alert-info input[type="button"].btn-donate.active,
.alert.alert-info input[type="submit"].btn-donate.active,
.alert.alert-info .btn.btn-donate.toggled,
.alert.alert-info button.btn-donate.toggled,
.alert.alert-info input[type="button"].btn-donate.toggled,
.alert.alert-info input[type="submit"].btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.alert.alert-info .btn.btn-donate:disabled,
.alert.alert-info button.btn-donate:disabled,
.alert.alert-info input[type="button"].btn-donate:disabled,
.alert.alert-info input[type="submit"].btn-donate:disabled,
.alert.alert-info .btn.btn-donate.disabled,
.alert.alert-info button.btn-donate.disabled,
.alert.alert-info input[type="button"].btn-donate.disabled,
.alert.alert-info input[type="submit"].btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.alert.alert-info .btn.btn-donate:hover,
.alert.alert-info button.btn-donate:hover,
.alert.alert-info input[type="button"].btn-donate:hover,
.alert.alert-info input[type="submit"].btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.alert.alert-info .btn.btn-donate:active,
.alert.alert-info button.btn-donate:active,
.alert.alert-info input[type="button"].btn-donate:active,
.alert.alert-info input[type="submit"].btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.alert.alert-info .btn.btn-donate:focus,
.alert.alert-info button.btn-donate:focus,
.alert.alert-info input[type="button"].btn-donate:focus,
.alert.alert-info input[type="submit"].btn-donate:focus {
  outline: none;
}
.alert.alert-info .btn:hover,
.alert.alert-info button:hover,
.alert.alert-info input[type="button"]:hover,
.alert.alert-info input[type="submit"]: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%);
}
.alert.alert-info .btn:active,
.alert.alert-info button:active,
.alert.alert-info input[type="button"]:active,
.alert.alert-info input[type="submit"]:active,
.alert.alert-info .btn.active,
.alert.alert-info button.active,
.alert.alert-info input[type="button"].active,
.alert.alert-info input[type="submit"].active,
.alert.alert-info .btn.toggled,
.alert.alert-info button.toggled,
.alert.alert-info input[type="button"].toggled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn:disabled,
.alert.alert-info button:disabled,
.alert.alert-info input[type="button"]:disabled,
.alert.alert-info input[type="submit"]:disabled,
.alert.alert-info .btn.disabled,
.alert.alert-info button.disabled,
.alert.alert-info input[type="button"].disabled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn:hover,
.alert.alert-info button:hover,
.alert.alert-info input[type="button"]:hover,
.alert.alert-info input[type="submit"]: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%);
}
.alert.alert-info .btn:active,
.alert.alert-info button:active,
.alert.alert-info input[type="button"]:active,
.alert.alert-info input[type="submit"]:active,
.alert.alert-info .btn.active,
.alert.alert-info button.active,
.alert.alert-info input[type="button"].active,
.alert.alert-info input[type="submit"].active,
.alert.alert-info .btn.toggled,
.alert.alert-info button.toggled,
.alert.alert-info input[type="button"].toggled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-info .btn:disabled,
.alert.alert-info button:disabled,
.alert.alert-info input[type="button"]:disabled,
.alert.alert-info input[type="submit"]:disabled,
.alert.alert-info .btn.disabled,
.alert.alert-info button.disabled,
.alert.alert-info input[type="button"].disabled,
.alert.alert-info input[type="submit"].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%);
}
.alert.alert-inactive {
  background-color: #c8e5e5;
  color: #3e4460;
  border: 1px solid #777f91;
}
.alert.alert-inactive .btn,
.alert.alert-inactive button,
.alert.alert-inactive input[type="button"],
.alert.alert-inactive input[type="submit"] {
  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;
  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;
}
.alert.alert-inactive .btn:hover,
.alert.alert-inactive button:hover,
.alert.alert-inactive input[type="button"]:hover,
.alert.alert-inactive input[type="submit"]: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%);
}
.alert.alert-inactive .btn:active,
.alert.alert-inactive button:active,
.alert.alert-inactive input[type="button"]:active,
.alert.alert-inactive input[type="submit"]:active,
.alert.alert-inactive .btn.active,
.alert.alert-inactive button.active,
.alert.alert-inactive input[type="button"].active,
.alert.alert-inactive input[type="submit"].active,
.alert.alert-inactive .btn.toggled,
.alert.alert-inactive button.toggled,
.alert.alert-inactive input[type="button"].toggled,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn:disabled,
.alert.alert-inactive button:disabled,
.alert.alert-inactive input[type="button"]:disabled,
.alert.alert-inactive input[type="submit"]:disabled,
.alert.alert-inactive .btn.disabled,
.alert.alert-inactive button.disabled,
.alert.alert-inactive input[type="button"].disabled,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn:active,
.alert.alert-inactive button:active,
.alert.alert-inactive input[type="button"]:active,
.alert.alert-inactive input[type="submit"]:active,
.alert.alert-inactive .btn.active,
.alert.alert-inactive button.active,
.alert.alert-inactive input[type="button"].active,
.alert.alert-inactive input[type="submit"].active,
.alert.alert-inactive .btn.toggled,
.alert.alert-inactive button.toggled,
.alert.alert-inactive input[type="button"].toggled,
.alert.alert-inactive input[type="submit"].toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.alert.alert-inactive .btn:disabled,
.alert.alert-inactive button:disabled,
.alert.alert-inactive input[type="button"]:disabled,
.alert.alert-inactive input[type="submit"]:disabled,
.alert.alert-inactive .btn.disabled,
.alert.alert-inactive button.disabled,
.alert.alert-inactive input[type="button"].disabled,
.alert.alert-inactive input[type="submit"].disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.alert.alert-inactive .btn:disabled,
.alert.alert-inactive button:disabled,
.alert.alert-inactive input[type="button"]:disabled,
.alert.alert-inactive input[type="submit"]:disabled,
.alert.alert-inactive .btn.disabled,
.alert.alert-inactive button.disabled,
.alert.alert-inactive input[type="button"].disabled,
.alert.alert-inactive input[type="submit"].disabled {
  cursor: default;
}
.alert.alert-inactive .btn.btn-big,
.alert.alert-inactive button.btn-big,
.alert.alert-inactive input[type="button"].btn-big,
.alert.alert-inactive input[type="submit"].btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.alert.alert-inactive .btn.btn-primary,
.alert.alert-inactive button.btn-primary,
.alert.alert-inactive input[type="button"].btn-primary,
.alert.alert-inactive input[type="submit"].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;
}
.alert.alert-inactive .btn.btn-primary:hover,
.alert.alert-inactive button.btn-primary:hover,
.alert.alert-inactive input[type="button"].btn-primary:hover,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-primary:active,
.alert.alert-inactive button.btn-primary:active,
.alert.alert-inactive input[type="button"].btn-primary:active,
.alert.alert-inactive input[type="submit"].btn-primary:active,
.alert.alert-inactive .btn.btn-primary.active,
.alert.alert-inactive button.btn-primary.active,
.alert.alert-inactive input[type="button"].btn-primary.active,
.alert.alert-inactive input[type="submit"].btn-primary.active,
.alert.alert-inactive .btn.btn-primary.toggled,
.alert.alert-inactive button.btn-primary.toggled,
.alert.alert-inactive input[type="button"].btn-primary.toggled,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-primary:disabled,
.alert.alert-inactive button.btn-primary:disabled,
.alert.alert-inactive input[type="button"].btn-primary:disabled,
.alert.alert-inactive input[type="submit"].btn-primary:disabled,
.alert.alert-inactive .btn.btn-primary.disabled,
.alert.alert-inactive button.btn-primary.disabled,
.alert.alert-inactive input[type="button"].btn-primary.disabled,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-info,
.alert.alert-inactive button.btn-info,
.alert.alert-inactive input[type="button"].btn-info,
.alert.alert-inactive input[type="submit"].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;
}
.alert.alert-inactive .btn.btn-info:hover,
.alert.alert-inactive button.btn-info:hover,
.alert.alert-inactive input[type="button"].btn-info:hover,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-info:active,
.alert.alert-inactive button.btn-info:active,
.alert.alert-inactive input[type="button"].btn-info:active,
.alert.alert-inactive input[type="submit"].btn-info:active,
.alert.alert-inactive .btn.btn-info.active,
.alert.alert-inactive button.btn-info.active,
.alert.alert-inactive input[type="button"].btn-info.active,
.alert.alert-inactive input[type="submit"].btn-info.active,
.alert.alert-inactive .btn.btn-info.toggled,
.alert.alert-inactive button.btn-info.toggled,
.alert.alert-inactive input[type="button"].btn-info.toggled,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-info:disabled,
.alert.alert-inactive button.btn-info:disabled,
.alert.alert-inactive input[type="button"].btn-info:disabled,
.alert.alert-inactive input[type="submit"].btn-info:disabled,
.alert.alert-inactive .btn.btn-info.disabled,
.alert.alert-inactive button.btn-info.disabled,
.alert.alert-inactive input[type="button"].btn-info.disabled,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-success,
.alert.alert-inactive button.btn-success,
.alert.alert-inactive input[type="button"].btn-success,
.alert.alert-inactive input[type="submit"].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;
}
.alert.alert-inactive .btn.btn-success:hover,
.alert.alert-inactive button.btn-success:hover,
.alert.alert-inactive input[type="button"].btn-success:hover,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-success:active,
.alert.alert-inactive button.btn-success:active,
.alert.alert-inactive input[type="button"].btn-success:active,
.alert.alert-inactive input[type="submit"].btn-success:active,
.alert.alert-inactive .btn.btn-success.active,
.alert.alert-inactive button.btn-success.active,
.alert.alert-inactive input[type="button"].btn-success.active,
.alert.alert-inactive input[type="submit"].btn-success.active,
.alert.alert-inactive .btn.btn-success.toggled,
.alert.alert-inactive button.btn-success.toggled,
.alert.alert-inactive input[type="button"].btn-success.toggled,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-success:disabled,
.alert.alert-inactive button.btn-success:disabled,
.alert.alert-inactive input[type="button"].btn-success:disabled,
.alert.alert-inactive input[type="submit"].btn-success:disabled,
.alert.alert-inactive .btn.btn-success.disabled,
.alert.alert-inactive button.btn-success.disabled,
.alert.alert-inactive input[type="button"].btn-success.disabled,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-warning,
.alert.alert-inactive button.btn-warning,
.alert.alert-inactive input[type="button"].btn-warning,
.alert.alert-inactive input[type="submit"].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;
}
.alert.alert-inactive .btn.btn-warning:hover,
.alert.alert-inactive button.btn-warning:hover,
.alert.alert-inactive input[type="button"].btn-warning:hover,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-warning:active,
.alert.alert-inactive button.btn-warning:active,
.alert.alert-inactive input[type="button"].btn-warning:active,
.alert.alert-inactive input[type="submit"].btn-warning:active,
.alert.alert-inactive .btn.btn-warning.active,
.alert.alert-inactive button.btn-warning.active,
.alert.alert-inactive input[type="button"].btn-warning.active,
.alert.alert-inactive input[type="submit"].btn-warning.active,
.alert.alert-inactive .btn.btn-warning.toggled,
.alert.alert-inactive button.btn-warning.toggled,
.alert.alert-inactive input[type="button"].btn-warning.toggled,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-warning:disabled,
.alert.alert-inactive button.btn-warning:disabled,
.alert.alert-inactive input[type="button"].btn-warning:disabled,
.alert.alert-inactive input[type="submit"].btn-warning:disabled,
.alert.alert-inactive .btn.btn-warning.disabled,
.alert.alert-inactive button.btn-warning.disabled,
.alert.alert-inactive input[type="button"].btn-warning.disabled,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-error,
.alert.alert-inactive button.btn-error,
.alert.alert-inactive input[type="button"].btn-error,
.alert.alert-inactive input[type="submit"].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;
}
.alert.alert-inactive .btn.btn-error:hover,
.alert.alert-inactive button.btn-error:hover,
.alert.alert-inactive input[type="button"].btn-error:hover,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-error:active,
.alert.alert-inactive button.btn-error:active,
.alert.alert-inactive input[type="button"].btn-error:active,
.alert.alert-inactive input[type="submit"].btn-error:active,
.alert.alert-inactive .btn.btn-error.active,
.alert.alert-inactive button.btn-error.active,
.alert.alert-inactive input[type="button"].btn-error.active,
.alert.alert-inactive input[type="submit"].btn-error.active,
.alert.alert-inactive .btn.btn-error.toggled,
.alert.alert-inactive button.btn-error.toggled,
.alert.alert-inactive input[type="button"].btn-error.toggled,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-error:disabled,
.alert.alert-inactive button.btn-error:disabled,
.alert.alert-inactive input[type="button"].btn-error:disabled,
.alert.alert-inactive input[type="submit"].btn-error:disabled,
.alert.alert-inactive .btn.btn-error.disabled,
.alert.alert-inactive button.btn-error.disabled,
.alert.alert-inactive input[type="button"].btn-error.disabled,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn.btn-donate,
.alert.alert-inactive button.btn-donate,
.alert.alert-inactive input[type="button"].btn-donate,
.alert.alert-inactive input[type="submit"].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;
}
.alert.alert-inactive .btn.btn-donate:active,
.alert.alert-inactive button.btn-donate:active,
.alert.alert-inactive input[type="button"].btn-donate:active,
.alert.alert-inactive input[type="submit"].btn-donate:active,
.alert.alert-inactive .btn.btn-donate.active,
.alert.alert-inactive button.btn-donate.active,
.alert.alert-inactive input[type="button"].btn-donate.active,
.alert.alert-inactive input[type="submit"].btn-donate.active,
.alert.alert-inactive .btn.btn-donate.toggled,
.alert.alert-inactive button.btn-donate.toggled,
.alert.alert-inactive input[type="button"].btn-donate.toggled,
.alert.alert-inactive input[type="submit"].btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.alert.alert-inactive .btn.btn-donate:disabled,
.alert.alert-inactive button.btn-donate:disabled,
.alert.alert-inactive input[type="button"].btn-donate:disabled,
.alert.alert-inactive input[type="submit"].btn-donate:disabled,
.alert.alert-inactive .btn.btn-donate.disabled,
.alert.alert-inactive button.btn-donate.disabled,
.alert.alert-inactive input[type="button"].btn-donate.disabled,
.alert.alert-inactive input[type="submit"].btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.alert.alert-inactive .btn.btn-donate:hover,
.alert.alert-inactive button.btn-donate:hover,
.alert.alert-inactive input[type="button"].btn-donate:hover,
.alert.alert-inactive input[type="submit"].btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.alert.alert-inactive .btn.btn-donate:active,
.alert.alert-inactive button.btn-donate:active,
.alert.alert-inactive input[type="button"].btn-donate:active,
.alert.alert-inactive input[type="submit"].btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.alert.alert-inactive .btn.btn-donate:focus,
.alert.alert-inactive button.btn-donate:focus,
.alert.alert-inactive input[type="button"].btn-donate:focus,
.alert.alert-inactive input[type="submit"].btn-donate:focus {
  outline: none;
}
.alert.alert-inactive .btn:hover,
.alert.alert-inactive button:hover,
.alert.alert-inactive input[type="button"]:hover,
.alert.alert-inactive input[type="submit"]: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%);
}
.alert.alert-inactive .btn:active,
.alert.alert-inactive button:active,
.alert.alert-inactive input[type="button"]:active,
.alert.alert-inactive input[type="submit"]:active,
.alert.alert-inactive .btn.active,
.alert.alert-inactive button.active,
.alert.alert-inactive input[type="button"].active,
.alert.alert-inactive input[type="submit"].active,
.alert.alert-inactive .btn.toggled,
.alert.alert-inactive button.toggled,
.alert.alert-inactive input[type="button"].toggled,
.alert.alert-inactive input[type="submit"].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%);
}
.alert.alert-inactive .btn:disabled,
.alert.alert-inactive button:disabled,
.alert.alert-inactive input[type="button"]:disabled,
.alert.alert-inactive input[type="submit"]:disabled,
.alert.alert-inactive .btn.disabled,
.alert.alert-inactive button.disabled,
.alert.alert-inactive input[type="button"].disabled,
.alert.alert-inactive input[type="submit"].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%);
}
.collapsible > .title {
  cursor: pointer;
  cursor: hand;
  padding-left: 20px;
}
.collapsible > .title .icon,
.collapsible > .title .collapsible-icon {
  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: -80px 0px;
  position: relative;
  margin-bottom: -3px;
  margin-left: -18px;
}
.collapsible > .title .icon-left,
.collapsible > .title .collapsible-icon-left {
  padding-left: 26px !important;
  position: relative;
  min-height: 26px;
}
.collapsible > .title .icon-left > .collapsible > .title .icon,
.collapsible > .title .icon-left > .collapsible > .title .collapsible-icon,
.collapsible > .title .collapsible-icon-left > .collapsible > .title .icon,
.collapsible > .title .collapsible-icon-left > .collapsible > .title .collapsible-icon {
  position: absolute;
  left: 4px;
  top: 4px;
}
a.collapsible > .title .icon,
a.collapsible > .title .collapsible-icon {
  background-color: transparent;
  border: none;
}
a.collapsible > .title .icon:hover,
a.collapsible > .title .collapsible-icon:hover {
  background-position: -80px -16px;
}
a.collapsible > .title .icon:active,
a.collapsible > .title .collapsible-icon:active {
  background-position: -80px -32px;
}
a.collapsible > .title .icon:disabled,
a.collapsible > .title .collapsible-icon:disabled {
  background-position: -80px -48px;
}
button.collapsible > .title .icon,
button.collapsible > .title .collapsible-icon,
input.collapsible > .title .icon,
input.collapsible > .title .collapsible-icon,
.collapsible > .title .icon.btn,
.collapsible > .title .collapsible-icon.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: -80px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.collapsible > .title .icon:hover,
button.collapsible > .title .collapsible-icon:hover,
input.collapsible > .title .icon:hover,
input.collapsible > .title .collapsible-icon:hover,
.collapsible > .title .icon.btn:hover,
.collapsible > .title .collapsible-icon.btn:hover {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -80px -16px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.collapsible > .title .icon:active,
button.collapsible > .title .collapsible-icon:active,
input.collapsible > .title .icon:active,
input.collapsible > .title .collapsible-icon:active,
.collapsible > .title .icon.btn:active,
.collapsible > .title .collapsible-icon.btn:active {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -80px -32px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.collapsible > .title .icon:disabled,
button.collapsible > .title .collapsible-icon:disabled,
input.collapsible > .title .icon:disabled,
input.collapsible > .title .collapsible-icon:disabled,
.collapsible > .title .icon.btn:disabled,
.collapsible > .title .collapsible-icon.btn:disabled,
button.collapsible > .title .icon.disabled,
button.collapsible > .title .collapsible-icon.disabled,
input.collapsible > .title .icon.disabled,
input.collapsible > .title .collapsible-icon.disabled,
.collapsible > .title .icon.btn.disabled,
.collapsible > .title .collapsible-icon.btn.disabled {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -80px -48px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.collapsible > .title.collapsed .icon,
.collapsible > .title.collapsed .collapsible-icon {
  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: -96px 0px;
  position: relative;
}
.collapsible > .title.collapsed .icon-left,
.collapsible > .title.collapsed .collapsible-icon-left {
  padding-left: 26px !important;
  position: relative;
  min-height: 26px;
}
.collapsible > .title.collapsed .icon-left > .collapsible > .title.collapsed .icon,
.collapsible > .title.collapsed .icon-left > .collapsible > .title.collapsed .collapsible-icon,
.collapsible > .title.collapsed .collapsible-icon-left > .collapsible > .title.collapsed .icon,
.collapsible > .title.collapsed .collapsible-icon-left > .collapsible > .title.collapsed .collapsible-icon {
  position: absolute;
  left: 4px;
  top: 4px;
}
a.collapsible > .title.collapsed .icon,
a.collapsible > .title.collapsed .collapsible-icon {
  background-color: transparent;
  border: none;
}
a.collapsible > .title.collapsed .icon:hover,
a.collapsible > .title.collapsed .collapsible-icon:hover {
  background-position: -96px -16px;
}
a.collapsible > .title.collapsed .icon:active,
a.collapsible > .title.collapsed .collapsible-icon:active {
  background-position: -96px -32px;
}
a.collapsible > .title.collapsed .icon:disabled,
a.collapsible > .title.collapsed .collapsible-icon:disabled {
  background-position: -96px -48px;
}
button.collapsible > .title.collapsed .icon,
button.collapsible > .title.collapsed .collapsible-icon,
input.collapsible > .title.collapsed .icon,
input.collapsible > .title.collapsed .collapsible-icon,
.collapsible > .title.collapsed .icon.btn,
.collapsible > .title.collapsed .collapsible-icon.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: -96px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.collapsible > .title.collapsed .icon:hover,
button.collapsible > .title.collapsed .collapsible-icon:hover,
input.collapsible > .title.collapsed .icon:hover,
input.collapsible > .title.collapsed .collapsible-icon:hover,
.collapsible > .title.collapsed .icon.btn:hover,
.collapsible > .title.collapsed .collapsible-icon.btn:hover {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -96px -16px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.collapsible > .title.collapsed .icon:active,
button.collapsible > .title.collapsed .collapsible-icon:active,
input.collapsible > .title.collapsed .icon:active,
input.collapsible > .title.collapsed .collapsible-icon:active,
.collapsible > .title.collapsed .icon.btn:active,
.collapsible > .title.collapsed .collapsible-icon.btn:active {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -96px -32px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
button.collapsible > .title.collapsed .icon:disabled,
button.collapsible > .title.collapsed .collapsible-icon:disabled,
input.collapsible > .title.collapsed .icon:disabled,
input.collapsible > .title.collapsed .collapsible-icon:disabled,
.collapsible > .title.collapsed .icon.btn:disabled,
.collapsible > .title.collapsed .collapsible-icon.btn:disabled,
button.collapsible > .title.collapsed .icon.disabled,
button.collapsible > .title.collapsed .collapsible-icon.disabled,
input.collapsible > .title.collapsed .icon.disabled,
input.collapsible > .title.collapsed .collapsible-icon.disabled,
.collapsible > .title.collapsed .icon.btn.disabled,
.collapsible > .title.collapsed .collapsible-icon.btn.disabled {
  background: url('../img/anfo-icons.png');
  background: rgba(0, 0, 0, 0) url('../img/anfo-icons.svg');
  background-position: -96px -48px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.collapsible > .title.collapsed ~ * {
  display: none;
}
.collapsible:not(.collapsible-plain) {
  -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;
  background-color: #e5ffff;
  border: 1px solid #777f91;
  padding: 4px;
}
.collapsible:not(.collapsible-plain) > .title {
  font-weight: bold;
  line-height: 20px;
  border-bottom: 1px solid #c0c5ce;
}
.collapsible:not(.collapsible-plain) > .title.collapsed {
  border-bottom: none;
}
.loading-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url('../img/request-loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 42;
}
.dialog-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1336;
}
.dialog-overlay.clear {
  background-color: rgba(255, 255, 255, 0.01);
}
.notification-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.notification-wrap > .notification {
  display: block;
  -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;
  background-color: #fcf5e3;
  color: #c09853;
  border: 1px solid #efc35e;
  padding: 6px;
  text-indent: 0px;
  -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;
  border-top: none;
}
.notification-wrap > .notification.inline {
  display: inline-block;
}
.notification-wrap > .notification h6 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 0em;
}
.notification-wrap > .notification h5 {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 1.1em;
  font-weight: bold;
}
.notification-wrap > .notification h4 {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
}
.notification-wrap > .notification h3 {
  margin-top: 0.2em;
  margin-bottom: 0.1em;
  font-size: 1.3em;
  font-weight: bold;
}
.notification-wrap > .notification h2 {
  margin-top: 0.3em;
  margin-bottom: 0.1em;
  font-size: 1.4em;
  font-weight: bold;
}
.notification-wrap > .notification h1 {
  margin-top: 0.3em;
  margin-bottom: 0.1em;
  font-size: 1.6em;
  font-weight: bold;
}
.notification-wrap > .notification hr {
  border-top-color: #efc35e;
}
.notification-wrap > .notification a {
  color: #c09853;
}
.notification-wrap > .notification .btn,
.notification-wrap > .notification button,
.notification-wrap > .notification input[type="button"],
.notification-wrap > .notification input[type="submit"] {
  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;
  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;
}
.notification-wrap > .notification .btn:hover,
.notification-wrap > .notification button:hover,
.notification-wrap > .notification input[type="button"]:hover,
.notification-wrap > .notification input[type="submit"]: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%);
}
.notification-wrap > .notification .btn:active,
.notification-wrap > .notification button:active,
.notification-wrap > .notification input[type="button"]:active,
.notification-wrap > .notification input[type="submit"]:active,
.notification-wrap > .notification .btn.active,
.notification-wrap > .notification button.active,
.notification-wrap > .notification input[type="button"].active,
.notification-wrap > .notification input[type="submit"].active,
.notification-wrap > .notification .btn.toggled,
.notification-wrap > .notification button.toggled,
.notification-wrap > .notification input[type="button"].toggled,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn:disabled,
.notification-wrap > .notification button:disabled,
.notification-wrap > .notification input[type="button"]:disabled,
.notification-wrap > .notification input[type="submit"]:disabled,
.notification-wrap > .notification .btn.disabled,
.notification-wrap > .notification button.disabled,
.notification-wrap > .notification input[type="button"].disabled,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn:active,
.notification-wrap > .notification button:active,
.notification-wrap > .notification input[type="button"]:active,
.notification-wrap > .notification input[type="submit"]:active,
.notification-wrap > .notification .btn.active,
.notification-wrap > .notification button.active,
.notification-wrap > .notification input[type="button"].active,
.notification-wrap > .notification input[type="submit"].active,
.notification-wrap > .notification .btn.toggled,
.notification-wrap > .notification button.toggled,
.notification-wrap > .notification input[type="button"].toggled,
.notification-wrap > .notification input[type="submit"].toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.notification-wrap > .notification .btn:disabled,
.notification-wrap > .notification button:disabled,
.notification-wrap > .notification input[type="button"]:disabled,
.notification-wrap > .notification input[type="submit"]:disabled,
.notification-wrap > .notification .btn.disabled,
.notification-wrap > .notification button.disabled,
.notification-wrap > .notification input[type="button"].disabled,
.notification-wrap > .notification input[type="submit"].disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.notification-wrap > .notification .btn:disabled,
.notification-wrap > .notification button:disabled,
.notification-wrap > .notification input[type="button"]:disabled,
.notification-wrap > .notification input[type="submit"]:disabled,
.notification-wrap > .notification .btn.disabled,
.notification-wrap > .notification button.disabled,
.notification-wrap > .notification input[type="button"].disabled,
.notification-wrap > .notification input[type="submit"].disabled {
  cursor: default;
}
.notification-wrap > .notification .btn.btn-big,
.notification-wrap > .notification button.btn-big,
.notification-wrap > .notification input[type="button"].btn-big,
.notification-wrap > .notification input[type="submit"].btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.notification-wrap > .notification .btn.btn-primary,
.notification-wrap > .notification button.btn-primary,
.notification-wrap > .notification input[type="button"].btn-primary,
.notification-wrap > .notification input[type="submit"].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;
}
.notification-wrap > .notification .btn.btn-primary:hover,
.notification-wrap > .notification button.btn-primary:hover,
.notification-wrap > .notification input[type="button"].btn-primary:hover,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-primary:active,
.notification-wrap > .notification button.btn-primary:active,
.notification-wrap > .notification input[type="button"].btn-primary:active,
.notification-wrap > .notification input[type="submit"].btn-primary:active,
.notification-wrap > .notification .btn.btn-primary.active,
.notification-wrap > .notification button.btn-primary.active,
.notification-wrap > .notification input[type="button"].btn-primary.active,
.notification-wrap > .notification input[type="submit"].btn-primary.active,
.notification-wrap > .notification .btn.btn-primary.toggled,
.notification-wrap > .notification button.btn-primary.toggled,
.notification-wrap > .notification input[type="button"].btn-primary.toggled,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-primary:disabled,
.notification-wrap > .notification button.btn-primary:disabled,
.notification-wrap > .notification input[type="button"].btn-primary:disabled,
.notification-wrap > .notification input[type="submit"].btn-primary:disabled,
.notification-wrap > .notification .btn.btn-primary.disabled,
.notification-wrap > .notification button.btn-primary.disabled,
.notification-wrap > .notification input[type="button"].btn-primary.disabled,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-info,
.notification-wrap > .notification button.btn-info,
.notification-wrap > .notification input[type="button"].btn-info,
.notification-wrap > .notification input[type="submit"].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;
}
.notification-wrap > .notification .btn.btn-info:hover,
.notification-wrap > .notification button.btn-info:hover,
.notification-wrap > .notification input[type="button"].btn-info:hover,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-info:active,
.notification-wrap > .notification button.btn-info:active,
.notification-wrap > .notification input[type="button"].btn-info:active,
.notification-wrap > .notification input[type="submit"].btn-info:active,
.notification-wrap > .notification .btn.btn-info.active,
.notification-wrap > .notification button.btn-info.active,
.notification-wrap > .notification input[type="button"].btn-info.active,
.notification-wrap > .notification input[type="submit"].btn-info.active,
.notification-wrap > .notification .btn.btn-info.toggled,
.notification-wrap > .notification button.btn-info.toggled,
.notification-wrap > .notification input[type="button"].btn-info.toggled,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-info:disabled,
.notification-wrap > .notification button.btn-info:disabled,
.notification-wrap > .notification input[type="button"].btn-info:disabled,
.notification-wrap > .notification input[type="submit"].btn-info:disabled,
.notification-wrap > .notification .btn.btn-info.disabled,
.notification-wrap > .notification button.btn-info.disabled,
.notification-wrap > .notification input[type="button"].btn-info.disabled,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-success,
.notification-wrap > .notification button.btn-success,
.notification-wrap > .notification input[type="button"].btn-success,
.notification-wrap > .notification input[type="submit"].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;
}
.notification-wrap > .notification .btn.btn-success:hover,
.notification-wrap > .notification button.btn-success:hover,
.notification-wrap > .notification input[type="button"].btn-success:hover,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-success:active,
.notification-wrap > .notification button.btn-success:active,
.notification-wrap > .notification input[type="button"].btn-success:active,
.notification-wrap > .notification input[type="submit"].btn-success:active,
.notification-wrap > .notification .btn.btn-success.active,
.notification-wrap > .notification button.btn-success.active,
.notification-wrap > .notification input[type="button"].btn-success.active,
.notification-wrap > .notification input[type="submit"].btn-success.active,
.notification-wrap > .notification .btn.btn-success.toggled,
.notification-wrap > .notification button.btn-success.toggled,
.notification-wrap > .notification input[type="button"].btn-success.toggled,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-success:disabled,
.notification-wrap > .notification button.btn-success:disabled,
.notification-wrap > .notification input[type="button"].btn-success:disabled,
.notification-wrap > .notification input[type="submit"].btn-success:disabled,
.notification-wrap > .notification .btn.btn-success.disabled,
.notification-wrap > .notification button.btn-success.disabled,
.notification-wrap > .notification input[type="button"].btn-success.disabled,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-warning,
.notification-wrap > .notification button.btn-warning,
.notification-wrap > .notification input[type="button"].btn-warning,
.notification-wrap > .notification input[type="submit"].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;
}
.notification-wrap > .notification .btn.btn-warning:hover,
.notification-wrap > .notification button.btn-warning:hover,
.notification-wrap > .notification input[type="button"].btn-warning:hover,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-warning:active,
.notification-wrap > .notification button.btn-warning:active,
.notification-wrap > .notification input[type="button"].btn-warning:active,
.notification-wrap > .notification input[type="submit"].btn-warning:active,
.notification-wrap > .notification .btn.btn-warning.active,
.notification-wrap > .notification button.btn-warning.active,
.notification-wrap > .notification input[type="button"].btn-warning.active,
.notification-wrap > .notification input[type="submit"].btn-warning.active,
.notification-wrap > .notification .btn.btn-warning.toggled,
.notification-wrap > .notification button.btn-warning.toggled,
.notification-wrap > .notification input[type="button"].btn-warning.toggled,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-warning:disabled,
.notification-wrap > .notification button.btn-warning:disabled,
.notification-wrap > .notification input[type="button"].btn-warning:disabled,
.notification-wrap > .notification input[type="submit"].btn-warning:disabled,
.notification-wrap > .notification .btn.btn-warning.disabled,
.notification-wrap > .notification button.btn-warning.disabled,
.notification-wrap > .notification input[type="button"].btn-warning.disabled,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-error,
.notification-wrap > .notification button.btn-error,
.notification-wrap > .notification input[type="button"].btn-error,
.notification-wrap > .notification input[type="submit"].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;
}
.notification-wrap > .notification .btn.btn-error:hover,
.notification-wrap > .notification button.btn-error:hover,
.notification-wrap > .notification input[type="button"].btn-error:hover,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-error:active,
.notification-wrap > .notification button.btn-error:active,
.notification-wrap > .notification input[type="button"].btn-error:active,
.notification-wrap > .notification input[type="submit"].btn-error:active,
.notification-wrap > .notification .btn.btn-error.active,
.notification-wrap > .notification button.btn-error.active,
.notification-wrap > .notification input[type="button"].btn-error.active,
.notification-wrap > .notification input[type="submit"].btn-error.active,
.notification-wrap > .notification .btn.btn-error.toggled,
.notification-wrap > .notification button.btn-error.toggled,
.notification-wrap > .notification input[type="button"].btn-error.toggled,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-error:disabled,
.notification-wrap > .notification button.btn-error:disabled,
.notification-wrap > .notification input[type="button"].btn-error:disabled,
.notification-wrap > .notification input[type="submit"].btn-error:disabled,
.notification-wrap > .notification .btn.btn-error.disabled,
.notification-wrap > .notification button.btn-error.disabled,
.notification-wrap > .notification input[type="button"].btn-error.disabled,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn.btn-donate,
.notification-wrap > .notification button.btn-donate,
.notification-wrap > .notification input[type="button"].btn-donate,
.notification-wrap > .notification input[type="submit"].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;
}
.notification-wrap > .notification .btn.btn-donate:active,
.notification-wrap > .notification button.btn-donate:active,
.notification-wrap > .notification input[type="button"].btn-donate:active,
.notification-wrap > .notification input[type="submit"].btn-donate:active,
.notification-wrap > .notification .btn.btn-donate.active,
.notification-wrap > .notification button.btn-donate.active,
.notification-wrap > .notification input[type="button"].btn-donate.active,
.notification-wrap > .notification input[type="submit"].btn-donate.active,
.notification-wrap > .notification .btn.btn-donate.toggled,
.notification-wrap > .notification button.btn-donate.toggled,
.notification-wrap > .notification input[type="button"].btn-donate.toggled,
.notification-wrap > .notification input[type="submit"].btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.notification-wrap > .notification .btn.btn-donate:disabled,
.notification-wrap > .notification button.btn-donate:disabled,
.notification-wrap > .notification input[type="button"].btn-donate:disabled,
.notification-wrap > .notification input[type="submit"].btn-donate:disabled,
.notification-wrap > .notification .btn.btn-donate.disabled,
.notification-wrap > .notification button.btn-donate.disabled,
.notification-wrap > .notification input[type="button"].btn-donate.disabled,
.notification-wrap > .notification input[type="submit"].btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.notification-wrap > .notification .btn.btn-donate:hover,
.notification-wrap > .notification button.btn-donate:hover,
.notification-wrap > .notification input[type="button"].btn-donate:hover,
.notification-wrap > .notification input[type="submit"].btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.notification-wrap > .notification .btn.btn-donate:active,
.notification-wrap > .notification button.btn-donate:active,
.notification-wrap > .notification input[type="button"].btn-donate:active,
.notification-wrap > .notification input[type="submit"].btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.notification-wrap > .notification .btn.btn-donate:focus,
.notification-wrap > .notification button.btn-donate:focus,
.notification-wrap > .notification input[type="button"].btn-donate:focus,
.notification-wrap > .notification input[type="submit"].btn-donate:focus {
  outline: none;
}
.notification-wrap > .notification .btn:hover,
.notification-wrap > .notification button:hover,
.notification-wrap > .notification input[type="button"]:hover,
.notification-wrap > .notification input[type="submit"]: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%);
}
.notification-wrap > .notification .btn:active,
.notification-wrap > .notification button:active,
.notification-wrap > .notification input[type="button"]:active,
.notification-wrap > .notification input[type="submit"]:active,
.notification-wrap > .notification .btn.active,
.notification-wrap > .notification button.active,
.notification-wrap > .notification input[type="button"].active,
.notification-wrap > .notification input[type="submit"].active,
.notification-wrap > .notification .btn.toggled,
.notification-wrap > .notification button.toggled,
.notification-wrap > .notification input[type="button"].toggled,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification .btn:disabled,
.notification-wrap > .notification button:disabled,
.notification-wrap > .notification input[type="button"]:disabled,
.notification-wrap > .notification input[type="submit"]:disabled,
.notification-wrap > .notification .btn.disabled,
.notification-wrap > .notification button.disabled,
.notification-wrap > .notification input[type="button"].disabled,
.notification-wrap > .notification input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error {
  background-color: #f2dede;
  color: #b94a48;
  border: 1px solid #eba4a4;
}
.notification-wrap > .notification.alert-error hr {
  border-top-color: #eba4a4;
}
.notification-wrap > .notification.alert-error a,
.notification-wrap > .notification.alert-error a:visited,
.notification-wrap > .notification.alert-error a:active {
  color: #b94a48;
}
.notification-wrap > .notification.alert-error a:hover,
.notification-wrap > .notification.alert-error a:visited:hover,
.notification-wrap > .notification.alert-error a:active:hover {
  color: #b94a48;
}
.notification-wrap > .notification.alert-error .btn,
.notification-wrap > .notification.alert-error button,
.notification-wrap > .notification.alert-error input[type="button"],
.notification-wrap > .notification.alert-error input[type="submit"] {
  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;
  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%);
  border: 1px solid #ab6506;
  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;
}
.notification-wrap > .notification.alert-error .btn:hover,
.notification-wrap > .notification.alert-error button:hover,
.notification-wrap > .notification.alert-error input[type="button"]:hover,
.notification-wrap > .notification.alert-error input[type="submit"]: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%);
}
.notification-wrap > .notification.alert-error .btn:active,
.notification-wrap > .notification.alert-error button:active,
.notification-wrap > .notification.alert-error input[type="button"]:active,
.notification-wrap > .notification.alert-error input[type="submit"]:active,
.notification-wrap > .notification.alert-error .btn.active,
.notification-wrap > .notification.alert-error button.active,
.notification-wrap > .notification.alert-error input[type="button"].active,
.notification-wrap > .notification.alert-error input[type="submit"].active,
.notification-wrap > .notification.alert-error .btn.toggled,
.notification-wrap > .notification.alert-error button.toggled,
.notification-wrap > .notification.alert-error input[type="button"].toggled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn:disabled,
.notification-wrap > .notification.alert-error button:disabled,
.notification-wrap > .notification.alert-error input[type="button"]:disabled,
.notification-wrap > .notification.alert-error input[type="submit"]:disabled,
.notification-wrap > .notification.alert-error .btn.disabled,
.notification-wrap > .notification.alert-error button.disabled,
.notification-wrap > .notification.alert-error input[type="button"].disabled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn:active,
.notification-wrap > .notification.alert-error button:active,
.notification-wrap > .notification.alert-error input[type="button"]:active,
.notification-wrap > .notification.alert-error input[type="submit"]:active,
.notification-wrap > .notification.alert-error .btn.active,
.notification-wrap > .notification.alert-error button.active,
.notification-wrap > .notification.alert-error input[type="button"].active,
.notification-wrap > .notification.alert-error input[type="submit"].active,
.notification-wrap > .notification.alert-error .btn.toggled,
.notification-wrap > .notification.alert-error button.toggled,
.notification-wrap > .notification.alert-error input[type="button"].toggled,
.notification-wrap > .notification.alert-error input[type="submit"].toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.notification-wrap > .notification.alert-error .btn:disabled,
.notification-wrap > .notification.alert-error button:disabled,
.notification-wrap > .notification.alert-error input[type="button"]:disabled,
.notification-wrap > .notification.alert-error input[type="submit"]:disabled,
.notification-wrap > .notification.alert-error .btn.disabled,
.notification-wrap > .notification.alert-error button.disabled,
.notification-wrap > .notification.alert-error input[type="button"].disabled,
.notification-wrap > .notification.alert-error input[type="submit"].disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.notification-wrap > .notification.alert-error .btn:disabled,
.notification-wrap > .notification.alert-error button:disabled,
.notification-wrap > .notification.alert-error input[type="button"]:disabled,
.notification-wrap > .notification.alert-error input[type="submit"]:disabled,
.notification-wrap > .notification.alert-error .btn.disabled,
.notification-wrap > .notification.alert-error button.disabled,
.notification-wrap > .notification.alert-error input[type="button"].disabled,
.notification-wrap > .notification.alert-error input[type="submit"].disabled {
  cursor: default;
}
.notification-wrap > .notification.alert-error .btn.btn-big,
.notification-wrap > .notification.alert-error button.btn-big,
.notification-wrap > .notification.alert-error input[type="button"].btn-big,
.notification-wrap > .notification.alert-error input[type="submit"].btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.notification-wrap > .notification.alert-error .btn.btn-primary,
.notification-wrap > .notification.alert-error button.btn-primary,
.notification-wrap > .notification.alert-error input[type="button"].btn-primary,
.notification-wrap > .notification.alert-error input[type="submit"].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;
}
.notification-wrap > .notification.alert-error .btn.btn-primary:hover,
.notification-wrap > .notification.alert-error button.btn-primary:hover,
.notification-wrap > .notification.alert-error input[type="button"].btn-primary:hover,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-primary:active,
.notification-wrap > .notification.alert-error button.btn-primary:active,
.notification-wrap > .notification.alert-error input[type="button"].btn-primary:active,
.notification-wrap > .notification.alert-error input[type="submit"].btn-primary:active,
.notification-wrap > .notification.alert-error .btn.btn-primary.active,
.notification-wrap > .notification.alert-error button.btn-primary.active,
.notification-wrap > .notification.alert-error input[type="button"].btn-primary.active,
.notification-wrap > .notification.alert-error input[type="submit"].btn-primary.active,
.notification-wrap > .notification.alert-error .btn.btn-primary.toggled,
.notification-wrap > .notification.alert-error button.btn-primary.toggled,
.notification-wrap > .notification.alert-error input[type="button"].btn-primary.toggled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-primary:disabled,
.notification-wrap > .notification.alert-error button.btn-primary:disabled,
.notification-wrap > .notification.alert-error input[type="button"].btn-primary:disabled,
.notification-wrap > .notification.alert-error input[type="submit"].btn-primary:disabled,
.notification-wrap > .notification.alert-error .btn.btn-primary.disabled,
.notification-wrap > .notification.alert-error button.btn-primary.disabled,
.notification-wrap > .notification.alert-error input[type="button"].btn-primary.disabled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-info,
.notification-wrap > .notification.alert-error button.btn-info,
.notification-wrap > .notification.alert-error input[type="button"].btn-info,
.notification-wrap > .notification.alert-error input[type="submit"].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;
}
.notification-wrap > .notification.alert-error .btn.btn-info:hover,
.notification-wrap > .notification.alert-error button.btn-info:hover,
.notification-wrap > .notification.alert-error input[type="button"].btn-info:hover,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-info:active,
.notification-wrap > .notification.alert-error button.btn-info:active,
.notification-wrap > .notification.alert-error input[type="button"].btn-info:active,
.notification-wrap > .notification.alert-error input[type="submit"].btn-info:active,
.notification-wrap > .notification.alert-error .btn.btn-info.active,
.notification-wrap > .notification.alert-error button.btn-info.active,
.notification-wrap > .notification.alert-error input[type="button"].btn-info.active,
.notification-wrap > .notification.alert-error input[type="submit"].btn-info.active,
.notification-wrap > .notification.alert-error .btn.btn-info.toggled,
.notification-wrap > .notification.alert-error button.btn-info.toggled,
.notification-wrap > .notification.alert-error input[type="button"].btn-info.toggled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-info:disabled,
.notification-wrap > .notification.alert-error button.btn-info:disabled,
.notification-wrap > .notification.alert-error input[type="button"].btn-info:disabled,
.notification-wrap > .notification.alert-error input[type="submit"].btn-info:disabled,
.notification-wrap > .notification.alert-error .btn.btn-info.disabled,
.notification-wrap > .notification.alert-error button.btn-info.disabled,
.notification-wrap > .notification.alert-error input[type="button"].btn-info.disabled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-success,
.notification-wrap > .notification.alert-error button.btn-success,
.notification-wrap > .notification.alert-error input[type="button"].btn-success,
.notification-wrap > .notification.alert-error input[type="submit"].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;
}
.notification-wrap > .notification.alert-error .btn.btn-success:hover,
.notification-wrap > .notification.alert-error button.btn-success:hover,
.notification-wrap > .notification.alert-error input[type="button"].btn-success:hover,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-success:active,
.notification-wrap > .notification.alert-error button.btn-success:active,
.notification-wrap > .notification.alert-error input[type="button"].btn-success:active,
.notification-wrap > .notification.alert-error input[type="submit"].btn-success:active,
.notification-wrap > .notification.alert-error .btn.btn-success.active,
.notification-wrap > .notification.alert-error button.btn-success.active,
.notification-wrap > .notification.alert-error input[type="button"].btn-success.active,
.notification-wrap > .notification.alert-error input[type="submit"].btn-success.active,
.notification-wrap > .notification.alert-error .btn.btn-success.toggled,
.notification-wrap > .notification.alert-error button.btn-success.toggled,
.notification-wrap > .notification.alert-error input[type="button"].btn-success.toggled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-success:disabled,
.notification-wrap > .notification.alert-error button.btn-success:disabled,
.notification-wrap > .notification.alert-error input[type="button"].btn-success:disabled,
.notification-wrap > .notification.alert-error input[type="submit"].btn-success:disabled,
.notification-wrap > .notification.alert-error .btn.btn-success.disabled,
.notification-wrap > .notification.alert-error button.btn-success.disabled,
.notification-wrap > .notification.alert-error input[type="button"].btn-success.disabled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-warning,
.notification-wrap > .notification.alert-error button.btn-warning,
.notification-wrap > .notification.alert-error input[type="button"].btn-warning,
.notification-wrap > .notification.alert-error input[type="submit"].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;
}
.notification-wrap > .notification.alert-error .btn.btn-warning:hover,
.notification-wrap > .notification.alert-error button.btn-warning:hover,
.notification-wrap > .notification.alert-error input[type="button"].btn-warning:hover,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-warning:active,
.notification-wrap > .notification.alert-error button.btn-warning:active,
.notification-wrap > .notification.alert-error input[type="button"].btn-warning:active,
.notification-wrap > .notification.alert-error input[type="submit"].btn-warning:active,
.notification-wrap > .notification.alert-error .btn.btn-warning.active,
.notification-wrap > .notification.alert-error button.btn-warning.active,
.notification-wrap > .notification.alert-error input[type="button"].btn-warning.active,
.notification-wrap > .notification.alert-error input[type="submit"].btn-warning.active,
.notification-wrap > .notification.alert-error .btn.btn-warning.toggled,
.notification-wrap > .notification.alert-error button.btn-warning.toggled,
.notification-wrap > .notification.alert-error input[type="button"].btn-warning.toggled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-warning:disabled,
.notification-wrap > .notification.alert-error button.btn-warning:disabled,
.notification-wrap > .notification.alert-error input[type="button"].btn-warning:disabled,
.notification-wrap > .notification.alert-error input[type="submit"].btn-warning:disabled,
.notification-wrap > .notification.alert-error .btn.btn-warning.disabled,
.notification-wrap > .notification.alert-error button.btn-warning.disabled,
.notification-wrap > .notification.alert-error input[type="button"].btn-warning.disabled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-error,
.notification-wrap > .notification.alert-error button.btn-error,
.notification-wrap > .notification.alert-error input[type="button"].btn-error,
.notification-wrap > .notification.alert-error input[type="submit"].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;
}
.notification-wrap > .notification.alert-error .btn.btn-error:hover,
.notification-wrap > .notification.alert-error button.btn-error:hover,
.notification-wrap > .notification.alert-error input[type="button"].btn-error:hover,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-error:active,
.notification-wrap > .notification.alert-error button.btn-error:active,
.notification-wrap > .notification.alert-error input[type="button"].btn-error:active,
.notification-wrap > .notification.alert-error input[type="submit"].btn-error:active,
.notification-wrap > .notification.alert-error .btn.btn-error.active,
.notification-wrap > .notification.alert-error button.btn-error.active,
.notification-wrap > .notification.alert-error input[type="button"].btn-error.active,
.notification-wrap > .notification.alert-error input[type="submit"].btn-error.active,
.notification-wrap > .notification.alert-error .btn.btn-error.toggled,
.notification-wrap > .notification.alert-error button.btn-error.toggled,
.notification-wrap > .notification.alert-error input[type="button"].btn-error.toggled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-error:disabled,
.notification-wrap > .notification.alert-error button.btn-error:disabled,
.notification-wrap > .notification.alert-error input[type="button"].btn-error:disabled,
.notification-wrap > .notification.alert-error input[type="submit"].btn-error:disabled,
.notification-wrap > .notification.alert-error .btn.btn-error.disabled,
.notification-wrap > .notification.alert-error button.btn-error.disabled,
.notification-wrap > .notification.alert-error input[type="button"].btn-error.disabled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn.btn-donate,
.notification-wrap > .notification.alert-error button.btn-donate,
.notification-wrap > .notification.alert-error input[type="button"].btn-donate,
.notification-wrap > .notification.alert-error input[type="submit"].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;
}
.notification-wrap > .notification.alert-error .btn.btn-donate:active,
.notification-wrap > .notification.alert-error button.btn-donate:active,
.notification-wrap > .notification.alert-error input[type="button"].btn-donate:active,
.notification-wrap > .notification.alert-error input[type="submit"].btn-donate:active,
.notification-wrap > .notification.alert-error .btn.btn-donate.active,
.notification-wrap > .notification.alert-error button.btn-donate.active,
.notification-wrap > .notification.alert-error input[type="button"].btn-donate.active,
.notification-wrap > .notification.alert-error input[type="submit"].btn-donate.active,
.notification-wrap > .notification.alert-error .btn.btn-donate.toggled,
.notification-wrap > .notification.alert-error button.btn-donate.toggled,
.notification-wrap > .notification.alert-error input[type="button"].btn-donate.toggled,
.notification-wrap > .notification.alert-error input[type="submit"].btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.notification-wrap > .notification.alert-error .btn.btn-donate:disabled,
.notification-wrap > .notification.alert-error button.btn-donate:disabled,
.notification-wrap > .notification.alert-error input[type="button"].btn-donate:disabled,
.notification-wrap > .notification.alert-error input[type="submit"].btn-donate:disabled,
.notification-wrap > .notification.alert-error .btn.btn-donate.disabled,
.notification-wrap > .notification.alert-error button.btn-donate.disabled,
.notification-wrap > .notification.alert-error input[type="button"].btn-donate.disabled,
.notification-wrap > .notification.alert-error input[type="submit"].btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.notification-wrap > .notification.alert-error .btn.btn-donate:hover,
.notification-wrap > .notification.alert-error button.btn-donate:hover,
.notification-wrap > .notification.alert-error input[type="button"].btn-donate:hover,
.notification-wrap > .notification.alert-error input[type="submit"].btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.notification-wrap > .notification.alert-error .btn.btn-donate:active,
.notification-wrap > .notification.alert-error button.btn-donate:active,
.notification-wrap > .notification.alert-error input[type="button"].btn-donate:active,
.notification-wrap > .notification.alert-error input[type="submit"].btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.notification-wrap > .notification.alert-error .btn.btn-donate:focus,
.notification-wrap > .notification.alert-error button.btn-donate:focus,
.notification-wrap > .notification.alert-error input[type="button"].btn-donate:focus,
.notification-wrap > .notification.alert-error input[type="submit"].btn-donate:focus {
  outline: none;
}
.notification-wrap > .notification.alert-error .btn:hover,
.notification-wrap > .notification.alert-error button:hover,
.notification-wrap > .notification.alert-error input[type="button"]:hover,
.notification-wrap > .notification.alert-error input[type="submit"]: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%);
}
.notification-wrap > .notification.alert-error .btn:active,
.notification-wrap > .notification.alert-error button:active,
.notification-wrap > .notification.alert-error input[type="button"]:active,
.notification-wrap > .notification.alert-error input[type="submit"]:active,
.notification-wrap > .notification.alert-error .btn.active,
.notification-wrap > .notification.alert-error button.active,
.notification-wrap > .notification.alert-error input[type="button"].active,
.notification-wrap > .notification.alert-error input[type="submit"].active,
.notification-wrap > .notification.alert-error .btn.toggled,
.notification-wrap > .notification.alert-error button.toggled,
.notification-wrap > .notification.alert-error input[type="button"].toggled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn:disabled,
.notification-wrap > .notification.alert-error button:disabled,
.notification-wrap > .notification.alert-error input[type="button"]:disabled,
.notification-wrap > .notification.alert-error input[type="submit"]:disabled,
.notification-wrap > .notification.alert-error .btn.disabled,
.notification-wrap > .notification.alert-error button.disabled,
.notification-wrap > .notification.alert-error input[type="button"].disabled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn:hover,
.notification-wrap > .notification.alert-error button:hover,
.notification-wrap > .notification.alert-error input[type="button"]:hover,
.notification-wrap > .notification.alert-error input[type="submit"]: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%);
}
.notification-wrap > .notification.alert-error .btn:active,
.notification-wrap > .notification.alert-error button:active,
.notification-wrap > .notification.alert-error input[type="button"]:active,
.notification-wrap > .notification.alert-error input[type="submit"]:active,
.notification-wrap > .notification.alert-error .btn.active,
.notification-wrap > .notification.alert-error button.active,
.notification-wrap > .notification.alert-error input[type="button"].active,
.notification-wrap > .notification.alert-error input[type="submit"].active,
.notification-wrap > .notification.alert-error .btn.toggled,
.notification-wrap > .notification.alert-error button.toggled,
.notification-wrap > .notification.alert-error input[type="button"].toggled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-error .btn:disabled,
.notification-wrap > .notification.alert-error button:disabled,
.notification-wrap > .notification.alert-error input[type="button"]:disabled,
.notification-wrap > .notification.alert-error input[type="submit"]:disabled,
.notification-wrap > .notification.alert-error .btn.disabled,
.notification-wrap > .notification.alert-error button.disabled,
.notification-wrap > .notification.alert-error input[type="button"].disabled,
.notification-wrap > .notification.alert-error input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success {
  background-color: #dff0d8;
  color: #468847;
  border: 1px solid #2da52d;
}
.notification-wrap > .notification.alert-success hr {
  border-top-color: #2da52d;
}
.notification-wrap > .notification.alert-success a,
.notification-wrap > .notification.alert-success a:visited,
.notification-wrap > .notification.alert-success a:active {
  color: #468847;
}
.notification-wrap > .notification.alert-success a:hover,
.notification-wrap > .notification.alert-success a:visited:hover,
.notification-wrap > .notification.alert-success a:active:hover {
  color: #468847;
}
.notification-wrap > .notification.alert-success .btn,
.notification-wrap > .notification.alert-success button,
.notification-wrap > .notification.alert-success input[type="button"],
.notification-wrap > .notification.alert-success input[type="submit"] {
  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;
  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%);
  border: 1px solid #ab6506;
  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;
}
.notification-wrap > .notification.alert-success .btn:hover,
.notification-wrap > .notification.alert-success button:hover,
.notification-wrap > .notification.alert-success input[type="button"]:hover,
.notification-wrap > .notification.alert-success input[type="submit"]: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%);
}
.notification-wrap > .notification.alert-success .btn:active,
.notification-wrap > .notification.alert-success button:active,
.notification-wrap > .notification.alert-success input[type="button"]:active,
.notification-wrap > .notification.alert-success input[type="submit"]:active,
.notification-wrap > .notification.alert-success .btn.active,
.notification-wrap > .notification.alert-success button.active,
.notification-wrap > .notification.alert-success input[type="button"].active,
.notification-wrap > .notification.alert-success input[type="submit"].active,
.notification-wrap > .notification.alert-success .btn.toggled,
.notification-wrap > .notification.alert-success button.toggled,
.notification-wrap > .notification.alert-success input[type="button"].toggled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn:disabled,
.notification-wrap > .notification.alert-success button:disabled,
.notification-wrap > .notification.alert-success input[type="button"]:disabled,
.notification-wrap > .notification.alert-success input[type="submit"]:disabled,
.notification-wrap > .notification.alert-success .btn.disabled,
.notification-wrap > .notification.alert-success button.disabled,
.notification-wrap > .notification.alert-success input[type="button"].disabled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn:active,
.notification-wrap > .notification.alert-success button:active,
.notification-wrap > .notification.alert-success input[type="button"]:active,
.notification-wrap > .notification.alert-success input[type="submit"]:active,
.notification-wrap > .notification.alert-success .btn.active,
.notification-wrap > .notification.alert-success button.active,
.notification-wrap > .notification.alert-success input[type="button"].active,
.notification-wrap > .notification.alert-success input[type="submit"].active,
.notification-wrap > .notification.alert-success .btn.toggled,
.notification-wrap > .notification.alert-success button.toggled,
.notification-wrap > .notification.alert-success input[type="button"].toggled,
.notification-wrap > .notification.alert-success input[type="submit"].toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.notification-wrap > .notification.alert-success .btn:disabled,
.notification-wrap > .notification.alert-success button:disabled,
.notification-wrap > .notification.alert-success input[type="button"]:disabled,
.notification-wrap > .notification.alert-success input[type="submit"]:disabled,
.notification-wrap > .notification.alert-success .btn.disabled,
.notification-wrap > .notification.alert-success button.disabled,
.notification-wrap > .notification.alert-success input[type="button"].disabled,
.notification-wrap > .notification.alert-success input[type="submit"].disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.notification-wrap > .notification.alert-success .btn:disabled,
.notification-wrap > .notification.alert-success button:disabled,
.notification-wrap > .notification.alert-success input[type="button"]:disabled,
.notification-wrap > .notification.alert-success input[type="submit"]:disabled,
.notification-wrap > .notification.alert-success .btn.disabled,
.notification-wrap > .notification.alert-success button.disabled,
.notification-wrap > .notification.alert-success input[type="button"].disabled,
.notification-wrap > .notification.alert-success input[type="submit"].disabled {
  cursor: default;
}
.notification-wrap > .notification.alert-success .btn.btn-big,
.notification-wrap > .notification.alert-success button.btn-big,
.notification-wrap > .notification.alert-success input[type="button"].btn-big,
.notification-wrap > .notification.alert-success input[type="submit"].btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.notification-wrap > .notification.alert-success .btn.btn-primary,
.notification-wrap > .notification.alert-success button.btn-primary,
.notification-wrap > .notification.alert-success input[type="button"].btn-primary,
.notification-wrap > .notification.alert-success input[type="submit"].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;
}
.notification-wrap > .notification.alert-success .btn.btn-primary:hover,
.notification-wrap > .notification.alert-success button.btn-primary:hover,
.notification-wrap > .notification.alert-success input[type="button"].btn-primary:hover,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-primary:active,
.notification-wrap > .notification.alert-success button.btn-primary:active,
.notification-wrap > .notification.alert-success input[type="button"].btn-primary:active,
.notification-wrap > .notification.alert-success input[type="submit"].btn-primary:active,
.notification-wrap > .notification.alert-success .btn.btn-primary.active,
.notification-wrap > .notification.alert-success button.btn-primary.active,
.notification-wrap > .notification.alert-success input[type="button"].btn-primary.active,
.notification-wrap > .notification.alert-success input[type="submit"].btn-primary.active,
.notification-wrap > .notification.alert-success .btn.btn-primary.toggled,
.notification-wrap > .notification.alert-success button.btn-primary.toggled,
.notification-wrap > .notification.alert-success input[type="button"].btn-primary.toggled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-primary:disabled,
.notification-wrap > .notification.alert-success button.btn-primary:disabled,
.notification-wrap > .notification.alert-success input[type="button"].btn-primary:disabled,
.notification-wrap > .notification.alert-success input[type="submit"].btn-primary:disabled,
.notification-wrap > .notification.alert-success .btn.btn-primary.disabled,
.notification-wrap > .notification.alert-success button.btn-primary.disabled,
.notification-wrap > .notification.alert-success input[type="button"].btn-primary.disabled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-info,
.notification-wrap > .notification.alert-success button.btn-info,
.notification-wrap > .notification.alert-success input[type="button"].btn-info,
.notification-wrap > .notification.alert-success input[type="submit"].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;
}
.notification-wrap > .notification.alert-success .btn.btn-info:hover,
.notification-wrap > .notification.alert-success button.btn-info:hover,
.notification-wrap > .notification.alert-success input[type="button"].btn-info:hover,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-info:active,
.notification-wrap > .notification.alert-success button.btn-info:active,
.notification-wrap > .notification.alert-success input[type="button"].btn-info:active,
.notification-wrap > .notification.alert-success input[type="submit"].btn-info:active,
.notification-wrap > .notification.alert-success .btn.btn-info.active,
.notification-wrap > .notification.alert-success button.btn-info.active,
.notification-wrap > .notification.alert-success input[type="button"].btn-info.active,
.notification-wrap > .notification.alert-success input[type="submit"].btn-info.active,
.notification-wrap > .notification.alert-success .btn.btn-info.toggled,
.notification-wrap > .notification.alert-success button.btn-info.toggled,
.notification-wrap > .notification.alert-success input[type="button"].btn-info.toggled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-info:disabled,
.notification-wrap > .notification.alert-success button.btn-info:disabled,
.notification-wrap > .notification.alert-success input[type="button"].btn-info:disabled,
.notification-wrap > .notification.alert-success input[type="submit"].btn-info:disabled,
.notification-wrap > .notification.alert-success .btn.btn-info.disabled,
.notification-wrap > .notification.alert-success button.btn-info.disabled,
.notification-wrap > .notification.alert-success input[type="button"].btn-info.disabled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-success,
.notification-wrap > .notification.alert-success button.btn-success,
.notification-wrap > .notification.alert-success input[type="button"].btn-success,
.notification-wrap > .notification.alert-success input[type="submit"].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;
}
.notification-wrap > .notification.alert-success .btn.btn-success:hover,
.notification-wrap > .notification.alert-success button.btn-success:hover,
.notification-wrap > .notification.alert-success input[type="button"].btn-success:hover,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-success:active,
.notification-wrap > .notification.alert-success button.btn-success:active,
.notification-wrap > .notification.alert-success input[type="button"].btn-success:active,
.notification-wrap > .notification.alert-success input[type="submit"].btn-success:active,
.notification-wrap > .notification.alert-success .btn.btn-success.active,
.notification-wrap > .notification.alert-success button.btn-success.active,
.notification-wrap > .notification.alert-success input[type="button"].btn-success.active,
.notification-wrap > .notification.alert-success input[type="submit"].btn-success.active,
.notification-wrap > .notification.alert-success .btn.btn-success.toggled,
.notification-wrap > .notification.alert-success button.btn-success.toggled,
.notification-wrap > .notification.alert-success input[type="button"].btn-success.toggled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-success:disabled,
.notification-wrap > .notification.alert-success button.btn-success:disabled,
.notification-wrap > .notification.alert-success input[type="button"].btn-success:disabled,
.notification-wrap > .notification.alert-success input[type="submit"].btn-success:disabled,
.notification-wrap > .notification.alert-success .btn.btn-success.disabled,
.notification-wrap > .notification.alert-success button.btn-success.disabled,
.notification-wrap > .notification.alert-success input[type="button"].btn-success.disabled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-warning,
.notification-wrap > .notification.alert-success button.btn-warning,
.notification-wrap > .notification.alert-success input[type="button"].btn-warning,
.notification-wrap > .notification.alert-success input[type="submit"].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;
}
.notification-wrap > .notification.alert-success .btn.btn-warning:hover,
.notification-wrap > .notification.alert-success button.btn-warning:hover,
.notification-wrap > .notification.alert-success input[type="button"].btn-warning:hover,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-warning:active,
.notification-wrap > .notification.alert-success button.btn-warning:active,
.notification-wrap > .notification.alert-success input[type="button"].btn-warning:active,
.notification-wrap > .notification.alert-success input[type="submit"].btn-warning:active,
.notification-wrap > .notification.alert-success .btn.btn-warning.active,
.notification-wrap > .notification.alert-success button.btn-warning.active,
.notification-wrap > .notification.alert-success input[type="button"].btn-warning.active,
.notification-wrap > .notification.alert-success input[type="submit"].btn-warning.active,
.notification-wrap > .notification.alert-success .btn.btn-warning.toggled,
.notification-wrap > .notification.alert-success button.btn-warning.toggled,
.notification-wrap > .notification.alert-success input[type="button"].btn-warning.toggled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-warning:disabled,
.notification-wrap > .notification.alert-success button.btn-warning:disabled,
.notification-wrap > .notification.alert-success input[type="button"].btn-warning:disabled,
.notification-wrap > .notification.alert-success input[type="submit"].btn-warning:disabled,
.notification-wrap > .notification.alert-success .btn.btn-warning.disabled,
.notification-wrap > .notification.alert-success button.btn-warning.disabled,
.notification-wrap > .notification.alert-success input[type="button"].btn-warning.disabled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-error,
.notification-wrap > .notification.alert-success button.btn-error,
.notification-wrap > .notification.alert-success input[type="button"].btn-error,
.notification-wrap > .notification.alert-success input[type="submit"].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;
}
.notification-wrap > .notification.alert-success .btn.btn-error:hover,
.notification-wrap > .notification.alert-success button.btn-error:hover,
.notification-wrap > .notification.alert-success input[type="button"].btn-error:hover,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-error:active,
.notification-wrap > .notification.alert-success button.btn-error:active,
.notification-wrap > .notification.alert-success input[type="button"].btn-error:active,
.notification-wrap > .notification.alert-success input[type="submit"].btn-error:active,
.notification-wrap > .notification.alert-success .btn.btn-error.active,
.notification-wrap > .notification.alert-success button.btn-error.active,
.notification-wrap > .notification.alert-success input[type="button"].btn-error.active,
.notification-wrap > .notification.alert-success input[type="submit"].btn-error.active,
.notification-wrap > .notification.alert-success .btn.btn-error.toggled,
.notification-wrap > .notification.alert-success button.btn-error.toggled,
.notification-wrap > .notification.alert-success input[type="button"].btn-error.toggled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-error:disabled,
.notification-wrap > .notification.alert-success button.btn-error:disabled,
.notification-wrap > .notification.alert-success input[type="button"].btn-error:disabled,
.notification-wrap > .notification.alert-success input[type="submit"].btn-error:disabled,
.notification-wrap > .notification.alert-success .btn.btn-error.disabled,
.notification-wrap > .notification.alert-success button.btn-error.disabled,
.notification-wrap > .notification.alert-success input[type="button"].btn-error.disabled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn.btn-donate,
.notification-wrap > .notification.alert-success button.btn-donate,
.notification-wrap > .notification.alert-success input[type="button"].btn-donate,
.notification-wrap > .notification.alert-success input[type="submit"].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;
}
.notification-wrap > .notification.alert-success .btn.btn-donate:active,
.notification-wrap > .notification.alert-success button.btn-donate:active,
.notification-wrap > .notification.alert-success input[type="button"].btn-donate:active,
.notification-wrap > .notification.alert-success input[type="submit"].btn-donate:active,
.notification-wrap > .notification.alert-success .btn.btn-donate.active,
.notification-wrap > .notification.alert-success button.btn-donate.active,
.notification-wrap > .notification.alert-success input[type="button"].btn-donate.active,
.notification-wrap > .notification.alert-success input[type="submit"].btn-donate.active,
.notification-wrap > .notification.alert-success .btn.btn-donate.toggled,
.notification-wrap > .notification.alert-success button.btn-donate.toggled,
.notification-wrap > .notification.alert-success input[type="button"].btn-donate.toggled,
.notification-wrap > .notification.alert-success input[type="submit"].btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.notification-wrap > .notification.alert-success .btn.btn-donate:disabled,
.notification-wrap > .notification.alert-success button.btn-donate:disabled,
.notification-wrap > .notification.alert-success input[type="button"].btn-donate:disabled,
.notification-wrap > .notification.alert-success input[type="submit"].btn-donate:disabled,
.notification-wrap > .notification.alert-success .btn.btn-donate.disabled,
.notification-wrap > .notification.alert-success button.btn-donate.disabled,
.notification-wrap > .notification.alert-success input[type="button"].btn-donate.disabled,
.notification-wrap > .notification.alert-success input[type="submit"].btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.notification-wrap > .notification.alert-success .btn.btn-donate:hover,
.notification-wrap > .notification.alert-success button.btn-donate:hover,
.notification-wrap > .notification.alert-success input[type="button"].btn-donate:hover,
.notification-wrap > .notification.alert-success input[type="submit"].btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.notification-wrap > .notification.alert-success .btn.btn-donate:active,
.notification-wrap > .notification.alert-success button.btn-donate:active,
.notification-wrap > .notification.alert-success input[type="button"].btn-donate:active,
.notification-wrap > .notification.alert-success input[type="submit"].btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.notification-wrap > .notification.alert-success .btn.btn-donate:focus,
.notification-wrap > .notification.alert-success button.btn-donate:focus,
.notification-wrap > .notification.alert-success input[type="button"].btn-donate:focus,
.notification-wrap > .notification.alert-success input[type="submit"].btn-donate:focus {
  outline: none;
}
.notification-wrap > .notification.alert-success .btn:hover,
.notification-wrap > .notification.alert-success button:hover,
.notification-wrap > .notification.alert-success input[type="button"]:hover,
.notification-wrap > .notification.alert-success input[type="submit"]: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%);
}
.notification-wrap > .notification.alert-success .btn:active,
.notification-wrap > .notification.alert-success button:active,
.notification-wrap > .notification.alert-success input[type="button"]:active,
.notification-wrap > .notification.alert-success input[type="submit"]:active,
.notification-wrap > .notification.alert-success .btn.active,
.notification-wrap > .notification.alert-success button.active,
.notification-wrap > .notification.alert-success input[type="button"].active,
.notification-wrap > .notification.alert-success input[type="submit"].active,
.notification-wrap > .notification.alert-success .btn.toggled,
.notification-wrap > .notification.alert-success button.toggled,
.notification-wrap > .notification.alert-success input[type="button"].toggled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn:disabled,
.notification-wrap > .notification.alert-success button:disabled,
.notification-wrap > .notification.alert-success input[type="button"]:disabled,
.notification-wrap > .notification.alert-success input[type="submit"]:disabled,
.notification-wrap > .notification.alert-success .btn.disabled,
.notification-wrap > .notification.alert-success button.disabled,
.notification-wrap > .notification.alert-success input[type="button"].disabled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn:hover,
.notification-wrap > .notification.alert-success button:hover,
.notification-wrap > .notification.alert-success input[type="button"]:hover,
.notification-wrap > .notification.alert-success input[type="submit"]: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%);
}
.notification-wrap > .notification.alert-success .btn:active,
.notification-wrap > .notification.alert-success button:active,
.notification-wrap > .notification.alert-success input[type="button"]:active,
.notification-wrap > .notification.alert-success input[type="submit"]:active,
.notification-wrap > .notification.alert-success .btn.active,
.notification-wrap > .notification.alert-success button.active,
.notification-wrap > .notification.alert-success input[type="button"].active,
.notification-wrap > .notification.alert-success input[type="submit"].active,
.notification-wrap > .notification.alert-success .btn.toggled,
.notification-wrap > .notification.alert-success button.toggled,
.notification-wrap > .notification.alert-success input[type="button"].toggled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-success .btn:disabled,
.notification-wrap > .notification.alert-success button:disabled,
.notification-wrap > .notification.alert-success input[type="button"]:disabled,
.notification-wrap > .notification.alert-success input[type="submit"]:disabled,
.notification-wrap > .notification.alert-success .btn.disabled,
.notification-wrap > .notification.alert-success button.disabled,
.notification-wrap > .notification.alert-success input[type="button"].disabled,
.notification-wrap > .notification.alert-success input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info {
  background-color: #e6f9ff;
  color: #0086b3;
  border: 1px solid #00a3d9;
}
.notification-wrap > .notification.alert-info .btn,
.notification-wrap > .notification.alert-info button,
.notification-wrap > .notification.alert-info input[type="button"],
.notification-wrap > .notification.alert-info input[type="submit"] {
  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;
  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%);
  border: 1px solid #ab6506;
  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;
}
.notification-wrap > .notification.alert-info .btn:hover,
.notification-wrap > .notification.alert-info button:hover,
.notification-wrap > .notification.alert-info input[type="button"]:hover,
.notification-wrap > .notification.alert-info input[type="submit"]: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%);
}
.notification-wrap > .notification.alert-info .btn:active,
.notification-wrap > .notification.alert-info button:active,
.notification-wrap > .notification.alert-info input[type="button"]:active,
.notification-wrap > .notification.alert-info input[type="submit"]:active,
.notification-wrap > .notification.alert-info .btn.active,
.notification-wrap > .notification.alert-info button.active,
.notification-wrap > .notification.alert-info input[type="button"].active,
.notification-wrap > .notification.alert-info input[type="submit"].active,
.notification-wrap > .notification.alert-info .btn.toggled,
.notification-wrap > .notification.alert-info button.toggled,
.notification-wrap > .notification.alert-info input[type="button"].toggled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn:disabled,
.notification-wrap > .notification.alert-info button:disabled,
.notification-wrap > .notification.alert-info input[type="button"]:disabled,
.notification-wrap > .notification.alert-info input[type="submit"]:disabled,
.notification-wrap > .notification.alert-info .btn.disabled,
.notification-wrap > .notification.alert-info button.disabled,
.notification-wrap > .notification.alert-info input[type="button"].disabled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn:active,
.notification-wrap > .notification.alert-info button:active,
.notification-wrap > .notification.alert-info input[type="button"]:active,
.notification-wrap > .notification.alert-info input[type="submit"]:active,
.notification-wrap > .notification.alert-info .btn.active,
.notification-wrap > .notification.alert-info button.active,
.notification-wrap > .notification.alert-info input[type="button"].active,
.notification-wrap > .notification.alert-info input[type="submit"].active,
.notification-wrap > .notification.alert-info .btn.toggled,
.notification-wrap > .notification.alert-info button.toggled,
.notification-wrap > .notification.alert-info input[type="button"].toggled,
.notification-wrap > .notification.alert-info input[type="submit"].toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.notification-wrap > .notification.alert-info .btn:disabled,
.notification-wrap > .notification.alert-info button:disabled,
.notification-wrap > .notification.alert-info input[type="button"]:disabled,
.notification-wrap > .notification.alert-info input[type="submit"]:disabled,
.notification-wrap > .notification.alert-info .btn.disabled,
.notification-wrap > .notification.alert-info button.disabled,
.notification-wrap > .notification.alert-info input[type="button"].disabled,
.notification-wrap > .notification.alert-info input[type="submit"].disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.notification-wrap > .notification.alert-info .btn:disabled,
.notification-wrap > .notification.alert-info button:disabled,
.notification-wrap > .notification.alert-info input[type="button"]:disabled,
.notification-wrap > .notification.alert-info input[type="submit"]:disabled,
.notification-wrap > .notification.alert-info .btn.disabled,
.notification-wrap > .notification.alert-info button.disabled,
.notification-wrap > .notification.alert-info input[type="button"].disabled,
.notification-wrap > .notification.alert-info input[type="submit"].disabled {
  cursor: default;
}
.notification-wrap > .notification.alert-info .btn.btn-big,
.notification-wrap > .notification.alert-info button.btn-big,
.notification-wrap > .notification.alert-info input[type="button"].btn-big,
.notification-wrap > .notification.alert-info input[type="submit"].btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.notification-wrap > .notification.alert-info .btn.btn-primary,
.notification-wrap > .notification.alert-info button.btn-primary,
.notification-wrap > .notification.alert-info input[type="button"].btn-primary,
.notification-wrap > .notification.alert-info input[type="submit"].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;
}
.notification-wrap > .notification.alert-info .btn.btn-primary:hover,
.notification-wrap > .notification.alert-info button.btn-primary:hover,
.notification-wrap > .notification.alert-info input[type="button"].btn-primary:hover,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-primary:active,
.notification-wrap > .notification.alert-info button.btn-primary:active,
.notification-wrap > .notification.alert-info input[type="button"].btn-primary:active,
.notification-wrap > .notification.alert-info input[type="submit"].btn-primary:active,
.notification-wrap > .notification.alert-info .btn.btn-primary.active,
.notification-wrap > .notification.alert-info button.btn-primary.active,
.notification-wrap > .notification.alert-info input[type="button"].btn-primary.active,
.notification-wrap > .notification.alert-info input[type="submit"].btn-primary.active,
.notification-wrap > .notification.alert-info .btn.btn-primary.toggled,
.notification-wrap > .notification.alert-info button.btn-primary.toggled,
.notification-wrap > .notification.alert-info input[type="button"].btn-primary.toggled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-primary:disabled,
.notification-wrap > .notification.alert-info button.btn-primary:disabled,
.notification-wrap > .notification.alert-info input[type="button"].btn-primary:disabled,
.notification-wrap > .notification.alert-info input[type="submit"].btn-primary:disabled,
.notification-wrap > .notification.alert-info .btn.btn-primary.disabled,
.notification-wrap > .notification.alert-info button.btn-primary.disabled,
.notification-wrap > .notification.alert-info input[type="button"].btn-primary.disabled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-info,
.notification-wrap > .notification.alert-info button.btn-info,
.notification-wrap > .notification.alert-info input[type="button"].btn-info,
.notification-wrap > .notification.alert-info input[type="submit"].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;
}
.notification-wrap > .notification.alert-info .btn.btn-info:hover,
.notification-wrap > .notification.alert-info button.btn-info:hover,
.notification-wrap > .notification.alert-info input[type="button"].btn-info:hover,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-info:active,
.notification-wrap > .notification.alert-info button.btn-info:active,
.notification-wrap > .notification.alert-info input[type="button"].btn-info:active,
.notification-wrap > .notification.alert-info input[type="submit"].btn-info:active,
.notification-wrap > .notification.alert-info .btn.btn-info.active,
.notification-wrap > .notification.alert-info button.btn-info.active,
.notification-wrap > .notification.alert-info input[type="button"].btn-info.active,
.notification-wrap > .notification.alert-info input[type="submit"].btn-info.active,
.notification-wrap > .notification.alert-info .btn.btn-info.toggled,
.notification-wrap > .notification.alert-info button.btn-info.toggled,
.notification-wrap > .notification.alert-info input[type="button"].btn-info.toggled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-info:disabled,
.notification-wrap > .notification.alert-info button.btn-info:disabled,
.notification-wrap > .notification.alert-info input[type="button"].btn-info:disabled,
.notification-wrap > .notification.alert-info input[type="submit"].btn-info:disabled,
.notification-wrap > .notification.alert-info .btn.btn-info.disabled,
.notification-wrap > .notification.alert-info button.btn-info.disabled,
.notification-wrap > .notification.alert-info input[type="button"].btn-info.disabled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-success,
.notification-wrap > .notification.alert-info button.btn-success,
.notification-wrap > .notification.alert-info input[type="button"].btn-success,
.notification-wrap > .notification.alert-info input[type="submit"].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;
}
.notification-wrap > .notification.alert-info .btn.btn-success:hover,
.notification-wrap > .notification.alert-info button.btn-success:hover,
.notification-wrap > .notification.alert-info input[type="button"].btn-success:hover,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-success:active,
.notification-wrap > .notification.alert-info button.btn-success:active,
.notification-wrap > .notification.alert-info input[type="button"].btn-success:active,
.notification-wrap > .notification.alert-info input[type="submit"].btn-success:active,
.notification-wrap > .notification.alert-info .btn.btn-success.active,
.notification-wrap > .notification.alert-info button.btn-success.active,
.notification-wrap > .notification.alert-info input[type="button"].btn-success.active,
.notification-wrap > .notification.alert-info input[type="submit"].btn-success.active,
.notification-wrap > .notification.alert-info .btn.btn-success.toggled,
.notification-wrap > .notification.alert-info button.btn-success.toggled,
.notification-wrap > .notification.alert-info input[type="button"].btn-success.toggled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-success:disabled,
.notification-wrap > .notification.alert-info button.btn-success:disabled,
.notification-wrap > .notification.alert-info input[type="button"].btn-success:disabled,
.notification-wrap > .notification.alert-info input[type="submit"].btn-success:disabled,
.notification-wrap > .notification.alert-info .btn.btn-success.disabled,
.notification-wrap > .notification.alert-info button.btn-success.disabled,
.notification-wrap > .notification.alert-info input[type="button"].btn-success.disabled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-warning,
.notification-wrap > .notification.alert-info button.btn-warning,
.notification-wrap > .notification.alert-info input[type="button"].btn-warning,
.notification-wrap > .notification.alert-info input[type="submit"].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;
}
.notification-wrap > .notification.alert-info .btn.btn-warning:hover,
.notification-wrap > .notification.alert-info button.btn-warning:hover,
.notification-wrap > .notification.alert-info input[type="button"].btn-warning:hover,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-warning:active,
.notification-wrap > .notification.alert-info button.btn-warning:active,
.notification-wrap > .notification.alert-info input[type="button"].btn-warning:active,
.notification-wrap > .notification.alert-info input[type="submit"].btn-warning:active,
.notification-wrap > .notification.alert-info .btn.btn-warning.active,
.notification-wrap > .notification.alert-info button.btn-warning.active,
.notification-wrap > .notification.alert-info input[type="button"].btn-warning.active,
.notification-wrap > .notification.alert-info input[type="submit"].btn-warning.active,
.notification-wrap > .notification.alert-info .btn.btn-warning.toggled,
.notification-wrap > .notification.alert-info button.btn-warning.toggled,
.notification-wrap > .notification.alert-info input[type="button"].btn-warning.toggled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-warning:disabled,
.notification-wrap > .notification.alert-info button.btn-warning:disabled,
.notification-wrap > .notification.alert-info input[type="button"].btn-warning:disabled,
.notification-wrap > .notification.alert-info input[type="submit"].btn-warning:disabled,
.notification-wrap > .notification.alert-info .btn.btn-warning.disabled,
.notification-wrap > .notification.alert-info button.btn-warning.disabled,
.notification-wrap > .notification.alert-info input[type="button"].btn-warning.disabled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-error,
.notification-wrap > .notification.alert-info button.btn-error,
.notification-wrap > .notification.alert-info input[type="button"].btn-error,
.notification-wrap > .notification.alert-info input[type="submit"].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;
}
.notification-wrap > .notification.alert-info .btn.btn-error:hover,
.notification-wrap > .notification.alert-info button.btn-error:hover,
.notification-wrap > .notification.alert-info input[type="button"].btn-error:hover,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-error:active,
.notification-wrap > .notification.alert-info button.btn-error:active,
.notification-wrap > .notification.alert-info input[type="button"].btn-error:active,
.notification-wrap > .notification.alert-info input[type="submit"].btn-error:active,
.notification-wrap > .notification.alert-info .btn.btn-error.active,
.notification-wrap > .notification.alert-info button.btn-error.active,
.notification-wrap > .notification.alert-info input[type="button"].btn-error.active,
.notification-wrap > .notification.alert-info input[type="submit"].btn-error.active,
.notification-wrap > .notification.alert-info .btn.btn-error.toggled,
.notification-wrap > .notification.alert-info button.btn-error.toggled,
.notification-wrap > .notification.alert-info input[type="button"].btn-error.toggled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-error:disabled,
.notification-wrap > .notification.alert-info button.btn-error:disabled,
.notification-wrap > .notification.alert-info input[type="button"].btn-error:disabled,
.notification-wrap > .notification.alert-info input[type="submit"].btn-error:disabled,
.notification-wrap > .notification.alert-info .btn.btn-error.disabled,
.notification-wrap > .notification.alert-info button.btn-error.disabled,
.notification-wrap > .notification.alert-info input[type="button"].btn-error.disabled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn.btn-donate,
.notification-wrap > .notification.alert-info button.btn-donate,
.notification-wrap > .notification.alert-info input[type="button"].btn-donate,
.notification-wrap > .notification.alert-info input[type="submit"].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;
}
.notification-wrap > .notification.alert-info .btn.btn-donate:active,
.notification-wrap > .notification.alert-info button.btn-donate:active,
.notification-wrap > .notification.alert-info input[type="button"].btn-donate:active,
.notification-wrap > .notification.alert-info input[type="submit"].btn-donate:active,
.notification-wrap > .notification.alert-info .btn.btn-donate.active,
.notification-wrap > .notification.alert-info button.btn-donate.active,
.notification-wrap > .notification.alert-info input[type="button"].btn-donate.active,
.notification-wrap > .notification.alert-info input[type="submit"].btn-donate.active,
.notification-wrap > .notification.alert-info .btn.btn-donate.toggled,
.notification-wrap > .notification.alert-info button.btn-donate.toggled,
.notification-wrap > .notification.alert-info input[type="button"].btn-donate.toggled,
.notification-wrap > .notification.alert-info input[type="submit"].btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.notification-wrap > .notification.alert-info .btn.btn-donate:disabled,
.notification-wrap > .notification.alert-info button.btn-donate:disabled,
.notification-wrap > .notification.alert-info input[type="button"].btn-donate:disabled,
.notification-wrap > .notification.alert-info input[type="submit"].btn-donate:disabled,
.notification-wrap > .notification.alert-info .btn.btn-donate.disabled,
.notification-wrap > .notification.alert-info button.btn-donate.disabled,
.notification-wrap > .notification.alert-info input[type="button"].btn-donate.disabled,
.notification-wrap > .notification.alert-info input[type="submit"].btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.notification-wrap > .notification.alert-info .btn.btn-donate:hover,
.notification-wrap > .notification.alert-info button.btn-donate:hover,
.notification-wrap > .notification.alert-info input[type="button"].btn-donate:hover,
.notification-wrap > .notification.alert-info input[type="submit"].btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.notification-wrap > .notification.alert-info .btn.btn-donate:active,
.notification-wrap > .notification.alert-info button.btn-donate:active,
.notification-wrap > .notification.alert-info input[type="button"].btn-donate:active,
.notification-wrap > .notification.alert-info input[type="submit"].btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.notification-wrap > .notification.alert-info .btn.btn-donate:focus,
.notification-wrap > .notification.alert-info button.btn-donate:focus,
.notification-wrap > .notification.alert-info input[type="button"].btn-donate:focus,
.notification-wrap > .notification.alert-info input[type="submit"].btn-donate:focus {
  outline: none;
}
.notification-wrap > .notification.alert-info .btn:hover,
.notification-wrap > .notification.alert-info button:hover,
.notification-wrap > .notification.alert-info input[type="button"]:hover,
.notification-wrap > .notification.alert-info input[type="submit"]: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%);
}
.notification-wrap > .notification.alert-info .btn:active,
.notification-wrap > .notification.alert-info button:active,
.notification-wrap > .notification.alert-info input[type="button"]:active,
.notification-wrap > .notification.alert-info input[type="submit"]:active,
.notification-wrap > .notification.alert-info .btn.active,
.notification-wrap > .notification.alert-info button.active,
.notification-wrap > .notification.alert-info input[type="button"].active,
.notification-wrap > .notification.alert-info input[type="submit"].active,
.notification-wrap > .notification.alert-info .btn.toggled,
.notification-wrap > .notification.alert-info button.toggled,
.notification-wrap > .notification.alert-info input[type="button"].toggled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn:disabled,
.notification-wrap > .notification.alert-info button:disabled,
.notification-wrap > .notification.alert-info input[type="button"]:disabled,
.notification-wrap > .notification.alert-info input[type="submit"]:disabled,
.notification-wrap > .notification.alert-info .btn.disabled,
.notification-wrap > .notification.alert-info button.disabled,
.notification-wrap > .notification.alert-info input[type="button"].disabled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn:hover,
.notification-wrap > .notification.alert-info button:hover,
.notification-wrap > .notification.alert-info input[type="button"]:hover,
.notification-wrap > .notification.alert-info input[type="submit"]: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%);
}
.notification-wrap > .notification.alert-info .btn:active,
.notification-wrap > .notification.alert-info button:active,
.notification-wrap > .notification.alert-info input[type="button"]:active,
.notification-wrap > .notification.alert-info input[type="submit"]:active,
.notification-wrap > .notification.alert-info .btn.active,
.notification-wrap > .notification.alert-info button.active,
.notification-wrap > .notification.alert-info input[type="button"].active,
.notification-wrap > .notification.alert-info input[type="submit"].active,
.notification-wrap > .notification.alert-info .btn.toggled,
.notification-wrap > .notification.alert-info button.toggled,
.notification-wrap > .notification.alert-info input[type="button"].toggled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-info .btn:disabled,
.notification-wrap > .notification.alert-info button:disabled,
.notification-wrap > .notification.alert-info input[type="button"]:disabled,
.notification-wrap > .notification.alert-info input[type="submit"]:disabled,
.notification-wrap > .notification.alert-info .btn.disabled,
.notification-wrap > .notification.alert-info button.disabled,
.notification-wrap > .notification.alert-info input[type="button"].disabled,
.notification-wrap > .notification.alert-info input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive {
  background-color: #c8e5e5;
  color: #3e4460;
  border: 1px solid #777f91;
}
.notification-wrap > .notification.alert-inactive .btn,
.notification-wrap > .notification.alert-inactive button,
.notification-wrap > .notification.alert-inactive input[type="button"],
.notification-wrap > .notification.alert-inactive input[type="submit"] {
  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;
  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;
}
.notification-wrap > .notification.alert-inactive .btn:hover,
.notification-wrap > .notification.alert-inactive button:hover,
.notification-wrap > .notification.alert-inactive input[type="button"]:hover,
.notification-wrap > .notification.alert-inactive input[type="submit"]: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%);
}
.notification-wrap > .notification.alert-inactive .btn:active,
.notification-wrap > .notification.alert-inactive button:active,
.notification-wrap > .notification.alert-inactive input[type="button"]:active,
.notification-wrap > .notification.alert-inactive input[type="submit"]:active,
.notification-wrap > .notification.alert-inactive .btn.active,
.notification-wrap > .notification.alert-inactive button.active,
.notification-wrap > .notification.alert-inactive input[type="button"].active,
.notification-wrap > .notification.alert-inactive input[type="submit"].active,
.notification-wrap > .notification.alert-inactive .btn.toggled,
.notification-wrap > .notification.alert-inactive button.toggled,
.notification-wrap > .notification.alert-inactive input[type="button"].toggled,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn:disabled,
.notification-wrap > .notification.alert-inactive button:disabled,
.notification-wrap > .notification.alert-inactive input[type="button"]:disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"]:disabled,
.notification-wrap > .notification.alert-inactive .btn.disabled,
.notification-wrap > .notification.alert-inactive button.disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn:active,
.notification-wrap > .notification.alert-inactive button:active,
.notification-wrap > .notification.alert-inactive input[type="button"]:active,
.notification-wrap > .notification.alert-inactive input[type="submit"]:active,
.notification-wrap > .notification.alert-inactive .btn.active,
.notification-wrap > .notification.alert-inactive button.active,
.notification-wrap > .notification.alert-inactive input[type="button"].active,
.notification-wrap > .notification.alert-inactive input[type="submit"].active,
.notification-wrap > .notification.alert-inactive .btn.toggled,
.notification-wrap > .notification.alert-inactive button.toggled,
.notification-wrap > .notification.alert-inactive input[type="button"].toggled,
.notification-wrap > .notification.alert-inactive input[type="submit"].toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.notification-wrap > .notification.alert-inactive .btn:disabled,
.notification-wrap > .notification.alert-inactive button:disabled,
.notification-wrap > .notification.alert-inactive input[type="button"]:disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"]:disabled,
.notification-wrap > .notification.alert-inactive .btn.disabled,
.notification-wrap > .notification.alert-inactive button.disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].disabled {
  box-shadow: 0px 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px 0px;
}
.notification-wrap > .notification.alert-inactive .btn:disabled,
.notification-wrap > .notification.alert-inactive button:disabled,
.notification-wrap > .notification.alert-inactive input[type="button"]:disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"]:disabled,
.notification-wrap > .notification.alert-inactive .btn.disabled,
.notification-wrap > .notification.alert-inactive button.disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].disabled {
  cursor: default;
}
.notification-wrap > .notification.alert-inactive .btn.btn-big,
.notification-wrap > .notification.alert-inactive button.btn-big,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-big,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-big {
  padding: 0.2em 16px;
  line-height: 1.4;
}
.notification-wrap > .notification.alert-inactive .btn.btn-primary,
.notification-wrap > .notification.alert-inactive button.btn-primary,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-primary,
.notification-wrap > .notification.alert-inactive input[type="submit"].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;
}
.notification-wrap > .notification.alert-inactive .btn.btn-primary:hover,
.notification-wrap > .notification.alert-inactive button.btn-primary:hover,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-primary:hover,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-primary:active,
.notification-wrap > .notification.alert-inactive button.btn-primary:active,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-primary:active,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-primary:active,
.notification-wrap > .notification.alert-inactive .btn.btn-primary.active,
.notification-wrap > .notification.alert-inactive button.btn-primary.active,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-primary.active,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-primary.active,
.notification-wrap > .notification.alert-inactive .btn.btn-primary.toggled,
.notification-wrap > .notification.alert-inactive button.btn-primary.toggled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-primary.toggled,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-primary:disabled,
.notification-wrap > .notification.alert-inactive button.btn-primary:disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-primary:disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-primary:disabled,
.notification-wrap > .notification.alert-inactive .btn.btn-primary.disabled,
.notification-wrap > .notification.alert-inactive button.btn-primary.disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-primary.disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-info,
.notification-wrap > .notification.alert-inactive button.btn-info,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-info,
.notification-wrap > .notification.alert-inactive input[type="submit"].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;
}
.notification-wrap > .notification.alert-inactive .btn.btn-info:hover,
.notification-wrap > .notification.alert-inactive button.btn-info:hover,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-info:hover,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-info:active,
.notification-wrap > .notification.alert-inactive button.btn-info:active,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-info:active,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-info:active,
.notification-wrap > .notification.alert-inactive .btn.btn-info.active,
.notification-wrap > .notification.alert-inactive button.btn-info.active,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-info.active,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-info.active,
.notification-wrap > .notification.alert-inactive .btn.btn-info.toggled,
.notification-wrap > .notification.alert-inactive button.btn-info.toggled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-info.toggled,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-info:disabled,
.notification-wrap > .notification.alert-inactive button.btn-info:disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-info:disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-info:disabled,
.notification-wrap > .notification.alert-inactive .btn.btn-info.disabled,
.notification-wrap > .notification.alert-inactive button.btn-info.disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-info.disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-success,
.notification-wrap > .notification.alert-inactive button.btn-success,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-success,
.notification-wrap > .notification.alert-inactive input[type="submit"].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;
}
.notification-wrap > .notification.alert-inactive .btn.btn-success:hover,
.notification-wrap > .notification.alert-inactive button.btn-success:hover,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-success:hover,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-success:active,
.notification-wrap > .notification.alert-inactive button.btn-success:active,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-success:active,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-success:active,
.notification-wrap > .notification.alert-inactive .btn.btn-success.active,
.notification-wrap > .notification.alert-inactive button.btn-success.active,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-success.active,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-success.active,
.notification-wrap > .notification.alert-inactive .btn.btn-success.toggled,
.notification-wrap > .notification.alert-inactive button.btn-success.toggled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-success.toggled,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-success:disabled,
.notification-wrap > .notification.alert-inactive button.btn-success:disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-success:disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-success:disabled,
.notification-wrap > .notification.alert-inactive .btn.btn-success.disabled,
.notification-wrap > .notification.alert-inactive button.btn-success.disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-success.disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-warning,
.notification-wrap > .notification.alert-inactive button.btn-warning,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-warning,
.notification-wrap > .notification.alert-inactive input[type="submit"].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;
}
.notification-wrap > .notification.alert-inactive .btn.btn-warning:hover,
.notification-wrap > .notification.alert-inactive button.btn-warning:hover,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-warning:hover,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-warning:active,
.notification-wrap > .notification.alert-inactive button.btn-warning:active,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-warning:active,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-warning:active,
.notification-wrap > .notification.alert-inactive .btn.btn-warning.active,
.notification-wrap > .notification.alert-inactive button.btn-warning.active,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-warning.active,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-warning.active,
.notification-wrap > .notification.alert-inactive .btn.btn-warning.toggled,
.notification-wrap > .notification.alert-inactive button.btn-warning.toggled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-warning.toggled,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-warning:disabled,
.notification-wrap > .notification.alert-inactive button.btn-warning:disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-warning:disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-warning:disabled,
.notification-wrap > .notification.alert-inactive .btn.btn-warning.disabled,
.notification-wrap > .notification.alert-inactive button.btn-warning.disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-warning.disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-error,
.notification-wrap > .notification.alert-inactive button.btn-error,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-error,
.notification-wrap > .notification.alert-inactive input[type="submit"].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;
}
.notification-wrap > .notification.alert-inactive .btn.btn-error:hover,
.notification-wrap > .notification.alert-inactive button.btn-error:hover,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-error:hover,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-error:active,
.notification-wrap > .notification.alert-inactive button.btn-error:active,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-error:active,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-error:active,
.notification-wrap > .notification.alert-inactive .btn.btn-error.active,
.notification-wrap > .notification.alert-inactive button.btn-error.active,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-error.active,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-error.active,
.notification-wrap > .notification.alert-inactive .btn.btn-error.toggled,
.notification-wrap > .notification.alert-inactive button.btn-error.toggled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-error.toggled,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-error:disabled,
.notification-wrap > .notification.alert-inactive button.btn-error:disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-error:disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-error:disabled,
.notification-wrap > .notification.alert-inactive .btn.btn-error.disabled,
.notification-wrap > .notification.alert-inactive button.btn-error.disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-error.disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn.btn-donate,
.notification-wrap > .notification.alert-inactive button.btn-donate,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-donate,
.notification-wrap > .notification.alert-inactive input[type="submit"].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;
}
.notification-wrap > .notification.alert-inactive .btn.btn-donate:active,
.notification-wrap > .notification.alert-inactive button.btn-donate:active,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-donate:active,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-donate:active,
.notification-wrap > .notification.alert-inactive .btn.btn-donate.active,
.notification-wrap > .notification.alert-inactive button.btn-donate.active,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-donate.active,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-donate.active,
.notification-wrap > .notification.alert-inactive .btn.btn-donate.toggled,
.notification-wrap > .notification.alert-inactive button.btn-donate.toggled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-donate.toggled,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-donate.toggled {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 1px 0px;
}
.notification-wrap > .notification.alert-inactive .btn.btn-donate:disabled,
.notification-wrap > .notification.alert-inactive button.btn-donate:disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-donate:disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-donate:disabled,
.notification-wrap > .notification.alert-inactive .btn.btn-donate.disabled,
.notification-wrap > .notification.alert-inactive button.btn-donate.disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-donate.disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-donate.disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px;
}
.notification-wrap > .notification.alert-inactive .btn.btn-donate:hover,
.notification-wrap > .notification.alert-inactive button.btn-donate:hover,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-donate:hover,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-donate:hover {
  background-color: transparent;
  background-position: 0px -77px;
  border: none;
}
.notification-wrap > .notification.alert-inactive .btn.btn-donate:active,
.notification-wrap > .notification.alert-inactive button.btn-donate:active,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-donate:active,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-donate:active {
  background-color: transparent;
  background-position: 0 -154px;
  border: none;
}
.notification-wrap > .notification.alert-inactive .btn.btn-donate:focus,
.notification-wrap > .notification.alert-inactive button.btn-donate:focus,
.notification-wrap > .notification.alert-inactive input[type="button"].btn-donate:focus,
.notification-wrap > .notification.alert-inactive input[type="submit"].btn-donate:focus {
  outline: none;
}
.notification-wrap > .notification.alert-inactive .btn:hover,
.notification-wrap > .notification.alert-inactive button:hover,
.notification-wrap > .notification.alert-inactive input[type="button"]:hover,
.notification-wrap > .notification.alert-inactive input[type="submit"]: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%);
}
.notification-wrap > .notification.alert-inactive .btn:active,
.notification-wrap > .notification.alert-inactive button:active,
.notification-wrap > .notification.alert-inactive input[type="button"]:active,
.notification-wrap > .notification.alert-inactive input[type="submit"]:active,
.notification-wrap > .notification.alert-inactive .btn.active,
.notification-wrap > .notification.alert-inactive button.active,
.notification-wrap > .notification.alert-inactive input[type="button"].active,
.notification-wrap > .notification.alert-inactive input[type="submit"].active,
.notification-wrap > .notification.alert-inactive .btn.toggled,
.notification-wrap > .notification.alert-inactive button.toggled,
.notification-wrap > .notification.alert-inactive input[type="button"].toggled,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification.alert-inactive .btn:disabled,
.notification-wrap > .notification.alert-inactive button:disabled,
.notification-wrap > .notification.alert-inactive input[type="button"]:disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"]:disabled,
.notification-wrap > .notification.alert-inactive .btn.disabled,
.notification-wrap > .notification.alert-inactive button.disabled,
.notification-wrap > .notification.alert-inactive input[type="button"].disabled,
.notification-wrap > .notification.alert-inactive input[type="submit"].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%);
}
.notification-wrap > .notification:not(:last-child) {
  border-bottom: none;
}
.notification-wrap > .notification:last-child {
  -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;
}
