#responseWrapper {
display: none;
position: fixed;
top: -100px;
left: 0;
width: 100vw;
height: 60px;
z-index: 9999;
background-color: #777;
padding: 20px 0;
text-align: center;
text-transform: uppercase;
}
#responseWrapper.error {
color: #fff ;
background-color: red;
font-weight: 700;
top: 0;
}
.custom-logged-in-bar {
display: none !important;
top: -100px !important
}
#responseWrapper.success {
color: #fff ;
background-color: green;
font-weight: 700;
top: 0;
}
#ergebnisWrapper button.checkIn {
background-color: green;
color: #fff;
font-weight: bold;
border: 1px solid green !important;
outline: none !important;
border-radius: 0 !important;
padding: 5px 10px !important;
line-height: 1.3em;
margin: 0 !important
}
#ergebnisWrapper button.checkOut {
background-color: rgba(255, 0, 0, 0.446);
color: #fff;
font-weight: bold;
border: 1px solid red !important;
outline: none !important;
border-radius: 0 !important;
padding: 5px 10px !important;
line-height: 1.3em;
margin: 0 !important
}
span.countdown {
font-size: 90%;
color: #777;
font-style: italic;
}
#stats {
margin-bottom: 0px !important;
font-size: 1.1em !important;
float: left;
width: 88%;
}
#stats p {
margin-bottom: 0px !important;
}
#stats span {
margin-bottom: 10px;
}
#stats span sup {
font-weight: bold;
}
button#load-stats-btn,
#stats .showFinisher,
#stats .showNoFinisher,
#stats .showAll,
#stats .showNothecked,
#stats .showChecked {
margin-right: 20px;
display: inline-block;
padding: 2px 20px;
background-color: #ccc;
cursor: pointer;
transition: all 0.3s ease;
font-size: 0.9em !important;
border-radius: 0 !important;
color: #1e1e1e;
font-family: "PT Sans Narrow", sans-serif;
}
#stats .showFinisher.active,
#stats .showNoFinisher.active,
#stats span.active:hover,
#stats .showAll.active,
#stats .showNothecked.active,
#stats .showChecked.active {
background-color: green;
color: #fff
}
button#load-stats-btn:hover,
button#load-stats-btn:focus,
button#load-stats-btn:active,
button#load-stats-btn:focus-within,
#stats .showNoFinisher:hover,
#stats .showFinisher:hover,
#stats .showAll:hover,
#stats .showNothecked:hover,
#stats .showChecked:hover {
background-color: #cccccc8f;
}
#fontSize {
margin-bottom: 20px;
float: right;
font-size: 1em !important;
width: 10%;
text-align: right;
}
#search-container {
font-size: 0.9em !important;
}
#search-container input#search {
margin-bottom: 5px !important;
}
.loader {
border: 2px solid #b1e0db7e;
border-top: 2px solid #cc0a6c;
border-radius: 50%;
width: 20px;
height: 20px;
animation: spin 2s linear infinite;
text-indent: -9999px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
body #fontSize p {
font-size: 1em !important;
}
#fontSize button {
font-size: 1.6em !important;
padding: 5px !important;
height: 30px;
width: 30px;
line-height: 10px;
outline: none;
border-radius: 0 !important;
}
#fontSize button#reset-font {
background-color: #ccc;
color: #1e1e1e;
border: none !important;
outline: none;
}
#teilnehmerliste {
margin-top: 20px;
font-size: .9em;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
#teilnehmerliste tbody tr:hover {
background-color: #1e1e1e18;
}
#teilnehmerliste tbody tr td {
cursor: default;
}
#teilnehmerliste td.geschlecht input.edit-cell-input,
#teilnehmerliste td.count input.edit-cell-input,
#teilnehmerliste td.shirt input.edit-cell-input {
max-width: 30px !important;
}
#teilnehmerliste td.geschlecht,
#teilnehmerliste td.vorname,
#teilnehmerliste td.nachname,
#teilnehmerliste td.geschlecht,
#teilnehmerliste td.geburtstag,
#teilnehmerliste td.strecke,
#teilnehmerliste td.shirt,
#teilnehmerliste td.teamname,
#teilnehmerliste td.startnummer,
#teilnehmerliste td.nudelparty {
cursor: pointer !important;
}
#teilnehmerliste td.nudelparty.noNudel {
cursor: default !important;
}
#teilnehmerliste th.geschlecht,
#teilnehmerliste th.count,
#teilnehmerliste th.shirt {
max-width: 30px !important;
padding-left: 5px;
padding-right: 5px;
}
#teilnehmerliste tr th {
background-color: #1e1e1e86;
color: #fff;
text-align: left;
font-size: 85%;
}
#teilnehmerliste th.finisher {
max-width: 30px;
}
#teilnehmerliste th.anmeldenummer,
#teilnehmerliste th.startnummer {
max-width: 60px;
}
@media screen and (max-width: 767px) {
#teilnehmerliste thead {
display: none !important;
}
#teilnehmerliste tr {
display: flex;
flex-direction: column;
flex-wrap: wrap;
width: 100%;
border: 1px solid #888;
background-color: #f2f2f2;
margin-bottom: 20px;
}
#teilnehmerliste tr td  {
width: 100% !important;
border: none !important;
background-color: transparent;
}    
#teilnehmerliste tr td.finisher,
#teilnehmerliste tr td.btns {
width: 50% !important;
text-align: left !important
}
#teilnehmerliste tr td.finisher {order: 10}
#teilnehmerliste tr td::before {
content: attr(data-info);
color: #1e1e1e; 
font-weight: bold; 
display: inline-block;
width: 40%;
}
#teilnehmerliste tr td.finisher::before {
content: '';
}
}
#teilnehmerliste input.edit-cell-input {
padding: 3px 7px !important;
background-color: #000;
color: #fff;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
outline: none !important;
border: none !important;
max-width: 100%;
margin: 0 !important;
}
#teilnehmerliste input.edit-cell-input::selection {
background-color: #000;
color: #fff;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
outline: none;
border: none;
}
.tableFooter button {
float: right;
}
.tableFooter p#updateresult {
width: 50%;
float: left;
}
.lds-ellipsis {
display: block;
position: relative;
width: 80px;
height: 80px;
margin: 0
}
.lds-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #cc0a6c;
-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 8px;
-webkit-animation: lds-ellipsis1 0.6s infinite;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 8px;
-webkit-animation: lds-ellipsis2 0.6s infinite;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 32px;
-webkit-animation: lds-ellipsis2 0.6s infinite;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 56px;
-webkit-animation: lds-ellipsis3 0.6s infinite;
animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes lds-ellipsis1 {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes lds-ellipsis3 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
}
@keyframes lds-ellipsis3 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
}
@-webkit-keyframes lds-ellipsis2 {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
100% {
-webkit-transform: translate(24px, 0);
transform: translate(24px, 0);
}
}
@keyframes lds-ellipsis2 {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
100% {
-webkit-transform: translate(24px, 0);
transform: translate(24px, 0);
}
}
.alphabet {
margin-top: 20px
}
.alphabet a {
display: inline-block;
padding: 0 10px;
border: 1px solid #ccc;
margin-right: 2px;
min-width: 10px;
}
.alphabet a:hover,
.alphabet a:focus,
.alphabet a:active {
background-color: #ccc;
}
.alphabet a.active {
background-color: #ccc;
font-weight: bold;  
}
.hidden {
display: none;
}
@media screen and (max-width: 1095px) {
#stats span.checkButtons {
display: block;
width: 100%;
margin-top: 10px
}
#stats span.checkButtons span {
margin-left: 0 !important;
display: block;
max-width: 400px;
margin-bottom: 5px;
}
#stats {
width: 69%;
}
#fontSize {
width: 30%
}
table#teilnehmerliste {
max-width: 100%
}
}
td.btns {width: 140px !important; max-width: 140px !important;}
td.btns button {height: 35px;}
td.finisher {width: 50px !important;}
td.finisher i {
color: #ccc;
cursor: pointer !important;
}
td.finisher:hover,
td.finisher:focus,
td.finisher:active,
td.finisher:focus-visible {
color: #777;
}
td.finisher i.finishActive,
td.finisher.active {
color: green;
} button#reset-filter-btn {
border-radius: 0;
text-transform: none !important;
background-color: #2e2e2e;
font-family: "PT Sans Narrow", sans-serif;
font-size: 14px !important;
}
.helpbox p {
font-size: .9em;
line-height: 1.2;
}
#nudeloverlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
}
#nudeloverlay #overlay-content {
background: white;
padding: 20px;
border-radius: 5px;
width: 50%;
max-width: 600px;
min-height: 200px;
position: relative;
}
#nudeloverlay #overlay-content ul {
margin-left: 1em;
padding-left: 0;
}
@media screen and (max-width: 767px) {
#nudeloverlay #overlay-content {
width: 100%;
}
}
#nudeloverlay #close-overlay {
float: right;
cursor: pointer;
padding: 5px 10px;
}
#nudeloverlay  .loader {
border: 5px solid #f3f3f3; border-top: 5px solid #cc0a6c; border-radius: 50%;
width: 100px;
height: 100px;
animation: spinni 2s linear infinite;
position: absolute;
left: 50%;
top: 50%;
margin: -50px 0 0 -50px
}
@keyframes spinni {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}