
/* Base style for login and main menu */

body {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  /*align-items: center;
  height: 100vh;*/
}
.g-body {//for guidence body
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
  display: flex;
  /*justify-content:flex-start;*/
  justify-content: center;
  /*align-items: center;
  height: 100vh;*/

  background-color: #000000;
  color: #ffffff;
}
.form-box {
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
table {
  /*border: 1px solid;*/
  border-collapse: collapse;
  border-color: blue;
  height: 100%;
  width: 100%;
}
td {
  /*border: 1px solid;*/
  vertical-align: top;
  padding: 6px;
}
.td_sp_around {
  display: flex;
  justify-content: space-around;

}
.td_center {
  border: 1px solid;
  text-align: center;
  padding: 6px;
}
.td_left {
  border: 1px solid;
  text-align: left;
  padding: 6px;
}
.td_guidence {
  text-align: center;
  /*padding: 0px; remove the style inherited from default td above*/
  border: 1px solid;
  overflow: hidden;
}
.td_img_rotate {
  text-align: center;
  overflow: hidden;
  border: 1px solid;
  /*padding: 0px; remove the style inherited from default td above*/

}

/* showing buttons in guide panel*/
.guide_panel {
  /*float: left;*/
  overflow: hidden;

  position: relative;/*important, it is for keeping pos of children item relativly againt its parent otherwise will against window*/
  /*top: 1px;*/
  /*border: 1px solid #00ff00;*/
  /*background-image: url("../img/cross_hair64.png");*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 95vw;/*default, will be changed by overlay col*/
  height: 30vw;/*default, will be changed by overlay row*/
}
/* showing image of the overaly*/
.preview_area {
  overflow: hidden;
  position: relative;
  /*border: 1px solid #00ff00;*/
}
.preview_canvas {
  border: 1px solid #ff00ff;
}


input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}
input[type="submit"] {
  padding: 5px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.2em;
}
input[type="submit"]:hover {
  background-color: #45a049;
}
select
{
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  font-size:100%
}
.large_num {
  /*
  text-align: center;
  color: #FFFFFF;
  font-size: 100vw;*/ /*画面幅の40%を文字サイズに */


  /*display: flex;
  gap: 1vw;*/
  /*display: inline-block;*/
  /*align-items: center;*/
  font-family: 'Arial';
  height: 75vh;
  /*original of AI*/
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: #FFFFFF;

}
.button-link {
  display: inline-block;  /*ボタンとして扱えるようにする*/
  padding: 5px 20px; /* 内部の余白 */
  background-color: #4CAF50; /* 背景色 */
  color: white; /* 文字色 */
  text-decoration: none; /* 下線をなくす */
  border-radius: 4px; /* 角を丸くする */
  border: none; /* ボーダーをなくす */
  cursor: pointer; /* マウスポインターを変更 */
  text-align: center; /* テキスト中央寄せ */
  font-size: 1.2em;
  flex: 1;
}

.button-link:hover {
  background-color: #45a049; /* マウスオーバー時の背景色 */
}


/*** style for planting  migrated from old CSS ***/
  /* for main menu */
  .main_menu {
    /*font-size: 200%;*/
    font-weight: bold;
    line-height: 2;
  }
  .login_form {
    /*font-size: 200%;*/
    font-weight: bold;
    line-height: 2;
  }
  .login_msg {
    /*font-size: 200%;*/
    font-weight: bold;
    line-height: 2;
  }
  .input_style {
    font-size: 32px;
    font-weight: bold;
    /*line-height: 2;*/
  }
  /* Menu Area*/
  .menu_bar {
    margin: 0 auto;
    display: flex;
    float: center;
    width: 400px;
    justify-content-center;
    align-items: center;
    flex-direction: column;
  }
  .menu_button {
    /*padding: 8px;*/
    font-size: 200%;
    border-radius: 10px;
    width: 300px;
    height: 60px;
  }

  /* Button added to guide panel*/
  .planting_btn {
    overflow: hidden;
    /*position: relative;*?
    /*position: absolute;*/
    /*transform: translate3d(0, 0, 0);*/
    /*-webkit-border-radius: 60px; *//* Chrome, Safari */
    /*width: 60px;
    height: 60px;*/
    /*line-height: 60px;*/
    /*border-radius: 30px;*/
    border: 1px solid #000000;
    padding: 0px;
    text-align: center;
    /*box-sizing: border-box; /* ボーダー含めてサイズを決定 */
    font-family: 'Arial';/*"Arial","sans-serif";*/
    /*font-size: 24px;*/
    display: flex;
    align-items: center;/*prevent from label moving in animation*/
    justify-content: center;
    /*animation: flash 1s linear infinite;*/
    /*animation: anime 1s ease-out 1s infinite*/
  }
  @keyframes flash {
    0%,100% {
      border: 3px solid #ff0000;
    }
    50% {
      border: 3px solid #ffffff;
    }
  }


  /* div for canvas*/
  .div_canvas {

    /*border: 1px solid #000;
    width: 200px;
    height: 200px;*/
  }



  .wrap {
    display:flex;
    flex-flow: column;
    border:1px #ccc solid;
    /*height:300px;*/
    margin:0 0 1em;
    /*align-items: center;*/
    justify-content: center;
  }

  .div_cross {

  }
