body {
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
}

h1 {
    text-align: center;
  }
     
h3 {
  text-align: center;
  color: #2a33e7;
  margin-bottom: 45px;
}   

p {
    text-align: center;
    margin: 25px;
}

.app{
    text-align: center;
    margin: 18px;
}

div {
    text-align: center;
    margin: 0px;
}

form {
    position: relative;  
}

#kunde{
    background-color: #9acff5;
    border: none;
    border-radius: 25px;
    width: 70%;
    height: 35px;
    padding-left: 20px;
}

#user{
    background-color: #9acff5;
    border: none;
    border-radius: 25px;
    width: 70%;
    height: 35px;
    padding-left: 20px;

}

#pwd{
    background-color: #9acff5;
    border: none;
    border-radius: 25px;
    width: 70%;
    height: 35px;
    padding-left: 20px;

}


.custom-number-input{
margin: 10px;
}

.flex{
  margin: 10px;
}

#feiertag{
  text-align: center;
  margin-bottom: 25px;
  font-size: 17px;
}

#displayDateTime{
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 5px;  
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;                   
}

.button {
  width: 80%;
  background-color: rgb(63,81,181);
  border-radius: 25px;
  border: none;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 15px 32px;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: rgb(63,81,181);
  border-radius: 25px;
  border: none;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 15px 32px;
  color: white;       
}

a:link {
  color: white;
  text-decoration: none;
}
a:visited {
  color: white;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: underline;
}
a:active {
  color: white;
  text-decoration: underline;
}                              

.custom-number-input input:focus {
  outline: none !important;
}

.custom-number-input button:focus {
  outline: none !important;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;   
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 0;
  display: inline-flex;
}                

#anz_tage {
  align-items: center;
  margin-right: 45px;  
  margin-left: 20px;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: initial;
  position: relative;
  box-shadow: 0px 0px 1px #474747;  
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%); 
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: .5rem;
  border: none;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  text-align: center; 
}

#skip {
  display: inline;
}
#skip input {
  background-color: red;
}

#doIt {
  display: inline;
}

#comment{
  width: 240px;
  font-size: 18px;
}

.mdl-layout__drawer-button{
  margin: 15px;
  background-color: rgba(255, 0, 0, 0.4); 
}

.mdl-navigation__link{
    border: none;
    background: none;
}

.comboClass{
  font-size: 18px;
}

.ver {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 12px;
}

.cancel {
  width: 80%;
  background-color: red;
  border-radius: 25px;
  border: none;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 15px 32px;
}

#addZeit {
  background: rgb(63,81,181);
  color: #fff;
  float: right;
  padding-right: 20px;
  right: 30px;
  text-align: end;
  border-radius: 50%;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
  cursor: pointer;
  position: fixed;
  bottom: 40px;
}

.skip {
  display: inline;
  width: 30%;
  background-color: #9acff5;
  border-radius: 25px;
  border: none;
  height: 50px;
  color: #fff;
  float: right;
  left: 50px;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
  cursor: pointer;
  position: fixed;
  bottom: 40px;
}

#cancel {
  display: inline;
}

.container {
/* Center the content */
align-items: center;
display: inline;
justify-content: center;
background: none;
border: none;
font-size: 20px;
margin-top: 20px;

/* Spacing */
padding: 8px;
}

.container__triangle {
border-style: solid;

/* Size */
height: 0px;
width: 0px;
}

#Mitarbeiter{
  position: fixed;
  top: 12px;
  right: 16px;
  font-size: 18px;
  font-weight: bold;
}

/* Solid border */
hr.solid {
  border-top: 1px solid #bbb;
  margin: 15px 15px 0px 15px;
}

.ansichtBox {
  width: auto;
  border: 1px solid black;
  margin: 20px;
  padding-left: 10px;
}

#help {
  font-size: 12px;
  padding-top: 40px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td {
  border: 3px solid #ffffff;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  padding: 3px;
  background-color: #e5e5fa;
}

th {
  border: 0px solid #dddddd;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 10px 0px 0px;
}

tr:nth-child(even) {
}

#listOfHolidays {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}

#minuten {
  font-size: 25px;
  margin: auto;
}

#dezimal {
  font-size: 25px;
  margin: auto;
}

#defTimeHour{
  font-size: 15px;
  width: 75px;
  border: none;
  background-color:#9acff5;
  border-radius: 25px;
  width: 10%;
  height: 35px;
  padding-left: 20px;
  margin-bottom: 25px;
}

#defTimeMin{
  font-size: 15px;
  width: 75px;
  border: none;
  background-color:#9acff5;
  border-radius: 25px;
  width: 10%;
  height: 35px;
  padding-left: 20px;
  margin-bottom: 25px;
}

#defTime{
  font-size: 15px;
  width: 70%;
  border: none;
  background-color:#9acff5;
  border-radius: 25px;
  height: 35px;
  padding-left: 20px;
}

#settings {
  display: none;
}