/* @group Throbber */
.injecting * {
  opacity: 0.19;
}
.injecting::before {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 1000;
  font: 50px/50px fontello;
  text-shadow: white 0 0 2px;
  text-align: center;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
#contact_email_container {
  display: none;
  position: absolute;
  width: 500px;
  height: 5em;
  margin-top: 2px;
  padding: 0 !important;
  border: 1px solid black;
  background-color: #dee7ec;
}
div#contacts-search-wrapper > a.hiddenStructure,
form.contacts-download > input.visually-hidden {
  display: none;
}
#contacts_tables div.dataTables_wrapper {
  padding-top: 0.5em;
}
#contacts_tables table th {
  white-space: nowrap;
}
#contacts_tables h2 {
  padding: 10px 0;
}
#contacts_tables h2 small {
  font-size: 70%;
}
#contacts-export {
  margin-top: 15px;
}
#formfield-form-widgets-batch_size input {
  width: 4em;
}
.contact_thumb {
  float: left;
  height: 250px;
  width: 143px;
  margin: 0;
  padding: 0 6px 0 9px;
  text-align: center;
}
.contactcell-name {
  min-width: 200px;
}
.contactcell-name a span {
  margin-left: 0.25em;
}
.contactcell-vcard {
  text-align: center;
}
#content .contactcell-name a.link-overlay {
  border-bottom-style: none !important;
}
#content .contactcell-name a.link-overlay span {
  border-bottom: 1px dotted #205c90 !important;
}
#content a.contact_preview {
  text-decoration: none;
}
table.listing.contact-listing {
  color: #595959;
}
table.listing.contact-listing th {
  padding: 0.5em 1em;
  vertical-align: top;
}
table.listing.contact-listing a {
  text-decoration: none;
}
.searchform_field {
  display: inline-block;
  padding-right: 0.25em;
}
.searchform_field .select2-container {
  min-width: 200px;
}
.searchform_field label {
  border: 0 none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  left: 0 !important;
  margin: 0 !important;
  outline: 0 none !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 1px !important;
}
.searchform_field input {
  width: 14em !important;
}
.searchform_field select {
  width: auto;
}
.inputs input {
  margin-right: 0.25em;
}
.link-vcard {
  text-decoration: none;
}
#contact-display-portrait {
  width: 100%;
}
#contact-search-form {
  padding-top: 1em;
}
#contact-search-form .select2-choices {
  border: 1px solid #ccc;
  border-radius: 4px;
}
#contact-search-form .contact-search {
  padding-top: 1px;
  padding-bottom: 1px;
}
#contact-search-form .select2-choices input {
  background-color: #fff;
  background-image: none;
  color: #696969;
  display: block;
  font-size: 14px;
  height: 34px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
#s2id_search_name {
  min-width: 300px;
}
#s2id_search_category,
#s2id_search_group,
#s2id_search_job {
  min-width: 200px;
}
#contact-mass-all {
  display: none;
}
@media print {
  #contacts-thumbs {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .contacts-download .btn-clipboard {
    margin-top: 5px;
  }
}
/*# sourceMappingURL=contacts.css.map */