li {
  list-style: none;
  display: block; }

ul {
  padding-left: 0; }

@charset "UTF-8";
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

span.twitter-typeahead {
  width: 100%; }

.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px; }

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important; }

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0; }

.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.input-group.input-group-sm span.twitter-typeahead {
  height: 30px; }

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important; }

.input-group.input-group-lg span.twitter-typeahead {
  height: 46px; }

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  body.blank-template {
    padding-top: 0; }

.alert-field-error {
  display: none; }

.container.public .main, .container.user-reset .main, .container.user-reset-with-token .main, .container[class*=':new'] .main, .container[class*=':edit'] .main {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  left: calc(25% - 25px + 20px);
  position: relative; }

.container.registry {
  padding-left: 0;
  width: auto; }

h2 + h4 {
  margin: 1em 0 0.5em 0; }

h4 + form {
  padding-top: 1em;
  border-top: 1px solid #cccccc; }

.user-icon {
  margin: 0 0.25em; }

.dropdown-toggle:hover .user-icon-path {
  fill: #ffffff; }

aside {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px; }
  aside h5 {
    font-weight: 700; }

article {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }
  article::after {
    clear: both;
    content: "";
    display: block; }

h5.validated {
  font-weight: 800; }

.list-item {
  position: relative; }
  .list-item:after {
    content: "";
    display: table;
    clear: both; }
  .list-item p:first-of-type {
    font-size: 1.25em;
    font-weight: bold; }
    .list-item p:first-of-type.description {
      font-weight: 300; }
  .list-item h5 {
    font-weight: bold; }

.icon-align {
  display: inline-block;
  padding: 0 0.25em; }
  .icon-align svg {
    vertical-align: text-top;
    margin-top: 0.15em; }

.bad-given-number {
  color: red; }
  .bad-given-number svg {
    fill: red; }

#loader {
  font-weight: 700;
  color: #005ae5; }
  #loader svg path, #loader svg rect {
    fill: #005ae5; }

.loader-group svg, .loader-group * {
  vertical-align: middle; }

.page-header {
  position: relative; }
  .page-header:after {
    content: "";
    display: table;
    clear: both; }
  .page-header > h3 {
    margin-top: 0; }
    .page-header > h3 + h1 {
      margin: 0.25em 0; }
  .page-header .block {
    display: inline-block;
    margin: 0.55em 0.75em; }
    .page-header .block.verified {
      color: green;
      font-weight: 700;
      padding: 0 0.25em; }
      .page-header .block.verified svg {
        vertical-align: text-top; }
  .page-header .tag-id {
    display: inline-block;
    float: right;
    margin-top: 0.55em; }
    .page-header .tag-id .id-label {
      font-weight: 700; }
    .page-header .tag-id .id-value {
      font-family: monospace;
      padding: 0.5em;
      background-color: #e0ffc7; }

.action-link {
  font-weight: 500; }

.malware-threat,
.registration-application {
  padding: 0.5em;
  margin-bottom: 1em; }
  .malware-threat.active,
  .registration-application.active {
    background-color: #ffe5dd; }
  .malware-threat.expired,
  .registration-application.expired {
    background-color: #eeeeee;
    color: #999999; }
  .malware-threat.verified,
  .registration-application.verified {
    background-color: #bef9be; }

section.corporate-numbers {
  border-top: 1px solid #ccc; }

.response-area h5 {
  font-weight: 700; }
  .response-area h5.success {
    color: green; }
  .response-area h5.partial {
    color: #FFB800; }
  .response-area h5.failed {
    color: red; }

.response-area .tincheck-response {
  margin-bottom: 1em; }
  .response-area .tincheck-response tr.failure {
    color: red; }

.hud {
  position: relative; }
  .hud:after {
    content: "";
    display: table;
    clear: both; }
  .hud dl {
    width: auto; }

.list-item.registration-application dl,
.list-item.malware-threat .hud dl {
  width: 25%;
  margin-right: 0; }

dl {
  float: left;
  margin-right: 3em;
  width: 13em; }

.main dl {
  width: auto; }

.commands {
  position: relative;
  margin: 0.5em 0; }
  .commands:after {
    content: "";
    display: table;
    clear: both; }

.form-group .description {
  font-size: 12px;
  margin-top: 0.25em;
  display: block; }

.form-group[id*=other] {
  display: none; }

.form-group.error input[type=text],
.form-group.error input[type=password],
.form-group.error textarea,
.form-group.error select {
  border-color: red; }

.form-group.error li.error {
  color: red;
  font-weight: 600; }

.form-group.boolean-field {
  position: relative; }
  .form-group.boolean-field:after {
    content: "";
    display: table;
    clear: both; }
  .form-group.boolean-field label {
    width: 100%; }
  .form-group.boolean-field input[type=checkbox] {
    float: left;
    width: auto;
    margin: 0.25em 0.75em 0 0;
    height: auto; }
  .form-group.boolean-field .description {
    float: left;
    font-size: 14px;
    display: inline; }

.form-group.field-list .form-control {
  height: auto;
  padding: 0; }
  .form-group.field-list .form-control li {
    border-bottom: 1px solid #ccc;
    padding-left: 0.5em; }
    .form-group.field-list .form-control li input {
      border: 0;
      height: 2em;
      width: 85%; }

.form-group.model-field-list {
  position: relative;
  min-height: 16em; }
  .form-group.model-field-list:after {
    content: "";
    display: table;
    clear: both; }
  .form-group.model-field-list ul {
    margin-left: 0;
    padding-left: 0;
    position: relative; }
    .form-group.model-field-list ul:after {
      content: "";
      display: table;
      clear: both; }
    .form-group.model-field-list ul li {
      position: relative; }
      .form-group.model-field-list ul li:after {
        content: "";
        display: table;
        clear: both; }
  .form-group.model-field-list .form-control {
    border: 0; }
    .form-group.model-field-list .form-control label {
      display: none; }

footer {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }
  footer::after {
    clear: both;
    content: "";
    display: block; }
  footer section.footer {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }

.user-dashboard section::after {
  clear: both;
  content: "";
  display: block; }

.card-list {
  width: calc(41.66667% - 28.33333px);
  float: left;
  margin-left: 20px;
  margin-left: 0; }

.card {
  position: relative; }
  .card .threat-id {
    font-weight: 700; }
  .card .threat-metadata {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    font-size: 0.875em;
    font-weight: 600;
    color: #b4a4a4; }

span.twitter-typeahead {
  width: auto;
  float: right;
  margin-right: 2em; }
  span.twitter-typeahead .tt-menu {
    font-size: 1.2em; }

.search-icon {
  position: absolute;
  top: -1em;
  right: 0; }
  .search-icon:after {
    transform: rotate(45deg);
    display: block;
    content: "\26B2";
    font-size: 2.5em;
    color: #cccccc; }

.tt-input,
.tt-hint {
  font-size: 1.2em;
  border-style: none;
  border-width: 0;
  width: 100%; }

.tt-input {
  border-bottom: 2px solid #cccccc; }

#search-bar {
  width: 30rem; }

.tincheck-response {
  width: 100%;
  position: relative; }

#registry-lookup-form #search-bar {
  margin-bottom: 0.5em; }

#response-area {
  position: relative;
  min-height: 10em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0;
  margin: 1em 0; }
  #response-area:after {
    content: "";
    display: table;
    clear: both; }

li.certification {
  margin: 0 0 10px 0; }

ul.cert-quals {
  padding-left: 1.25em; }
  ul.cert-quals li.qual {
    list-style: disc;
    display: list-item; }

ul.achievement-quals {
  padding-left: 1.25em; }
  ul.achievement-quals li.qual {
    list-style: '– ';
    display: list-item; }

li.attachment {
  position: relative; }
  li.attachment:after {
    content: "";
    display: table;
    clear: both; }
  li.attachment img {
    max-width: 12em;
    max-height: 12em;
    float: left;
    margin-right: 1em; }

.fileinput .name-placeholder {
  position: absolute;
  top: 0;
  left: 200px;
  padding: 0.5em 0 0 0.625em; }

#comments-container {
  margin-top: 2em; }

h4.heavier {
  font-weight: 800; }

li.comment {
  border-top: 1px solid #ccc;
  padding: 0.5em 0; }
  li.comment .comment-body {
    font-size: 1em; }
  li.comment .meta {
    font-size: 0.875em;
    font-weight: 600;
    color: #aaa; }
  li.comment.comment-reply {
    border-top: 0; }
  li.comment[data-level="1"] {
    padding-left: 1.5em; }
  li.comment[data-level="2"] {
    padding-left: 3em; }
  li.comment[data-level="3"] {
    padding-left: 4.5em; }
  li.comment[data-level="4"] {
    padding-left: 6em; }
  li.comment[data-level="5"] {
    padding-left: 7.5em; }
  li.comment[data-level="6"] {
    padding-left: 9em; }
  li.comment[data-level="7"] {
    padding-left: 10.5em; }
  li.comment[data-level="8"] {
    padding-left: 12em; }
  li.comment .moderation-msg {
    font-weight: 600;
    color: #D9A4A7; }
  li.comment .commands .moderate-comment {
    color: red; }

.em-space {
  width: 1em;
  text-align: center; }

.comment-body-container [contenteditable="true"] {
  outline: 0px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0.125em 0.25em 1.25em 0.25em; }
  .comment-body-container [contenteditable="true"]:focus {
    border: 1px solid lightblue; }

ol.usage-rules {
  padding-left: 0; }
  ol.usage-rules li {
    display: list-item;
    counter-increment: step-counter;
    padding-left: 1.625em;
    margin-bottom: 0.825em; }
    ol.usage-rules li:before {
      content: counter(step-counter) ".";
      position: absolute;
      left: 0em; }

.upcase {
  text-transform: uppercase; }
