/*SIDEBAR UND HEAD*/
@font-face {
    font-family: 'MyWebFont';
    src: url('/src/font/obitron.ttf') format('woff');
}
body {
    margin: 0;
    background-image: url('/src/image/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
.top {
    width: 100%;
    height: 100px;
    border-bottom: 8px solid #FF6B02;
    box-shadow: 0px 3px 8px #808080;
    position: fixed;
    display: block;
    top: 0;
    z-index: 2;
    background-color: #fff;
}
.login_img {
    width: 100%;
    padding: 0;
}
.img_limo {
    margin: 20px 0 0px 5px !important;
    height: 60px !important;
}
.top p {
    font-size: 30px;
    float: left;
    margin: 0px 0 0px 20px;
    line-height: 100px;
    font-family: 'MyWebFont', Fallback, sans-serif;
}
.top img {
    height: 90px;
    float: left;
    margin: 5px 10px;
}
.top .top_img {
    height: 50px;
    float: right;
    margin: 25px 10px;
}
.top .timeout {
    float: right;
}
.sidenav {
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 108px;
    left: 0px;
    background-color: #fff;
    overflow-x: hidden;
    padding: 8px 0;
    display: block;
    height: calc(100% - 108px);
    border-right: 8px solid #63815c;
    box-shadow: 0px 3px 8px #808080;
}
.sidenav div.place {
    font-size: 15px;
    padding: 2px 5px;
    color: black;
    background-color: #ca904e;
    margin-top: 10px;
    display: inline-block;
}
.sidenav div.site {
    font-size: 15px;
    padding: 2px 5px;
    color: blue;
    margin: 0px;
    line-height: normal;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}
.sidenav div.active {
    background-color: #808080;
}

/*MAIN UND BODY*/
.main {
    margin-left: 0;
    margin-top: 108px;
}
h1 {
    font-size: 30px;
    margin: 0 0 30px 0;
    border-bottom: 4px solid #ca904e;
    padding: 5px 0 5px 0;
    font-family: 'MyWebFont', Fallback, sans-serif;
    text-align: center;
}





/*LOGIN*/
.login {
    margin: 100px auto 100px auto;
    background-color: white;
    width: 370px;
    border: solid 1px black;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 10px 10px 50px grey;
}
.login p {
    margin: 30px 0 5px 0;
    padding-left: 3px;
    font-size: 20px;
    text-align: left;
    color: black;
}
.login h1 {
    font-size: 30px;
    margin: 0px 0;
    text-align: center;
}
.login h2 {
    font-size: 25px;
    margin: 20px 0;
    text-align: center;
}
.login h3 {
    font-size: 15px;
    color: red;
    text-align: left;
    padding-left: 3px;
    margin: 5px 0 0px 0;
    font-weight: normal;
}
.login input[type=submit]{
    width: 370px;
    margin: 30px 0 0 0;
    cursor: pointer;
    background-color: #FF6B02;
    color: white;
    border-radius: 5px;
    box-shadow: none;
}
.login input {
    padding: 0px 7px;
    font-size: 20px;
    height: 35px;
    width: calc(100% - 16px);
    border-radius: 5px;
    border: 1px solid black;
    box-shadow: inset 3px 4px 5px #ccc;
    background-color: #f0f0f0;
}

/* Eingabefelder */
input[type="datetime-local"], input[type="number"], input[type="checkbox"], input[type="button"], input[type="time"] {
    margin: 0px 0 0px 0;
    padding: 8px;
    font-size: 1rem;
    border: 1px solid #acacac;
    border-radius: 5px;
}

input[type="number"] {
    width: auto;
    margin: 0 0 0 0;
    width: 100px;
}
input[type="button"] {
    width: 100%;
}
#addli {
    width: auto;
    margin: 5px 0 30px 0;
}

/* Skalierungseingabe */
#scale {
    width: 80px;
    margin-bottom: 20px;
}
#kind-container input[type="number"] {
    width: 80px;
} 
#kind-container input[type="text"] {
    width: 150px;
    margin-left: 10px;

} 

#kind-container {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#kind-container div {
    margin: 5px 0;
    height: 36px;
}

thead tr {
    position: sticky;
    top: 0;
    background-color: white; /* damit der Text sichtbar bleibt */
    z-index: 1; /* damit er über dem tbody liegt */
}

.sticky-col1 {
    position: sticky;
    left: 0;
    background-color: #c9c9c9;
}
.sticky-col2 {
    position: sticky;
    left: 136px;
    background-color: #c9c9c9;
}
.sticky-col3 {
    position: sticky;
    left: calc(222px);
    background-color: #c9c9c9;
}
label {
    font-size: 1rem;
    color: #333;
    margin-left: 10px;
}
.left {
    width: 340px;
    background-color: rgb(222, 222, 222);
    padding: 20px;
    height: calc(100vh - 150px);
    overflow-y: auto;
    float: left;
    border-right: 8px solid #FF6B02;
}
.left p {
    font-size: 15px;
    margin: 30px 0 10px 0;
}
.left h3 {
    font-size: 20px;
    margin: 0px 0 0 0;
}
#show {
    background-color: white;
    overflow-x: auto;
    width: calc(100vw - 405px);
    height: calc(100vh - 123px);
    float: left;
    margin: 0px 0px 0 0;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0px;
    table-layout: fixed;
}
th, td {
    padding: 3px;
    text-align: center;
    
}
th {
    background-color: #e8e8e8 !important;
}

td {
    white-space: nowrap;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

th.vert {
    vertical-align: bottom;
    text-align: center;
    padding: 10px 4px;
    width: 30px;
    background-color: #c9c9c9 !important;
}

th.vert span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}
#starttime_show, #endtime_show {
    font-size: 14px;
}

#show p {
    position: sticky;
    left: 10px;
}