body {
  /*background-color: #67A23F;*/
}

.statistics {

  border-style: solid;
  padding: 15px;

  /*float: right;*/
}

form.buchhaltung input, form.buchhaltung textarea {

  width: 550px;
  min-width: 550px !important;
  max-width: 550px !important;

}

form.buchhaltung textarea {

  height: 400px;

}

.logo {
	width: 200px;
	height: auto;
}

.user-image {
	width: 40px;
	height: auto;
}

img.avatar {
    width: 40px;
    height: 40px;
}

.card-header {
	background-color: #F8F9FA;
}

.navbar {
	border-bottom: 1px solid rgba(0,0,0,.125);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color: #A9A9A9 !important;
	  opacity: 1; /* Firefox */
	  z-index: 999999;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: #A9A9A9 !important;
	  z-index: 999999;
}

::-ms-input-placeholder { /* Microsoft Edge */
	  color: #A9A9A9 !important;
	  z-index: 999999;
}