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

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

*,
*:before,
*:after {
  box-sizing: inherit; }

img {
  max-width: 100%; }

html {
  overflow-y: scroll;
  box-sizing: border-box; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

pre, code {
  font-family: "Lato", monospace, sans-serif; }

label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

button,
input[type=button] {
  width: auto;
  overflow: visible; }

html {
  background-color: white;
  font-size: 14px;
  font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }

body,
button,
input,
select,
textarea {
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

code,
pre {
  font-smoothing: auto;
  font-family: "Source Code Pro", "Monaco", "Inconsolata", monospace;
  line-height: 1.25; }

body {
  color: #6B6B6B;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.42857; }

a {
  color: #FE4D3F;
  cursor: pointer;
  text-decoration: none;
  transition: none 86ms ease-out; }
  a:hover {
    color: #570700; }

code {
  background-color: white;
  color: #EF4836;
  font-size: 12px;
  font-weight: normal;
  padding: 1px 2px 2px; }

hr {
  border-top-color: #fff2f1;
  margin: 40px 0; }

img {
  max-width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

small {
  font-size: 11px; }

span {
  font-style: inherit;
  font-weight: inherit; }

strong {
  color: #570700;
  font-weight: 600; }

pre {
  background-color: white;
  color: #6B6B6B;
  white-space: pre;
  word-wrap: normal; }
  pre code {
    background-color: white;
    color: #6B6B6B;
    display: block;
    overflow-x: auto;
    padding: 16px 20px; }

table {
  width: 100%; }
  table td,
  table th {
    text-align: left;
    vertical-align: top; }
  table th {
    color: #6B6B6B; }

html {
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #6B6B6B; }

.main-heading {
  text-align: center;
  font-size: 36px;
  margin-top: 120px;
  font-weight: 400; }

.sub-heading {
  font-style: italic;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 60px; }

.client-logo {
  margin-top: 80px; }
  .client-logo td {
    vertical-align: bottom;
    text-align: center;
    height: 105px; }
  .client-logo img {
    max-height: 100%;
    max-width: 300px;
    height: 105px; }

.client-name {
  margin-top: 80px;
  height: 105px;
  font-weight: 600;
  text-align: center; }
  .client-name h1 {
    font-weight: bold;
    font-size: 4em;
    line-height: 1.1; }

.app-meta {
  width: 300px;
  margin: auto;
  margin-top: 35px; }

.app-meta-info {
  padding-left: 12px; }

.app-meta td {
  vertical-align: middle; }

.app-title {
  font-size: 1.5em; }

.app-icon {
  text-align: right; }
  .app-icon img {
    width: 60px; }

.app-package {
  position: relative; }
  .app-package img {
    position: absolute;
    top: -3px;
    margin-left: 0.3em; }

.author-right {
  text-align: right; }
  .author-right td {
    text-align: right; }

.author-center {
  text-align: center; }
  .author-center td {
    text-align: center; }

.authors {
  margin-top: 145px;
  height: 70px; }
  .authors-extended {
    margin-top: 220px; }
  .authors td {
    width: 50%;
    vertical-align: middle; }

.author img {
  max-width: 150px;
  max-height: 100%; }

.author-heading {
  padding-bottom: 15px;
  font-size: 0.8em; }

.author-logo {
  height: 70px; }

.author-name {
  height: 70px; }
  .author-name h3 {
    font-weight: bold;
    font-size: 2em;
    line-height: 1.1; }

.doc-description {
  margin-top: 20px; }
  .doc-description p {
    margin-top: 20px; }
    .doc-description p:first-child {
      margin-top: 20px; }

.heading-container, .vulnerability-heading {
  border: 1px solid #EF4836;
  border-radius: 5px;
  color: #EF4836;
  padding: 2px;
  margin: 40px auto;
  min-width: 30%;
  width: 50%;
  max-width: 70%;
  text-align: center;
  font-weight: 300 !important;
  font-size: 28px; }

.vulnerability-heading {
  width: 100%;
  max-width: 100%; }

.content-table, .app-details, .audit-table {
  margin: auto;
  width: 80%;
  border: 1px solid #000;
  border-collapse: collapse;
  counter-reset: rowNumber; }

.content-table tr td, .app-details tr td, .audit-table tr td {
  border-bottom: 1px solid #000;
  padding: 5px; }

.content-table a, .app-details a, .audit-table a {
  text-decoration: none;
  color: #6b6b6b;
  font-size: 16px !important; }

.main-table-heading a {
  margin-left: 10px;
  font-weight: bolder; }

.sub-table-heading td:first-child::before {
  content: "-";
  margin-left: 30px; }

.sub-table-heading a {
  margin-left: 10px;
  font-weight: normal; }

.app-details {
  width: 100%; }

.app-details tr td, .audit-table tr td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: 10px;
  padding: 15px; }

.sub-heading-container {
  padding: 5px;
  border: 1px solid #EF4836;
  border-radius: 5px;
  color: #EF4836;
  width: 40%;
  text-align: center;
  font-weight: 300 !important;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px; }

.audit-table {
  width: 100%;
  text-align: center; }
  .audit-table p {
    font-size: 12px; }

.risk-type {
  width: 90px;
  float: left;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px; }

.risk-type-icon {
  width: 33px;
  float: left;
  padding-top: 6px;
  padding-left: 6px; }

.risk-type-container {
  padding-right: 0 !important;
  vertical-align: middle;
  width: 123px; }

.audit-table .cvss-text h1 {
  font-size: 40px;
  margin-left: 15px; }

.audit-table .scan-tag {
  font-size: 10px; }
  .audit-table .scan-tag:nth-child(3), .audit-table .scan-tag:nth-child(4) {
    top: 0px; }

.sub-table {
  margin-top: 50px; }

.risk-tag {
  padding: 7px;
  font-size: 16px;
  width: 200px;
  text-align: center;
  border-radius: 20px;
  float: left; }
  .risk-tag-container {
    padding-top: 20px;
    padding-bottom: 20px; }

.risk-tag-icon {
  margin-left: 200px;
  padding-top: 8px;
  padding-left: 8px; }

.analysis-type {
  border-left: 2px solid #C0C0C0;
  border-top: 2px solid #C0C0C0;
  margin-top: 20px;
  margin-bottom: 20px; }

.analysis-type h5 {
  font-weight: 800;
  margin-left: 10px;
  margin-top: 0px;
  padding-top: 5px; }

.new-page {
  page-break-before: always; }

ul {
  list-style: disc inside none !important; }

ol {
  list-style: decimal inside none !important; }

ul, ol {
  word-wrap: break-word;
  margin-left: 10px;
  margin-top: 10px; }

pre {
  font-size: 10px;
  white-space: pre-wrap;
  word-wrap: break-word; }

p {
  margin-top: 10px; }

.cvss-box {
  border-radius: 5px;
  height: 100px;
  display: block;
  cursor: pointer;
  width: 80px;
  text-align: center;
  margin-left: 75px;
  margin-top: 25px; }
  .cvss-box h1 {
    font-size: 48px; }

.cvss-container {
  width: 230px;
  margin: auto; }

.cvss-vector {
  float: left;
  width: 230px;
  margin: auto; }
  .cvss-vector ul {
    margin-left: 50px; }
    .cvss-vector ul li {
      list-style-type: none;
      font-size: 12px;
      padding: 2px;
      font-weight: bold; }

.cvss-vector h3, .cvss-container h3, .owasp-categories h3 {
  text-align: center;
  font-weight: bold; }

.owasp-categories {
  width: 230px; }
  .owasp-categories h3 a {
    border: 1px solid #FE4D3F;
    border-radius: 50%;
    width: 20px;
    padding: 2px; }

.owasp-list {
  margin-left: 20px;
  margin-top: 10px; }

.scan-container {
  text-align: right;
  padding-top: 30px; }

.scan-tag {
  background-color: #6B6B6B;
  width: 70px;
  height: 25px;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 30px;
  margin-left: 4px; }

.bold-black-text {
  font-weight: bold;
  color: #000; }

.pcidss-heading {
  margin-top: 20px; }

.pcidss-table {
  position: relative;
  top: -20px; }
  .pcidss-table .metric-key {
    padding-left: 115px;
    width: 200px; }
  .pcidss-table .metric-value {
    width: 350px; }
  .pcidss-table .metric-description {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000; }

.regulatory-table {
  margin-top: 20px; }
  .regulatory-table tr td {
    padding-top: 10px; }
  .regulatory-table ul {
    margin-top: 0px; }
    .regulatory-table ul li {
      margin-left: -10px;
      list-style-type: none; }
      .regulatory-table ul li span.metric-key {
        display: inline-block;
        width: 200px;
        vertical-align: top; }
      .regulatory-table ul li span.metric-value {
        display: inline-block;
        width: 300px; }
    .regulatory-table ul:nth-child(3) {
      position: relative;
      top: 10px; }
    .regulatory-table ul:nth-child(4) {
      position: relative;
      top: 10px; }

.color-passed, .color-success {
  color: #80C081; }

.color-low, .color-info {
  color: #2CC2F8; }

.color-medium, .color-warning {
  color: #F5D76E; }

.color-high, .color-danger {
  color: #FF8C00; }

.color-critical {
  color: #EF4836; }

.color-untested {
  color: #6B6B6B; }

.fill-passed, .fill-success {
  color: #fff;
  background: #80C081; }

.fill-low, .fill-info {
  color: #fff;
  background: #2CC2F8; }

.fill-medium, .fill-warning {
  color: #fff;
  background: #F5D76E; }

.fill-high, .fill-danger {
  color: #fff;
  background: #FF8C00; }

.fill-critical {
  color: #fff;
  background: #EF4836; }

.fill-untested {
  color: #fff;
  background: #6B6B6B; }

.audit-ignored-label {
  color: #c0c0c0;
  border: 1px solid #c0c0c0;
  padding: 3px;
  width: 90px;
  display: block;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 10px; }

.disabled, .disabled .cvss-text {
  color: #c0c0c0; }

.disabled .risk-type, .disabled .scan-tag {
  background: #c0c0c0; }

/*# sourceMappingURL=report.css.map */
