#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  #loader .load-container {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.8); }

#camera_alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: none; }
  #camera_alert .camera_alert_content {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8); }
    #camera_alert .camera_alert_content > div {
      width: 80%;
      max-width: 600px;
      padding: 30px;
      border-radius: 10px;
      background-color: white; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  align-self: center; }
  .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
  .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite; }
  .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite; }
  .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite; }
  .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite; }

#wait-container .lds-ellipsis div {
  background: #0275a8; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }
.error-badge {
  display: inline-block;
  background-color: #F44336;
  border-radius: 50%;
  color: #fff;
  padding: 0.2em;
  position: relative;
  font-weight: bold;
  font-size: 75%;
  line-height: 0.2em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline; }

.pulsate::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.125em;
  left: -0.156em;
  right: 0;
  bottom: 0;
  animation: pulse 1s ease infinite;
  border-radius: 50%;
  border: 4px double #F44336; }

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  60% {
    transform: scale(1.3);
    opacity: 0.4; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }
#debug-fixed {
 /* width: 650px;
  position: fixed;

  right: 0;
  top: 0;
  bottom: 0;*/
  font-size: 11px;
  line-height: 12px;
  height: 80%; }
  #debug-fixed pre {
    background-color: #fff;
    width: 100%;
    height: 90%;
    overflow: auto;
    display: block; }

.debug_fields {
  /* width: 200px;
   position: fixed;
   left: 0;
   bottom: 0;*/
  background-color: #fff;
  padding: 10px; }
  .debug_fields label {
    display: block !important; }

#smartwizard .nav-item {
  position: relative; }
  #smartwizard .nav-item .error-badge {
    display: none;
    position: absolute;
    top: 0.5em;
    right: 0em; }

label.d-none {
  display: inline-block !important;
  font-size: 0.7rem;
  text-transform: uppercase; }

.help-block ul {
  margin-bottom: 0 !important; }

.cam-direct-content {
  position: relative; }
  .cam-direct-content .face_bound {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url("../dist/images/face_bound.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }

.btn.disabled, .btn:disabled {
  opacity: 0.15; }

.payment-block .conditional {
  padding-left: 30px; }

#id_fund_source_wrapper .custom-control {
  flex: 1 1 40%; }

.help-list li {
  display: block;
  clear: both; }

.help-icon {
  width: 200px;
  height: 150px;
  border-radius: 32px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  display: inline-block;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  clear: both; }

.help-icon-1 {
  background-image: url("../dist/images/RULE_01.png"); }

.help-icon-2 {
  background-image: url("../dist/images/RULE_02.png"); }

.help-icon-3 {
  background-image: url("../dist/images/RULE_03.png"); }

.submit-button,
.user-register-response-box {
  display: none; }

.alert {
  height: auto;
  line-height: 1rem;
  padding: 15px 1.25rem; }

#alert-try {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: none; }
  #alert-try .alert-try-container {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: 1.4rem; }

.profile_link {
  white-space: normal; }

.form-main-title {
  font-size: 2rem; }

.form-sub-title {
  font-size: 1.25rem; }

.inlined {
  flex: 1 1 40%; }

.form-group {
  margin-bottom: 1rem; }

select.form-control:not([size]):not([multiple]),
.form-control,
.btn {
  height: calc(2.5rem + 2px); }

.form-control, .frm_form_field input[type=text],
.frm_form_field input[type=password],
.frm_form_field input[type=number],
.frm_form_field input[type=phone],
.frm_form_field input[type=email],
.frm_form_field textarea {
  line-height: 30px; }

.custom-checkbox .form-control,
.custom-radio .form-control {
  width: auto; }

.data-rep-item-count {
  border-top: solid 1px #ccc;
  padding-top: 10px; }

#bo-list {
  position: absolute;
  color: #fff;
  left: 30px;
  top: 70px;
  z-index: 3; }

.bo-content.step-content {
  padding: 20px;
  border: 0px solid #D4D4D4;
  background-color: #FFF;
  text-align: left; }

.section.section-double > .container {
  position: relative;
  z-index: 1; }

::placeholder {
  font-size: 80%;
  font-style: italic; }

@keyframes growingDots {
  0% {
    content: ''; }
  40% {
    content: '.'; }
  60% {
    content: '..'; }
  80% {
    content: '...'; }
  100% {
    content: '...'; } }
.growing_dots,
.growing_dots_small {
  font-size: 3em;
  line-height: 0.1em;
  display: inline-block; }
  .growing_dots:after,
  .growing_dots_small:after {
    display: inline-block;
    line-height: 0.1em;
    content: '';
    animation-name: growingDots;
    animation-duration: 1s;
    animation-iteration-count: infinite; }

.growing_dots_small {
  font-size: 2em; }

.text-extra-small,
.text-extra-small p {
  font-size: 12px;
  line-height: 16px; }

#aml_container {
  /***
  FORZATURE
   */ }
  #aml_container {
    color: #375370;
    font-size: 12.5px; }
  #aml_container h2 {
    text-transform: uppercase;
    display: block;
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: bold; }
  #aml_container h4 {
    font-weight: bold; }
  #aml_container h5 {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 4px; }
  #aml_container h5.label-small {
    font-size: 9px;
    font-weight: bold;
    margin-bottom: 5px; }
  #aml_container .hr {
    width: 100% !important;
    height: 1px !important;
    display: block !important;
    border: 0px !important;
    background-color: #d8dfe7 !important;
    border-color: #d8dfe7 !important; }
  #aml_container p {
    margin: 0 0 0 0; }
  #aml_container b {
    margin: 0 0 0 0; }
  #aml_container .text-uppercase {
    text-transform: uppercase; }
  #aml_container .list-simple {
    list-style: none; }
  #aml_container .spacer {
    display: block;
    clear: both;
    overflow: hidden;
    height: 12px;
    width: 100%; }
  #aml_container .pdf-body p {
    margin: 0 0 20px 0; }
  #aml_container .pdf-body {
    line-height: 1.5; }
  #aml_container .pdf-body h3, #aml_container .pdf-body h4 {
    margin: 0 0 0 0; }
  #aml_container .pdf-body h4 {
    font-size: 12.7px; }
  #aml_container .pdf-body ul {
    margin-top: 0px;
    margin-bottom: 20px; }
  #aml_container .pdf-body ol ul, #aml_container .pdf-body ul ul {
    margin-top: 0px;
    margin-bottom: 0px !important; }
  #aml_container .pdf-container {
    overflow: hidden;
    display: block;
    clear: both;
    padding-bottom: 20px; }
  #aml_container .pdf-image {
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 1px solid #dee1e4; }
  #aml_container .pdf-image-src img {
    width: 98px;
    height: 98px;
    float: left; }
  #aml_container .pdf-header {
    float: right;
    width: 570px; }
  #aml_container .pdf-simple-row {
    overflow: hidden;
    display: block;
    clear: both;
    margin-bottom: 6px; }
  #aml_container .pdf-simple-col-title {
    float: left;
    width: 25%;
    text-align: right;
    font-weight: bold;
    color: #96a5b5;
    font-size: 11px; }
  #aml_container .pdf-simple-col-text {
    float: right;
    width: 70%;
    font-size: 11px; }
  #aml_container .pdf-report-row {
    overflow: hidden;
    display: block;
    clear: both;
    margin-bottom: 7px; }
  #aml_container .pdf-report-row-simple {
    margin-bottom: 4px; }
  #aml_container .pdf-report-col-title {
    float: left;
    width: 42%;
    text-align: right;
    font-weight: bold;
    color: #96a5b5;
    font-size: 11px; }
  #aml_container .pdf-report-col-text {
    float: right;
    width: 53%;
    font-size: 11px; }
  #aml_container .pdf-report-col-full, #aml_container .pdf-report-col-half {
    overflow: hidden;
    position: relative;
    z-index: 0; }
  #aml_container .pdf-report-col-half {
    width: 48.5%;
    float: left; }
  #aml_container .pdf-report-col-half-right {
    width: 48.5%;
    float: right; }
  #aml_container .table-center {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-image: none;
    height: 26px;
    font-size: 11px;
    font-weight: bold; }
  #aml_container .table-center tr {
    height: 26px; }
  #aml_container .table-center td {
    height: 26px;
    text-align: right; }
  #aml_container .pdf-report-col-label {
    width: 150px;
    text-align: right;
    box-sizing: border-box;
    float: left;
    position: relative;
    z-index: 0;
    font-size: 9px;
    font-weight: bold; }
  #aml_container .pdf-report-col-label-text {
    font-size: 9px; }
  #aml_container .pdf-report-col-input-wrapper {
    float: right;
    margin-left: 10px; }
  #aml_container .pdf-report-col-input {
    background-color: #f4f8fb;
    background-color: #ffffff;
    border-radius: 5px;
    /* box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15); */
    padding: 6px 10px 6px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    width: 100%;
    display: block;
    font-size: 10px; }
  #aml_container .text-center {
    text-align: center; }
  #aml_container .pdf-report-submary {
    background-color: #f4f8fb;
    padding: 15px 10px 10px 10px;
    border-radius: 5px;
    width: 50%;
    float: left;
    /* box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15); */ }
  #aml_container .pdf-report-levels {
    width: 44%;
    float: right;
    overflow: hidden; }
  #aml_container .box-level {
    background-color: #f4f8fb;
    padding: 9px 10px 9px 10px;
    border-radius: 5px;
    /* box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15); */
    overflow: hidden;
    display: block;
    clear: both;
    margin-bottom: 12px; }
  #aml_container .box-full {
    background-color: #f4f8fb;
    padding: 9px 10px 9px 10px;
    border-radius: 5px;
    /* box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15); */
    overflow: hidden;
    display: block;
    clear: both;
    margin-bottom: 12px;
    width: 100%; }
  #aml_container .box-full img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #aml_container .box-full-img {
    width: 320px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px; }
  #aml_container .box-level-row {
    overflow: hidden;
    display: block;
    clear: both; }
  #aml_container .box-level-col-title {
    font-size: 10px;
    width: 50%;
    float: left;
    text-align: right;
    margin-top: 3px; }
  #aml_container .box-level-col-title p {
    margin: 0 0 0 0; }
  #aml_container .box-level-col-percent {
    font-weight: bold;
    width: 40%;
    float: right;
    overflow: hidden; }
  #aml_container .box-level-percent-dot-wrapper {
    overflow: hidden; }
  #aml_container .box-level-percent-dot-wrapper table {
    margin: -1px 0 0 0;
    padding: 0;
    background: none;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-image: none;
    width: 100%; }
  #aml_container .box-level-percent-dot-wrapper svg {
    float: right;
    display: block;
    width: 28px;
    height: 28px; }
  #aml_container .box-level-percent {
    font-size: 27px;
    line-height: 1;
    font-weight: bold; }
  #aml_container .dot-large-green {
    width: 27%;
    height: 29px;
    border-radius: 15px;
    background-color: #27a736;
    display: block;
    float: right;
    margin-left: 30px; }
  #aml_container .dot-large-yellow {
    width: 27%;
    height: 29px;
    border-radius: 15px;
    background-color: #ffe91e;
    display: block;
    float: right;
    margin-left: 30px; }
  #aml_container .dot-large-orange {
    width: 27%;
    height: 29px;
    border-radius: 15px;
    background-color: #ec963c;
    display: block;
    float: right;
    margin-left: 30px; }
  #aml_container .dot-large-red {
    width: 27%;
    height: 29px;
    border-radius: 15px;
    background-color: #e94e2b;
    display: block;
    float: right;
    margin-left: 30px; }
  #aml_container .pdf-title-main {
    background-color: #d8dfe7;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: -100px;
    margin-right: -100px; }
  #aml_container .pdf-title-section {
    font-size: 14px;
    text-transform: uppercase;
    margin-left: -100px;
    margin-right: -100px;
    text-align: center;
    font-weight: normal !important;
    position: relative;
    z-index: 0;
    margin-bottom: 10px; }
  #aml_container .pdf-title-section-title {
    font-weight: bold !important;
    position: relative;
    z-index: 1;
    margin-top: -12px;
    background-color: #ffffff;
    display: inline !important;
    width: 270px !important;
    margin-left: auto;
    margin-right: auto; }
  #aml_container .line {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 1px;
    margin-top: 30px;
    background-color: #375370;
    display: block; }
  #aml_container .pdf-report-checkbox {
    float: left;
    width: 35px; }
  #aml_container .pdf-report-checkbox-label {
    float: left;
    padding-top: 6px;
    font-size: 11px;
    padding-right: 20px;
    display: inline;
    width: 30px; }
  #aml_container .pdf-report-row-checks .pdf-report-checkbox-label {
    width: 200px !important; }
  #aml_container .pdf-report-row-checks .pdf-report-col-half {
    width: 40%;
    float: left; }
  #aml_container .pdf-report-row-checks .pdf-report-col-half-right {
    width: 50%;
    float: left;
    margin-left: 3%; }
  #aml_container .pdf-report-row-checks .pdf-report-col-full .pdf-report-checkbox-label {
    width: 620px !important; }
  #aml_container .pdf-report-row-checks .pdf-report-col-half-right .pdf-report-checkbox-label {
    width: 270px !important; }
  #aml_container .pdf-report-checkbox-wrapper {
    overflow: hidden; }
  #aml_container .pdf-report-main-col {
    width: 57%;
    float: left;
    border-right: 1px solid #d8dfe7;
    padding-right: 3%; }
  #aml_container .pdf-report-aside-col {
    width: 37%;
    float: right;
    padding-bottom: 30px; }
  #aml_container .pdf-title-section-secondary {
    background-color: #375370;
    margin-left: -60px;
    padding-top: 7px;
    padding-bottom: 7px; }
  #aml_container .pdf-title-section-secondary h5 {
    float: left;
    width: 50%;
    margin: 0 0 0 60px !important;
    text-transform: uppercase; }
  #aml_container .pdf-title-section-secondary p {
    float: right;
    display: block;
    text-align: right;
    margin: 0 20px 0 0 !important; }
  #aml_container .pdf-title-section-secondary h5, #aml_container .pdf-title-section-secondary p {
    color: #f4f8fb;
    font-weight: bold;
    font-size: 11px; }
  #aml_container .table-data {
    font-weight: bold;
    font-size: 8.7px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-image: none; }
  #aml_container .table-data tr td {
    padding-top: 5px;
    padding-bottom: 5px; }
  #aml_container .table-data-col-01 {
    width: 215px;
    text-align: right; }
  #aml_container .table-data-col-02 {
    width: 40px;
    text-align: right; }
  #aml_container .table-data-col-03 {
    width: 142px;
    text-align: right; }
  #aml_container .table-data-col-04 {
    width: 18px;
    text-align: right; }
  #aml_container .actions {
    padding-left: 20px;
    padding-top: 10px; }
  #aml_container .actions h5 {
    font-size: 11px;
    font-weight: bold; }
  #aml_container .actions ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 10px; }
  #aml_container .signature {
    border-bottom: 1px solid #b4cddc;
    height: 25px; }
  #aml_container .pdf-header-new {
    text-align: right;
    font-size: 10px; }
  #aml_container .pdf-header-new-row {
    margin: 0 0 4px 0; }
  #aml_container .pdf-header-new-row span {
    color: #84909d;
    font-weight: bold;
    margin-left: 10px;
    display: inline-block; }
  #aml_container .pdf-report-row > div {
    display: flex; }

@media (max-width: 500px) {
  h1 {
    font-size: 2rem; } }
.cam-direct .cam-direct-content {
  overflow: visible; }

.snapshot {
  overflow: visible;
  width: 190px;
  height: auto;
  border-radius: 0%; }

.user-images {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px; }
  .user-images .user-image, .user-images .empty-user-image {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    line-height: 80px;
    margin-right: 2px; }
  .user-images .user-image {
    background-color: #535353;
    border: solid 3px #535353;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  .user-images .empty-user-image {
    border: dashed 3px #ccc;
    font-size: 10px;
    text-align: center;
    line-height: 80px; }

.empty-border {
  border: dashed 3px #ccc;
  font-size: 10px;
  text-align: center;
  padding: 15px 30px;
  margin-bottom: 15px;
  border-radius: 4px; }

.unconfirmed-bo {
  border-radius: 4px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 15px; }
  .unconfirmed-bo .unconfirmed-label {
    font-size: 10px;
    font-style: italic;
    display: block; }

/***
==========================REPORT
 */
#report_container * {
  box-sizing: border-box; }
#report_container body {
  background-color: #ffffff;
  color: #375370;
  font-size: 12.5px; }
#report_container h2 {
  text-transform: uppercase;
  display: block;
  font-size: 17px;
  margin-bottom: 0px; }
#report_container h5 {
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 4px; }
#report_container h5.label-small {
  font-size: 9px;
  font-weight: bold;
  margin-bottom: 5px; }
#report_container .hr {
  width: 100% !important;
  height: 1px !important;
  display: block !important;
  border: 0px !important;
  background-color: #d8dfe7 !important;
  border-color: #d8dfe7 !important; }
#report_container p {
  margin: 0 0 0 0; }
#report_container b {
  margin: 0 0 0 0; }
#report_container .text-uppercase {
  text-transform: uppercase; }
#report_container .list-simple {
  list-style: none; }
#report_container .spacer {
  display: block;
  clear: both;
  overflow: hidden;
  height: 12px;
  width: 100%; }
#report_container .pdf-body p {
  margin: 0 0 20px 0; }
#report_container .pdf-body {
  line-height: 1.5; }
#report_container .pdf-body h3, #report_container .pdf-body h4 {
  margin: 0 0 0 0; }
#report_container .pdf-body h4 {
  font-size: 12.7px; }
#report_container .pdf-body ul {
  margin-top: 0px;
  margin-bottom: 20px; }
#report_container .pdf-body ol ul, #report_container .pdf-body ul ul {
  margin-top: 0px;
  margin-bottom: 0px !important; }
#report_container .pdf-body-small {
  font-size: 70% !important; }
#report_container .pdf-body-small h5 {
  font-size: 10px !important;
  font-weight: bold;
  margin: 0 0 0 0 !important; }
#report_container .pdf-body-small p {
  margin: 0 0 5px 0; }
#report_container .pdf-container {
  overflow: hidden;
  display: block;
  clear: both;
  padding-bottom: 20px; }
#report_container .pdf-image {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: 1px solid #dee1e4; }
#report_container .pdf-header {
  float: right;
  width: 570px; }
#report_container .pdf-simple-row {
  overflow: hidden;
  display: block;
  clear: both;
  margin-bottom: 6px; }
#report_container .pdf-simple-col-title {
  float: left;
  width: 25%;
  text-align: right;
  font-weight: bold;
  color: #96a5b5;
  font-size: 11px; }
#report_container .pdf-simple-col-text {
  float: right;
  width: 70%;
  font-size: 11px; }
#report_container .pdf-report-row {
  overflow: hidden;
  display: block;
  clear: both;
  margin-bottom: 7px; }
#report_container .pdf-report-row-simple {
  margin-bottom: 4px; }
#report_container .pdf-report-col-title {
  float: left;
  width: 42%;
  text-align: right;
  font-weight: bold;
  color: #96a5b5;
  font-size: 11px; }
#report_container .pdf-report-col-text {
  float: right;
  width: 53%;
  font-size: 11px; }
#report_container .pdf-report-col-full, #report_container .pdf-report-col-half {
  overflow: hidden;
  position: relative;
  z-index: 0; }
#report_container .pdf-report-col-half {
  width: 48.5%;
  float: left; }
#report_container .pdf-report-col-half-right {
  width: 48.5%;
  float: right; }
#report_container .tw100 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  #report_container .tw100 td {
    width: 50%; }
#report_container .table-center {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
  height: 26px;
  font-size: 11px;
  font-weight: bold; }
#report_container .table-center tr {
  height: 26px; }
#report_container .table-center td {
  height: 26px;
  text-align: right; }
#report_container .pdf-report-col-label {
  width: 150px;
  text-align: right;
  box-sizing: border-box;
  float: left;
  position: relative;
  z-index: 0;
  font-size: 9px;
  font-weight: bold; }
#report_container .pdf-report-col-label-large {
  width: 400px; }
#report_container .pdf-report-col-label-text {
  font-size: 9px; }
#report_container .pdf-report-col-input-wrapper {
  float: left;
  margin-left: 10px; }
#report_container .pdf-report-col-input {
  background-color: #f4f8fb;
  border-radius: 5px;
  /* box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15); */
  padding: 6px 10px 6px 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  width: 100%;
  display: block;
  font-size: 10px; }
#report_container .text-center {
  text-align: center; }
#report_container .pdf-report-submary {
  background-color: #f4f8fb;
  padding: 15px 10px 10px 10px;
  border-radius: 5px;
  width: 50%;
  float: left;
  /* box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15); */ }
#report_container .pdf-report-submary-large {
  width: 60%; }
#report_container .pdf-report-levels {
  width: 44%;
  float: right;
  overflow: hidden; }
#report_container .pdf-report-levels-small {
  width: 34%; }
#report_container .box-level {
  background-color: #f4f8fb;
  padding: 9px 10px 9px 10px;
  border-radius: 5px;
  /* box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15); */
  overflow: hidden;
  display: block;
  clear: both;
  margin-bottom: 12px; }
#report_container .box-full {
  background-color: #f4f8fb;
  padding: 9px 10px 9px 10px;
  border-radius: 5px;
  /* box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15); */
  overflow: hidden;
  display: block;
  clear: both;
  margin-bottom: 12px;
  width: 100%; }
#report_container .box-full img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; }
#report_container .box-full-img {
  width: 320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px; }
#report_container .box-level-row {
  overflow: hidden;
  display: block;
  clear: both; }
#report_container .box-level-row-color {
  background-color: #f4f8fb;
  padding: 20px; }
#report_container .box-level-row-padding {
  padding: 0 20px 0 20px; }
#report_container .box-level-col-title {
  font-size: 10px;
  width: 50%;
  float: left;
  text-align: right;
  margin-top: 3px; }
#report_container .box-level-row-color .box-level-col-title {
  font-size: 12px; }
#report_container .box-level-col-title-value {
  width: 65%; }
#report_container .box-level-col-title p {
  margin: 0 0 0 0; }
#report_container .box-level-col-percent {
  font-weight: bold;
  width: 40%;
  float: right;
  overflow: hidden; }
#report_container .box-level-col-percent-value {
  width: 25%; }
#report_container .box-level-percent-dot-wrapper {
  overflow: hidden; }
#report_container .box-level-percent-dot-wrapper table {
  margin: -1px 0 0 0;
  padding: 0;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
  width: 100%; }
#report_container .box-level-percent-dot-wrapper svg {
  float: right;
  display: block;
  width: 28px;
  height: 28px; }
#report_container .box-level-percent {
  font-size: 27px;
  line-height: 1;
  font-weight: bold; }
#report_container .box-level-row-color .box-level-percent {
  font-size: 35px; }
#report_container .box-level-row-color .box-level-percent-dot-wrapper svg {
  width: 32px;
  height: 32px; }
#report_container .box-level-value {
  width: 30px; }
#report_container .dot-large-green {
  width: 27%;
  height: 29px;
  border-radius: 15px;
  background-color: #27a736;
  display: block;
  float: right;
  margin-left: 30px; }
#report_container .dot-large-yellow {
  width: 27%;
  height: 29px;
  border-radius: 15px;
  background-color: #ffe91e;
  display: block;
  float: right;
  margin-left: 30px; }
#report_container .dot-large-orange {
  width: 27%;
  height: 29px;
  border-radius: 15px;
  background-color: #ec963c;
  display: block;
  float: right;
  margin-left: 30px; }
#report_container .dot-large-red {
  width: 27%;
  height: 29px;
  border-radius: 15px;
  background-color: #e94e2b;
  display: block;
  float: right;
  margin-left: 30px; }
#report_container .pdf-title-main {
  background-color: #d8dfe7;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: -100px;
  margin-right: -100px; }
#report_container .pdf-title-section {
  font-size: 14px;
  text-transform: uppercase;
  /*margin-left: -100px;
  margin-right: -100px;*/
  text-align: center;
  font-weight: normal !important;
  position: relative;
  z-index: 0;
  margin-bottom: 10px; }
#report_container .pdf-title-section-02 {
  background-color: #375370;
  margin: 20px 0 20px 0;
  padding-top: 3px;
  padding-bottom: 3px; }
#report_container .pdf-title-section-02 h5 {
  margin: 0 !important;
  text-align: left !important;
  margin-left: 100px;
  color: #ffffff;
  font-weight: bold !important;
  padding-left: 15px; }
#report_container .pdf-title-section-title {
  font-weight: bold !important;
  position: relative;
  z-index: 1;
  margin-top: -12px;
  background-color: #ffffff;
  display: inline !important;
  width: 270px !important;
  margin-left: auto;
  margin-right: auto; }
#report_container .line {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background-color: #375370;
  display: block; }
#report_container .pdf-report-checkbox {
  float: left;
  width: 35px; }
#report_container .pdf-report-checkbox-label {
  float: left;
  padding-top: 6px;
  font-size: 11px;
  padding-right: 20px;
  display: inline;
  width: 30px; }
#report_container .pdf-report-row-checks .pdf-report-checkbox-label {
  width: 200px !important; }
#report_container .pdf-report-row-checks .pdf-report-col-half {
  width: 40%;
  float: left; }
#report_container .pdf-report-row-checks .pdf-report-col-half-right {
  width: 50%;
  float: left;
  margin-left: 3%; }
#report_container .pdf-report-row-checks .pdf-report-col-full .pdf-report-checkbox-label {
  width: 620px !important; }
#report_container .pdf-report-row-checks .pdf-report-col-half-right .pdf-report-checkbox-label {
  width: 270px !important; }
#report_container .pdf-report-checkbox-wrapper {
  overflow: hidden; }
#report_container .pdf-report-main-col {
  width: 57%;
  float: left;
  border-right: 1px solid #d8dfe7;
  padding-right: 3%; }
#report_container .pdf-report-aside-col {
  width: 37%;
  float: right;
  padding-bottom: 30px; }
#report_container .pdf-title-section-secondary {
  background-color: #375370;
  margin-left: -60px;
  padding-top: 7px;
  padding-bottom: 7px; }
#report_container .pdf-title-section-secondary h5 {
  width: 50%;
  margin: 0 0 0 60px !important;
  text-transform: uppercase;
  padding-left: 15px; }
#report_container .pdf-title-section-secondary p {
  float: right;
  display: block;
  text-align: right;
  margin: 0 20px 0 0 !important; }
#report_container .pdf-title-section-secondary h5, #report_container .pdf-title-section-secondary p {
  color: #f4f8fb;
  font-weight: bold;
  font-size: 11px; }
#report_container .table-data {
  font-weight: bold;
  font-size: 8.7px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none; }
#report_container .table-data tr td {
  padding-top: 5px;
  padding-bottom: 5px; }
#report_container .table-data-col-01 {
  width: 215px;
  text-align: right; }
#report_container .table-data-col-01-sublevel {
  font-weight: normal !important;
  font-size: 8px; }
#report_container .table-data-col-02 {
  width: 18px;
  text-align: right; }
#report_container .table-data-col-03 {
  width: 142px;
  text-align: right; }
#report_container .table-data-col-04 {
  width: 18px;
  text-align: right; }
#report_container .table-data-col-title {
  background-color: #f4f8fb; }
#report_container .actions {
  padding-left: 20px;
  padding-top: 10px; }
#report_container .actions h5 {
  font-size: 11px;
  font-weight: bold; }
#report_container .actions ul {
  padding: 0 0 0 12px;
  margin: 0;
  font-size: 9px; }
#report_container .actions ul li {
  padding-bottom: 3px; }
#report_container .signature {
  border-bottom: 1px solid #b4cddc;
  height: 25px; }
#report_container .pdf-header-new {
  text-align: right;
  font-size: 10px; }
#report_container .pdf-header-new-row {
  margin: 0 0 4px 0; }
#report_container .pdf-header-new-row span {
  color: #84909d;
  font-weight: bold;
  margin-left: 10px;
  display: inline-block; }
#report_container .table-small {
  font-size: 9px;
  text-align: left !important;
  border-top: 1px solid #d8dfe7;
  border-bottom: 1px solid #d8dfe7;
  padding-top: 10px;
  padding-bottom: 10px; }
#report_container .table-small th {
  padding: 5px 5px 5px 5px;
  text-align: left !important; }
#report_container .table-small td {
  padding: 5px 5px 5px 5px;
  text-align: left !important;
  vertical-align: top; }
#report_container .table-small td.text-center {
  text-align: center !important; }
#report_container .actions-list {
  list-style: circle !important;
  padding-left: 20px;
  list-style-type: circle !important; }

#engagement_container h2, #engagement_container h3 {
  color: #0069ca;
  font-weight: bold; }
#engagement_container p {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: justify; }
#engagement_container p span {
  color: #000;
  text-decoration: underline;
  white-space: nowrap; }

.pdf-f-image {
  width: 190px;
  height: auto; }

.doc-history {
  display: block;
  margin: 5px 0;
  border-radius: 6px;
  border: solid 1px #e2e2e2;
  padding: 15px; }
  .doc-history h4 {
    font-size: 14px;
    font-weight: bold; }
  .doc-history ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .doc-history ul li {
      display: block;
      border-top: solid 1px #e2e2e2;
      padding: 3px 0;
      font-size: 12px; }
    .doc-history ul a {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 10px;
      display: inline-block;
      margin-left: 10px; }

.mNeg1 {
  margin-top: -30px; }

/*# sourceMappingURL=addOns.css.map */
