#member_zone_hyperlink_list a {
  color: #666666;
}

#member_zone_hyperlink_list a:hover {
  text-decoration: none;
}

#member_zone_hyperlink_list div {
  border-top: 1px solid #c9c9c9;
  padding: 0.5rem 0rem;
}

#member_zone_hyperlink_list div.selected {
  color: #d3b061;
}

.no-decoration {
  color: inherit;
}
.no-decoration:hover {
  color: inherit;
  text-decoration: none;
}

.grey_pill {
  border-radius: 24px;
  padding: 0.5rem 2rem;
  background-color: #f0f0f0;
}

.dark_grey_pill {
  border-radius: 24px;
  padding: 0.5rem 2rem;
  background-color: #b3b3b3;
}

.dark_grey_pill_np {
  border-radius: 24px;
  background-color: #b3b3b3;
}

.fading_main_theme_pill {
  border-radius: 24px;
  padding: 0.5rem 2rem;
  background-color: #f7f0e0;
}

.fading_secondary_theme_pill {
  border-radius: 24px;
  padding: 0.5rem 2rem;
  background-color: #dfe8f1;
}

.pill_border_radius {
  border-radius: 24px;
}

.img_box {
  border: 1px solid #c6c6c6;
  padding: 0.5rem;
  border-radius: 8px;
}

#member_nav_bar {
  min-height: 800px;
}

.member_table thead tr th,
.member_contact_table thead tr th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.member_table tbody tr td,
.member_contact_table tbody tr td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
}

.item_box_2 {
  min-height: 400px;
}

.modal {
  z-index: 100000 !important;
}

.modal-content {
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0px 0px 15px #666666;
}

.modal_extra_inner_padding {
  padding: 2rem;
}

#progress-container {
  -webkit-box-shadow: none;
  box-shadow: inset none;
  display: none;
}

#avatar-drop_zone,
#card-drop_zone {
  border: 2px dashed #bbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-top: 60px;
  text-align: center;
  font: 20pt bold "Helvetica";
  color: #bbb;
  height: 140px;
  width: 140px;
}

#avatar-media,
#card-media {
  max-height: 200px;
  max-width: 700px;
}

.input-group .btn-block.btn-info {
  width: 140px;
  height: 38px;
}

.date-picker {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.search-bar .input-group-text {
  background-color: transparent;
}
.search-bar .form-control {
  height: calc(1em + 0.75rem + 2px);
}
.search-bar input.form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.extra_member_table {
  width: 100%;
}

.extra_member_table thead tr th {
  color: #d3b061;
  padding-left: 1rem;
}

.extra_member_table thead tr th:nth-child(6) {
  text-align: center;
}

.extra_member_table thead tr th:nth-child(7) {
  text-align: center;
}

.extra_member_table tbody tr td {
  padding-left: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.extra_member_table tbody tr td .table_hyperlink {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 26px;
  width: 26px;
  background-color: white;
  border-radius: 100000px;
  font-size: 1.5rem;
  color: #d3b061;
}

.extra_member_table tbody tr td .table_hyperlink:hover {
  text-decoration: none;
}

.extra_member_table tbody tr td:nth-child(6) {
  text-align: center;
}

.extra_member_table tbody tr td:nth-child(7) {
  text-align: center;
}

.extra_member_table tbody tr:nth-child(4n-1),
.extra_member_table tbody tr:nth-child(4n-3) {
  border-top: 3px solid white;
}

.extra_member_table tbody tr:nth-child(4n-2),
.extra_member_table tbody tr:nth-child(4n-3) {
  background-color: #f3e7d0;
}

.extra_member_table tbody tr:nth-child(4n),
.extra_member_table tbody tr:nth-child(4n-1) {
  background-color: #fbf7ef;
}

.extra_member_table tbody .append_div {
  border-top: 1px solid #d3b061;
  padding: 0.5rem 0rem;
}

.extra_member_table tbody .append_div .header {
  padding-left: 1rem;
  width: 4rem;
  white-space: nowrap;
  margin-right: 1rem;
  color: #d3b061;
  font-weight: bold;
}

.extra_member_table tbody .append_div .content {
  padding-left: 1rem;
}

@media only screen and (max-width: 992px) {
  #member_zone_hyperlink_list a {
    color: #666666;
  }
  #member_zone_hyperlink_list a:hover {
    text-decoration: none;
  }
  #member_zone_hyperlink_list div {
    border-top: none;
    padding: 0.5rem 0rem;
  }
  #member_zone_hyperlink_list div.selected {
    color: #d3b061;
  }
  #member_nav_bar {
    min-height: unset;
  }
}
.back_button {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-weight: bold;
}

.show_manner_dialog:hover {
  cursor: pointer;
}

/*# sourceMappingURL=member_zone.css.map */

/*# sourceMappingURL=member.css.map */
