@import url("https://fonts.googleapis.com/css?family=Open+Sans");
* {
  font-family: "Open Sans";
  font-size: 12px;
}
body {
  background-color: #f1f3f4;
  color: #000000;
  text-align: center;
  margin-left: 220px;
  margin-right: 10px;
}
body.login {
  background-color: #f1f3f4;
  color: #000000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
ul.bold_16 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.bold_16 li {
  font-weight: bold;
  font-size: 16px;
}
ul.text_16 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.text_16 li {
  font-size: 16px;
}
ul.bold_12 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.bold_12 li {
  font-weight: bold;
  font-size: 12px;
}
ul.text_12 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.text_12 li {
  font-size: 12px;
}
.bold_16 {
  font-weight: bold;
  font-size: 16px;
}
.text_16 {
  font-size: 16px;
}
.bold_12 {
  font-weight: bold;
  font-size: 12px;
}
.text_12 {
  font-size: 12px;
}
.sidebar {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 200px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #a1acb3;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}
img {
  vertical-align: middle;
  cursor: pointer;
}
img.fade {
  opacity: 0.3;
}
img.logo {
  width: 150px;
}
hr {
  width: 350px;
}
.top {
  vertical-align: top;
}
div.track {
  max-width: 90%;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #666;
  background-color: #e3e6e8;
  box-shadow: 3px 3px 5px #4f5c63;
}
div.info {
  border-radius: 6px;
  border: 1px solid #666;
  background-color: #e3e6e8;
  width: 350px;
  margin: auto;
  box-shadow: 3px 3px 5px #4f5c63;
}
div.infobig {
  font-size: 20px;
  border-radius: 6px;
  border: 1px solid #666;
  background-color: #e3e6e8;
  width: 350px;
  margin: auto;
  box-shadow: 3px 3px 5px #4f5c63;
}
div.infobig b {
  font-size: 20px;
}
div.bg {
  border-radius: 6px;
  border: 1px solid #666;
  background-color: #8f9ba3;
  max-width: 80%;
  margin: auto;
  padding: 0px;
}
div.block {
  vertical-align: top;
  min-width: 350px;
  display: inline-block;
  padding: 5px;
}
div.block_track {
  vertical-align: top;
  display: inline-block;
  padding-left: 20px;
  text-align: left;
}
div.block_track_left {
  vertical-align: top;
  display: inline-block;
  text-align: left;
  max-width: 300px;
}
div.block_track_center {
  vertical-align: top;
  display: inline-block;
  padding: 20px;
  text-align: right;
}
div.block_right {
  vertical-align: top;
  min-width: 350px;
  display: inline-block;
  padding: 5px;
  text-align: right;
}
div {
  padding: 5px;
}
table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 5px #4f5c63;
  border-radius: 6px;
}
table.clickme {
  margin: 8px 0;
  min-width: 300px;
}
table tr td.link:hover {
  background-color: #6d974e;
  color: #fff;
  cursor: pointer;
}
table tr td.link {
  cursor: pointer;
}
table tr td.click:hover {
  background-color: #6d974e;
  color: #fff;
  cursor: pointer;
}
table tr td.click {
  cursor: pointer;
  padding: 5px;
}
table tr td.clickme {
  cursor: pointer;
  padding: 5px;
}
table tr td.track {
  padding: 5px;
}
table tr td.checkdis {
  padding: 5px;
  text-align: center;
}
table th.click:hover {
  background-color: #002f4d;
  cursor: pointer;
}
table th.click {
  cursor: pointer;
  padding: 5px;
}
table tr th,
table tr td {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: #e3e6e8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table tr th:first-child,
table tr td:first-child {
  border-left: 1px solid #666;
}
table tr th {
  background: #0066a4;
  color: #e3e6e8;
  border-top: 1px solid #666;
  text-align: left;
}

table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

tr.week td {
  background-color: #0fa0d8;
}

td.total {
  background-color: #54bc46;
}

button {
  font-family: inherit;
  min-width: 100px;
  border-radius: 6px;
  background-color: #e3e6e8;
  border: 1px solid #000000;
  margin: 15px;
  padding: 6px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 3px 3px 5px #4f5c63;
}
button.go {
  min-width: 50px;
}

button:hover {
  border-radius: 6px;
  background-color: #6d974e;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
textarea,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="number"] {
  border-radius: 6px;
  width: 300px;
  outline: none;
  padding: 6px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #000000;
  background-color: #e3e6e8;
  color: #000000;
  box-shadow: 3px 3px 5px #4f5c63;
}
textarea.track {
  max-width: 340px;
}
input[type="date"].date2 {
  width: 120px;
  padding: none;
  outline: none;
  margin: auto;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
}

input.search[type="text"] {
  width: 265px;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  border-radius: 6px;
  background-color: #e3e6e8;
  border: 1px solid #000000;
  padding: 6px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 3px 3px 5px #4f5c63;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  border-radius: 6px;
  border: 1px solid #000000;
  background-color: #6d974e;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

pre {
  white-space: pre-wrap;
}

a:active,
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

.edit {
  border: 1px solid #000000;
  padding: 5px;
  width: 90%;
  height: 100%;
  outline: none;
  background-color: #a1acb3;
  margin: 5px;
}
.editbutton {
  background-color: #a1acb3;
  border: 1px solid #000000;
  padding: 0px;
  outline: none;
  margin: 5px;
  min-width: 50px;
}
select {
  border-radius: 6px;
  width: 300px;
  outline: none;
  padding: 6px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #000000;
  background-color: #e3e6e8;
  color: #000000;
  box-shadow: 3px 3px 5px #4f5c63;
}
tr.green td {
  background-color: #6d974e;
}
tr.red td {
  background-color: #e3e6e8;
  color: #8f9ba3;
}
tr.darkblue th {
  background-color: #0066a4;
  padding: 5px;
}
tr.darkred th {
  background-color: #cc0000;
  padding: 5px;
}
