@charset "UTF-8";
/* general */
.modal-content {
  background-color: #f9fcf9;
}

.modal-footer {
  justify-content: normal;
}

.modal-row {
  position: relative;
  margin-bottom: 16px;
}

/* apiform */
.ymi-apiform h5 {
  margin: 0.5em 0;
}

/* auto-spinner */
.btn div.ymi-auto-spinner {
  margin-left: -1rem;
  margin-right: 0.5rem;
}

/* TABLE-EDITOR */
div.bootstrap-table.bootstrap4 .btn {
  margin: 0;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  box-shadow: inherit;
  transition: inherit;
}
div.bootstrap-table.bootstrap4 .bs-bars .btn[data-action] {
  font-size: 0.81rem;
}
div.bootstrap-table.bootstrap4 .ymi-table-editor .editpanel {
  display: block;
  background-color: transparent;
  width: 100%;
  text-align: center;
  position: absolute;
  /*border: 1px dotted red;*/
}
div.bootstrap-table.bootstrap4 .ymi-table-editor .editpanel .btn-nowrap {
  position: relative;
  bottom: -2em;
}
div.bootstrap-table.bootstrap4 .ymi-table-editor .editpanel .btn-rounded {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
div.bootstrap-table.bootstrap4 .ymi-table-editor tr.ymi-table-editor-active td {
  font-weight: 700;
  background-color: #eee;
}

/* ymi-message */
.ymi-message-statusmodal .buttonbox {
  text-align: center;
  width: 100%;
}

#ymi-message-statuspanel {
  position: fixed;
  left: 0;
  bottom: 10px;
  width: 100%;
}
#ymi-message-statuspanel .toast {
  text-align: center;
  width: 96%;
  margin: 2%;
  max-width: unset;
}
#ymi-message-statuspanel .toast.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
#ymi-message-statuspanel .toast.info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
#ymi-message-statuspanel .toast.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
#ymi-message-statuspanel .toast.danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

body.ps-error-page {
  height: 100vh;
  background: #f8d7da url("/images/bg_karten.png") no-repeat right bottom;
  background-size: 150px auto;
}
body.ps-error-page h1 {
  font-size: 1.2em;
  text-align: center;
  border-bottom: 1px solid #966;
}
body.ps-error-page h3 {
  font-size: 1.5em;
}
body.ps-error-page .ps-error-content {
  border: 1px solid #966;
  padding: 20px;
  width: 80%;
  background: #fff;
  border-radius: 10px;
  margin: 15% auto;
}

#overlay {
  display: none;
  background: #ffffff;
  color: black;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 60%;
  opacity: 0.8;
}
#overlay .spinner {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  animation: rotate 2s infinite linear;
  background-image: url("/images/favicon/android-chrome-192x192.png");
  background-size: contain;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Edit                     */
/* ######################## */
#edit-spiel .ui-content {
  margin: 5px;
}
#edit-spiel .ui-content form {
  display: inline;
  overflow-x: scroll;
}
#edit-spiel .ui-content form table tr td {
  white-space: nowrap;
}
#edit-spiel .ui-content form table tr td.comma-separated-spans {
  white-space: normal;
}
#edit-spiel label {
  display: inline-block;
}
#edit-spiel .blockelement {
  clear: both;
}
#edit-spiel .blockelement .right {
  float: right;
  min-width: 75%;
}
#edit-spiel select,
#edit-spiel select option {
  overflow: hidden;
}
#edit-spiel input[type=checkbox] {
  width: 30px;
  height: 20px;
  position: relative;
  top: 5px;
}
#edit-spiel .inline-button {
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  margin: 0 5px;
  padding: 0;
  border-radius: 5px;
}
#edit-spiel .inline-button + .inline-button {
  margin-left: 0;
}
#edit-spiel table.editspiel {
  margin: 1em 0;
  max-width: 600px;
}
#edit-spiel table.editspiel tr {
  border-bottom: 1px solid #99aa99;
}
#edit-spiel table.editspiel tr td {
  padding: 2px 0;
}
#edit-spiel .ui-btn {
  display: inline-block;
}

body,
.ps-header,
.navbar,
.listen-navi-border-box,
.ui-page,
.ui-content,
.lastchange {
  min-width: 320px;
}

.ui-mobile .ui-page {
  background-color: #B3C9B3;
  min-height: 100dvh;
}
.ui-mobile .ui-page .lastchange {
  position: relative;
  margin-top: 80px;
}
.ui-mobile .ui-page .lastchange .lastchange-content {
  position: absolute;
  padding: 8px;
  bottom: 0px;
  font-size: 0.8333em;
  white-space: nowrap;
}
.ui-mobile .ui-page.ps-with-bg {
  background: #B3C9B3 url("/images/bg_karten.png") no-repeat right bottom;
  background-size: 150px auto;
  min-height: calc(100% - 55px);
}
.ui-mobile .ui-page.ps-with-bg div[role=main],
.ui-mobile .ui-page.ps-with-bg div[data-role=main] {
  min-height: calc(100% - 55px);
}
.ui-mobile .ui-page.ps-with-bg .lastchange {
  margin-top: 0;
  height: 55px;
}
.ui-mobile .ui-page.ps-with-bg .lastchange .lastchange-content {
  padding-right: 158px;
}

.ps-page-liste {
  padding-bottom: 50px;
}

.ui-page-theme-a .ui-focus,
.ui-page-theme-a .ui-btn:focus,
html body .ui-group-theme-a .ui-focus,
html body .ui-group-theme-a .ui-btn:focus,
html .ui-bar-a .ui-btn:focus,
html .ui-body-a .ui-btn:focus,
html head + body .ui-btn.ui-btn-a:focus,
html .ui-bar-a .ui-focus,
html .ui-body-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
  box-shadow: 0 0 12px #008000;
}

.ui-popup {
  background-color: #f6f6f6;
}

.ui-btn-right.sticky {
  position: fixed;
  z-index: 999;
}
.ui-btn-right.sticky.red-closer {
  background-color: red;
}

.ui-header a.ui-btn-right[data-direction=reverse] {
  right: 40px;
}
.ui-header a.ui-btn-left.ui-icon-info {
  left: 40px;
}

.ui-content {
  margin: 0;
  padding: 0;
}

.ui-btn.ps-active,
.ui-btn.ps-active:active,
.ui-btn.ps-active:hover {
  background-color: orange !important;
}

/* Overwrite jquery, bootstrap */
body {
  background-color: #f9fcf9;
}

.navbar,
.ui-page-theme-a .navbar {
  background-color: #e9efe9;
}
.navbar a,
.ui-page-theme-a .navbar a {
  color: black;
}

.ui-page-theme-a .ui-bar-inherit {
  text-shadow: none;
}

.dropdown-submenu.active .dropdown-toggle {
  background-color: #fff;
}

.ui-mobile .form-group label {
  display: inline-block;
  margin: 0 0 0.5rem 0;
  font-weight: 300;
  font-size: 1rem;
}

.navbar {
  z-index: 200;
  flex-wrap: nowrap;
  padding: 0;
  font-weight: 400;
  height: 40px;
  border-bottom: 1px solid #888;
  box-shadow: none;
}
.ps-page-liste .navbar {
  border-bottom: 0 none;
}

.navbar .dropdown-menu {
  background-color: #e9efe9;
  z-index: 400;
}
.navbar .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.navbar #maindropdown a {
  padding: 5px 10px;
}
.navbar .navbar-brand {
  font-size: 1em;
  min-width: 50vw;
  position: relative;
  text-align: center;
}
.navbar .navbar-brand span {
  margin: 0 1em;
}
.navbar .navbar-brand i.fa {
  font-size: 1em;
  cursor: pointer;
  color: darkgreen;
  line-height: inherit;
}
.navbar .navbar-brand i.fa.fa-lightbulb {
  color: orange;
}
.navbar .navbar-brand i.fa.fa-arrow-left {
  position: absolute;
  left: 0;
}
.navbar .navbar-brand i.fa.fa-arrow-right {
  position: absolute;
  right: 0;
}
.navbar .nav-item .dropdown-toggle {
  color: darkgreen;
}
.navbar .nav-item i.fa {
  color: darkgreen;
  font-size: 1.2em;
}
.navbar .nav-item .dropdown-menu i.fa {
  font-size: 1em;
}
.navbar .nav-item.right {
  text-align: right;
}
.navbar .nav-item.right .dropdown {
  display: block;
  float: right;
}
.navbar .nav-item.right .dropdown .nav-link {
  padding: 0.5rem 0.5rem;
}
.navbar .dropdown-menu-right .dropdown-item-text {
  font-size: 0.75em;
  font-weight: 550;
}
.navbar .dropdown-menu a.dropdown-item {
  padding: 8px 0 8px 2rem;
  position: relative;
}
.navbar .dropdown-menu a.dropdown-item i.fa {
  position: absolute;
  left: 0.5em;
  top: 10px;
  width: 1.5em;
  text-align: center;
}
.navbar .dropdown-menu a.dropdown-item.disabled {
  color: #ccc;
}
.navbar .dropdown-menu a.dropdown-item.selected {
  background-color: #fff;
}
.navbar .dropdown-submenu {
  position: relative;
}
.navbar .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 40%;
}
.navbar .dropdown-submenu.active .dropdown-menu {
  display: flex;
  flex-direction: column;
  position: absolute !important;
  left: 100%;
}
@media (max-width: 992px) {
  .navbar .dropdown-menu {
    width: 50%;
  }
  .navbar .dropdown-menu .dropdown-submenu {
    width: auto;
  }
}

.ps-page-liste div[role=main], .ps-page-liste div[data-role=main] {
  padding-top: 72px;
}
.ps-page-liste .tabelle {
  border-top: 0 none;
}

.listen-navi-border-box {
  position: fixed;
  top: 40px;
  right: 0;
  left: 0;
  height: 32px;
  border-bottom: 1px solid #B3C9B3;
}
.listen-navi-border-box .listen-nav {
  position: relative;
  z-index: 199;
  height: 31px;
  color: darkgreen;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e9efe9;
  font-weight: normal;
}
.listen-navi-border-box .listen-nav a {
  font-weight: normal;
}
.listen-navi-border-box .listen-nav .fa-arrow-left, .listen-navi-border-box .listen-nav .fa-arrow-right {
  cursor: pointer;
}
.listen-navi-border-box .listen-nav div:first-child {
  z-index: 191;
  padding: 0 25px 0 8px;
  line-height: 31px;
  background: linear-gradient(to right, rgb(233, 239, 233) 0, rgb(233, 239, 233) 50%, rgba(233, 239, 233, 0) 100%);
}
.listen-navi-border-box .listen-nav div:last-child {
  z-index: 191;
  padding: 0 8px 0 25px;
  line-height: 31px;
  background: linear-gradient(to left, rgb(233, 239, 233) 0, rgb(233, 239, 233) 50%, rgba(233, 239, 233, 0) 100%);
}
.listen-navi-border-box .listen-nav .listen-submenu {
  z-index: 190;
  margin: 0 -20px;
  padding: 0 20px;
  position: relative;
  overflow: scroll visible;
  height: 35px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.listen-navi-border-box .listen-nav .listen-submenu::-webkit-scrollbar {
  display: none;
}
.listen-navi-border-box .listen-nav .listen-submenu ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.listen-navi-border-box .listen-nav .listen-submenu ul li {
  position: relative;
  background-color: #e2e7e2;
  display: inline-block;
  border: 1px solid #B3C9B2;
  border-bottom: 0 none;
  border-radius: 10px 10px 0 0;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  bottom: -4px;
  overflow: visible;
  z-index: 198;
}
.listen-navi-border-box .listen-nav .listen-submenu ul li:not(:first-child) {
  border-left: 0 none;
}
.listen-navi-border-box .listen-nav .listen-submenu ul li:last-child {
  margin-right: 20px;
}
.listen-navi-border-box .listen-nav .listen-submenu ul li a {
  font-size: 0.8333em;
  color: rgba(0, 100, 0, 0.5);
  position: relative;
  bottom: 2px;
}
.listen-navi-border-box .listen-nav .listen-submenu ul li.active {
  background-color: #B3C9B3;
}
.ps-page-liste#bubble .listen-navi-border-box .listen-nav .listen-submenu ul li.active {
  background-color: white;
  border-color: white;
}

.listen-navi-border-box .listen-nav .listen-submenu ul li.active a {
  color: black;
  cursor: default;
}
.listen-navi-border-box .listen-nav .listen-submenu ul li.active i {
  color: darkorange;
  margin-left: 10px;
  cursor: pointer;
  background-color: #e9efe9;
  padding: 0 5.5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  bottom: 2px;
}
.listen-navi-border-box .listen-nav .listen-submenu ul li:not(.active) i {
  display: none;
}

/* form23 */
form.form23 input:not([type]),
form.form23 input[type=text]:not(.browser-default),
form.form23 input[type=password]:not(.browser-default),
form.form23 input[type=email]:not(.browser-default),
form.form23 input[type=url]:not(.browser-default),
form.form23 input[type=time]:not(.browser-default),
form.form23 input[type=date]:not(.browser-default),
form.form23 input[type=datetime]:not(.browser-default),
form.form23 input[type=datetime-local]:not(.browser-default),
form.form23 input[type=tel]:not(.browser-default),
form.form23 input[type=number]:not(.browser-default),
form.form23 input[type=search]:not(.browser-default),
form.form23 input[type=search-md],
form.form23 textarea.md-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
form.form23 input[type=text].form-control,
form.form23 input[type=password].form-control,
form.form23 select.form-control {
  height: auto;
  width: 100%;
  background-color: white;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 12px 8px;
  margin: 0;
}
form.form23 input[type=text].form-control select.form-control,
form.form23 input[type=password].form-control select.form-control,
form.form23 select.form-control select.form-control {
  height: auto;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}
form.form23 input[type=text].form-control.is-invalid,
form.form23 input[type=password].form-control.is-invalid,
form.form23 select.form-control.is-invalid {
  border-color: #f44336 !important;
  background: 0 none;
  background-color: white;
}
form.form23 input[type=text].form-control + label,
form.form23 input[type=password].form-control + label,
form.form23 select.form-control + label {
  font-size: 0.9rem;
  white-space: nowrap;
  margin: 0 5px;
  padding: 0 5px;
  background-color: white;
  border-radius: 5px;
  line-height: 25px;
  position: absolute;
  top: 0;
  color: #757575;
  cursor: text;
  -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
form.form23 input[type=text].form-control + label.active,
form.form23 input[type=password].form-control + label.active,
form.form23 select.form-control + label.active {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
}
form.form23 input[type=text].form-control:focus:not([readonly]),
form.form23 input[type=password].form-control:focus:not([readonly]),
form.form23 select.form-control:focus:not([readonly]) {
  border-bottom: 2px solid #4285f4;
}
form.form23 input[type=text].form-control:focus:not([readonly]) + label,
form.form23 input[type=password].form-control:focus:not([readonly]) + label,
form.form23 select.form-control:focus:not([readonly]) + label {
  color: #4285f4;
}
form.form23 h4 {
  margin-bottom: 0.8em;
}

input[type=checkbox] {
  width: 30px;
  height: 20px;
}

div[role=main],
div[data-role=main] {
  padding-top: 40px;
}

div.container {
  padding-bottom: 2.5em;
  padding-top: 3.5em;
}
div.container h2 {
  margin: 0 0 0.75em 0;
}
div.container .checkoldform label {
  margin: 0.5em 0 0 0.5em;
  color: #999;
  font-size: 0.9em;
}
div.container .checkoldform label.checkbox-label {
  color: #000;
  font-size: 1em;
}
div.container .checkoldform input[type=text], div.container .checkoldform input[type=password] {
  font-size: 1.1em;
  font-weight: bold;
}

body.accounts div.container,
body.token div.container {
  max-width: unset;
}

.table .btn-nowrap {
  white-space: nowrap;
}
.table .btn-nowrap .btn {
  float: none;
  display: inline-block;
}

h4.alert-heading {
  margin-bottom: 0;
}
h4.alert-heading + span {
  display: block;
  margin-top: 0.5em;
}

.fa-check {
  color: #009900;
}

.fa-times {
  color: #990000;
}

/* ######## PS ########## */
.ui-body-a,
.ui-page-theme-a .ui-body-inherit,
html .ui-bar-a .ui-body-inherit,
html .ui-body-a .ui-body-inherit,
html body .ui-group-theme-a .ui-body-inherit,
html .ui-panel-page-container-a,
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
  color: inherit;
  text-shadow: none;
}

.ui-page-theme-a .navbar a {
  font-weight: 400;
}

/* helper */
.pos {
  color: darkgreen;
}

.neg {
  color: darkred;
}

.comma-separated-spans span + span::before {
  content: ", ";
}

.comma-separated-spans span + .separated-select::before {
  content: " + ";
}

/* basic */
#ps-templates {
  display: none;
}

.ps-vorlage {
  display: none;
}

span.inline-button {
  background-color: #0098ff;
  color: white;
  border-radius: 5px;
  padding: 3px 4px;
  margin: 0 2px;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  text-shadow: none;
  box-shadow: 1px 1px 1px 0px #999;
  margin: 1px 1px -1px 3px;
}
span.inline-button[disabled] {
  background-color: #cccccc;
  color: white;
  box-shadow: none;
}

span.ps-player {
  cursor: pointer;
}

.ui-mobile .ui-page.page-stat.ui-page-active {
  overflow-x: visible;
}
.ui-mobile .ui-page.page-stat .ui-content {
  padding-top: 40px;
  background-color: white;
  margin: 0 5px 5px 5px;
  border: 1px solid #333;
  border-radius: 5px;
  position: relative;
  top: 2.7em;
  min-height: 800px;
  overflow-x: visible;
}
.ui-mobile .ui-page.page-stat .toppagenavi {
  position: relative;
  top: -40px;
  z-index: 10;
  margin-bottom: 1.5em;
}
.ui-mobile .ui-page.page-stat .toppagenavi .btn-group {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  position: fixed;
  width: 100%;
}
.ui-mobile .ui-page.page-stat .toppagenavi .btn-group a.btn,
.ui-mobile .ui-page.page-stat .toppagenavi .btn-group a.btn:visited {
  color: #fff;
  font-weight: 300;
  text-transform: none;
}
.ui-mobile .ui-page.page-stat .toppagenavi .red-closer {
  margin: 2.4em -6px 0 0;
}

table.tabelle {
  border-spacing: 0px;
  border-collapse: separate;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
table.tabelle thead tr {
  background-color: #B3C9B3;
}
table.tabelle thead tr th {
  white-space: nowrap;
}
table.tabelle tbody tr {
  background: rgb(252, 255, 244); /* Old browsers */
  background: linear-gradient(to bottom, rgb(252, 255, 244) 0%, rgb(223, 229, 215) 93%, rgb(179, 190, 173) 100%); /* W3C */
}
table.tabelle tbody tr[data-hilite=true] {
  background: rgb(252, 255, 244); /* Old browsers */
  background: linear-gradient(to bottom, rgb(252, 255, 144) 0%, rgb(223, 229, 115) 93%, rgb(179, 190, 173) 100%); /* W3C */
}
table.tabelle td, table.tabelle th {
  padding: 5px 4px;
  text-align: right;
  vertical-align: bottom;
}
table.tabelle caption {
  text-align: left;
  padding: 5px 0;
  font-weight: bold;
  color: #666;
  caption-side: top;
}
table.tabelle tr {
  /* Tendency                        */
  /* ############################### */
}
table.tabelle tr td, table.tabelle tr th {
  border: 0 none;
}
table.tabelle tr td.spieler, table.tabelle tr td.knocker, table.tabelle tr th.spieler, table.tabelle tr th.knocker {
  text-align: left;
}
table.tabelle tr td.knocker {
  color: #444;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
table.tabelle tr td:nth-of-type(1) {
  font-weight: bold;
  vertical-align: top;
}
table.tabelle tr th[colspan]:nth-of-type(1) {
  padding-right: 10px;
}
table.tabelle tr td:nth-of-type(2) {
  vertical-align: top;
}
table.tabelle tr td:last-of-type {
  font-weight: bold;
}
table.tabelle tr td.showtendency {
  font-size: 0.8em;
  line-height: 1.8em;
  vertical-align: baseline;
  text-align: left;
}
table.tabelle tr td.showtendency:before {
  font-size: 1em;
}
table.tabelle tr td.showtendency.up {
  color: #00aa00;
}
table.tabelle tr td.showtendency.up:before {
  content: "▲";
}
table.tabelle tr td.showtendency.down {
  color: #cc0000;
}
table.tabelle tr td.showtendency.down:before {
  content: "▼";
}
table.tabelle tr td.showtendency.new {
  color: orange;
}
table.tabelle tr td.showtendency.new:before {
  content: "⭐";
}
table.tabelle.summe thead tr {
  background-color: #B3C9B3;
}
table.tabelle.summe caption {
  color: #B3C9B3;
}
table.tabelle.spiel thead tr {
  background-color: #8FBDD8;
}
table.tabelle.spiel caption {
  color: #8FBDD8;
}
table.tabelle.spiel caption span.einsatztyp {
  display: block;
  float: right;
  font-weight: normal;
  font-size: 0.8rem;
  color: #aaa;
}
table.tabelle .hasBounty {
  display: none !important;
}
table.tabelle.hasBounty .hasBounty {
  display: table-cell !important;
}
table.tabelle td.same {
  color: transparent;
}
table.tabelle.filtered tr[data-filtered=true] {
  display: none;
}
table.tabelle.filtered tr[data-filtered=true] + tr[data-filtered=false] td {
  border-top: 1px solid orange;
}
table.tabelle.filtered tr.mark td {
  border-bottom: 1px solid orange;
}
table.tabelle.filtered td.same {
  color: inherit;
}

.nichtaktuell .tabelle thead tr,
.nichtaktuell .listen-footer,
.nichtaktuell .listen-nav .listen-submenu ul li.active {
  background-color: #DAE5A5;
}

.prognose .tabelle thead tr,
.prognose .listen-footer,
.prognose .listen-nav .listen-submenu ul li.active {
  background-color: #D0C3F7;
}

#start {
  height: 100dvh;
}
#start p {
  width: 80%;
  margin: 30px auto 0;
  text-align: center;
}
#start .mainbutton {
  width: 80%;
  margin: 10px auto;
  display: block;
}
#start .mainselect {
  float: none;
  overflow: visible;
  width: 50%;
  margin: 0 auto;
}
#start .mainselect:after {
  float: none;
  overflow: hidden;
  clear: both;
  content: "";
  width: 0;
  height: 0;
}
#start .mainselect label {
  display: inline-block;
  margin: 11px 0 11px -15px;
}
#start .mainselect .ui-select {
  float: right;
  margin: 0 -30px 0 0;
}

/* Spieltage                       */
/* ############################### */
#spieltage .admintoolbar {
  margin: 1em 0;
}
#spieltage caption .einsatztyp + .inline-button {
  position: relative;
  top: -2px;
  margin-left: 15px;
}
#spieltage #spieltag_liste .tabelle + .tabelle {
  margin-top: 10px;
}

/* Potstats                           */
/* ############################### */
#stats_pott span[data-ps-data] {
  font-weight: bold;
}
#stats_pott p {
  margin: 8px;
}

#ps-chart-pottverteilung {
  width: 100%;
  margin-top: 2em;
}

/* Bubbles                         */
/* ############################### */
#bubble .ui-content {
  overflow: hidden;
}

/* Saisonstatistik */
.ps-chart-overall {
  margin: 1em 0;
}

/* Playerstats                     */
/* ############################### */
#stats_player h4 {
  margin: 0 0 12px 0;
  padding: 5px;
  border-bottom: 1px solid #333;
  font-size: 1em;
  color: #333;
}
#stats_player h4 select {
  border: 0 none;
  border-bottom: 1px solid #333;
  color: #333;
}
#stats_player h4 select option {
  font-size: 1em;
}
#stats_player .chart {
  margin: 1em 0;
}
#stats_player .ui-content {
  height: inherit;
  min-height: inherit;
}

/* Versionhistory                  */
/* ############################### */
#versionhistorymodal .modal-body h5 {
  font-weight: 400;
}
#versionhistorymodal .modal-body > h5 ~ h6 {
  font-weight: bold;
}
#versionhistorymodal div.todos {
  color: #dd9999;
}
#versionhistorymodal div.todos h6 {
  font-weight: 400;
}

/* Message/Statusbox               */
/* ############################### */
.ps-messagebox {
  display: block;
  opacity: 0.96;
  position: fixed;
  background-color: lightyellow;
  width: 70%;
  padding: 10px;
  border: 2px solid gray;
  left: 15%;
  top: 45%;
  margin: 0 -10px;
}
.ps-messagebox .icon {
  position: relative;
  width: 100%;
  display: block;
}
.ps-messagebox .icon::before {
  position: absolute;
  font-size: 5em;
  opacity: 0.2;
  bottom: 5px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0;
  color: black;
  line-height: 1em;
}
.ps-messagebox .text {
  margin: 10px;
  display: block;
  text-align: center;
  position: relative;
  color: black;
  text-shadow: none;
  font-size: 1em;
  line-height: 1.2em;
}
.ps-messagebox.ps-warn .icon:before {
  content: "⚠";
  opacity: 0.75;
}
.ps-messagebox.ps-ok {
  background-color: #c6f98c;
}
.ps-messagebox.ps-ok .icon:before {
  content: "✔";
  color: #88ce3a;
  opacity: 1;
}
.ps-messagebox.ps-info {
  background-color: #AED5FC; /* #AED5FC */
}
.ps-messagebox.ps-info .icon:before {
  content: "info";
  opacity: 0.5;
}

.ps-statusbox {
  display: block;
  position: fixed;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.ps-statusbox .text {
  padding: 10px;
  background-color: #696;
  text-align: center;
  border-radius: 1em;
  position: relative;
  color: white;
  text-shadow: none;
}

.listen-footer {
  background-color: #B3C9B3;
  border-top: 1px solid #888;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.listen-footer .spieltag_navi {
  float: left;
  margin: 0 0.5em;
}
.listen-footer .spieltag_navi a {
  float: left;
}
.listen-footer .spieltag_navi span.text {
  float: left;
  padding: 0 0.5em;
  border-radius: 5px;
  margin: 0.5rem 0.3rem;
  line-height: 1.75rem;
  font-size: 0.8rem;
  font-weight: bold;
}
.listen-footer .prognose,
.listen-footer .filter {
  float: right;
}
.listen-footer .prognose .ui-mini,
.listen-footer .filter .ui-mini {
  margin-left: 0;
  margin-right: 0.2em;
}
.nichtaktuell .listen-footer span.text {
  background-color: orange;
}

/* Charts */
/* ###### */
.chart .google-visualization-tooltip {
  font-size: 1em;
  padding: 5px 5px 0 5px;
}
