.groups_page {
  background: #fff;
}

.groups_page .tabs.t_bar {
  padding: 11px 10px 0;
  border-bottom: 1px solid #597da3;
  background: #fff;
}

.groups_page a.create_group {
  float: right;
  margin: 0;
  padding: 4px 0 0;
  background: none;
  color: #2b587a;
  font-weight: normal;
  max-width: none;
}

.groups_page a.create_group:hover {
  background: none;
  text-decoration: underline;
}

.groups_page #search_query_wrap {
  padding: 10px;
  background: #f1f1f1;
}

.groups_page #search_content .search_isearch {
  width: 470px;
}

.groups_page #search_content #search_query,
.groups_page #search_query {
  background: #fff url(/images/magglass.png) no-repeat 5px 6px;
  padding: 5px 40px 6px 20px;
  width: 430px;
  box-sizing: border-box;
  outline: none;
}

.groups_page #search_query_reset {
  cursor: pointer;
  background: transparent url(/images/icons/input_clear.gif) 7px 7px no-repeat;
  padding: 5px;
  width: 8px;
  height: 13px;
  margin-left: -25px;
  opacity: 0.6;
  position: relative;
  z-index: 100;
}

.groups_page .search_table,
.groups_page .search_table td.results {
  background: #fff;
  border-right: none;
}

.groups_page #results .people_row {
  border-top: 1px solid #ededed;
  padding: 10px;
  clear: both;
  min-height: 100px;
}

.groups_page #results .people_row:first-child {
  border-top: none;
}

.groups_page .search_bigph_wrap {
  width: 100px;
}

.groups_page .search_item_img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
}

.groups_page .info {
  width: 310px;
  padding-top: 2px;
  padding-left: 10px;
}

.groups_page .info .labeled.name a {
  font-weight: bold;
  color: #2b587a;
}

.groups_page .groups_type,
.groups_page .groups_members_count {
  color: gray;
}

.groups_page .groups_type {
  margin: 2px 0 5px;
}

.groups_page .actions {
  float: right;
  width: 150px;
  padding-top: 2px;
}

.groups_page .actions a {
  display: block;
  color: #2b587a;
  line-height: 1.35em;
  padding: 4px 5px 4px 6px;
  border-radius: 2px;
}

.groups_page .actions a:hover {
  background: #e1e7ed;
  text-decoration: none;
}

.groups_page .groups_empty {
  padding: 80px 20px;
  text-align: center;
  color: #777;
}

.groups_page .people_row.is_hidden {
  display: none;
}

#group_create h4 {
  margin: 0 0 8px;
  color: #45688e;
  font-size: 13px;
  font-weight: bold;
}

#group_create .edit_input {
  width: 100%;
  float: none;
  margin-bottom: 14px;
}

#group_create .edit_input .text,
#group_create #group_category_edit {
  width: 100%;
  box-sizing: border-box;
}

.modal_choice_radio_btn {
  margin: 0 0 12px;
  line-height: 16px;
  display: grid;
}

.modal_choice_radio_btn .radiobtn {
  display: inline-block;
  min-width: 118px;
  font-weight: bold;
  color: #45688e;
}

.modal_choice_radio_btn span {
  color: gray;
  margin-left: 20px;
}

.modal_choice_radio_btn.is_disabled {
  opacity: 0.3;
}

.group_create_note {
  margin: 10px 0 20px;
  width: 100%;
  color: #000;
  font-size: 11px;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e3e4e8;
}

#public_wall #post_field {
  width: 370px;
  height: 17px;
  overflow: hidden;
  resize: none;
}

#public_wall #signed {
  margin: 6px 0 0 10px;
}

#public_wall #page_add_media {
  margin-top: 6px;
}

#public_wall #submit_post_error:empty {
  display: none;
}

.community_page #page_avatar img {
  display: block;
  width: 200px;
}

.group_edit_content {
  padding: 0;
}

#public.group_edit_page {
  padding: 0;
}

.group_edit_page .dn {
  display: none;
}

.group_edit_page .t_bar {
  padding: 11px 10px 0;
  border-bottom: 1px solid #597da3;
  background: #fff;
}

.group_edit_page .t_bar ul.t0 {
  width: 100%;
}

.group_edit .checkbox {
  user-select: none;
}
