html {
  height: 100%;
  margin: 0px 0px;
  padding: 0px 0px;
}
html[lang="ja"] body * {
  font-family: "Noto Sans JP", "Noto Sans", "Noto Sans CJK JP", "Roboto", "Arial", sans-serif;
}
html[lang="en"] body * {
  font-family: "Noto Sans JP", "Noto Sans", "Noto Sans CJK JP", "Roboto", "Arial", sans-serif;
}
html[lang="vi"] body * {
  font-family: "Noto Sans JP", "Noto Sans", "Noto Sans CJK JP", "Roboto", "Arial", sans-serif;
}
body {
  font-weight: 500;
  color: #1f2654;
  margin: 0px 0px;
  padding: 0px 0px;
  height: 100%;
  background: #f9f9f9;
}
h1 {
  font-size: 18px;
  font-weight: normal;
  color: #1f2654;
}
h1 .datatitle {
  font-size: 13px;
  color: #1f2654;
  font-weight: normal;
  white-space: nowrap;
  overflow-x: hidden;
}
h2 {
  font-size: 14px;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  color: #1f2654;
}
h3 {
  font-size: 12px;
  font-weight: normal;
  color: #1f2654;
  border-left: 4px solid #1C7FBD;
  border-bottom: 1px solid #1C7FBD;
  background: #e4f4ff;
  padding: 4px 0px;
  margin: 12px 0px;
}
h4 {
  font-size: 12px;
  font-weight: normal;
  color: #1f2654;
  margin: 12px 0px;
}
ul {
  list-style-type: disc;
  padding-left: 1rem;
  list-style-position: outside;
}
ul li {
  padding-left: 0px;
}
input[type="text"], input[type="number"], input[type="password"], input[type="email"] {
  font-weight: 500;
  font-size: 100%;
  border: 1px solid #727171;
  border-radius: 3px;
  padding: 2px 6px;
  -webkit-appearance: none;
}
textarea {
  font-weight: 500;
  font-size: 100%;
  line-height: 1.3em;
  height: 5.2em;
  border: 1px solid #727171;
  border-radius: 3px;
  padding: 2px 6px;
  resize: none;
  -webkit-appearance: none;
}
select {
  font-weight: 500;
  font-size: 100%;
  border: 1px solid #727171;
  border-radius: 3px;
  padding: 2px 6px;
}
fieldset {
  border: 1px solid #ccc;
  border-radius: 6px 6px;
}
.file_input_decoration {
  background: #b9bbba;
  color: #FFF;
  box-sizing: content-box;
  display: inline-block;
  padding: 3px 12px;
  font-size: 12px;
  border: none;
  border-radius: 2px;
  margin: 1px 2px;
  text-decoration: none;
  cursor: pointer;
}
.file_input_decoration input[type="file"] {
  display: none;
}
.loginform-logo {
  text-align: center;
  margin: 16px 0px 16px 0px;
}
.logoform_icon {
  font-size: 32px;
  font-weight: bold;
  padding: 2px 0px;
  width: 100%;
  margin: 24px 0px 32px 0px;
  border-radius: 4px 4px;
  text-align: center;
}
.logoform_icon img {
  width: calc(100% - 10px);
}
table.list-table {
  width: calc(100% - 2px);
  font-size: 12px;
  border-spacing: 0;
  border-collapse: separate;
  box-sizing: border-box;
  background: #fff;
}
table.list-table tr:hover {
  background: #ddd;
}
table.list-table tr.sum {
  background: #fcfcfc;
  text-align: right;
}
table.list-table tr.sum td {
  border-top: 1px solid #888;
}
table.list-table th {
  background-color: #f0f0f0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  padding: 2px 6px;
  text-align: center;
  font-size: 11px;
  color: #444;
}
table.list-table th:first-child {
  border-left: 1px solid #ccc;
}
table.list-table td {
  padding: 2px 6px;
  text-align: left;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.list-table td:first-child {
  border-left: 1px solid #ccc;
}
table.list-table td .numeric, table.list-table td .number {
  text-align: right;
}
table.list-table td .date {
  text-align: right;
}
table.list-table .error_message {
  color: #cc0033;
  font-size: 90%;
}
.property-table .error_message {
  color: #cc0033;
  font-size: 90%;
}
.property-table input[type="text"], .property-table input[type="number"], .property-table input[type="password"], .property-table input[type="email"], .property-table textarea, .property-table select {
  width: calc(100% - 12px);
  box-sizing: content-box;
}
.property-table .v-select_wrapper {
  width: calc(100% - 0px);
}
.property-table .property .property-value .value_select label {
  margin-right: 24px;
  cursor: pointer;
}
.property-table .property .property-value .value_select label:hover {
  background: #f1f1f1;
}
.property-table .property .property-value .value_select label .name {
  display: inline-block;
  vertical-align: middle;
  min-width: 24px;
  font-size: 10px;
}
.property-table .property .property-value .value_select label input {
  vertical-align: middle;
}
table.property-table {
  width: 98%;
  font-size: 12px;
  border-spacing: unset;
  background: transparent;
}
table.property-table th {
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 8px;
  width: 100px;
  text-align: left;
  color: #8f93aa;
}
table.property-table td {
  padding: 2px 8px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
table.property-table td a {
  font-weight: normal;
}
table.property-table .select_wrapper {
  width: calc(100% - 12px);
}
div.property-table {
  width: 100%;
  font-size: 12px;
  text-align: left;
  border-spacing: unset;
}
div.property-table .property-group {
  margin-bottom: 8px;
}
div.property-table .property-group .property-group-name {
  font-size: 13px;
  font-weight: bold;
  color: #444;
  margin-top: 16px;
  margin-bottom: 6px;
}
div.property-table .property {
  margin-bottom: 10px;
  vertical-align: top;
}
div.property-table .property .property-name {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: bold;
}
div.property-table .property .property-name .required {
  color: #cc0033;
  font-size: 11px;
}
div.property-table .property .property-value {
  font-size: 14px;
  font-weight: bold;
}
div.property-table .property .property-value .property-value-cell {
  display: inline-block;
  min-width: 80px;
  margin-right: 16px;
  text-align: right;
}
div.property-table .property .property-value .fromto-value .value {
  display: inline-block;
  width: calc(50% - 14px);
}
div.property-table .property .property-value .fromto-value .separator {
  display: inline-block;
  width: 16px;
  text-align: center;
}
div.property-table .property.nowrap .property-name {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  font-weight: bold;
}
div.property-table .property.nowrap .property-value {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
div.property-table .property-row2 .property {
  display: inline-block;
  width: calc(50% - 3px);
}
div.property-table .property-columnset .property-column2 {
  vertical-align: top;
  display: inline-block;
  width: calc(50% - 3px);
}
div.property-table .property-columnset .property {
  height: 38px;
}
div.property-table .property-columnset .property.textarea {
  height: 68px;
}
div.property-table .property-error {
  color: #cc0033;
  font-size: 11px;
}
.toggle_switcher_container {
  height: 30px;
}
.toggle_switcher_container .toggle_switcher {
  display: inline-block;
  min-width: 50px;
  text-decoration: none;
  font-size: 11px;
  border: 1px solid #888;
  border-radius: 2px;
  padding: 0px 8px;
  background: #FFF;
  text-decoration: underline;
  cursor: pointer;
}
.toggle_switcher_container .toggle_switcher.active {
  background: #f1f1f1;
  color: #111;
  text-decoration: none;
  cursor: default;
}
#body_container {
  padding: 0px 0px;
  width: 100vw;
  height: 100vh;
  background: #F9F9F9;
  overflow-y: auto;
}
body[width_mode="full"] #body_container {
  max-width: 100%;
}
body[width_mode="full"] .content.footer_menu {
  max-width: calc(98% - 16px);
}
#main_page_header {
  position: fixed;
  height: 44px;
  width: 100vw;
  background: #FFF;
  z-index: 1;
  display: flex;
  flex-direction: row;
}
#main_page_header .page_header_logo {
  display: inline-block;
  margin: 2px 0px;
}
#main_page_header .page_header_logo .logo {
  display: inline-block;
  height: 32px;
  padding: 1px 0px 0px 6px;
}
#main_page_header .page_header_logo .logo.min {
  display: none;
}
@media (max-width: 500px) {
  #main_page_header .page_header_logo .logo {
    display: none;
  }
  #main_page_header .page_header_logo .logo.min {
    display: inline-block;
  }
}
#main_page_header .page_header_title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 6px;
  margin-left: 20px;
}
#main_page_header .page_header_action {
  display: inline-block;
  font-size: 14px;
  flex: 1;
}
#main_page_menu {
  position: fixed;
  height: calc(100vh - 46px);
  top: 46px;
  left: 0px;
  padding-bottom: 64px;
  box-sizing: border-box;
  width: 180px;
  font-size: 14px;
  color: #FFF;
  vertical-align: top;
  background: #FFF;
  overflow-y: auto;
  z-index: 200;
}
#main_content {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-left: 180px;
  margin-top: 46px;
  width: calc(100% - 180px);
  font-size: 14px;
}
#body_container[sidemenu="min"] #main_page_menu {
  width: 40px;
}
#body_container[sidemenu="min"] .page_menu_logo .logo.label {
  display: none;
}
#body_container[sidemenu="min"] .page_menu_logo .logo.label.min {
  display: inline-block;
  width: 26px;
  height: auto;
}
#body_container[sidemenu="min"] .page_menu_lang {
  display: none;
}
#body_container[sidemenu="min"] .menu_actions .action_group .group_header .label {
  display: none;
}
#body_container[sidemenu="min"] .menu_actions .action_group .action_item {
  padding-left: 8px;
}
#body_container[sidemenu="min"] .menu_actions .action_group .action_item a {
  padding-left: 2px;
}
#body_container[sidemenu="min"] .menu_actions .action_group .action_item .label {
  display: none;
}
#body_container[sidemenu="min"] #main_content {
  margin-left: 40px;
  width: calc(100% - 40px);
}
#body_container[sidemenu="min"] .content.footer_menu {
  left: 30px;
  width: calc(100% - 40px);
}
#body_container[sidemenu="none"] #main_page_menu {
  display: none;
}
#body_container[sidemenu="none"] .page_menu_logo, #body_container[sidemenu="none"] .page_menu_lang, #body_container[sidemenu="none"] .menu_actions {
  display: none;
}
#body_container[sidemenu="none"] #main_content {
  margin-left: 0px;
  width: 100%;
}
#body_container[sidemenu="none"] .content.footer_menu {
  left: 0px;
  width: 100%;
}
.page_menu .page_menu_content {
  position: relative;
  text-align: left;
  width: 100%;
}
.page_menu .page_menu_content .menu_actions {
  color: #FFF;
}
.page_menu .page_menu_content .menu_actions .action_group {
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.page_menu .page_menu_content .menu_actions .action_group .action_item {
  padding-left: 6px;
}
.page_menu .page_menu_content .menu_actions .group_header {
  display: block;
  padding: 3px 4px 3px 10px;
  font-size: 12px;
  height: 20px;
  color: #8f93aa;
}
.page_menu .page_menu_content .menu_actions .action_item {
  display: block;
  font-size: 13px;
  min-height: 28px;
  color: #FFF;
  margin-bottom: 0.3rem;
}
.page_menu .page_menu_content .menu_actions .action_item a {
  display: block;
  width: 100%;
  padding: 3px 4px 3px 10px;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}
.page_menu .page_menu_content .menu_actions .action_item .icon {
  display: inline-block;
  vertical-align: text-top;
  height: 20px;
}
.page_menu .page_menu_content .menu_actions .action_item .label {
  color: #1f2654;
}
.page_menu .page_menu_content .menu_actions .action_item.selected {
  background: #e8ebff;
}
.page_menu .page_menu_content .menu_actions .action_item.selected .label {
  color: #364dda;
  font-weight: bold;
}
.page_menu .page_menu_content .menu_actions .action_item:hover {
  background: #e8ebff;
}
.page_menu .page_menu_content .menu_switch {
  text-align: right;
  margin: 8px 3px 8px 0px;
}
.page_menu .page_menu_content .menu_switch a {
  cursor: pointer;
}
.page_menu .page_menu_content .menu_switch a img {
  width: 18px;
  height: 18px;
}
.page_menu_logo {
  box-sizing: border-box;
  height: 40px;
  padding: 2px 2px;
  text-align: center;
}
.page_menu_logo a {
  text-decoration: none;
}
.page_menu_logo .logo.label {
  height: 40px;
}
.page_menu_logo .logo.label.min {
  display: none;
}
.page_menu_logo .app_name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}
.page_menu_logo .page_name {
  display: block;
  font-size: 16px;
  color: #FFF;
  margin: 8px 0px 0px 20px;
  display: none;
}
.page_menu_lang {
  position: fixed;
  bottom: 0px;
  box-sizing: border-box;
  padding: 0px 8px 8px 8px;
}
.page_menu_lang a {
  display: inline-block;
  overflow: hidden;
  color: #1f2654;
  text-align: center;
  margin: 0px 0.5em 0px 0px;
  cursor: pointer;
}
.page_menu_lang a .icon {
  display: inline-block;
  height: 20px;
  vertical-align: bottom;
}
.page_menu_lang a .label {
  display: inline-block;
  font-size: 12px;
  vertical-align: bottom;
  padding-bottom: 2px;
}
.lang_select_list .lang_item {
  display: block;
  line-height: 2em;
}
.lang_select a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 0 0.3em;
}
@media (max-width: 400px) {
  #main_page_menu {
    width: 100vw;
    background: rgba(255, 255, 255, 0.95);
  }
  #main_content {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
  .page_menu .page_menu_content {
    text-align: left;
  }
  .page_menu .page_menu_content .menu_actions .action_group {
    margin-bottom: 0.6rem;
  }
  .page_menu .page_menu_content .menu_actions .group_header {
    font-size: 14px;
  }
  .page_menu .page_menu_content .menu_actions .action_item {
    font-size: 16px;
  }
  .page_menu_logo, .page_menu_lang {
    width: 100vw;
    text-align: center;
  }
}
.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: left;
  font-size: 80%;
  background: #126e9e;
}
.breadcrumb {
  text-align: left;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb .icon {
  display: inline-block;
  vertical-align: text-top;
  height: 20px;
}
.breadcrumb .link {
  color: #00e;
  text-decoration: underline;
  cursor: pointer;
}
.content {
  position: relative;
  background-color: #F9F9F9;
  padding: 2px 8px;
  font-size: 14px;
  /* TODO */
}
.content.header_menu {
  overflow-x: visible;
  overflow-y: visible;
  background: #126e9e;
  padding: 0px 0px;
}
.content.header_menu .header_actions {
  padding: 2px 5px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  font-size: 10px;
}
.content.header_menu .breadcrumb {
  margin-top: 48px;
  font-size: 80%;
  color: #FFF;
}
.content.view_mode_content {
  background: #FFF;
  border-top: 2px solid transparent;
  padding-top: 6px;
}
.content.content_menu .content_actions .action_item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  height: 50px;
  width: 50px;
  cursor: pointer;
  border: none;
  background: transparent;
  margin: 2px 2px;
  font-size: 10px;
  color: #FFF;
}
.content.content_menu .content_actions .action_item .icon {
  display: inline-block;
  max-width: 100%;
  max-height: calc(100% - 22px);
}
.content.content_menu .content_actions .action_item .label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  line-height: 12px;
  color: #FFF;
  background: rgba(18, 110, 158, 0.7);
}
.content.content_menu .content_actions .action_item.selected .label {
  font-weight: bold;
  color: red;
}
.content.footer_menu {
  position: fixed;
  bottom: 0px;
  left: 180px;
  width: calc(100vw - 180px);
  height: 64px;
  padding: 0px 0px;
  box-sizing: border-box;
  background: #999;
  z-index: 10;
}
.content.footer_menu .footer_actions {
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 4px 8px;
}
.content.advisor_mode_header {
  font-size: 90%;
  background: #990033;
  color: #FFF;
  text-align: center;
  padding: 4px 16px;
  border-radius: 8px 8px;
  margin-top: 4px;
}
.content .comment {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  margin: 4px 0px 4px 0px;
  color: #444;
}
.content .comment.top {
  padding-top: 0px;
}
.content .comment.sub {
  font-size: 11px;
  padding: 2px 0px 2px 2px;
}
#main_header_notify .content {
  font-size: 100%;
  text-align: center;
  padding: 6px 16px;
  margin: 0px 0px 0px 0px;
  color: #FFF;
}
#main_header_notify .content:not(:first-of-type) {
  margin: 1px 0px 0px 0px;
}
#main_header_notify .content a {
  color: #FFF;
}
#main_header_notify .content.active {
  background: #1e90ff;
}
#main_header_notify .content.graced {
  background: #dc143c;
}
#main_header_notify .content.expired {
  background: #dc143c;
}
#main_header_notify .content.alert {
  background: #FF8C00;
}
#main_header_notify .content.error {
  background: #dc143c;
}
.content_separator {
  font-size: 10px;
  border-top: 1px solid #e8ebff;
  margin-top: 8px;
  margin-bottom: 16px;
}
.content_view_modes {
  border-bottom: 1px solid #e8ebff;
}
.content_view_modes .view_mode {
  display: inline-block;
  color: #8f93aa;
  padding: 3px 4px;
}
.content_view_modes .view_mode.selected {
  color: #364dda;
  border-bottom: 2px solid #364dda;
}
.content_view_modes .view_mode .icon {
  height: 20px;
  display: inline-block;
  vertical-align: text-top;
}
.content_view_modes .view_mode .label {
  display: inline-block;
}
.content_view_modes .view_mode:not(:first-child) {
  margin-left: 1em;
}
.page_section:nth-child(n + 2) {
  border-top: 1px solid #e8ebff;
  padding-top: 12px;
  margin-top: 20px;
}
.page_section_title {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #8f93aa;
  margin-bottom: 12px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.page_section_title:not(:first-child) {
  margin-top: 20px;
}
.page_section_title.sub {
  font-size: 12px;
  font-weight: bold;
  color: #1f2654;
  margin-top: 8px;
  margin-bottom: 4px;
}
.main {
  text-align: left;
  position: relative;
  padding-bottom: 0;
  font-size: 0px;
}
.main .main_app {
  margin: 0px 0px;
  padding: 0px 10px 10px 10px;
}
.actions {
  position: relative;
  margin: 8px 0px;
  text-align: left;
  min-height: 25px;
}
.actions .action_title {
  display: inline-block;
  padding-top: 0.6em;
  width: 5em;
  font-size: 80%;
  color: #666;
}
.actions .action_item {
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  padding: 0px 8px;
  white-space: nowrap;
  background: #1C7FBD;
  color: #FFF;
  font-size: 14px;
  line-height: 2.3em;
  border: none;
  border-radius: 3px;
  margin: 1px 2px;
  text-decoration: none;
  cursor: pointer;
}
.actions .action_item .icon {
  display: inline-block;
  vertical-align: text-top;
  height: 20px;
}
.actions .action_item .label {
  display: inline-block;
  vertical-align: top;
}
.actions .action_item.center {
  text-align: center;
}
.actions .action_item.alert {
  background: #990033;
  color: #FFF;
}
.actions .action_item.lesser {
  background: #666666;
  color: #FFF;
}
.actions .action_item:hover {
  background: #84a6bd;
}
.actions .action_item:disabled, .actions .action_item[disabled="disabled"] {
  background: #e5e8e9;
  color: #8f93aa;
  cursor: not-allowed;
}
.actions .action_item.large_button {
  min-width: 160px;
  font-size: 16px;
  line-height: 2.5em;
}
.actions .action_item.large_button .icon {
  display: inline-block;
  vertical-align: text-top;
  height: 24px;
}
.actions .link_item {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  color: #0000EE;
  margin: 1px 3px;
  white-space: nowrap;
}
.actions .link_item[disabled="disabled"] {
  color: #aaa;
  text-decoration: none;
}
.actions .separator {
  color: #aaa;
  margin: 0px 2px 0px 2px;
}
.actions .space_item {
  display: inline-block;
  width: 16px;
}
.center {
  text-align: center;
}
.sp_center {
  text-align: left;
}
.actions.popup_actions {
  position: absolute;
  z-index: 100;
  top: 50px;
  left: 25%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #CCC;
  padding: 8px 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.actions.detail_actions {
  position: absolute;
  top: 20px;
  right: 0px;
  background: #f4ffff;
  z-index: 10;
  padding: 4px 8px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  box-shadow: 4px 4px 2px #888;
}
.actions.detail_actions .action_item {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
  font-size: 80%;
}
.el-popover {
  border-color: #b3b6ce;
}
.el-popover__reference .action_item {
  cursor: pointer;
}
.el-popover__reference .action_item .icon {
  display: inline-block;
}
.el_popup_actions .action_item {
  cursor: pointer;
  color: #1f2654;
  display: block;
  font-size: 14px;
  line-height: 2em;
}
.el_popup_actions .action_item .icon {
  display: inline-block;
  vertical-align: text-top;
  height: 22px;
}
.page_actions .action_item {
  padding: 8px 0px;
  min-width: 120px;
  border: 2px solid #888;
  background: #ddd;
  border-radius: 3px;
  cursor: pointer;
}
.page_actions .action_item:hover {
  border: 2px solid #444;
  background: #eee;
}
.page_actions .action_item_icon {
  cursor: pointer;
}
.page_actions .action_item_icon img {
  width: 32px;
  height: 32px;
}
.float_right {
  float: right;
}
.float_left {
  float: left;
}
.popup_dialog {
  position: fixed;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  max-width: 500px;
  margin: 0px auto;
  overflow-y: auto;
  /*    min-height:400px;*/
  /*    max-height:calc(100vh - 120px);*/
  z-index: 200;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 32px #000;
  /*border: 1px solid #CCC;*/
  padding: 50px 20px 20px 20px;
}
.popup_dialog.wide {
  max-width: unset;
}
.popup_dialog_bg {
  position: fixed;
  background: rgba(33, 33, 33, 0.6);
  z-index: 199;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100vh;
}
.popup_dialog input[type="text"], .popup_dialog input[type="number"], .popup_dialog input[type="password"] {
  width: calc(100% - 12px);
  box-sizing: content-box;
}
.popup_dialog input[type="text"].numeric, .popup_dialog input[type="number"].numeric {
  text-align: right;
}
.popup_dialog input[type="text"].numeric.ratio, .popup_dialog input[type="number"].numeric.ratio {
  width: 50px;
}
.popup_dialog textarea {
  width: calc(100% - 12px);
  height: 60px;
  box-sizing: content-box;
}
.popup_dialog .dialog_title {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  color: #8f93aa;
}
.popup_dialog .actions {
  margin-top: 32px;
  font-size: 16px;
}
.popup_dialog .actions.upper {
  margin-top: 0px;
}
.popup_dialog .dialog_actions {
  position: relative;
  margin: 32px 0px 8px 0px;
  text-align: center;
}
.popup_dialog .dialog_actions .action_item {
  font-size: 16px;
  padding: 2px 36px;
}
.popup_dialog .page_close_icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 2;
  background-color: #fff;
  border-radius: 50% 50%;
  background-image: url("/img/action/icon_close.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.popup_dialog .page_close_icon:hover {
  background-color: #fff;
}
.card_layout {
  text-align: left;
}
.card_layout .item {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: calc(25% - 20px);
  height: 150px;
  /*min-width:150px;*/
  border: none;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.06);
  margin: 0px 8px 8px 0px;
  padding: 4px 6px 4px 6px;
  font-size: 12px;
  text-align: center;
  color: #000;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .card_layout .item {
    width: calc(33.3% - 20px);
  }
}
@media (max-width: 800px) {
  .card_layout .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .card_layout .item {
    margin-right: 6px;
    width: calc(50% - 18px);
  }
  div.property-table .property-row2 .property {
    display: inline-block;
    width: 100%;
  }
  div.property-table .property-columnset .property-column2 {
    display: inline-block;
    width: 100%;
  }
  div.property-table .property-columnset .property-column2:nth-child(n+2) {
    margin-top: 18px;
  }
  div.property-table .property-columnset .property-column2 .property.dummy {
    display: none;
  }
  .sp_center {
    text-align: center;
  }
}
@media (max-width: 450px) {
  .card_layout .item {
    width: calc(100% - 14px);
  }
}
.card_layout .item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.24);
}
.card_layout .icon {
  height: 70px;
  width: auto;
}
.card_layout .name {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: bold;
}
.card_layout .description {
  font-size: 11px;
  margin-top: 0px;
  font-weight: normal;
}
.view_mode_list {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 6px;
  padding: 6px 0px;
  background: rgba(255, 255, 255, 0.5);
}
.view_mode_list a {
  display: inline-block;
  height: 23px;
  width: 110px;
  background: #FFF;
  border: 2px solid #AAA;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}
.view_mode_list a.active {
  border: 2px solid #cc0000;
  color: #cc0000;
  font-weight: bold;
}
.view_mode_list a .label {
  display: inline-block;
  vertical-align: middle;
}
.view_mode_list a .icon {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}
.view_mode_content {
  margin-top: 4px;
  min-height: 400px;
  /*padding-bottom:55px;*/
}
.message {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #364dda;
}
.message.center {
  text-align: center;
}
.message.note {
  font-size: 12px;
  color: #0071bc;
}
.message.success {
  color: #000066;
}
.message.error {
  font-weight: bold;
  color: #cc0033;
}
.invalid-feedback {
  color: #cc0033;
}
.text_icon {
  display: inline-block;
  padding: 0px 8px;
  font-size: 11px;
  text-align: center;
}
.text_icon.enabled {
  background: #009933;
  color: #FFF;
}
.text_icon.disabled {
  background: #999999;
  color: #FFF;
}
.ui-dialog.no_title_dialog .ui-dialog-titlebar {
  display: none;
}
.ui-dialog.no_title_dialog .ui-dialog-buttonpane {
  font-size: 13px;
  padding: 0px 0px;
}
.vdp-datepicker__calendar {
  width: 200px !important;
}
.vdp-datepicker__calendar .cell {
  height: 27px !important;
  line-height: 27px !important;
}
/*.property-table .vdp-datepicker input[type="text"]{
    width:calc(100% - 30px);
}*/
.property-table .vdp-datepicker .vdp-datepicker__clear-button {
  position: absolute;
  top: 3px;
  bottom: 2px;
  right: 14px;
  padding: 6px 4px 0px 4px;
  /*height:100%;*/
  z-index: 2;
  background: rgba(243, 243, 243, 0.8);
  /*background: #F3F3F3;*/
  font-weight: bold;
  /*border-left:1px solid rgb(114,113,113);*/
  border-radius: 0px 4px 4px 0px;
}
.property-table .vs--searchable .vs__dropdown-toggle {
  border: 1px solid #727171;
}
#__fwk3common_popupmessage {
  font-size: 14px;
  padding: 4px 8px;
  background: rgba(255, 255, 204, 0.4);
}
.__fwk3common_formmessage {
  position: absolute;
  top: 25%;
  left: 10%;
  right: 10%;
  font-size: 18px;
  padding: 16px 0px;
  background: rgba(255, 255, 153, 0.6);
  cursor: pointer;
}
#__fwk3common_copytext_textarea {
  font-size: 10px;
  height: 0px;
  width: 0px;
}
.arrow_icon {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  vertical-align: middle;
}
.arrow_icon.right {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  margin-left: 4px;
}
.arrow_icon.left {
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform: rotate(-45deg);
  margin-right: 4px;
}
label.checkboxradio-wrapper {
  display: flex;
  align-items: center;
}
label.checkboxradio-wrapper input {
  margin: 0;
  position: relative;
  top: 0.1rem;
}
label.checkboxradio-wrapper span {
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  line-height: 1.8rem;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content .page_section_title {
  line-height: 20px;
}
.fwk3_toast .toasted .primary, .fwk3_toast .toasted.toasted-primary {
  font-size: 18px;
  font-weight: bold;
}
.fwk3_toast .toasted .primary.info, .fwk3_toast .toasted.toasted-primary.info {
  background: rgba(50, 205, 50, 0.8);
}
.fwk3_toast .toasted .primary.success, .fwk3_toast .toasted.toasted-primary.success {
  background: rgba(30, 144, 255, 0.8);
}
.fwk3_toast .toasted .primary.error, .fwk3_toast .toasted.toasted-primary.error {
  background: rgba(153, 0, 51, 0.8);
}
[v-cloak] {
  display: none;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s ease;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
