html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: Microsoft JhengHei;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2 {
  line-height: 1.5;
}

h3,
h4 {
  line-height: 1.4;
}

h5,
h6,
li,
p,
div {
  line-height: 1.7;
}

td {
  line-height: 1.55;
}

@media screen and (min-width: 993px) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 18px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 17px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 31px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 16px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 585px) {
  h1 {
    font-size: 29px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 16px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 14px;
  }
}
@media screen and (max-width: 376px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 14px;
  }
}
h1 {
  font-weight: 900;
}

h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

h4,
h5,
h6 {
  font-weight: 600;
}

body {
  display: flex;
  background-color: #dae2ed;
}

ul.sideBar, div.webParts {
  display: block;
}

ul.sideBar {
  background-color: white;
}
ul.sideBar li {
  max-width: 300px;
  padding: 20px;
  color: rgb(60, 60, 60);
  border-bottom: 1px solid rgb(240, 240, 240);
}
ul.sideBar li a {
  text-decoration: none;
}
ul.sideBar li div {
  display: none;
  margin-top: 10px;
  padding-left: 1em;
}
ul.sideBar li div a {
  display: block;
  color: rgb(100, 100, 100);
}
ul.sideBar li:hover div {
  display: block;
}
ul.sideBar li a:hover {
  color: rgb(30, 30, 30);
  font-weight: 700;
}
ul.sideBar li.focus {
  background-color: hsl(30, 60%, 90%);
}
ul.sideBar li.focus div a {
  color: rgb(60, 60, 60);
  font-weight: normal;
}
ul.sideBar li.focus div a:hover {
  color: rgb(30, 30, 30);
  font-weight: 700;
}

div.content {
  margin-left: 80px;
  margin-bottom: 100px;
  position: relative;
}

img.drag {
  width: 16px;
}

img.icons {
  width: 20px;
}

div.squareLabels {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
div.squareLabels a {
  display: block;
  margin: 20px 20px 0px 0px;
  padding: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}
div.squareLabels a.red {
  border: 2px solid red;
  color: red;
}
div.squareLabels a.blue {
  border: 2px solid blue;
  color: blue;
}

div.absolute {
  bottom: 20px;
  left: 200px;
}

div.documentsReview h2 {
  color: #262626;
}
div.documentsReview h3 {
  margin: 20px auto 0px auto;
  border-bottom: 2px solid rgba(128, 128, 128, 0.5);
  width: 90%;
  color: #4d4d4d;
  text-align: center;
}
div.documentsReview p {
  display: inline-block;
  padding: 10px;
  color: #737373;
  line-height: 2;
}

form {
  margin-left: 0px;
  margin-bottom: 100px;
}
form div.buttons {
  padding-top: 30px;
  text-align: center;
}
form div.buttons button:first-child {
  margin-right: 10px;
}

table {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 2px solid white;
}
table tr {
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
}
table tr th {
  padding: 2px 10px;
  text-align: center;
  font-weight: 600;
}
table tr td {
  padding: 10px;
  line-height: 1.5;
}

table.types tr td:nth-child(2):hover, table.types tr td:last-child:hover {
  color: blue;
}
table.types tr.add td {
  text-align: center;
}

table.notPass tr {
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
}
table.notPass tr th, table.notPass tr td {
  border-right: 2px solid rgba(255, 255, 255, 0.45);
  text-align: center;
  vertical-align: middle;
}
table.notPass tr td {
  color: #4d4d4d;
}
table.notPass tr td a {
  text-decoration: underline;
  color: blue;
}
table.notPass tr td a:hover {
  color: #000099;
}
table.notPass tr td input {
  margin-left: 12px;
  margin-right: -1px;
  display: inline-block;
}
table.notPass tr td input:hover {
  color: blue;
}
table.notPass tr td div.Hide {
  display: none;
}
table.notPass tr th:last-child, table.notPass tr td:last-child {
  border-right: none;
}
table.notPass tr td.theReasons {
  text-align: left;
}
table.notPass tr.borderBottom {
  border-bottom: 2px solid white;
}/*# sourceMappingURL=documents_review.css.map */