@charset "UTF-8"
*html {
  font-size: 100%;
  font-family: Arial;
  }
  
h1 {
  font-size: 20px;
}

caption {
    font-size: 16px;
    text-align: left;
  }

table {
  table-layout: fixed;
  font-size: 14px;
  border: none;
  }

th  {
  min-width: 70px;
  border: 1px solid black;
  border-bottom: 3px solid black;
  }

th.kd, th.urlaub, th.shd, th.al {
    border: none; //1px solid black;
    //font-weight: bold;
}

th.al {
    border: none;
    min-width: 70px;
    width: 20px
}

td  {   
  min-width: 70px;
  padding: 1px;
  border: 1px solid black;
  text-align: center;
  }

td.monat {   
  min-width: 100px;
  padding: 1px;
  border: none;
  text-align: left;
  }
  
td.heute {
  box-shadow: inset 4px 0px green;
}

td.ld5 {
  box-shadow: inset 4px 0px #98AFC7;
}

td.kd, td.urlaub, td.shd {
    font-size: 10px;
    font-weight: bold;
    font-stretch: condensed;
    text-align: left;
}

td.sk {
	box-shadow: inset 4px 0px orange;
}

td.al {
    font-size: 10px;
    font-weight: bold;
    font-stretch: condensed;
    text-align: left;
    min-width: 70px;
    width: 20px
}
  
td.nav, th.nav {
  min-width: 1px;
  padding: 1px;
  border: none;
  text-align: left;
  }
  
tr:nth-last-child(-n + 8) td.samb {
	box-shadow: inset 4px 0px #ED0;
}

.trenner td{
  border-top: 3px solid black;
}
  
.datum {
  min-width: 70px;
  white-space: nowrap;
  border-right: 3px solid black;
}

.kd {
  border-left: 3px solid black;
}

.alert {
  color: darkred;
}

.alignRight{
  float: right;
  text-align: right;
}

.blank {
  min-height: 10px;
  border: none;
  text-align: left;
  background-color: #FFFF;
}

.komm {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  background-color: #FFFF;
  border: none;
}


#stunden {
  height: 10px;
  font-weight: bold;
  text-align: center;
}
#ftStunden {
  height: 10px;
  font-weight: bold;
  text-align: center;
  border:none;
  border-bottom: 5px solid #FFF;
}
.stunden_ok {
  font-weight: bold;
  text-align: center;
  border:none;
  border-bottom: 5px solid #080;
}
.stunden_nok {
  font-weight: bold;
  text-align: center;
  border:none;
  border-bottom: 5px solid #811;
}
.stunden_ok_l {
  font-weight: bold;
  text-align: center;
  border-left: 5px solid #080;
}
.stunden_nok_l {
  font-weight: bold;
  text-align: center;
  border-left: 5px solid #D00;
}

.pressed {
  box-shadow: inset 2px 2px 3px #404040;
  background-color: #D2EAFCD0;
}

.collision {
  background-color: #EBA421B0;
}

.pressed.collision {
  box-shadow: inset 2px 2px 3px #404040;
  background-color: #adad66B0;
}

.we {
  background-color: #ED0;
  }

.ft {
  background-color: #ED0;
  }

.weft {
  background-color: #ED0;
  }
  
.test {
  background-color: #2ECC71;
  }
  
.leer {
  border: 3px solid red;
}
  
.hide {
  visibility: collapse;
  }

.seluser {
    white-space:nowrap;
    text-align: left;
    vertical-align: top;
}
.usrselect input[type="radio"] {
    display:none
}
.usrselect label {
    display: inline-block;
    background-color: #ddd;
    padding: 5px 10px;
    margin: 5px 2px;
    font-family: sans-serif, Arial;
    font-size: 12px;
    border: 1px dashed #444;
    border-radius: 4px;
}
.usrselect input[type="radio"]:checked + label {
    background-color:#FFF;
    border: 1px solid #000;
}
.usrselect input[type="radio"]:focus + label {
    border: 1px solid #000;
}

#sub { display: grid; grid-template-columns: 100px 250px auto;}


#stats table { 
    border: 1px solid grey;
	border-collapse: collapse; 
	margin:5px auto;
}
#stats th { 
	background: #FFF;
    border: none; 
	color: black; 
	font-weight: bold; 
}
/* Zebra striping */
#stats tr:nth-of-type(odd) { 
	background: #eee; 
} 

#stats td {  
	//border: 1px solid #ccc;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
	text-align: right; 
	font-size: 14px;
    font-weight: bold; 
}

#stats td:nth-child(1), #stats td:nth-child(2){ 
	text-align: left; 
}

#stats td:nth-child(14), #stats th:nth-child(14) {
    border: none; 
	color: grey; 
}

#stats tr:last-child td {
    border: none;
    text-align: right;
}  

.printonly {   
  min-width: 1px;
  border:none;
  padding: 1px;
  visibility: collapse;
}
