* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  text-decoration: none;
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  position: absolute;
  min-width: 100vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  font-family: "Yu Gothic UI", "Meiryo UI", "Helvetica Neue", "Segoe UI", SegoeUI, Helvetica, Arial, sans-serif;
}

body .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #cope {
  z-index: 90;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("img/titleback.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body #cope #cope_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #cope #cope_left #cope_burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

body #cope #cope_left #cope_burger:hover {
  cursor: pointer;
}

body #cope #cope_left #cope_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #cope #cope_left #cope_title a {
  font-family: "Yu Gothic UI";
  text-decoration: none;
  font-size: 1.2rem;
  color: white;
}

@media (max-width: 640px) {
  body #cope #cope_left #cope_title a {
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  body #cope #cope_left #cope_title a {
    font-size: 0.8rem;
  }
}

body #cope #cope_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #cope #cope_right #cope_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body #cope #cope_right #cope_login .email {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.7rem;
  padding: 0.2rem;
}

body #cope #cope_right #cope_login #cope_password {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #cope #cope_right #cope_login #cope_password .password {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.7rem;
  padding: 0.2rem;
}

body #cope #cope_right #cope_login #cope_password #login_button,
body #cope #cope_right #cope_login #cope_password #login_settings {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7rem;
  background: white;
  cursor: pointer;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  border-radius: 0.2rem;
}

body #cope #cope_right #cope_login #cope_password #login_button:horver,
body #cope #cope_right #cope_login #cope_password #login_settings:horver {
  background-color: pink;
}

body #cope #cope_right #cope_login #cope_password #login_button span,
body #cope #cope_right #cope_login #cope_password #login_settings span {
  padding-left: 0.2rem;
}

body #cope #cope_right #cope_subject {
  font-size: 0.6rem;
  line-height: 1.5;
  color: white;
  white-space: normal;
}

body #cope nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: solid 1px darkblue;
  background: white;
  color: navy;
}

body #cope nav > div,
body #cope nav > a {
  border: solid 1px darkblue;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: navy;
  text-decoration: none;
}

body #cope nav > div:hover,
body #cope nav > a:hover {
  background: mistyrose;
  cursor: pointer;
}

body #cope nav .nav_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

body #cope nav .nav_subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.2;
}

body #gate {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("/img/start_back2.png");
  background-size: cover;
  background-position: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #gate .div_cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.8;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: rgba(155, 155, 255, 0.7);
  padding: 1rem;
}

body #gate .div_cover .password_success {
  color: navy;
  font-weight: bold;
}

body #gate .div_cover .password_reset {
  color: red;
  font-weight: bold;
}

body #gate .div_cover .password_reset:hover {
  cursor: pointer;
}

body #gate .div_cover .div_approved {
  text-align: center;
  margin: 0 auto;
}

body #gate .div_cover #div_settings {
  margin: 2rem 0;
}

body #gate .div_cover #div_settings .div_element {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px navy;
  line-height: 2.2;
}

body #gate .div_cover #div_settings .div_element > label.key {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

body #gate .div_cover #div_settings .div_element > input.value {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

body #gate .div_cover #div_settings .div_element:nth-child(1) > label {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: center;
}

body #gate .div_cover #div_settings .div_element:nth-child(1) > button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body #gate .div_cover .logout_button {
  width: 10rem;
  margin: 0 auto;
}

body .syncer {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  color: black;
  font-size: 13px;
  line-height: 1;
  padding: 2px 4px;
}

body .syncer[gender="0"] {
  background: #eee;
  border: solid .5px #999;
}

body .syncer[gender="1"] {
  background: #cce;
  border: solid .5px #00d;
}

body .syncer[gender="2"] {
  background: #ecc;
  border: solid .5px #d00;
}

body .syncer[gender="3"] {
  background: #eec;
  border: solid .5px #995;
}

body #context > div {
  background-color: white;
}

body #context > div > .context {
  font-size: 0.8rem;
  line-height: 2;
  padding: 0 1rem;
}

body #context > div > .context:hover {
  background-color: darkseagreen;
}

body #logical {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

body #logical #gene_main {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

body #logical #gene_main #genealog {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
}

body #logical #gene_main #genealog > div {
  position: absolute;
  top: 0;
  left: 0;
}

body #logical #gene_main #genealog #Region_Name {
  z-index: 34;
}

body #logical #gene_main #genealog #Event_Svg {
  z-index: 38;
}

body #logical #gene_main #genealog .person_text {
  position: absolute;
  z-index: 42;
}

body #logical #gene_main #genealog .person_text .person_id {
  font-family: "Yu Gothic UI";
  font-size: 8px;
  position: absolute;
  top: 2.5px;
  color: black;
  background: rgba(192, 192, 192, 0.7);
  white-space: nowrap;
  line-height: 1;
  z-index: 36;
  padding: 1px;
}

body #logical #gene_main #genealog .person_text .person_inum {
  font-family: "Yu Gothic UI";
  font-size: 8px;
  position: absolute;
  top: 2.5px;
  color: white;
  background: rgba(92, 92, 92, 0.7);
  white-space: nowrap;
  line-height: 1;
  z-index: 36;
  padding: 1px;
  text-align: center;
}

body #logical #gene_main #genealog .person_text .person_item {
  font-size: 6px;
  position: absolute;
  left: 0;
  bottom: -12px;
  color: black;
  background: rgba(192, 192, 192, 0.7);
  white-space: nowrap;
  line-height: 1;
  padding: 1px;
}

body #logical #gene_main #genealog .region_text {
  position: absolute;
  z-index: 42;
}

body #logical #gene_main #genealog .region_text .region_name {
  position: absolute;
  font-size: 10px;
  color: black;
  background: orange;
  white-space: nowrap;
  line-height: 1;
  padding: 1px;
}

body #logical #chro_main {
  z-index: 50;
  position: absolute;
  left: 0;
  overflow: hidden;
}

body #logical #ident_svg > g > g > rect[gender="0"] {
  fill: #eee;
  stroke: #000;
}

body #logical #ident_svg > g > g > rect[gender="0"]:hover {
  fill: #888;
}

body #logical #ident_svg > g > g > rect[gender="1"] {
  fill: #cce;
  stroke: #00d;
}

body #logical #ident_svg > g > g > rect[gender="1"]:hover {
  fill: #88e;
}

body #logical #ident_svg > g > g > rect[gender="2"] {
  fill: #ecc;
  stroke: #d00;
}

body #logical #ident_svg > g > g > rect[gender="2"]:hover {
  fill: #e88;
}

body #logical #ident_svg > g > g > rect[gender="3"] {
  fill: #eec;
  stroke: #770;
}

body #logical #ident_svg > g > g > rect[gender="3"]:hover {
  fill: #ee8;
}

body #logical #ident_edit {
  max-width: 80%;
  max-height: 80%;
  overflow-y: scroll;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #logical #ident_edit #over_edit_ident_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right bottom, from(mintcream), to(palegreen));
  background: linear-gradient(to bottom right, mintcream, palegreen);
  padding: 4px;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo > .ident_syncer {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo > .ident_syncer > input[type="radio"] + label {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  font-size: 0.8rem;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo > .ident_syncer > input[type="radio"] + label[gender="0"] {
  background: #eee;
  border: solid 1px #000;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo > .ident_syncer > input[type="radio"] + label[gender="0"]:hover {
  background: #888;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo > .ident_syncer > input[type="radio"] + label[gender="1"] {
  background: #cce;
  border: solid 1px #00d;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo > .ident_syncer > input[type="radio"] + label[gender="1"]:hover {
  background: #88e;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo > .ident_syncer > input[type="radio"] + label[gender="2"] {
  background: #ecc;
  border: solid 1px #d00;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo > .ident_syncer > input[type="radio"] + label[gender="2"]:hover {
  background: #e88;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo > .ident_syncer > input[type="radio"] + label[gender="3"] {
  background: #eec;
  border: solid 1px #770;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo > .ident_syncer > input[type="radio"] + label[gender="3"]:hover {
  background: #ee8;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo > .ident_syncer > input[type="radio"]:checked + label[gender="0"] {
  background: #444;
  color: white;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo > .ident_syncer > input[type="radio"]:checked + label[gender="1"] {
  background: #44d;
  color: white;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo > .ident_syncer > input[type="radio"]:checked + label[gender="2"] {
  background: #d44;
  color: white;
}

body #logical #ident_edit #over_edit_ident_frame #ident_syncer_compo > .ident_syncer > input[type="radio"]:checked + label[gender="2"] {
  background: #990;
  color: white;
}

body #logical #ident_edit #ident_pickup {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #logical #ident_edit #ident_pickup #ident_title {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  font-size: 0.9rem;
  line-height: 2;
  background: -webkit-gradient(linear, left top, right bottom, from(mintcream), to(palegreen));
  background: linear-gradient(to bottom right, mintcream, palegreen);
}

body #logical #ident_edit #ident_pickup #ident_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: darkgreen;
}

body #logical #ident_edit #ident_pickup #ident_search:hover {
  background-color: #8c8;
  color: black;
}

body #logical #ident_edit #ident_pickup #ident_search #ident_keyword {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.8rem;
  padding: 2px;
  margin: 0.5rem 0 0.5rem 0.5rem;
  width: 100%;
  border: none;
}

body #logical #ident_edit #ident_pickup #ident_search #ident_find {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 0.5rem;
}

body #logical #ident_edit #ident_pickup #ident_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: normal;
  overflow-y: auto;
  background: -webkit-gradient(linear, left top, right bottom, from(mintcream), to(palegreen));
  background: linear-gradient(to bottom right, mintcream, palegreen);
}

body #logical #ident_edit #ident_pickup #ident_list .ident_data {
  display: inline-block;
  cursor: pointer;
  color: black;
  font-size: 0.8rem;
}

body #logical #ident_edit #ident_pickup #ident_list .ident_data > label {
  background: #eee;
  border: solid 1px #999;
  padding: 2px 4px;
}

body #logical #ident_edit #ident_pickup #ident_list .ident_data > input[type="checkbox"]:checked + label {
  background: #777;
  color: white;
}

body #logical #ident_edit #ident_pickup #ident_update {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 4px;
  background: -webkit-gradient(linear, left top, right bottom, from(mintcream), to(palegreen));
  background: linear-gradient(to bottom right, mintcream, palegreen);
}

body #logical #ident_edit #ident_pickup #ident_update button {
  font-size: 0.8rem;
  padding: 0 4px;
  cursor: pointer;
}

body #logical #menu_main {
  z-index: 70;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #logical #menu_main #menu_block_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #logical #menu_main #menu_block_1 #menu_header_compo {
  min-width: 150px;
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left top, right bottom, from(mintcream), to(palegreen));
  background: linear-gradient(to bottom right, mintcream, palegreen);
}

body #logical #menu_main #menu_block_1 #menu_header_compo #menu_header {
  min-width: 150px;
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body #logical #menu_main #menu_block_1 #menu_header_compo #menu_header #menu_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 0.3rem;
}

body #logical #menu_main #menu_block_1 #menu_header_compo #menu_header #menu_logo:hover {
  cursor: pointer;
  background-color: #8c8;
}

body #logical #menu_main #menu_block_1 #menu_header_compo #menu_header #menu_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.1rem;
}

body #logical #menu_main #menu_block_1 #menu_header_compo #menu_header #menu_title:hover {
  cursor: pointer;
  background-color: #8c8;
  color: black;
}

body #logical #menu_main #menu_block_1 #menu_header_compo #menu_search {
  min-width: 150px;
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: darkgreen;
}

body #logical #menu_main #menu_block_1 #menu_header_compo #menu_search:hover {
  background-color: #8c8;
  color: black;
}

body #logical #menu_main #menu_block_1 #menu_header_compo #menu_search #menu_keyword {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.8rem;
  padding: 2px;
  margin: 0.5rem 0 0.5rem 0.5rem;
  width: 100%;
  border: none;
}

body #logical #menu_main #menu_block_1 #menu_header_compo #menu_search #menu_find {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 0.5rem;
}

body #logical #menu_main #menu_block_1 #menu_header_compo #menu_comment {
  min-width: 150px;
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 4px 0;
}

body #logical #menu_main #menu_block_1 #menu_header_compo #menu_comment #menu_comment_scroll,
body #logical #menu_main #menu_block_1 #menu_header_compo #menu_comment #menu_comment_version {
  color: black;
  font-size: 0.7rem;
}

body #logical #menu_main #menu_block_1 #menu_chro_compo {
  min-width: 150px;
  max-width: 150px;
  display: -ms-grid;
  display: grid;
  grid-template: "chro_h chro_hr chro_hv" auto "chro_f chro_fr chro_fv" auto "chro_o chro_or chro_ov" auto / 1fr auto 1fr;
  padding: 8px 0;
  background: -webkit-gradient(linear, left top, right bottom, from(mintcream), to(palegreen));
  background: linear-gradient(to bottom right, mintcream, palegreen);
}

body #logical #menu_main #menu_block_1 #menu_chro_compo label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  width: 40px;
  line-height: 2;
}

body #logical #menu_main #menu_block_1 #menu_chro_compo input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
}

body #logical #menu_main #menu_block_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #logical #menu_main #menu_block_2 #menu_check_compo {
  min-width: 150px;
  max-width: 150px;
  display: -ms-grid;
  display: grid;
  grid-template: "C00 C01 C02" auto "C10 C11 C12" auto "C20 C21 C22" auto / 50px 50px 50px;
  background: -webkit-gradient(linear, left top, right bottom, from(mintcream), to(palegreen));
  background: linear-gradient(to bottom right, mintcream, palegreen);
}

body #logical #menu_main #menu_block_2 #menu_radio_compo {
  min-width: 150px;
  max-width: 150px;
  display: -ms-grid;
  display: grid;
  grid-template: "R00 R01 R02" auto "R10 R11 R12" auto "R20 R21 R22" auto "R30 R31 R32" auto / 50px 50px 50px;
  background: -webkit-gradient(linear, left top, right bottom, from(mintcream), to(palegreen));
  background: linear-gradient(to bottom right, mintcream, palegreen);
}

body #logical #menu_main #menu_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px green;
}

body #logical #menu_main #menu_map svg {
  vertical-align: top;
}

body #logical #menu_main #menu_check_compo > div.menu_nocheck,
body #logical #menu_main #menu_check_compo > div.menu_check,
body #logical #menu_main #menu_radio_compo > div.menu_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #logical #menu_main #menu_check_compo > div.menu_nocheck > input + label,
body #logical #menu_main #menu_check_compo > div.menu_check > input + label,
body #logical #menu_main #menu_radio_compo > div.menu_radio > input + label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 0.9rem;
  line-height: 2;
  margin: 1px;
}

body #logical #menu_main #menu_check_compo > div.menu_nocheck > input + label:hover,
body #logical #menu_main #menu_check_compo > div.menu_check > input + label:hover,
body #logical #menu_main #menu_radio_compo > div.menu_radio > input + label:hover {
  background-color: #8c8;
  color: black;
}

body #logical #menu_main #menu_check_compo > div.menu_nocheck > input[type="checkbox"]:checked + label,
body #logical #menu_main #menu_check_compo > div.menu_nocheck > input[type="radio"]:checked + label,
body #logical #menu_main #menu_check_compo > div.menu_check > input[type="checkbox"]:checked + label,
body #logical #menu_main #menu_check_compo > div.menu_check > input[type="radio"]:checked + label,
body #logical #menu_main #menu_radio_compo > div.menu_radio > input[type="checkbox"]:checked + label,
body #logical #menu_main #menu_radio_compo > div.menu_radio > input[type="radio"]:checked + label {
  background: darkgreen;
  color: white;
}

body #logical #menu_main #menu_check_compo > div.menu_nocheck > input[type="checkbox"]:checked + label:hover,
body #logical #menu_main #menu_check_compo > div.menu_nocheck > input[type="radio"]:checked + label:hover,
body #logical #menu_main #menu_check_compo > div.menu_check > input[type="checkbox"]:checked + label:hover,
body #logical #menu_main #menu_check_compo > div.menu_check > input[type="radio"]:checked + label:hover,
body #logical #menu_main #menu_radio_compo > div.menu_radio > input[type="checkbox"]:checked + label:hover,
body #logical #menu_main #menu_radio_compo > div.menu_radio > input[type="radio"]:checked + label:hover {
  background-color: #8c8;
  color: black;
}

body #logical #menu_main #menu_check_compo > div.menu_nocheck > input + label:hover {
  background-color: initial;
  color: initial;
}

body #logical #menu_main #menu_check_compo > div.menu_nocheck > input[type="checkbox"]:checked + label {
  background: initial;
  color: initial;
}

body #logical #menu_main #menu_radio_compo > div.menu_radio > input + label {
  border-radius: 0.5rem;
}

body #logical #over_main {
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

body #logical #over_main table {
  background: #e0ffe0;
  border-collapse: collapse;
}

body #logical #over_main table * {
  _background: #e0ffe0;
}

body #logical #over_main table th {
  _background: #e0ffe0;
}

body #logical #over_main table th,
body #logical #over_main table td {
  font-size: 0.8rem;
  border: solid 1px gray;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 3px;
}

body #logical #over_main table th input,
body #logical #over_main table td input {
  width: 100%;
  border: none;
}

input body #logical #over_main table th[type="text"], input
body #logical #over_main table td[type="text"] {
  min-width: 50px;
}

body #logical #over_main #over_search,
body #logical #over_main #ident_prop #person_prop,
body #logical #over_main #ident_prop,
body #logical #over_main #person_edit {
  _background: #e0ffe0;
  _max-width: 80%;
  _max-height: 80%;
  overflow-y: scroll;
  _background: white;
}

body #logical #over_main #over_search *,
body #logical #over_main #ident_prop #person_prop *,
body #logical #over_main #ident_prop *,
body #logical #over_main #person_edit * {
  _background: #e0ffe0;
}

body #logical #over_main #over_search td.over_search_spouse,
body #logical #over_main #ident_prop #person_prop td.over_search_spouse,
body #logical #over_main #ident_prop td.over_search_spouse,
body #logical #over_main #person_edit td.over_search_spouse {
  white-space: normal;
}

body #logical #over_main #over_search td.over_search_duty,
body #logical #over_main #over_search td.over_search_tribe,
body #logical #over_main #over_search td.over_search_wol,
body #logical #over_main #over_search td.over_search_scripture,
body #logical #over_main #over_search td.over_search_place,
body #logical #over_main #over_search td.over_search_mean,
body #logical #over_main #over_search td.over_search_nickname,
body #logical #over_main #over_search td.over_search_relate,
body #logical #over_main #ident_prop #person_prop td.over_search_duty,
body #logical #over_main #ident_prop #person_prop td.over_search_tribe,
body #logical #over_main #ident_prop #person_prop td.over_search_wol,
body #logical #over_main #ident_prop #person_prop td.over_search_scripture,
body #logical #over_main #ident_prop #person_prop td.over_search_place,
body #logical #over_main #ident_prop #person_prop td.over_search_mean,
body #logical #over_main #ident_prop #person_prop td.over_search_nickname,
body #logical #over_main #ident_prop #person_prop td.over_search_relate,
body #logical #over_main #ident_prop td.over_search_duty,
body #logical #over_main #ident_prop td.over_search_tribe,
body #logical #over_main #ident_prop td.over_search_wol,
body #logical #over_main #ident_prop td.over_search_scripture,
body #logical #over_main #ident_prop td.over_search_place,
body #logical #over_main #ident_prop td.over_search_mean,
body #logical #over_main #ident_prop td.over_search_nickname,
body #logical #over_main #ident_prop td.over_search_relate,
body #logical #over_main #person_edit td.over_search_duty,
body #logical #over_main #person_edit td.over_search_tribe,
body #logical #over_main #person_edit td.over_search_wol,
body #logical #over_main #person_edit td.over_search_scripture,
body #logical #over_main #person_edit td.over_search_place,
body #logical #over_main #person_edit td.over_search_mean,
body #logical #over_main #person_edit td.over_search_nickname,
body #logical #over_main #person_edit td.over_search_relate {
  white-space: normal;
}

body #logical #over_main #over_search td.over_search_tribe,
body #logical #over_main #over_search td.over_search_wol,
body #logical #over_main #over_search td.over_search_place,
body #logical #over_main #over_search td.over_search_mean,
body #logical #over_main #over_search td.over_search_nickname,
body #logical #over_main #over_search td.over_search_scripture,
body #logical #over_main #ident_prop #person_prop td.over_search_tribe,
body #logical #over_main #ident_prop #person_prop td.over_search_wol,
body #logical #over_main #ident_prop #person_prop td.over_search_place,
body #logical #over_main #ident_prop #person_prop td.over_search_mean,
body #logical #over_main #ident_prop #person_prop td.over_search_nickname,
body #logical #over_main #ident_prop #person_prop td.over_search_scripture,
body #logical #over_main #ident_prop td.over_search_tribe,
body #logical #over_main #ident_prop td.over_search_wol,
body #logical #over_main #ident_prop td.over_search_place,
body #logical #over_main #ident_prop td.over_search_mean,
body #logical #over_main #ident_prop td.over_search_nickname,
body #logical #over_main #ident_prop td.over_search_scripture,
body #logical #over_main #person_edit td.over_search_tribe,
body #logical #over_main #person_edit td.over_search_wol,
body #logical #over_main #person_edit td.over_search_place,
body #logical #over_main #person_edit td.over_search_mean,
body #logical #over_main #person_edit td.over_search_nickname,
body #logical #over_main #person_edit td.over_search_scripture {
  font-size: 0.7rem;
}

body #logical #over_main #over_search input,
body #logical #over_main #ident_prop #person_prop input,
body #logical #over_main #ident_prop input,
body #logical #over_main #person_edit input {
  width: 100%;
  border: none;
}

body #logical #over_main #over_search#over_search .keyword,
body #logical #over_main #ident_prop #person_prop#over_search .keyword,
body #logical #over_main #ident_prop#over_search .keyword,
body #logical #over_main #person_edit#over_search .keyword {
  background: darkgreen !important;
  color: white;
}

body #logical #over_main #over_search#ident_prop th.tr_name, body #logical #over_main #over_search#person_prop th.tr_name,
body #logical #over_main #ident_prop #person_prop#ident_prop th.tr_name,
body #logical #over_main #ident_prop #person_prop#person_prop th.tr_name,
body #logical #over_main #ident_prop#ident_prop th.tr_name,
body #logical #over_main #ident_prop#person_prop th.tr_name,
body #logical #over_main #person_edit#ident_prop th.tr_name,
body #logical #over_main #person_edit#person_prop th.tr_name {
  background: darkgreen;
  color: white;
}
/*# sourceMappingURL=style.css.map */