/**
 * Is used for inputs and buttons. They should have the same value 
 * because Input and Button can be positioned in one line.
 */
.bx-def-page-width {
  width: 1280px;
}
/*--- Unit ---*/
.bx-def-unit .bx-def-unit-line .bx-def-ui-div:first-child {
  display: none;
}
/*--- Alerts ---*/
.bx-def-unit-alert,
.bx-def-unit-alert-small,
.bx-def-unit-alert-middle {
  font-size: 10px;
}
/*--- Image/thumbnail/gallery ---*/
.bx-def-unit .bx-def-unit-info,
.bx-def-unit .bx-def-unit-img,
.bx-def-unit img {
  display: inherit;
}
/*--- Live Search ---*/
.bx-def-unit-live-search .bx-def-unit-img:not(.empty) {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bx-def-unit-live-search .bx-def-unit-img-empty {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bx-def-unit-live-search .bx-def-unit-img-empty i {
  font-size: 1.2rem;
}
/*--- z-index ---*/
.bx-def-z-index-front {
  z-index: 100;
}
.bx-def-z-index-nav {
  z-index: 5000;
}
.bx-def-z-index-overlay {
  z-index: 9700;
}
.bx-def-z-index-modal {
  z-index: 10000;
}
