.vin-form-table {
  margin-top: 5px;
  margin-left: 27px;
  padding: 4px 4px 8px 4px;
  width: 96.5%;
}

.vin-form-table tr>td:nth-child(1) {
  text-align: right;
  padding-right: 5px;
  width: 110px;
}

.vin-form-table tr>td {
  padding-top: 4px;
  padding-bottom: 4px;
}

#vin-fields-table select,
#bottom_table select {
  width: 260px;
}

#vin-search {
  margin-top: 5px;
  margin-left: 27px;
  padding: 4px 4px 0px 4px;
  width: 96.5%;
}

#vin-search strong>label {
  font-size: 16px;
}

#vin-fields-table {
  border: 1px solid #AAAAAA;
}

.loader {
  width: 13px;
  height: 13px;
  margin-right: 4px;
  margin-top: 4px;
  vertical-align: middle;
  float: right;
  display: none;
}

.vin-form-table label {
  font-size: 11px;
  line-height: 11px;
}

#complete {
  font-size: 12px;
  text-align: center;
}
.pii-mask {
  cursor: pointer;
  border-bottom: 1px dotted #888;
}

.pii-mask .pii-mask-value {
  display: none;
}

.pii-mask.revealed .pii-mask-dots {
  display: none;
}

.pii-mask.revealed .pii-mask-value {
  display: inline;
}

.pii-mask:focus {
  outline: 2px solid #4a90d9;
  outline-offset: 2px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *






 */

.personal table.full_width_table {
  width: 100%;
}

.personal tbody.formatted_body td {
  vertical-align: text-top;
}

.personal tbody.formatted_body > tr > td:first-child {
  text-align: right;
  padding: 5px 3px 5px 2px;
}

.personal tbody.formatted_body > tr > td:last-child {
  text-align: left;
  padding: 3px;
}

.personal table.formatted_subtable td {
  padding-right: 4px;
}

.personal table.formatted_subtable td label {
  font-size: small;
  display: block;
  padding: 0;
  margin: 0;
}

.personal table.option_subtable {
  font-size: small;
}

.personal table.option_subtable td {
  vertical-align: middle;
  padding: 2px 4px 1px 0;
}
