body {
  padding-top: 50px;
  padding-bottom: 20px;
  background: url(../images/RS445_inspiration_56703853_soffico.jpg) center center no-repeat fixed #c4d5ff;
  background-size: cover;
}
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
}
footer {
  padding-bottom: 10px;
}
.input-daterange.short,
.input-dategroup {
  max-width: 280px;
}
a.navbar-brand {
  padding: 0;
}
img[alt=Brand] {
  background: rgba(255, 255, 255, 0.9);
  width: 30px;
  height: 30px;
  padding: 2.5px;
  margin: 10px;
  border-radius: 3px;
}
input,
select,
textarea {
  max-width: 280px;
}
input.long,
select.long,
textarea.long {
  max-width: 100%;
}
#indexDate,
#indexDate2 {
  width: 120px;
  text-align: center;
}
#stundenFaktoriert {
  font-weight: bold;
}
#btnCollection {
  min-width: 128px;
}
#btnCollection a {
  padding: 2px;
  margin: 2px 6px;
}
#btnCollection a:hover,
#btnCollection a:focus {
  text-decoration: none;
}
#btnCollection .fa {
  font-size: 20px;
}
#btnCollection #btnCopy {
  color: #309628;
}
#btnCollection #btnCopy:hover {
  color: #5cd153;
}
#btnCollection #btnEdit {
  color: #337ab7;
}
#btnCollection #btnEdit:hover {
  color: #77acd9;
}
#btnCollection #btnDelete {
  color: #d9534f;
}
#btnCollection #btnDelete:hover {
  color: #eba5a3;
}
#createForm input,
#createForm select {
  max-width: none;
}
#createForm table {
  width: 100%;
}
#createForm table .colStunden {
  width: 120px;
}
#createForm table .colBeschreibung {
  width: 40%;
}
#stundenuebersichtView .firma {
  font-style: italic;
}
.zusatzPositionGroup tr td,
.zusatzPositionGroup tr th {
  padding: 2px 5px;
}
.zusatzPositionGroup tr td:first-of-type,
.zusatzPositionGroup tr th:first-of-type {
  padding-left: 0;
}
.zusatzPositionGroup tr td:last-of-type,
.zusatzPositionGroup tr th:last-of-type {
  padding-right: 0;
}
a {
  cursor: pointer;
}
.nodisplay {
  display: none;
}
.display {
  display: block !important;
}
.input-group .mid-btn {
  border-radius: 0;
  border-left: 0 none transparent;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  max-width: 200px;
}
.inputfile + label.btn {
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-control.input-validation-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
}
.input-group :first-child:last-child.input-group-btn .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.input-group :first-child:last-child.input-group-btn .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.validation-summary-valid {
  display: none;
}
#login_logo {
  margin: 0 auto;
  width: 50%;
}
@media screen and (min-width: 992px) {
  #login_logo {
    margin: 20px 0 0 0;
    width: 100%;
  }
  #login_logo img {
    width: 40%;
  }
}
.word-break-all {
  word-break: break-all;
}
/**
 * jQuery Timepicker
 * http://timepicker.co
 *
 * Enhances standard form input fields helping users to select (or type) times.
 *
 * Copyright (c) 2016 Willington Vega; Licensed MIT, GPL
 */
.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}
.ui-timepicker {
  box-sizing: content-box;
  display: block;
  height: 205px;
  list-style: none outside none;
  margin: 0;
  padding: 0 1px;
  text-align: center;
}
.ui-timepicker-viewport {
  box-sizing: content-box;
  display: block;
  height: 205px;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  /* IE */
}
.ui-timepicker-standard {
  /* overwrites .ui-widget */
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  /* overwrites .ui-widget-content */
  background-color: #FFF;
  border: 1px solid #AAA;
  color: #222;
  /* overwrites .ui-menu */
  margin: 0;
  padding: 2px;
}
.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #222;
  display: block;
  padding: 0.2em 0.4em;
  text-decoration: none;
}
.ui-timepicker-standard .ui-state-hover {
  /* overwrites .ui-state-hover */
  background-color: #DADADA;
  border: 1px solid #999;
  font-weight: normal;
  color: #212121;
}
.ui-timepicker-standard .ui-menu-item {
  /* overwrites .ui-menu and .ui-menu-item */
  /*clear: left;
	float: left;*/
  margin: 0;
  padding: 0;
}
.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ui-timepicker-hidden {
  /* overwrites .ui-helper-hidden */
  display: none;
}
.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}
