body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.body_content {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  text-align: center;
  font-size: 15px;
}
.input_search_bar {
  display: block;
  text-align: center;
  margin: 8px auto 8px auto;
}
.input_search_bar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}
.input_search_panel {
  display: inline-block;
  margin: 2px 4px;
  white-space: nowrap;
}
.input_search_label {
  display: inline-block;
  color: #FFFFFF;
  background-color: #0070E0;
  font-weight: bold;
  border-radius: 4px;
  padding: 3px 6px;
  margin: 0px 4px 0px 0px;
}
.input_search {
  width: 280px;
  color: #4080A0;
  background-color: #FFFFFF;
  border: 2px solid #80A0E0;
  border-radius: 4px;
  max-width: 640px;
  padding: 2px;
  display: inline-block;
}
.element_box {
  display: inline-block;
  border: 2px solid #006008;
  padding: 2px;
  margin: 2px;
  background-color: #F0FFF0;
  border-radius: 6px;
  text-align: left;
  box-sizing: border-box;
  max-width: 100%;
}
.element_box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}
.element_box:hover {
  background-color: #EEE0A0 !important;
  color: #FFFFFF;
  cursor: default;
}
.element_box:hover .table_list_button_edit {
  background-color: #FFFFFF !important;
  color: #00A060;
  cursor: pointer;
}
.element_box:hover .table_list_button_add {
  background-color: #FFFFFF !important;
  color: #2080C0;
  cursor: pointer;
}
.element_panel, .element_col, .element_row {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: left;
  border-radius: 6px;
  box-sizing: border-box;
}
.element_error {
  margin-top: 1px;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  background-color: #FF0000;
  color: #FFFFFF;
  box-sizing: border-box;
}
.element_prikey {
  background-color: #A0C0F0;
}
.element_input {
  background-color: #A0F0C0;
}
.element_list {
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.element_list.stack {
  position: relative;
}
.element_table {
  border: 2px solid #406070;
  border-spacing: 0px;
  /* border-radius: 8px; */
  box-sizing: border-box;
  /* max-width: 98%; */
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  box-sizing: border-box;
}
.element_table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.element_table tr:nth-child(even) {
  background-color: #D0D0D0;
}
.element_table th {
  border-bottom: 2px solid #406070;
  background-color: #C0A880;
}
.element_table td, .element_table th {
//  padding: 4px;
  border-left: 1px solid #406070;
}
.element_table td:first-child, .element_table th:first-child {
  border-left: 0px;
}
.element_table_col {
  max-width: 300px;
  overflow-x: auto;
  box-sizing: border-box;
}
.element_table_raw {
  color: #0000FF;
  font-size: 12px;
}
.element_label {
  color: #4060C0;
  /* width: 95px; */
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: left;
  float: left;
  box-sizing: border-box;
}
.element_sticky {
  color: #FFFFFF;
  background-color: #008040;
  border-radius: 6px;
  font-size: 10px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-left: 2px;
  margin-right: calc(-100%);
  left: 3px;
  float: left;
  box-sizing: border-box;
}
.element_text {
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  color: #A02000;
  float: left;
  box-sizing: border-box;
  min-width: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.element_textbox {
  border-radius: 6px;
  border: solid #6080C0 2px;
  width: 200px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 15px;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
.input_textbox {
  border-radius: 6px;
  border: solid #6080C0 2px;
  width: 200px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 15px;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
.input_textbox.table {
  color: #FFFFFF;
  background-color: #6080C0;
  width: 120px;
}
.input_textbox.id {
  color: #FFFFFF;
  background-color: #6080C0;
}
.input_textbox.textarea {
  vertical-align: text-top;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  white-space: normal;
}
.input_file {
  border-radius: 6px;
  border: solid #6080C0 2px;
  width: 200px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 15px;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
  float: left;
}
.input_file.hidden {
  display: none;
}
.element_img {
  margin-top: 1px;
  margin-bottom: 1px;
  display: inline-block;
  border: none;
  float: left;
  box-sizing: border-box;
}
.element_audio {
  margin-top: 1px;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
.element_video {
  margin-top: 1px;
  margin-bottom: 1px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
.input_button, .element_input_button, .element_button {
  font-size: 16px;
  text-shadow: 1px 1px 2px #000000;
  color: #FFFFFF;
  border: 1px solid #200020;
  border-radius: 6px;
  padding: 2px 8px;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
  background-color: #0080FF;
  background-image: -webkit-linear-gradient(bottom, #0080FF, #0060A0);
  background-image: -moz-linear-gradient(to bottom, #0080FF, #0060A0);
  background-image: -o-linear-gradient(to bottom, #0080FF, #0060A0);
  background-image: linear-gradient(to bottom, #0080FF, #0060A0);
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
.input_button.save {
  background-color: #00E060;
  background-image: -webkit-linear-gradient(bottom, #00E060, #008020);
  background-image: -moz-linear-gradient(to bottom, #00E060, #008020);
  background-image: -o-linear-gradient(to bottom, #00E060, #008020);
  background-image: linear-gradient(to bottom, #00E060, #008020);
}
.input_button.delete {
  /* float: left; */
  background-color: #FF0000;
  background-image: -webkit-linear-gradient(bottom, #FF0000, #800000);
  background-image: -moz-linear-gradient(to bottom, #FF0000, #800000);
  background-image: -o-linear-gradient(to bottom, #FF0000, #800000);
  background-image: linear-gradient(to bottom, #FF0000, #800000);
}
.input_color_bar {
  width: 24px;
  box-sizing: border-box;
}
.element_header {
  background: #0060C0;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: bold;
  margin: 4px 4px 4px 4px;
  padding: 4px 0px 4px 0px;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.col {
  display: inline-block;
  float: left;
}
.row {
  display: block;
  clear: both;
  margin-top: 1px;
  margin-bottom: 1px;
  /* float: none; */
  width:  fit-content;
}
.row:after {
  content: ".";
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.align_center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.align_left {
  float: left;
}
.align_right {
  float: right;
}
.align_row {
  float: none;
  display: block;
  width: auto;
}
.align_none {
  float: none;
}
.element_check {
  color: #806040;
  margin: 1px 4px 1px 8px;
  display: inline-block;
  float: left;
  color: #FFFFFF;
  border: 2px solid #2060E0;
  width: 22px;
  height: 22px;
  padding: 0px;
  text-align: center;
  border-radius: 6px;
  font-size: 15px;
  font-weight: normal;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  vertical-align: middle;
}
.element_check.checked {
  background-color: #0040C0;
}
.element_check.unchecked {
  color: rgba(0, 0, 0, 0.0);
  background-color: #A0C0E0;
  border: 2px solid #2060E0;
}
.input_checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 23px;
  height: 23px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 3px;
  padding: 0px;
  left: 17px;
  top: 2px;
  font-size: 15px;
  font-weight: normal;
  user-select: none;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
}
.input_checkbox input {
  display: none;
}
.input_checkbox .checkmark {
  color: #808080;
  background: #C0C0C0;
  border-radius: 6px;
  border: solid #6080C0 2px;
  font-size: 15px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  height: 100%;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  left: -12px;
  top: -1px;
  box-sizing: border-box;
}
.input_checkbox input:checked + .checkmark {
  color: #FFFFFF;
  background: #C0A000;
  border: solid #806000 2px;
}
.input_checkbox .checkmark:after {
  content: "";
}
.input_checkbox input:checked + .checkmark:after {
  content: "✓";
}
.new_button_circle {
  position: fixed;
  display:block;
  right: 10px;
  bottom: 10px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #808080;
  font-size: 36px;
  text-align: center;
  line-height: 48px;
  font-family: Arial;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
  box-shadow: 4px 4px 16px #808080;
}
.new_button_circle:before {
  content: "+";
}
.table_button_delete {
  color: #FFFFFF;
  background-color: #C00000;
  border-radius: 3px;
  margin-right: 8px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
  text-decoration: none;
  box-sizing: border-box;
}
.table_button_edit {
  color: #FFFFFF;
  background-color: #0000C0;
  border-radius: 3px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .element_table table, .element_table thead, .element_table tbody, .element_table th, .element_table td, .element_table tr { 
    display: block; 
  }
  .element_table thead tr { 
    position: absolute;
    display: none;
    /* top: -9999px; */
    /* left: -9999px; */
  }
  .element_table tr {
    border-bottom: 2px solid #406070;
  }
  .element_table td { 
    border-bottom: 1px solid #EEE;
    border-left: 0px;
    position: relative;
    padding-left: 40%; 
    white-space: normal;
    text-align:left;
    width: 300px;
  }
  .element_table td:before { 
    position: absolute;
    top: 6px;
    left: 6px;
    width: 40%; 
    padding-right: 10px;
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
  .element_table td:before {
    content: attr(data-title);
  }
}