html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #22527b;
  text-decoration: underline;
}
p {
  margin: 0 0 10px;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1140px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after,
.container:before,
.container:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.row:after,
.container:after,
.clearfix:after {
  clear: both;
}
.col-12,
.col-6,
.col-4,
.col-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-12,
  .col-6,
  .col-4,
  .col-3 {
    float: left;
  }
  .col-12 {
    width: 100%;
  }
  .col-6 {
    width: 50%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2d6da3;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #dddddd;
  background: #f5f5f5;
}
.panel-body {
  padding: 15px;
}
.btn,
.button,
input[type=submit],
button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn:hover,
.btn:focus,
.button:hover,
.button:focus,
input[type=submit]:hover,
button:hover {
  text-decoration: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary,
input[type=submit],
button,
.button {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2d6da3;
}
.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #60686f;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-light {
  color: #333333;
  background-color: #f8f9fa;
  border-color: #dddddd;
}
.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #292d32;
}
.btn-default:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-primary:hover,
input[type=submit]:hover,
button:hover,
.button:hover {
  background-color: #2a6597;
  border-color: #265a87;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #596167;
  border-color: #50565c;
  color: #ffffff;
}
.btn-success:hover {
  background-color: #47a447;
  border-color: #419641;
  color: #ffffff;
}
.btn-info:hover {
  background-color: #39b3d7;
  border-color: #2aabd2;
  color: #ffffff;
}
.btn-warning:hover {
  background-color: #ed9c28;
  border-color: #eb9316;
  color: #ffffff;
}
.btn-danger:hover {
  background-color: #d2322d;
  border-color: #c12e2a;
  color: #ffffff;
}
.btn-light:hover {
  background-color: #e9ecef;
  border-color: #cccccc;
  color: #333333;
}
.btn-dark:hover {
  background-color: #222629;
  border-color: #191b1e;
  color: #ffffff;
}
.text-primary {
  color: #337ab7;
}
.text-secondary {
  color: #6c757d;
}
.text-success {
  color: #3c763d;
}
.text-info {
  color: #31708f;
}
.text-warning {
  color: #8a6d3b;
}
.text-danger {
  color: #a94442;
}
.text-light {
  color: #f8f9fa;
}
.text-dark {
  color: #343a40;
}
.text-muted {
  color: #777777;
}
.bg-primary {
  background-color: #337ab7;
  color: #ffffff;
}
.bg-secondary {
  background-color: #6c757d;
  color: #ffffff;
}
.bg-success {
  background-color: #dff0d8;
  color: #3c763d;
}
.bg-info {
  background-color: #d9edf7;
  color: #31708f;
}
.bg-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.bg-danger {
  background-color: #f2dede;
  color: #a94442;
}
.bg-light {
  background-color: #f8f9fa;
  color: #333333;
}
.bg-dark {
  background-color: #343a40;
  color: #ffffff;
}
.label,
.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.label-primary,
.badge-primary {
  background: #337ab7;
  color: #ffffff;
}
.label-secondary,
.badge-secondary {
  background: #6c757d;
  color: #ffffff;
}
.label-success,
.badge-success {
  background: #5cb85c;
  color: #ffffff;
}
.label-info,
.badge-info {
  background: #5bc0de;
  color: #ffffff;
}
.label-warning,
.badge-warning {
  background: #f0ad4e;
  color: #ffffff;
}
.label-danger,
.badge-danger {
  background: #d9534f;
  color: #ffffff;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #2a6597;
  background: #337ab7;
  color: #ffffff;
  font-weight: bold;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f7f7f7;
  color: #333333;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border-color: #2d6da3;
  background: #b3d0ea;
  color: #333333;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border-color: #2d6da3;
  background: #337ab7;
  color: #ffffff;
}
.ui-state-highlight {
  border: 1px solid #faebcc;
  background: #fcf8e3;
  color: #8a6d3b;
}
.ui-state-error {
  border: 1px solid #ebccd1;
  background: #f2dede;
  color: #a94442;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.ui-button.ui-state-hover {
  background: #e6e6e6;
  border-color: #adadad;
}
.ui-dialog {
  position: absolute;
  padding: 0;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.35);
}
.ui-dialog .ui-dialog-titlebar {
  padding: 10px 15px;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 0;
  padding: 1px;
  height: 24px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 15px;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 10px 15px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 0 0 8px;
  cursor: pointer;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-menu {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: none;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 6px 12px;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active {
  margin: 0;
  background: #337ab7;
  color: #ffffff;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
  border-bottom: 1px solid #dddddd;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 15px;
  background: none;
}
.js-confirm-dialog {
  font-size: 14px;
  line-height: 1.42857143;
}
.ui-dialog .ui-dialog-buttonpane .btn-danger,
.ui-dialog .ui-dialog-buttonpane button.btn-danger {
  background: #d9534f;
  border-color: #d2322d;
  color: #ffffff;
}
.ui-dialog .ui-dialog-buttonpane .btn-danger:hover,
.ui-dialog .ui-dialog-buttonpane button.btn-danger:hover {
  background: #d43a36;
  border-color: #c12e2a;
  color: #ffffff;
}
.ui-autocomplete {
  z-index: 2000;
}
.ui-datepicker {
  z-index: 2000 !important;
}
.site-header {
  background: #222222;
  color: #eeeeee;
  margin-bottom: 20px;
}
.site-header .inner,
.site-header .container {
  padding-top: 12px;
  padding-bottom: 12px;
}
.site-title,
.site-header h1 {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
}
.site-title a,
.site-header h1 a,
.brand {
  color: #fff;
  font-weight: bold;
}
.site-title a:hover,
.site-title a:focus,
.site-header h1 a:hover,
.site-header h1 a:focus,
.brand:hover,
.brand:focus {
  color: #fff;
  text-decoration: none;
}
.site-nav,
#nav.site-nav {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 34px;
  white-space: nowrap;
}
.site-nav li,
#nav.site-nav li {
  display: inline;
  margin: 0 0 0 14px;
  padding: 0;
}
.site-nav a,
#nav.site-nav a {
  color: #eeeeee;
  display: inline-block;
  padding: 0;
}
.site-nav a:hover,
.site-nav a:focus,
#nav.site-nav a:hover,
#nav.site-nav a:focus {
  color: #fff;
  text-decoration: underline;
}
.site-footer {
  border-top: 1px solid #eeeeee;
  color: #777777;
  margin-top: 30px;
  padding: 20px 0;
  text-align: center;
}
.footer-links {
  display: block;
  margin: 0 0 8px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer-links li {
  display: inline-block;
  margin: 0 8px;
}
.footer-links a {
  color: #777777;
}
.footer-links a:hover,
.footer-links a:focus {
  color: #337ab7;
}
.footer-copy {
  display: block;
  text-align: center;
  font-size: 80%;
  color: #777777;
}
.page-title {
  margin-top: 0;
}
.inner {
  width: 94%;
  max-width: 1140px;
  margin: 0 auto;
}
.content {
  min-height: 360px;
}
@media (max-width: 767px) {
  .site-title,
  .site-header h1 {
    float: none;
    display: block;
    line-height: 28px;
  }
  .site-nav,
  #nav.site-nav {
    float: none;
    display: block;
    margin-top: 8px;
    line-height: 24px;
    white-space: normal;
  }
  .site-nav li,
  #nav.site-nav li {
    display: inline;
    margin: 0 12px 0 0;
  }
}
.site-logo-link {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.site-logo {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
}
.site-title .site-logo-link:hover,
.site-title .site-logo-link:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .site-logo {
    width: 220px;
  }
}
.site-header .inner,
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-title,
.site-header h1 {
  float: none;
  flex: 0 0 auto;
}
.site-nav,
#nav.site-nav {
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-nav li,
#nav.site-nav li {
  display: inline-block;
}
.site-nav .user-menu {
  position: relative;
  line-height: 1;
}
.user-menu-toggle {
  display: inline-block;
  line-height: 1;
  padding: 0;
}
.nav-avatar {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: #fff;
}
.user-dropdown {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  min-width: 140px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  z-index: 1000;
}
.user-dropdown li,
#nav.site-nav .user-dropdown li {
  display: block;
  margin: 0;
}
.user-dropdown a,
#nav.site-nav .user-dropdown a {
  display: block;
  padding: 8px 14px;
  color: #333333;
  white-space: nowrap;
}
.user-dropdown a:hover,
.user-dropdown a:focus,
#nav.site-nav .user-dropdown a:hover,
#nav.site-nav .user-dropdown a:focus {
  color: #fff;
  background: #337ab7;
  text-decoration: none;
}
.user-menu:hover .user-dropdown,
.user-menu.open .user-dropdown {
  display: block;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.site-header .inner,
.site-header .container {
  position: relative;
}
.site-title,
.site-header h1 {
  order: 1;
}
.site-nav,
#nav.site-nav {
  order: 2;
  margin-left: auto;
}
.site-nav-toggle {
  display: none;
  order: 2;
  margin-left: auto;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  background: transparent;
  color: #eeeeee;
  cursor: pointer;
}
.site-nav-toggle:hover,
.site-nav-toggle:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
  outline: none;
}
.site-nav-toggle-icon,
.site-nav-toggle-icon:before,
.site-nav-toggle-icon:after {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
}
.site-nav-toggle-icon {
  position: relative;
}
.site-nav-toggle-icon:before,
.site-nav-toggle-icon:after {
  content: "";
  position: absolute;
  left: 0;
}
.site-nav-toggle-icon:before {
  top: -7px;
}
.site-nav-toggle-icon:after {
  top: 7px;
}
@media (max-width: 767px) {
  .site-header .inner,
  .site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .site-title,
  .site-header h1 {
    display: block;
    line-height: 1;
  }
  .site-nav-toggle {
    display: inline-block;
  }
  .site-nav,
  #nav.site-nav {
    display: none;
    flex: 0 0 100%;
    width: 100%;
    margin: 12px 0 0 0;
    padding: 8px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    line-height: 1.4;
    white-space: normal;
  }
  .site-header.nav-open .site-nav,
  .site-header.nav-open #nav.site-nav {
    display: block;
  }
  .site-nav li,
  #nav.site-nav li {
    display: block;
    margin: 0;
  }
  .site-nav a,
  #nav.site-nav a {
    display: block;
    padding: 8px 0;
  }
  .site-nav .user-menu {
    display: block;
  }
  .user-menu-toggle {
    display: inline-block;
    padding: 6px 0;
  }
  .user-dropdown {
    position: static;
    min-width: 0;
    margin-top: 6px;
    box-shadow: none;
  }
}
form dl {
  margin: 0;
}
form dt {
  margin-top: 12px;
  font-weight: bold;
}
form dd {
  margin: 4px 0 10px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=file],
textarea,
select {
  display: block;
  width: 100%;
  max-width: 560px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
textarea {
  min-height: 110px;
}
input[type=submit],
button,
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  color: #fff;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2d6da3;
}
input[type=submit]:hover,
button:hover,
.button:hover {
  color: #ffffff;
  text-decoration: none;
}
.errors {
  color: #d9534f;
  margin: 5px 0 0;
}
.errors li {
  list-style: none;
}
label.required:after,
dt.required label:after,
.required > label:after,
.form-group.required label:after {
  content: " *";
  color: #d9534f;
  font-weight: bold;
  font-size: 85%;
  vertical-align: super;
  line-height: 0;
}
.required-marker {
  color: #d9534f;
  font-weight: bold;
  font-size: 85%;
  vertical-align: super;
  line-height: 0;
}
.login-register-hint {
  margin: 12px 0 18px;
}
.profile-edit-summary {
  margin: 0 0 20px;
  padding: 12px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background: #ffffff;
}
.profile-avatar-preview {
  float: left;
  margin-right: 16px;
}
.profile-avatar-preview img {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px solid #777777;
  object-fit: cover;
  background: #ffffff;
}
.profile-meta {
  overflow: hidden;
}
.contact-form .captcha-group {
  margin: 15px 0;
}
.contact-form .form-error {
  color: #d9534f;
  margin: 6px 0 0;
}
.contact-form .form-help {
  color: #777777;
  margin: 8px 0 15px;
}
.danger,
.danger-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  color: #fff;
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.danger-link {
  color: #d9534f;
  font-weight: bold;
}
.success-link {
  color: #5cb85c;
  font-weight: bold;
}
.warning-link {
  color: #f0ad4e;
  font-weight: bold;
}
.actions {
  margin-top: 10px;
}
.actions .btn,
.actions .button {
  margin-right: 5px;
  margin-bottom: 5px;
}
.table-admin {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background: #ffffff;
}
.table-admin th {
  background: #f5f5f5;
}
.table-admin .actions {
  white-space: nowrap;
}
.album-grid,
.image-grid,
.gallery {
  margin-left: -10px;
  margin-right: -10px;
}
.album,
.image-card,
.gallery-item {
  float: left;
  width: 25%;
  padding: 10px;
}
.gallery-card,
.album-card,
.image-card-inner {
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #ffffff;
  padding: 10px;
  min-height: 160px;
}
.image-card img,
.gallery-card img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .album,
  .image-card,
  .gallery-item {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .album,
  .image-card,
  .gallery-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .album,
  .image-card,
  .gallery-item {
    width: 100%;
  }
}
.admin-menu {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.admin-menu li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.admin-box {
  border-left: 4px solid #337ab7;
  padding-left: 12px;
}
.admin-toolbar {
  margin-bottom: 15px;
}
.inner {
  width: 94%;
  max-width: 1140px;
  margin: 0 auto;
}
.card {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 18px;
  margin-bottom: 18px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.notice {
  padding: 10px 12px;
  border-radius: 4px;
  margin-bottom: 14px;
}
.notice.error {
  background: #f2dede;
  color: #d9534f;
  border: 1px solid #ebccd1;
}
.notice.success {
  background: #dff0d8;
  color: #5cb85c;
  border: 1px solid #d6e9c6;
}
.meta {
  color: #777777;
  font-size: 12px;
}
.login-help {
  margin-top: 12px;
  font-size: 0.95em;
}
.form-forgot-password,
.form-reset-password {
  max-width: 520px;
}

/* User profile and search v31 */
.user-search-form{margin:0 0 24px 0}.user-search-input-row{display:flex;gap:10px;max-width:640px}.user-search-input-row input[type="text"]{flex:1 1 auto}.user-result-list{list-style:none;margin:0;padding:0}.user-result-item{margin:0 0 10px 0}.user-result-item a{display:block;padding:12px 14px;border:1px solid #ddd;border-radius:8px;text-decoration:none;background:#fff}.user-result-item span{display:block;color:#777;margin-top:4px}.profile-public,.profile-edit-summary{margin-bottom:24px}.profile-social-links{margin:12px 0 24px 0}.profile-social-links a{display:inline-block;margin:0 8px 8px 0;padding:7px 13px;border-radius:999px;background:#eef1f4;color:#263238;text-decoration:none;font-weight:600}.profile-social-links a:hover{background:#263238;color:#fff}@media (max-width:640px){.user-search-input-row{display:block}.user-search-input-row button{margin-top:10px;width:100%}}

.profile-public-section{margin-top:30px}.profile-album-list{display:grid;gap:20px}.profile-album-card{border:1px solid #ddd;border-radius:8px;background:#fff;padding:16px}.profile-album-card h3{margin-top:0}.profile-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-top:14px}.profile-image-card{border:1px solid #ddd;border-radius:6px;background:#fff;padding:12px}.profile-image-card img{display:block;width:100%;height:150px;object-fit:cover;border-radius:4px;margin-bottom:10px}.profile-image-card h4{margin:0 0 8px;font-size:16px}
.global-search-form{margin:0 0 24px 0}.global-search-input-row{display:flex;gap:10px;max-width:720px}.global-search-input-row input[type="text"]{flex:1 1 auto}.search-result-section{margin:24px 0}.search-result-list{list-style:none;margin:0;padding:0}.search-result-item{margin:0 0 10px 0}.search-result-item a{display:block;padding:12px 14px;border:1px solid #ddd;border-radius:8px;text-decoration:none;background:#fff}.search-result-item span{display:block;color:#777;margin-top:4px}.site-search-menu{position:relative;overflow:visible}#nav.site-nav li.site-search-menu,.site-nav li.site-search-menu{display:inline-block;position:relative;vertical-align:middle;overflow:visible}.site-header,.site-header .inner,.site-header .container,.site-nav,#nav.site-nav{overflow:visible}.site-search-toggle{border:0;background:transparent;color:inherit;cursor:pointer;font-size:20px;line-height:1;padding:10px 12px}.site-search-panel{display:none;position:absolute;right:0;top:100%;min-width:340px;padding:12px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.15);z-index:1000}.site-search-menu.open .site-search-panel,.site-search-menu.is-open .site-search-panel{display:block}.site-search-form{display:flex;gap:8px;margin:0}.site-search-form input[type="text"]{min-width:0;flex:1 1 auto}@media (max-width:640px){.global-search-input-row,.site-search-form{display:block}.global-search-input-row button,.site-search-form button{margin-top:10px;width:100%}.site-search-panel{position:static;min-width:0;margin:8px 0 0;box-shadow:none}}

/* Kommentare */
.comment-list{margin-top:20px;padding-top:15px;border-top:1px solid #e5e5e5}.comment-form textarea{width:100%;min-height:80px;box-sizing:border-box}.comment{margin:12px 0;padding:12px;background:#fff;border:1px solid #e5e5e5;border-radius:4px}.comment-meta{font-size:12px;color:#777;margin-bottom:6px}.comment-body{margin-bottom:8px}.comment-actions a{margin-right:10px}.comment-admin-table td{vertical-align:top}
