*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:required {
    background-color: #f7f8e0;
}

*:placeholder {
    color: #cfcfcf;
}

html {
    font-size: 75%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    font-family: "Segoe UI", Verdana, Tahoma, sans-serif;
    font-size: 62.5%;
    background-image: linear-gradient(to right, #009ACD, #3A5FCD);
}

footer {
  text-align: center;
  margin-top: auto;
}

footer a {
    font-size: 1.75rem;
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: yellow;
}


li a {
    text-decoration: none;
}

li a:hover {
    color: #2575a0;
    font-weight: bold;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    min-height: 50px;
    padding: 10px;
    color: yellow;
}

.app-logo img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.app-name h3 {
    margin: 0 15px;
    font-size: 24px;
    font-weight: bold;
}

.navigation {
    display: flex;
    margin-left: auto;
}

.navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.navigation li {
    margin-right: 20px;
}

.navigation a {
    color: yellow;
    text-decoration: none;
    font-size: 1.5rem;
}

.navigation a:hover {
    font-weight: bold;
    color: yellow;
}

a.active {
    color: lightgray;
}

.navigation .sidebar {
    position: fixed;
    top: 0;
    right: 0;
    min-height: 100vh;
    width: 250px;
    z-index: 999;
    background-image: linear-gradient(to bottom, #3A5FCD, #009ACD);
    box-shadow: -10px 0 10px rgba(0, 0, 0, .1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.navigation .sidebar li {
    width: 100%;
    margin-bottom: 40px;
}

.navigation .sidebar a {
    width: 100%;
    padding: 0 20px;
    color: yellow;
}

.navigation .sidebar .active {
    color: lightgray;
}

.navigation .menu-button {
    display: none;
}

img {
    width: 1.4rem;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}

button:not(.wed-button) {
    margin: 0 0 10px 0;
    padding: 0 5px;
    font-weight: bold;
    background-color: inherit;
}

button:not(.wed-button) a {
    display: inline-block;
    width: 100%;
    background: #2575a0;
    color: white;
    padding: 4px 0;
    margin: 5px 0 5px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 1, 0.3);
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

button:not(.wed-button) image {
    font-size: 1.25rem;
}

button.wed-button {
    min-width: 6rem;
    height: 2.5rem;
    margin-left: 20px;
    padding: 0 5px;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #2575a0;
    color: white;
    border-radius: 8px;
    cursor: pointer;
}

button.wed-button:hover {
    background: transparent;
    color: #2575a0;
    border: 1px solid #2575a0;
    font-weight: normal;
}

a.button {
    background: transparent;
    color: #2575a0;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #2575a0;
    border-radius: 8px;
    letter-spacing: 2px;
}

a.button:hover {
    background: transparent;
    color: #2575a0;
    border: 1px solid #2575a0;
    font-weight: normal;
}

a.submit-button,
button.submit-button {
    min-width: 100%;
    background-color: #2575a0;
    color: white;
    font-size: 1.75rem;
    letter-spacing: 2px;
    border: 1px solid #2575a0;
    border-radius: 8px;
    cursor: pointer;
}

a.submit-button:hover,
button.submit-button:hover {
    background: transparent;
    color: #2575a0;
    border: 1px solid #2575a0;
    font-weight: normal;
}

a.frm-button,
button.frm-button {
    min-width: 100%;
    background-color: #2575a0;
    color: white;
    padding: 5px 10px;
    font-size: 1.75rem;
    letter-spacing: 2px;
    border: 1px solid #2575a0;
    border-radius: 8px;
    cursor: pointer;
}

a.frm-button:hover,
button.frm-button:hover {
    background: transparent;
    color: #2575a0;
    border: 1px solid #2575a0;
    font-weight: normal;
}

.dt-button {
    min-width: 110px !important;
    height: 1.75rem;
    align-items: center;
    font-size: .5rem;
}

select {
    position: relative;
    width: fit-content;
    height: 32px;
    bottom: 0;
    background-color: #2575a0;
    color: white;
    border: 1px solid #2575a0;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 3px;
}

#fltDate option {
    font-size: 1.25rem;
}

form {
    min-width: 100%;
}

form nav {
    font-size: 1.1rem;
}
div a.backBtn {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #2575a0;
    font-size: 1.25rem;
    margin-top: 2px;
}

div a.backBtn:hover {
    color: #2575a0;
    text-decoration: underline;
}

.dt-layout .dt-search {
    max-width: 80px !important;
}

div .dt-layout-row nav {
    background: transparent;
    color: #2575a0;
}

div .dt-info {
    font-size: 1.25rem !important;
}

div label {
    width: 240px !important;
}

.dt-length select {
    width: 56px;
    padding: 3px;
    border-radius: 8px;
}

.dt-column-header .dt-column-title {
    font-size: 1.3rem !important;
    font-weight: normal !important;
    margin: 2px auto;
    padding: 0px;
}

input[type="text"]:not(.frm), 
input[type="email"], 
input[type="password"],
input[type="number"]{
    max-width: 200px;
    background-color: #fafad2;
    font-size: 1.25rem;
    box-sizing: border-box;
    border: 1px solid #2575a0;
    border-radius: 8px;
    padding: 4px;
    margin-top: 2px;
}

input:not[type="text"]:not(.frm), 
input:not[type="email"], 
input:not[type="password"],
input:not[type="number"]{
    max-width: 100% !important;
    font-size: 1.25rem;
    box-sizing: border-box;
    border: 1px solid #2575a0;
    border-radius: 8px;
    padding: 4px;
    margin-top: 2px;
}

input[type="text"], 
input[type="email"], 
input[type="password"],
input[type="number"]{
    max-width: 200px;
    font-size: 1.25rem;
    box-sizing: border-box;
    border: 1px solid #2575a0;
    border-radius: 8px;
    padding: 4px;
    margin-top: 2px;
}

#dt-search-0.dt-input {
    display: flex;
    width: 120px;
    max-width: 100%;
    height: 32px;
    padding: 3px;
    font-size: 1.25rem !important;
    box-sizing: border-box;
    background: #2575a0;
    color: white;
    border-radius: 8px;
}

#dt-search-0.dt-input::placeholder {
    color: white;
}

#dt-search-1.dt-input {
    display: flex;
    width: 120px;
    max-width: 100%;
    height: 32px;
    padding: 3px;
    font-size: 1.25rem !important;
    box-sizing: border-box;
    background: #2575a0;
    color: white;
    border-radius: 8px;
}

#dt-search-1.dt-input::placeholder {
    color: white;
}

option {
    font-size: 1.25rem;
}

.opt {
    background-color: #dfdfdf;
    color: black;
}

label {
    font-size: 1.25rem;
    color: #2575a0;
}

span {
    font-size: 1.25rem;
    color: white;
    margin: 10px 0;
    padding: 2px;
}

table:not(.frm) {
    width: 100%;
    font-size: 1.25rem;
    border-collapse: collapse
}

table:not(.frm) caption {
    color: #2575a0;
    margin-bottom: 10px;
    font-size: 1.75rem;
    font-weight: bold;
    text-shadow: 4px 4px 4px #aaa;
    letter-spacing: 2px;
}

table:not(.frm) th {
    background-color: #2575a0;
    border: 1px solid #ededed;
    color: white;
}

table:not(.frm) td {
    white-space: nowrap;
    border: 1px solid #ededed;
    font-size: 1.25rem !important;
    font-family: "Verdana", sans-serif !important;
}

table:not(.frm) thead .th_center, 
table:not(.frm) tbody .td_center {
    text-align: center !important;
    vertical-align: central !important;
}

table:not(.frm) thead .th_left, 
table:not(.frm) tbody .td_left {
    text-align: start !important;
    vertical-align: central;
    padding-left: 5px;
}

table:not(.frm) thead .th_right, 
table:not(.frm) tbody .td_right {
    text-align: end !important;
    vertical-align: central;
}

table:not(.frm) tr:nth-of-type(even) { 
    background-color: #f9f9f9; 
}

table.frm {
    border-collapse: collapse;
}

table.frm td {
    color: white;
    padding: 5px;
}

table.frm td, 
table.frm th {
    font-size: 1.5rem;
}

table.frm select {
    border-radius: 8px;    
}

table.dataTable.display thead tr th {
    line-height: 0 !important;
}

.tbl_member th:nth-child(1), 
.tbl_member th:nth-child(3), 
.tbl_member th:nth-child(5) {
    text-align: center;
    vertical-align: central;
}

.tbl_member td:nth-child(1), 
.tbl_member td:nth-child(3), 
.tbl_member td:nth-child(5) {
    text-align: center;
    vertical-align: central;
}

.top-container {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.my-container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: fit-content;
    height: fit-content;
    margin: 10px auto 5px auto;
    padding: 2rem;
    background: white;
    border-radius: 8px;
}

.card_label {
    display: block;
    min-width: 100%;
    color: #2575a0;
    font-size: 1.6rem;
    font-weight: bold;
    text-shadow: 4px 4px 4px #aaa;
    letter-spacing: 2px;
    margin: 10px auto;
}

.buttons-excel, 
.buttons-copy, 
.buttons-csv, 
.buttons-pdf, 
.buttons-print {
    width: 80px !important;
    background-color: #2575a0 !important;
    font-family: 'Roboto' !important;
    font-weight: 100 !important;
    margin: 0 auto !important;
    border: 1px solid #2575a0 !important;
    border-radius: 8px !important;
    padding-top: 4px !important;
    cursor: pointer !important;
}

.recover {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 0.2rem;
    padding-top: 5px;
}

.recover a {
    text-decoration: none;
    color: #2575a0;
}

.recover a:hover {
    color: #2575a0;
    text-decoration: underline;
}

.links {
    text-align: center;
    padding: 0 5rem;
    margin-top: 1rem;
}

.kasse {
    display: flex;
    justify-content: center;
    color: #2575a0;
    font-size: 2rem;
    font-weight: bold;
    padding: 0;
}

.frm_new_player { 
  width: 100%;
  min-width: 100%; 
  box-sizing: border-box;
  border: 1px solid #2575a0;
  padding: 4px;
  margin-top: 2px;
  outline-style: none;
}

.kleiner {
    font-size: 1.25rem;
    padding: 2px 0px;
}

.active {
    font-weight: bold;
}

#fltDate {
    max-width: 110px;
    height: 24px;
    font-size: 1.25rem;
}

@media print {
    .submit-button {
        display: none;
  }
    .datatable.display caption{
        font-size: 100%;
  }
}

@media only screen and (max-width: 1260px) {
    html, body {
        font-size: 75%;
    }
    
    .hideOnMobile {
        display: none;
    }

    .navigation .menu-button {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    html, body {
        font-size: 50%;
    }
    
    .hideOnMobile {
        display: none;
    }

    .navigation .menu-button {
        display: block;
    }
}
