/*
 * Copyright (c) 2020. All rights Reserved, Clear Axess Via alla Campagna, 4 6900 Lugano (CH) CHE - phone 458.932.791
 *
 * BANCA IFIS STYLESHEET SOURCE
 * VERSION 0.0.9


 */
#bottom_buttons_container {
  position: fixed;
  width: 100%;
  padding: 0 50px;
  left: 0;
  min-height: 40px;
  bottom: 65px;
  display: flex;
  justify-content: center;
}
#bottom_buttons_container #inner_buttons_container_left {
  flex: 1;
}
#bottom_buttons_container #inner_buttons_container_right .btn {
  margin: 0 0 0 2em;
}
#bottom_buttons_container .button {
  margin: 0 25px;
}
#bottom_buttons_container .button_left {
  order: 1;
}
#bottom_buttons_container .button_center {
  order: 2;
}
#bottom_buttons_container .button_right {
  order: 3;
}
