body { background-color: #d8e7ff; }

span.excused {color:orange;font-weight:bold;}
span.unexcused {color:red;font-weight:bold;}
span.present {color:#00aa00;font-weight:bold;}
span.grade {color:blue;font-weight:bold;}

.bullet-global {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(224, 0, 52);
  background-image: none;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  box-shadow: rgba(80, 0, 0, 0.1) 0px 0px 0px 7px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Myriad Pro Cond";
  font-size: 16px;
  font-weight: 400;
  height: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-right: 10px;
  text-align: left;
  transform: matrix(0.971382, 0, 0, 0.971382, 0, 0);
  width: 16px;
}
.bullet-digital {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(255, 89, 0);
  background-image: none;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  box-shadow: rgba(255, 89, 0, 0.173) 0px 0px 0px 7px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Myriad Pro Cond";
  font-size: 16px;
  font-weight: 400;
  height: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-right: 10px;
  text-align: left;
  transform: matrix(0.987665, 0, 0, 0.987665, 0, 0);
  width: 16px;
}

.bbb-button {
  font: bold 12px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 4px 10px 4px 10px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

table#holiday th {padding:2px 10px;font-weight:bold;}
table#holiday td {padding:2px 10px;}

#ampel {
  width:15px;
  height:45px;
  background-color:black;
}
.ampel {
  width:15px;
  height:45px;
  background-color:black;
}
.lightC {
  position:relative;
  width:100%;
  height:33%;
}
.light {
  position:relative;
  width:80%;
  height:80%;
  left:10%;
  top:10%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: grey;
}

.red {
  background: red;
}
.yellow {
  background: yellow;
}
.green {
  background: lime;
}

.tooltip-inner {
  max-width: 1000px !important; 
  text-align: left;
}



table.dataTable tbody tr.textorange td {
  color: #fa871b;
}
table.dataTable tbody tr.textred td {
  color: #fa0101;
}
table.dataTable tbody tr.textblue td {
  color: #1f0ebb;
}