body {
# background-image: url("/papertexture.jpg");
 background-color: lightgray;
}

textarea {
 border-width: 1px;
 border-style: solid;
 height: 100%;
 width: 98%;
 -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
  -moz-box-sizing: border-box; /* FF1+ */
   box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
}

div.success {
 color: green;
}

div.error {
 color: red;
}

div.reportheader {
 width: 90%;
 margin:auto;
 background-color: white;
 font-weight: bold;
 text-align: center;
 color: black;
 border-style: solid;
 border-width: 2px;
 border-radius: 8px;
 border-color: black; 
}

div.date {
# background-image: url("/wool.jpg");
 background-color: white;
 border-style: outset;
 border-width: 5px;
 width: 95%;
 margin: auto;
 margin-top: 20px;
}

p.header {
 font-weight: bold;
 text-align: center;
 background-color: lightblue;
 margin: 0px;
 padding: 10px;
 font-size: 1.25em;
}

table {
 border-collapse: collapse;
 margin: 10px;
 background-color: white;
}

table.filemanager {
 width: 95%;
 margin: auto;
 margin-top: 10px;
 margin-bottom: 10px;
 border-width: 2px;
 border-style: solid;
}

table.filemanager td {
  vertical-align: top;
}

table#folderview {
 width: 100%;
 margin: auto;
 border: 1px solid black;
 border-collapse: collapse;
}
table#folderview tr, table#folderview td {
 border: none;
}

table#fileview {
 width: 100%;
 margin: auto;
 border: 1px solid black;
 border-collapse: collapse;
}

table#fileview tr, table#fileview td {
 border: none;
}

table#schedule tr, table#schedule td {
 border: none;
 background: none;
 vertical-align: top;
}
 
table.evaluation {
 width: 95%;
 margin: auto;
 margin-top: 10px;
 margin-bottom: 10px;
 border-width: 2px;
 border-style: solid;
}

tr.week {
 page-break-after: auto;
 page-break-before: auto;
 page-break-inside: avoid;
}

td.logheader {
 font-weight: bold;
 font-size: 1.25em;
 text-align: center;
 color: white;
 border: none;
 background-color: black;
 opacity: 0.6;
}

td.resname {
 font-weight: bold;
 text-align: center;
 color: white;
 border: none;
 background-color: black;
 opacity: 0.6;
}

td.response {
 text-align: center;
 background-image: url("/bluetexture.jpg");
 border: none;
 padding: 0px;
}

td.questiontoggle {
 background-image: url("/bluetexture.jpg");
 border: none;
 color: blue;
}

td.question {
 background-image: url("/bluetexture.jpg");
 border: none;
}

td.comment {
 background-image: url("/bluetexture.jpg");
 border: none;
 text-align: center;
 padding: 0px 0px 20px 0px;
 }

th, td {
 border: 1px solid #808080;
 padding: 10px;
}

td.offmonth {
 background-color: #e0e0e0;
 vertical-align: top;
}

td.onmonth {
 background-color: #ffffff;
 vertical-align: top;
}
td.onmonth:nth-child(even) {
 background: #ffffa0;
}

p.date {
 margin: 0px;
 padding-bottom: 10px;
 font-weight: bold;
}

p.schedule {
 margin: 0;
 padding: 0;
}

table#calendar {
 margin: 20px;
}

td.calheader {
 text-align: center;
 font-weight: bold;
 font-size: 20pt;
}

div.navigation {
  overflow: hidden;
  background-color: #030303;
  font-family: Arial;
}

div.navigation a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

div.navigationdropdown {
  float: left;
  overflow: hidden;
}

div.navigationdropdown button.navigationbutton {
  font-size: 16px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: #030303;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

div.navigation a:hover, div.navigationdropdown:hover button.navigationbutton {
  background-color: lightblue;
}

div.navigationdropdowncontent {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

div.navigationdropdowncontent a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

div.navigationdropdowncontent a:hover {
  background-color: #lightblue;
}

div.navigationdropdown:hover div.navigationdropdowncontent {
  display: block;
}
