@media print {
  .pagebreak { break-before: page; }
}

header {
  min-height: 5rem;
}

img.ajaxLoaderGif {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  z-index: 99999;
}

img.ajaxLoaderGif.off {
  display: none;
}

img.ajaxLoaderGif.on {
  display: block;
}

/*???*/
#resultBox ul {
  box-shadow: 0px 0px 1px 1px #999;
  list-style: none;
  padding: 5px;
}
#resultBox ul li:hover {
  background-color: #eee;
  cursor: pointer;
} 


/*calculator*/
td.money {
  text-align: right;
  font-weight: bold;
}

td.money:after  {
  content: ' €'!important;
}

.spacer-top-1 {
  margin-top: 1em;
}


/*Customers*/
div.row.space-bottom-md {
  margin-bottom: 16px;
  margin-bottom: 1em;
}

.inner-space-top-md {
  padding-top: 16px;
}


/*Contract*/
.img-inline {
  height: 1em;
  vertical-align: middle;
}

div.row.space-bottom-lg {
  margin-bottom: 32px;
  margin-bottom: 2em;
}


/*Customer-Details*/
.custom-file-input ~ .custom-file-label::after {
  content: 'Datei auswählen';
}

/* declared but not used

.center-box {
  height: 100%!important;
  display: flex; 
  justify-content: center;
  align-items: center;
}

[data-app="ajaxeditor"] {
  min-height: 10rem;
  box-shadow: 0 0 1px 1px #aaa;
  border: 1px solid #aaa;
}

*/

/*typeahead*/
.twitter-typeahead {
  width: 100%;
}

.tt-query,
.tt-hint {
  /*    width: 396px;
      height: 30px;*/
  padding: 0.5em 0.82em;
  /*font-size: 24px;*/
  /*line-height: 30px;*/
  border: 0.125em solid #ccc;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  outline: none;
}

.tt-query {
  -webkit-box-shadow: inset 0 0.0625em 0.0625em rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 0.0625em 0.0625em rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625em 0.0625em rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: 0.75em;
  padding: 0.1875em 0;
  background-color: #fff;
  border: 0.0625em solid #ccc;
  border: 0.0625em solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0.3125em 0.625em rgba(0,0,0,.2);
  -moz-box-shadow: 0 0.3125em 0.625em rgba(0,0,0,.2);
  box-shadow: 0 0.3125em 0.625em rgba(0,0,0,.2);
}

.tt-suggestion:hover {
  background-color: #eee;
}

.tt-suggestion {
  padding: 0.1875em 20px;
  /*font-size: 10.5em;*/
  line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;
}
[required] {
  border: 1px solid red;
}
