body {
    background-color: #f4f4f4;
}
.resp-message {

    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    top: 50%;
}
.form-signin, .form-signup {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    top: 50%;
}
.form-signin .form-signin-heading, .form-signup .form-signup-heading,
.form-signin .checkbox, .form-signup .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox, .form-signup .checkbox{
    font-weight: normal;
}
.form-signin .form-control, .form-signup .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus, .form-signup .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"], .form-signup input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"], .form-signup input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin .btn, .form-signup .btn  {
    margin-bottom: 10px;
}
.userdiv{
    position: sticky;
    margin: auto;
    width: 75%;
}
.table > tbody > tr > td {
     vertical-align: middle;
}
.btn-fixed {
    width: 55px;
    height: 30px;
}
.readonlyinput {
    border: none;
    background: transparent;
    width: 100%;
}
.message {
    font-size: 14pt;
    width: 100%;
    text-align: center;
}
.adminajaximg {
    z-index: 1000;
    background: #e0e0e0;
}
.verloader {
    height: 1.2rem;
    width: 1.2rem;
    margin-left: 1rem;
    margin-right: 1rem;
}
.thAll {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
    line-height: 0px;
    transform: translate(0%, -10%);

}
.progressdiv {
    display: float;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
    margin-bottom: auto;
}
#progress {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #aaa;
    height: 30px;
    margin-bottom: 20px;
}
#progress .bar {
    background-color: #3ddd3d;
    border-radius: 5px;
    height: 29px;
    color: #fff;
}
#message {
    font-size: 12px;
    display: float;
    text-align: center;
}
#instmessage {
    font-size: 12px;
    text-align: center;
    display: float;
    height: 100px;
    width: 100%;
}

.error {
    color: red;
}

.valstatus {
    padding-top: -10px;
}
td {
  word-wrap:break-word;
  word-break:break-word;
}
.checkedrow {
    background-color: #dddddd;
    transition: all .15s ease;
}

tr:not(.checkedrow):hover {
    background-color: #fefefe;
}
#profileForm {
    position: static;
}
#imgholder {
  margin-right: auto;
  margin-left: auto;
  max-height: 325px;
  max-width: 325px;
}
.editprofile {
    margin-bottom: 10px;
}

.navbar {
    font-size: x-large;
}

.navbar-brand { position: relative; z-index: 2; }

.navbar-nav.navbar-right .btn { position: relative; z-index: 2; padding: 4px 20px; margin: 10px auto;}

.navbar .navbar-collapse { position: relative; }
.navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 22px; }

.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: #f8f8f8; }
.navbar.navbar-inverse .nav-collapse { background-color: #222; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: right; }

.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; }

    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
    .navbar .nav-collapse .navbar-form { margin: 0; }
    .nav-collapse>li { float: none; }
}
.mainlogo {
    margin-top: -6px;
}
.navbar-toggle {
    width: 40px;
    height: 40px;
}
.bar{  
  display: flex;
  justify-content: center;
  align-items: center;
}
.barPercent {
  display: flex;
  justify-content: center;
  align-items: center;
}
.install-header {
  font-size: 4rem;
    padding-top: 140px;
}
.vertical-center {
  min-height: 50%;
  min-height: 50vh;
  align-items: center;
}

@media all and (max-width: 1200px) { /* screen size until 1200px */
    .install-header {
      font-size: 4rem;
    }
}
@media all and (max-width: 1000px) { /* screen size until 1000px */
    .install-header {
      font-size: 3rem;
    }
}
@media all and (max-width: 500px) { /* screen size until 500px */
    .install-header {
      font-size: 2rem;
    }
}

#instTypeModal {
    top: 25%;
    overflow-y: auto;
}

.sum {
    padding-top: 10px;
    font-weight: bold;
}

/* Allgemeine Stile für die Tabelle */
.month-overview-outer {
    max-width: 98%;
    overflow-x: auto;
    margin: 20px auto;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.month-overview {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    box-sizing: border-box;
}

.month-overview th, .month-overview td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.month-overview th {
    background-color: #3F888F;
    color: white;
    font-weight: bold;
}

.month-overview tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.month-overview tbody tr:hover {
    background-color: #ddd;
}

.month-overview td {
    position: relative;
}

.month-overview .sum {
    font-weight: bold;
}

/* Stile für die Löschen-Buttons */
.month-overview button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.month-overview button img {
    width: 20px;
    height: 20px;
}

/* Mobile Stile */
@media (max-width: 600px) {
    .month-overview th, .month-overview td {
        padding: 8px;
    }

    .month-overview button img {
        width: 18px;
        height: 18px;
    }
}


/* Allgemeine Stile für das Tracking-Formular */
.track_time {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.track_time form {
    display: flex;
    flex-direction: column;
}

.track_time label {
    margin-bottom: 15px;
    font-weight: bold;
}

.track_time input[type="date"],
.track_time input[type="text"],
.track_time select,
.track_time input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.track_time input[type="submit"] {
    margin-top: 15px;
    background-color: #3F888F;
    color: white;
    cursor: pointer;
    border: none;
}

.track_time input[type="submit"]:hover {
    background-color: #3F888F;
}

/* Mobile Stile */
@media (max-width: 600px) {
    .track_time {
        padding: 15px;
    }

    .track_time input[type="date"],
    .track_time input[type="text"],
    .track_time select,
    .track_time input[type="submit"] {
        padding: 8px;
    }
}

/* Allgemeine Stile für das Selection Formular */
.selector {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Abstand zwischen den Elementen */
    align-items: center; /* Zentrieren der Elemente vertikal */
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.selector label {
    margin: 0 5px 0 10px;
}

.selector input[type="date"],
.selector input[type="text"],
.selector select,
.selector input[type="submit"] {
    padding: 10px;
    margin: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 200px;
}

.selector input[type="submit"] {
    background-color: #3F888F;
    color: white;
    cursor: pointer;
    border: none;
}

.selector input[type="submit"]:hover {
    background-color: #3F888F;
}

/* Mobile Stile */
@media (max-width: 600px) {
    .selector {
        padding: 15px;
    }

    .selector input[type="date"],
    .selector input[type="text"],
    .selector select,
    .selector input[type="submit"] {
        padding: 8px;
    }
}

/* Allgemeine Stile für Jahres- und Monatsübersicht */
.year {
    max-width: 98%;
    margin: 20px auto;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    margin-left: 10px;
}

.year h2 {
    text-align: center;
    color: #3F888F;
    margin-bottom: 20px;
}

.month {
    margin-bottom: 20px;
}

.month h3 {
    border: 1px solid #3F888F;
    color: #3F888F;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.noentry {
    color: #555;
    font-style: italic;
    padding: 10px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

/* Stile für die Tabellen innerhalb der Monatsübersicht */
.tracking {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    box-sizing: border-box;
}

.tracking th, .tracking td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.tracking th {
    background-color: #3F888F;
    color: white;
    font-weight: bold;
}

.tracking tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tracking tbody tr:hover {
    background-color: #ddd;
}

.tracking .sum {
    font-weight: bold;
}

/* Mobile Stile */
@media (max-width: 600px) {
    .year, .month {
        padding: 8px;
    }

    .tracking th, .tracking td {
        padding: 8px;
    }
}


/* Allgemeine Stile für die Navbar */
.navbar {
    background-color: #3F888F;
    border: none;
    border-radius: 0;
}

.navbar-brand {
    color: white !important;
    font-size: 24px;
    font-weight: bold;
}

.navbar-nav > li > a {
    color: white !important;
    padding: 15px 20px;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background-color: #3F888F;
    color: white !important;
}

/* Allgemeine Stile für die Navbar */
.navbar {
    background-color: #3F888F;
    border: none;
    border-radius: 0;
}

.navbar-brand {
    color: white !important;
    font-size: 24px;
    font-weight: bold;
}

.navbar-nav > li > a {
    color: white !important;
    padding: 15px 20px;
}

/* Dezente Stile für die Hauptmenü-Punkte als Buttons */
.navbar-nav > li > a {
    background-color: transparent;
    color: white !important;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
    margin: 5px;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background-color: white;
    color: grey !important;
    border: 2px solid #3F888F;
}

/* Mobile Stile */
.navbar-toggle {
    background-color: #3F888F;
    border: none;
}

.navbar-toggle .icon-bar {
    background-color: white;
}

.dropdown-menu {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.dropdown-menu > li > a {
    color: #3F888F !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #3F888F;
    color: white !important;
}

.single-month {
    max-width: 400px;
    margin-left: 0px;
}

.btn-primary {
    background-color: #3F888F;
}

.lock_button button {
    padding: 10px;
    margin: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 200px;
    background-color: #3F888F;
    color: white;
    cursor: pointer;
    border: none;

}

.lock_button button:hover {
    background-color: #3F888F;

}

.checksum_match_inner  {
    background: url("/login/images/match.svg") no-repeat center;
    height: 40px;

}

.checksum_missmatch_inner {
    background: url("/login/images/missmatch.svg") no-repeat center;
    height: 40px;
}

.checksums td {
    border-top: 5px solid #3F888F;
    color: #3F888F;
    font-weight: bold;
}

.all-month td {
    min-width: 200px;
}