/* Style Sheet for Elektro Kräuter */

/* @charset "UTF-8"; */

body {
    background-color: #ddd;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    display: none;
    width: 100vw;
    height: 100vh;
    margin: 0;
    transition: filter 0.1s;
}
* {
    border-radius: 0;
}
button {
    height: 50px;
    width: 100px;
    cursor: pointer;
    vertical-align: top;
}
button#options {
    float: left;
}
button.mainnav {
    margin: 0 5px;
}
button#logout {
    float: right;
}
input {
    padding: 1px;
    height: 16px;
}
input[type=checkbox] {
    background: url("/assets/nope.png") center no-repeat;
    background-size: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 38px;
    width: 38px;
    margin: 0px;
    vertical-align: middle;
}
input[type=checkbox]:checked {
    background: url("/assets/yep.png") center no-repeat;
    background-size: 100%;
}
div#banner {
    border-bottom: 1px solid #000;
    cursor: pointer;
}
div#banner, div#navbar, div#optnav {
    z-index: 1000;
}
div#banner, div#banner p, /*img#logo*/ svg#logo {
    height: 75px;
}
div#banner p {
    margin: 0;
    /* padding: 5px; */
    font-size: 50px;
}
img#logo {
    vertical-align: middle;
}
svg#logo {
    vertical-align: middle;
}
div#navbar {
    /* margin-top: 10px; */
    height: 50px;
    width: 100vw;
    border-bottom: 1px solid #000;
    white-space: nowrap;
}
div#navbar span{
    height: 50px;
    width: 100vw;
    display: table-cell;
    vertical-align: middle;
}
div#lrform {
    height: calc(100vh - 254px);
    width: 100vw;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
div#registerform button {
    margin-top: 10px;
}
div#register {
    margin-top: 10px;
}
button {
    background-color: #fff;
    transition: color 0.2s, background-color 0.2s;
    display: inline-block;
    font-size: 20px;
    border: none;
    padding: 0;
}
button:hover {
    color: #fff;
    background-color: #000;
}
button.active {
    color: #444;
    background-color: #ccc;
}
div#login {
    display: inline-block;
}
div#login input {
    height: 50px;
    width: 200px;
    padding: 0 5px;
    border: none;
    font-size: 25px;
}
div#optnav {
    float: left;
}
div#thirdnav {
    float: right;
}
div#projects {
    text-align: left;
}
div#projectshead {
    height: 50px;
    width: 100%;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle;
}
button.optnav {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}
button.wsnav {
    width: 50px;
    line-height: 50px;
    font-size: 40px;
    display: inline-block;
}
button.reload {
    width: 100px;
    display: block;
}
button.reload span {
    transform: rotate(90deg);
    display: inline-block;
}
div#content {
    height: calc(100vh - 137px);
    width: calc(100vw - 220px);
    /* min-width: 672px; */
    margin-left: 10px;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    float: left;
    overflow-y: scroll;
}
div#content.loading {
    background-image: url("/assets/spinner_black_256.png");
    background-repeat: no-repeat;
    background-position: center;
}
div.pwcheck {
    margin-top: 10px;
}
div.pwcheck span {
    margin: 0 5px;
    display: inline-block;
}
div#wsnav {
    margin-bottom: 10px;
}
div#result {
    width: 143px;
    /* position: absolute; */
    z-index: 1;
    background-color: rgba(255,255,255,0.8);
    border: 1px solid grey;
    border-top: none;
    overflow: hidden;
}
div#result div {
    white-space: nowrap;
}
div.result {
    /* overflow: hidden;
    text-overflow: ellipsis; */
    text-align: left;
    padding: 2px;
    margin: 0;
    transition: margin-left 0.2s;
}
div.result:hover {
    background-color: #eee;
    cursor: pointer;
}
div#weeksheet input {
    /* max-width: 143px;
    max-width: 100px; */
}
input, select {
    background-color: #fff;
    border: 1px solid;
    border-color: grey;
    transition: border-color 0.2s;
}
input.regform, input.changepw {
    height: 50px;
    width: 198px;
    font-size: 25px;
    border: 1px solid transparent;
}
input#week, input#year {
    text-align: center;
}
input#week.loading, input#year.loading {
    border-color: #ff0;
}
span.delbtn {
    /* background-image: url("/assets/delcross.png"); */
    height: 18px;
    width: 18px;
    border: 1px solid;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 20px;
    vertical-align: bottom;
    transition: color 0.2s, background-color 0.2s;
}
span.delbtn:hover {
    color: #fff;
    background-color: #000;
}
span.weeknrnav {
    cursor: pointer;
}
span#reload {
    display: inline-block;
    transform: rotate(90deg);
}
div#info {
    position: relative;
    top: calc((100vh - 137px) / 2);
}
select.s1 {
    margin: 0 2px;
}
table {
    background-color: #fff;
    margin: auto;
    border-spacing: 0px;
    white-space: nowrap;
}
table#customerdata td {
    padding: 5px 5px;
}
table#customerdata tr:nth-child(even) {
    background-color: #eee;
}
table#customerdata tr:hover td {
    background-color: #ccc;
}
th {
    background-color: #eee;
    font-size: 14px;
}
th.ch, td.ch, tfoot tr {
    background-color: #ccc;
}
td.hours, td.h_25, td.h_50 {
    /* background-color: #fff; */
    width: 100px;
    padding: 0 2px;
}
input.jobnr {
    width: 90px;
}
th {
    /* border-right: 1px solid grey;
    border-bottom: 1px solid grey; */
}
tfoot td.fhc {
    background-color: #fff;
}
/* th:last-child {
    border: none;
} */
