.bottom-buttons-container {
    padding:40px;
    z-index:3;
    position: relative;
}

.bottom-buttons-container .bottom-buttons {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.bottom-buttons-container .bottom-buttons .btn {
  width: 120px;
  height: 56px;

  /*Circle*/
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-color: #fe9a2e;
  box-shadow: 0 1px 2px #aaa;
  position: fixed;
  bottom: 15px;
  right: 77px;
  z-index: 1000;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 15pt;
  text-align: center;
  line-height: 56px;
  font-weight: 700;
  padding:0;
  cursor: pointer;

  bottom: 0;
  right: 0;
  position: initial;
  margin: 0 5px;
}
.bottom-buttons-container .bottom-buttons .btn[disabled] {
  pointer-events: initial;
  cursor: not-allowed;
}

/* old code but still used on other pages */
.bottom-buttons .to-top,
.bottom-buttons .bottom-save,
.bottom-buttons .bottom-discard,
.bottom-buttons .bottom-reload,
.bottom-buttons .bottom-delete {
  float: right;
  bottom: 0;
  right: 0;
  position: initial;
  margin: 0 5px;
}