/*=============================================================
 チェックボックス関連
=============================================================*/
/* setting.jsのチェックボックス関連を踏襲 */

/*=============================================================
 設定例タイトル関連
=============================================================*/
/* setting.jsの設定例タイトル関連を踏襲 */

/*=============================================================
 インポート関連
=============================================================*/
.container {
  min-height: 260px;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #eff8ff;
}
.inactive {
  opacity: 0.5;
  pointer-events: none;
}
.file-pickup label {
  box-sizing: border-box;
  display: inline-block;
  background-color: #0080d4;
  color: #ffffff;
  border: 1px solid #0080d4;
  cursor: pointer;
  font-size: 13px;
  height: 24.8px;
  line-height: 24.8px;
  padding: 0 6px;
}
.file-pickup input[type="file"] {
  display: none;
}
.button-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: right;
}
#makeTarget {
  background-color: #0080d4;
  color: #ffffff;
  border: 1px solid #0080d4;
  cursor: pointer;
  font-size: 13px;
  height: 24.8px;
}
#clearTarget {
  background-color: #0080d4;
  color: #ffffff;
  border: 1px solid #0080d4;
  cursor: pointer;
  font-size: 13px;
  height: 24.8px;
}
#dropTarget {
  width: 100%;
  min-height: 165px;
  border: 2px dotted #cee0f2;
}
#dropPrompt {
  color: #000;
}
#dropPrompt p {
  font-size: 13px;
}
#setting_static textarea {
  display: none;
}
#setting_ebgp textarea {
  display: none;
}

/*=============================================================
 その他
=============================================================*/
.page-panel {
  min-height: 400px;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #eff8ff;
}
.e_panel-area {
  padding: 5px;
}

textarea {
  display: none;
}

.dotted-two {
  border-bottom: 2px dotted #0080d4;
  margin-bottom: 10px;
}

.panel-executebutton {
  background-color: #0080d4;
  color: #ffffff;
  border: 1px solid #0080d4;
  cursor: pointer;
  font-size: 13px;
}