/* line 4, /app/app/assets/stylesheets/contacts.scss */
.search-contact-wrapper {
  position: relative;
}

/* line 8, /app/app/assets/stylesheets/contacts.scss */
.search-contact-reset {
  color: #d10522;
  display: block;
  font-size: 14px;
  padding: 3px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: calc(50% - 11px);
  vertical-align: middle;
  cursor: pointer;
}

/* line 21, /app/app/assets/stylesheets/contacts.scss */
.contact-content {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: #d0dae2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #d0dae2;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #d0dae2;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #d0dae2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-style: solid;
  border-top-width: 1px;
  width: 100%;
  margin: auto;
  padding: auto;
}

/* line 60, /app/app/assets/stylesheets/contacts.scss */
.contact-menu-item {
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 5px;
  padding-top: 8px;
}
/* line 72, /app/app/assets/stylesheets/contacts.scss */
.contact-menu-item a {
  color: #32465A;
  text-underline: none;
}
/* line 77, /app/app/assets/stylesheets/contacts.scss */
.contact-menu-item a:hover {
  color: green;
  text-decoration: none;
}

/* line 83, /app/app/assets/stylesheets/contacts.scss */
.contact-menu {
  border-right: 1px solid #d0dae2;
}

/* line 87, /app/app/assets/stylesheets/contacts.scss */
.contact-dpwnload {
  padding-top: 20px;
}

/* line 91, /app/app/assets/stylesheets/contacts.scss */
.contact-menu-active {
  font-weight: bolder;
  font-size: 15px;
}
