body {
  background-color: #f4f6f7;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  padding: 20px;
}
body a {
  color: #333;
  text-decoration: none;
}
body a:focus,
body a:hover {
  text-decoration: none;
  color: #EA5E16;
}
body > .content_wrapper {
  margin: 0 auto;
  border-radius: 4px;
  padding: 20px 20px 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
body > .content_wrapper > * {
  margin-bottom: 10px;
}
body > .content_wrapper > .navbar {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: 12px;
  min-height: 45px;
  border: none;
  border-top: 4px solid #f3d93c;
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dadada', GradientType=0);
  border-radius: 0;
  box-shadow: 0 4px 4px 0 #c8c8c8;
}
body > .content_wrapper > .navbar ul {
  position: relative;
  height: 45px;
}
body > .content_wrapper > .navbar ul li {
  float: left;
  height: 100%;
  text-align: center;
  margin-left: 1px;
}
body > .content_wrapper > .navbar ul li.active a,
body > .content_wrapper > .navbar ul li:hover a {
  color: #fff;
  background: #a3a3a5;
  background: -moz-linear-gradient(top, #a3a3a5 0%, #9a9a9c 11%, #8f8f91 20%, #8b8a8f 25%, #808082 34%, #757479 41%, #6e6d72 48%, #66656a 52%, #656469 55%, #4d4c51 73%, #3c3b41 89%, #37363c 95%, #3c3b41 100%);
  background: -webkit-linear-gradient(top, #a3a3a5 0%, #9a9a9c 11%, #8f8f91 20%, #8b8a8f 25%, #808082 34%, #757479 41%, #6e6d72 48%, #66656a 52%, #656469 55%, #4d4c51 73%, #3c3b41 89%, #37363c 95%, #3c3b41 100%);
  background: linear-gradient(to bottom, #a3a3a5 0%, #9a9a9c 11%, #8f8f91 20%, #8b8a8f 25%, #808082 34%, #757479 41%, #6e6d72 48%, #66656a 52%, #656469 55%, #4d4c51 73%, #3c3b41 89%, #37363c 95%, #3c3b41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a3a5', endColorstr='#3c3b41', GradientType=0);
}
body > .content_wrapper > .navbar ul li:first-child {
  margin-left: 0;
}
body > .content_wrapper > .navbar ul li a {
  background: none;
  display: block;
  color: #333333;
  text-decoration: none;
  line-height: 45px;
  margin-left: 0;
  font-size: 12px;
  padding: 0 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
}
body > .content_wrapper > .content_header .head_wrapper .row:first-child {
  margin-bottom: 15px;
}
body > .content_wrapper > .content_header .head_wrapper .row:first-child > * > * {
  float: right;
  margin: 0 0 0 15px;
  padding: 0;
}
body > .content_wrapper > .content_header .head_wrapper .row:first-child > * > *:last-child {
  margin-left: 0;
}
body > .content_wrapper > .content_header .head_wrapper .row:first-child .login_wrapper > * {
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
}
body > .content_wrapper > .content_header .head_wrapper .row:first-child .login_wrapper > *:before {
  border-left: 1px solid #333;
  padding-left: 15px;
  content: " ";
}
body > .content_wrapper > .content_header .head_wrapper .row:first-child .login_wrapper > *.single:before {
  content: none;
}
body > .content_wrapper > .content_header .head_wrapper .row:first-child .login_wrapper > *:first-child {
  margin-left: 0;
}
body > .content_wrapper > .content_header .head_wrapper .row:first-child #select_workgroup_wrapper label {
  margin-bottom: 0;
}
body > .content_wrapper > .content_header .head_wrapper .row:first-child #select_workgroup_wrapper label,
body > .content_wrapper > .content_header .head_wrapper .row:first-child #select_workgroup_wrapper span {
  display: inline-block;
  line-height: 18px;
}
body > .content_wrapper > .content_header .head_wrapper .row .col-md-6:last-child img {
  float: right;
}
body > .content_wrapper > .content .navbar .nav-pills > li > a {
  border-radius: 0;
  background-color: #dadada;
  color: #333;
  border: 1px solid #ccc;
  font-weight: bold;
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dadada', GradientType=0);
}
body > .content_wrapper > .content .navbar .nav-pills > li > a:hover {
  padding: 11px 15px 9px;
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dadada', GradientType=0);
}
body > .content_wrapper > .content #gottesdienste_filter {
  display: none;
}
body > .content_wrapper > .content table td.actions{
  min-width: 100px;
}
body > .content_wrapper > .content table td.actions > a {
  float: left;
  display: block;
  text-align: center;
  border-radius: 0;
  background-color: #dadada;
  color: #333;
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 3px 5px;
  margin-left: 5px;
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dadada', GradientType=0);
}
body > .content_wrapper > .content table td.actions > a:hover {
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #eeeeee 23%, #eeeeee 23%, #dfdfe1 68%, #dddddd 73%, #d9d7da 95%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dadada', GradientType=0);
}
body > .content_wrapper > .content table td.actions > a:first-child {
  margin-left: 0;
}
body > .content_wrapper > .content table td.actions > a:last-child {
  margin-bottom: 0;
}
body > .content_wrapper > .content table td.actions > a i {
  font-size: 18px;
}
body > .content_wrapper > .content table#gottesdienste tr > * {
  padding: 5px;
}
body > .content_wrapper > .content table#gottesdienste tr > td {
  border-left: 1px solid #ddd;
}
body > .content_wrapper > .content table#gottesdienste tr > td:last-child {
  border-right: 1px solid #ddd;
}
body > .content_wrapper > .content table#gottesdienste tr > td.publishing {
  text-align: center;
  vertical-align: middle;
  color: #009100;
}
body > .content_wrapper > .content table#gottesdienste thead td,
body > .content_wrapper > .content table#gottesdienste thead th {
  border: none;
  padding: 5px 18px 5px 5px !important;
}
body > .content_wrapper > .content table#gottesdienste thead th.select.dt-head-center{
  padding: 5px !important;
}
body > .content_wrapper > .content table#gottesdienste tbody td.select.dt-body-center{
  vertical-align: middle;
}
body > .content_wrapper > .content table#gottesdienste tfoot {
  display: table-header-group;
}
body > .content_wrapper > .content table#gottesdienste tfoot td,
body > .content_wrapper > .content table#gottesdienste tfoot th {
  border: none;
  border-bottom: 0;
  padding: 5px 2px;
}
body > .content_wrapper > .content table#gottesdienste tfoot td.publishing > *,
body > .content_wrapper > .content table#gottesdienste tfoot th.publishing > *,
body > .content_wrapper > .content table#gottesdienste tfoot td.actions > *,
body > .content_wrapper > .content table#gottesdienste tfoot th.actions > * ,
body > .content_wrapper > .content table#gottesdienste tfoot td.select > *,
body > .content_wrapper > .content table#gottesdienste tfoot th.select > *{
  display: none;
}
body > .content_wrapper > .content table#gottesdienste tfoot td .filter_column input,
body > .content_wrapper > .content table#gottesdienste tfoot th .filter_column input {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px;
}
body > .content_wrapper > .content table#gottesdienste tfoot td .filter_column #filter_Uhrzeit,
body > .content_wrapper > .content table#gottesdienste tfoot th .filter_column #filter_Uhrzeit {
  min-width: 85px;
}
body > .content_wrapper > .content table#gottesdienste tbody tr:last-child td,
body > .content_wrapper > .content table#gottesdienste tbody tr:last-child th {
  border-bottom: 1px solid #ddd;
}
body > .content_wrapper > .content table#groups table tr {
  background-color: transparent;
}
body > .content_wrapper > .content table#groups table tr td {
  padding: 0 0 4px 0;
}
body > .content_wrapper > .content table#groups table tr:first-child td,
body > .content_wrapper > .content table#groups table tr:last-child td {
  padding: 0;
}
body > .content_wrapper > .content .dataTables_paginate {
  padding-top: 0.755em;
}
body > .content_wrapper > .content .dataTables_paginate .paginate_button {
  background: #f5f5f5;
  color: #68676c;
  border: solid 1px #e0e0e0;
  margin: 0 4px 0 4px;
  padding: 1px 8px 1px 8px;
}
body > .content_wrapper > .content .dataTables_paginate .paginate_button:hover,
body > .content_wrapper > .content .dataTables_paginate .paginate_button.current {
  background: #EA5E16;
  color: #fff !important;
}
body > .content_wrapper > .content .dataTables_paginate .paginate_disabled_previous,
body > .content_wrapper > .content .dataTables_paginate .paginate_disabled_next,
body > .content_wrapper > .content .dataTables_paginate .paginate_button.previous.disabled,
body > .content_wrapper > .content .dataTables_paginate .paginate_button.next.disabled {
  opacity: 0;
}
body > .content_wrapper > .content .dataTables_paginate .paginate_disabled_previous,
body > .content_wrapper > .content .dataTables_paginate .paginate_disabled_next,
body > .content_wrapper > .content .dataTables_paginate .paginate_enabled_previous,
body > .content_wrapper > .content .dataTables_paginate .paginate_enabled_next,
body > .content_wrapper > .content .dataTables_paginate .paginate_button.previous,
body > .content_wrapper > .content .dataTables_paginate .paginate_button.next {
  background: #f5f5f5;
  color: #68676c;
  border: solid 1px #e0e0e0;
  margin: 0 4px 0 4px;
  padding: 1px 8px 1px 8px;
  font-weight: bold;
}
body > .content_wrapper > .content .dataTables_paginate .paginate_disabled_previous:hover,
body > .content_wrapper > .content .dataTables_paginate .paginate_disabled_next:hover,
body > .content_wrapper > .content .dataTables_paginate .paginate_enabled_previous:hover,
body > .content_wrapper > .content .dataTables_paginate .paginate_enabled_next:hover,
body > .content_wrapper > .content .dataTables_paginate .paginate_button.previous:hover,
body > .content_wrapper > .content .dataTables_paginate .paginate_button.next:hover {
  background: #EA5E16;
  color: #fff;
}
body > .content_wrapper > .content .list-group-horizontal {
  display: block;
  list-style: none;
}
body > .content_wrapper > .content .list-group-horizontal > * {
  float: left;
  margin-left: 20px;
}
body > .content_wrapper > .content .list-group-horizontal > *:first-child {
  margin-left: 0;
}
body > ul.autocomplete-thema li:nth-child(n+16),
body > ul.autocomplete-zelebrant li:nth-child(n+16) {
  display: none;
}
form .form-group {
  overflow: hidden;
}
form .form-group .jsvalidation {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccd0d2;
  border-top: 0;
  transition: max-height 1s ease-out;
}
form .form-group .jsvalidation.invalid {
  color: #ff0000;
}
form .form-group input.form-control {
  border-radius: 0;
  height: 30px;
  padding: 3px 5px;
  font-weight: normal;
}
form .form-group label a {
  font-weight: normal;
  margin: 0 1px;
}
.ui-timepicker-container {
  max-width: 200px !important;
}
.container {
  width: 1400px;
}
