body {
  padding-top: 60px;
  padding-bottom: 40px;
}
h1 {
  padding-bottom: 0px;
  margin-bottom: 20px;
}
h2 {
  margin-top: 20px;
}
h2.entityList {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 35px;
  margin-bottom: 30px;
}
ul.errorContainer {
  list-style-type: none;
  margin: 0;
  margin-bottom: 20px;
}
ul.errorContainer li {
  color: #ff0000;
  font-weight: bold;
}
ul.warningContainer {
  list-style-type: none;
  margin: 0;
  margin-bottom: 20px;
}
ul.warningContainer li {
  color: orange;
  font-weight: bold;
}
textarea {
  width: 400px;
  height: 200px;
}
.date {
  width: 140px;
}
.form-signin {
  max-width: 370px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
div.dataTables_length select {
  width: 100px;
}
#globalMessageContainer {
  list-style-type: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  margin: 0;
}
#globalMessageContainer.loggedIn {
  position: static;
  margin-top: -20px;
}
#globalMessageContainer li {
  background: #fff;
  padding: 10px 20px;
}
#globalMessageContainer li.error {
  background: #f2dede;
  color: #444;
}
.colorpicker input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: inline;
  width: auto;
  line-height: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
input.datepicker,
input.time {
  width: 100px;
  margin-right: 5px;
}
.buttonGroup {
  text-align: right;
}
.entityListContainer {
  position: relative;
}
.entityListContainer .containerFilter {
  position: relative;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  padding-top: 20px;
  margin-top: 30px;
}
.entityListContainer .containerFilter .filterSwitch {
  position: absolute;
  top: -11px;
  left: 18px;
  z-index: 3;
  background: #fff;
  padding: 0 10px;
}
.entityListContainer .containerFilter .filterSwitch a {
  color: #000;
  text-decoration: none;
}
.entityListContainer .form-filter {
  display: none;
  margin-bottom: 30px;
}
.entityListContainer .form-filter.show {
  display: block;
}
.entityListContainer .form-filter .form-group:LAST-CHILD {
  margin-bottom: 0;
}
.entityListContainer .buttonGroup {
  text-align: right;
  margin: 20px 0;
  margin-top: -55px;
}
.entityListContainer .dataTables_wrapper {
  position: relative;
  z-index: 2;
}
.entityListContainer div.dataTables_filter input {
  margin-left: 5px;
}
.entityDetailContainer .buttonGroup {
  margin-top: 40px;
  margin-bottom: 40px;
}
.entityDetailContainer .buttonGroup .btn {
  margin-right: 5px;
}
.required label.control-label:AFTER {
  content: "*";
  color: red;
  margin-right: -10px;
  padding-left: 5px;
}
form input.error,
form textarea.error {
  background-color: #ffc9c9;
}
form label.error {
  display: inline;
  margin-left: 10px;
  color: red;
}
.filterContainer label {
  font-weight: bold;
}
.filterContainer select,
.filterContainer input {
  margin-right: 20px;
}
.filterContainer input[type="checkbox"] {
  margin-top: 0;
  margin-left: 5px;
}
font.highlight {
  color: red;
}
th.right,
td.right {
  text-align: right;
}
thead {
  background: #efefef;
}
tfoot {
  background: #efefef;
}
tfoot td {
  font-weight: bold;
}
table.dataTable td i.icon-warning-sign {
  display: none;
}
table.dataTable td.summeTRWarning {
  white-space: nowrap;
  padding-left: 20px;
  position: relative;
}
table.dataTable td.summeTRWarning i.icon-warning-sign {
  display: inline-block;
  position: absolute;
  left: 0px;
}
.ttip {
  position: relative;
}
.ttipContainer {
  position: absolute;
  background: #fff;
  border: 1px solid #444;
  padding: 10px;
  top: 30px;
  left: 0;
  z-index: 100;
  text-align: left;
}
.ttipContainer tr,
.ttipContainer td {
  background: #fff !important;
}
.detailTable {
  min-width: 750px;
  border-collapse: collapse;
}
.detailTable th,
.detailTable td {
  border: 1px solid #ccc;
  padding: 3px;
  font-weight: bold;
}
.detailTable td.right {
  font-weight: normal;
  width: 100px;
}
.detailTable td.skonto {
  font-weight: normal;
  width: auto;
}
.detailTable .bb {
  border-bottom: 1px solid #000;
}
.tab-content .tab-pane {
  padding-top: 20px;
}
.tab-content h2.entityList {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.mitgliederSelection {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 15px 10px;
}
.protokollResult .error {
  background: #ff9f84;
}
.protokollResult .ok {
  background: #a6ff98;
}
.protokollResult .ignore {
  background: #ccc;
}
.protokollResult .exceeded {
  background: #67c5f7;
}
.printPanel h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.openNotice {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
.openNoticeWrapper {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding-top: 10px;
  margin-top: -10px;
}
.openNoticeWrapper .openNoticeContainer {
  display: none;
  text-align: left;
  position: absolute;
  width: 250px;
  border: 1px solid #cecece;
  background: #fff;
  bottom: 22px;
  right: -50px;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.openNoticeWrapper .openNoticeContainer .openNoticeItem {
  padding: 10px;
  border-bottom: 1px solid #cecece;
}
.openNoticeWrapper .openNoticeContainer .openNoticeItem a {
  color: green;
}
.openNoticeWrapper .openNoticeContainer .openNoticeItem a:hover {
  text-decoration: none;
  opacity: 0.4;
}
.openNoticeWrapper .openNoticeContainer .setNoticesDone {
  padding: 10px;
}
.kasseMitgliedListContainer {
  margin-top: 20px;
}
.kasseMitgliedListContainer .green {
  color: green;
}
.kasseMitgliedListContainer .red {
  color: red;
}
.kasseMitgliedListContainer .openMessagePopup {
  cursor: pointer;
}
.successContainer {
  display: none;
  position: fixed;
  top: 15px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  z-index: 10000;
}
#EntityListHistory td:first-child,
#EntityListHistory th:first-child {
  display: none;
}
