/* @group Default Table */
table {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  border: 1px #ddd solid;
  border-radius: 5px;
  background-color: #fff;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7 and lower */

  border-spacing: 0;
}
table th,
table td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
table thead th {
  line-height: 1.2;
  border-bottom: 1px #ddd solid;
}
table tbody th,
table tbody td,
table tfoot td {
  border-top: 1px #ddd solid;
}
table tbody tr:first-child td,
table tbody tr:first-child th {
  border-top: none;
}
table tbody tr:nth-child(odd),
table tbody .odd {
  background: #eee;
}
table tbody .odd td,
table tbody .odd th {
  background: #eee;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #feffc2;
}
table tbody tr:last-child td,
table tbody tr:last-child th {
  border-radius: 0 0 5px 5px;
}
.header-fixed {
  position: fixed;
  top: 0;
  z-index: 1020;
  /* 10 less than .navbar-fixed to prevent any overlap */

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hide {
  display: none;
}
/* @end */
/* @group Report Info Table */
.infotable thead th {
  background: #0c6cad;
  color: #fff;
  padding: 10px 10px;
  border: 1px #0c6cad solid;
}
.infotable thead th:first-child {
  border-top-left-radius: 5px;
}
.infotable thead th:last-child {
  border-top-right-radius: 5px;
}
/* @end */
/* @group Plain Table */
.plain {
  border-collapse: collapse;
  border-width: 0 0 1px 0;
  margin-bottom: 30px;
}
.plain tbody tr:nth-child(odd) {
  background: transparent;
}
.filetype,
.size {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
}
.filetype.pdf {
  color: #cc0000;
}
.filetype.xls {
  color: #009900;
}
.filetype.doc {
  color: #0066cc;
}
.filetype.ppt {
  color: #ff6600;
}
.filetype.jpg {
  color: #990066;
}
.filetype.txt {
  color: #006633;
}
.filetype.gif {
  color: #003399;
}
.filetype.png {
  color: #993300;
}
.filetype.mov {
  color: #33ccff;
}
.filetype.html {
  color: #66cc00;
}
.filetype.zip {
  color: #ff0066;
}
/* @end */
/* @group Form Table */
.formtable {
  border-collapse: collapse;
  border: none;
  color: #222;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
}
.formtable td,
.formtable th {
  border-bottom: 1px #222 dotted;
  border-top: none;
  vertical-align: top;
}
.formtable thead th {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 15px;
}
.formtable tr:nth-child(2n+1) {
  background-color: transparent;
}
.formtable tbody th {
  font-weight: normal;
  padding-right: 25px;
  text-align: left;
}
.formtable input[type="text"] {
  width: 150px;
}
.mobileform input[type="text"] {
  width: 100%;
}
/* @end */
/* MOH Calendar Table */
.mohcalendar table {
  border-color: #0c6cad;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px 0 0;
  background-color: #FFF;
  margin-bottom: 10px;
}
.mohcalendar thead th {
  background: #0c6cad;
  color: #fff;
  border-color: #cccccc;
  vertical-align: bottom;
}
.mohcalendar thead .empty {
  border: none;
}
.mohcalendar .date {
  width: 80px;
  text-align: center;
}
.mohcalendar .filled {
  background: #eee;
}
.mohcalendar tr:nth-child(2n+1) {
  background-color: #FFF;
}
.mohcalendar .headerDates {
  background: #f07222;
  text-align: center;
}
.mohcalendar img {
  margin: 0 15px;
  vertical-align: top;
  margin-top: -1px;
}
.mohcalendar a:hover img {
  opacity: 0.8;
}
.mohcalendar .dateNav {
  border-bottom: 1px #fff solid;
  border-radius: 0 4px 0 0;
}
.mohcalendar .notes {
  background: #888;
  color: #fff;
  border-radius: 0 0 0 0;
  border-color: #888;
  padding: 20px 40% 10px 10px;
}
