@charset "UTF-8";
/*--------
 共通
--------*/
html {
  font-size: 14px; }

a {
  color: #115d85; }
  a:hover {
    color: #115d85; }

table {
  table-layout: fixed;
  width: 100%;
  font-size: 1rem; }

th {
  text-align: inherit; }

.flat-block-top {
  border-top: 2px solid #4c7607; }

.ico-required {
  display: inline-block;
  float: right;
  padding: 0 5px;
  margin-top: -1px;
  color: #bd3031;
  border: 1px solid #bd3031; }

p.loading {
  background: url(../../../../images/gem/skin/vertical/loading.gif) no-repeat scroll 0 0 transparent;
  height: 16px;
  margin: 2px;
  width: 16px; }

/* binary表示 */
.list-bin > a.link-bin {
  vertical-align: top; }

.list-bin > .viewer-toolbar {
  display: inline-block; }
  .list-bin > .viewer-toolbar > ul {
    margin: 0;
    padding: 0 3px; }

.viewer-container.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.8); }

img.img-viewer {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.viewer-container.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.8); }

img.img-viewer {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  transition: all .3s;
  -webkit-transition: all .3s; }

input[type=button], input[type=submit], input[type=reset] {
  vertical-align: middle;
  font-size: 0.92857rem;
  padding: 5px 25px;
  background-color: #ededed;
  min-width: 150px;
  line-height: 20px;
  border: 0 !important;
  color: #115d85;
  transition: background 300ms;
  cursor: pointer; }

.pseudo-checkbox, .pseudo-radio {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 22px;
  width: 22px;
  box-sizing: border-box;
  border: 2px solid #aaa;
  transition: border 300ms;
  cursor: pointer;
  margin-right: 5px; }

.pseudo-checkbox {
  border-radius: 20%; }

.pseudo-radio {
  border-radius: 50%; }

.pseudo-checkbox::after, .pseudo-radio::after {
  content: '';
  display: block;
  position: absolute;
  transform: scale(0);
  opacity: 0;
  transition: 300ms; }

.btn {
  display: block;
  float: left;
  margin-bottom: 20px; }

input[type=button]:hover {
  background-color: #d4d4d4; }

input[type=button].gr-btn {
  background-color: #4c7607;
  color: #fff; }
  input[type=button].gr-btn:hover {
    background-color: #273c04; }

input[type=submit]:hover {
  background-color: #d4d4d4; }

input[type=submit].gr-btn {
  background-color: #4c7607;
  color: #fff; }
  input[type=submit].gr-btn:hover {
    background-color: #273c04; }

input[type=reset]:hover {
  background-color: #d4d4d4; }

.pseudo-parent.disabled {
  color: #888; }

.pseudo-parent.disabled .pseudo-checkbox {
  visibility: hidden; }

.pseudo-parent.disabled .pseudo-radio {
  visibility: hidden; }

.pseudo-checkbox + input[type='checkbox'] {
  display: none; }

.pseudo-checkbox:hover {
  border-color: #115d85; }

.pseudo-checkbox.checked {
  border-color: #115d85; }

.pseudo-checkbox.checked::after {
  opacity: 1;
  transform: scale(1); }

.pseudo-radio + input[type='radio'] {
  display: none; }

.pseudo-radio:hover {
  border-color: #115d85; }

.pseudo-radio.checked {
  border-color: #115d85; }

.pseudo-radio.checked::after {
  opacity: 1;
  transform: scale(1); }

.pseudo-checkbox::after {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../../../../images/gem/skin/flat/icon-checkbox.png) center center no-repeat; }

.pseudo-radio::after {
  height: 60%;
  width: 60%;
  top: 20%;
  left: 20%;
  background: #115d85;
  border-radius: 50%; }

.ui-jqgrid .pseudo-checkbox {
  display: none; }
  .ui-jqgrid .pseudo-checkbox + input[type='checkbox'] {
    display: inherit; }

.ui-jqgrid .pseudo-radio {
  display: none; }
  .ui-jqgrid .pseudo-radio + input[type='radio'] {
    display: inherit; }

.trash .pseudo-checkbox {
  display: none; }
  .trash .pseudo-checkbox + input[type='checkbox'] {
    display: inherit; }

.trash .pseudo-radio {
  display: none; }
  .trash .pseudo-radio + input[type='radio'] {
    display: inherit; }

input.datepicker-form-size-01 {
  width: 84px !important; }

input.datepicker-form-size-02 {
  width: 100px !important; }

input.datepicker {
  padding: 2px 5px; }

input.datetimepicker-form-size-01 {
  width: 152px !important; }

input.datetimepicker-form-size-02 {
  width: 180px !important; }

input.datetimepicker {
  padding: 2px 5px; }

input.timepicker-form-size-01 {
  width: 80px !important; }

input.timepicker {
  padding: 2px 5px; }

.btn-toggle-01 {
  cursor: pointer; }

.timestampselect-field select {
  width: auto !important; }

.timeselect-field select {
  width: auto !important; }

textarea.width-constraint {
  max-width: 100%; }

.tp {
  vertical-align: middle;
  position: relative;
  top: -2px; }

.tooltip-wrap {
  display: none;
  position: absolute;
  z-index: 54; }

.tooltip {
  padding: 7px;
  border: 1px solid #999999;
  position: relative;
  background: #fff;
  font-size: 0.8rem;
  vertical-align: bottom; }
  .tooltip .tool-icon {
    display: block;
    width: 16px;
    height: 6px;
    position: absolute;
    bottom: -6px;
    background: url(../../../../images/gem/skin/flat/icon-tooltip-01.png) no-repeat left center; }

.list_operation {
  display: block;
  float: left; }
  .list_operation input {
    margin-right: 20px; }
  .list_operation .gr-btn-02 {
    background: #aaa;
    color: #fff; }
    .list_operation .gr-btn-02:hover {
      background: #999999; }
  .list_operation .cancel-link {
    display: block;
    float: left;
    margin-bottom: 20px; }
    .list_operation .cancel-link a {
      display: block;
      min-width: 150px;
      vertical-align: middle;
      font-size: 0.92857rem;
      text-align: center;
      line-height: 20px;
      padding: 5px 25px;
      box-sizing: border-box;
      background: #aaa;
      border: 0 !important;
      transition: background 300ms;
      cursor: pointer;
      color: #fff;
      text-decoration: none; }
    .list_operation .cancel-link:hover a {
      background: #999999;
      text-decoration: none; }
  .list_operation li:last-child input {
    margin-right: 0; }

.nav-disc-all {
  display: block;
  float: right; }
  .nav-disc-all li {
    display: block;
    float: left;
    line-height: 30px;
    font-size: 0.92857rem; }
    .nav-disc-all li + li {
      margin-left: 10px; }
    .nav-disc-all li + li::before {
      content: ' ';
      display: inline-block;
      margin-right: 10px; }

.nav-section {
  display: block;
  width: 100%;
  float: left; }
  .nav-section li {
    float: left;
    margin: 0 10px 10px 0;
    font-size: 0.92857rem; }

h2, h3 {
  display: block;
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 1.78571rem;
  letter-spacing: 0.21429rem;
  margin-bottom: 20px; }

h3.hgroup-02-01::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background: #3c5e06; }

.hgroup-01 .default-icon {
  display: none; }

.hgroup-02-01 {
  font-size: 1.42857rem;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  width: calc(100% - 20px); }

h5 {
  font-weight: normal;
  font-size: 1.42857rem;
  letter-spacing: 0.21429rem;
  margin-bottom: 15px; }

.hgroup-02 span {
  font-size: 1rem;
  letter-spacing: 0.07143rem;
  margin-left: 20px;
  color: #aaa; }

.hgroup-02 svg {
  margin-right: 10px; }

.tabList {
  border-top: 2px solid #4c7607; }
  .tabList .tab-menu {
    display: block;
    float: left;
    height: 43px;
    width: auto; }
    .tabList .tab-menu li {
      display: block;
      float: left;
      height: 43px;
      width: 150px;
      position: relative;
      border-right: 1px solid #ededed;
      transition: background 300ms;
      background: #fff; }
      .tabList .tab-menu li a {
        display: block;
        float: left;
        height: 100%;
        width: 100%;
        text-align: center;
        line-height: 43px;
        font-size: 1rem;
        color: #080808;
        background: #fff; }
      .tabList .tab-menu li:hover {
        background: whitesmoke; }
        .tabList .tab-menu li:hover a {
          text-decoration: none; }
      .tabList .tab-menu li.current {
        background: #4c7607; }
        .tabList .tab-menu li.current a {
          background: #4c7607;
          color: #fff; }
        .tabList .tab-menu li.current a::before {
          content: '::'; }
        .tabList .tab-menu li.current a::after {
          content: '::'; }
      .tabList .tab-menu li.current::after {
        opacity: 1; }
    .tabList .tab-menu li::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      border-top: 11px solid #4c7607;
      margin-left: -11px;
      opacity: 0; }
  .tabList.contract .tab-menu li.current {
    background: #fff; }
    .tabList.contract .tab-menu li.current a {
      background: #fff;
      color: #080808; }
    .tabList.contract .tab-menu li.current a::before {
      content: ''; }
    .tabList.contract .tab-menu li.current a::after {
      content: ''; }
  .tabList.contract .tab-menu li.current::after {
    opacity: 0; }

.modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  background: #000; }

.modal-inner {
  padding: 20px;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 750px;
  background: #ededed;
  display: none;
  overflow: hidden;
  box-sizing: border-box; }
  .modal-inner.fullWindow {
    width: 100% !important;
    height: 100vh !important; }
    .modal-inner.fullWindow .modal-maximize {
      display: none; }
    .modal-inner.fullWindow .modal-restore {
      display: block; }
  .modal-inner > iframe {
    height: calc(100% - 57px) !important;
    width: 100%;
    border: none; }
  .modal-inner.unresizable .modal-maximize {
    display: none; }
  .modal-inner.unresizable .modal-restore {
    display: none; }
  .modal-inner h2.hgroup-01 span {
    display: block; }

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer; }
  .modal-close svg {
    color: #313131; }
    .modal-close svg:hover {
      color: #000;
      transition: 300ms; }

.modal-maximize {
  position: absolute;
  right: 60px;
  top: 20px;
  cursor: pointer;
  display: block; }
  .modal-maximize svg {
    color: #313131; }
    .modal-maximize svg:hover {
      color: #000;
      transition: 300ms; }

.modal-restore {
  position: absolute;
  right: 60px;
  top: 20px;
  cursor: pointer;
  display: none; }
  .modal-restore svg {
    color: #313131; }
    .modal-restore svg:hover {
      color: #000;
      transition: 300ms; }

body.modal-body .result-data {
  padding-bottom: 0; }

body.modal-body input.btn-csv-01 {
  display: none; }

#dialog_parent {
  position: relative; }

button.dialog-csvdl-btn {
  background-color: #4c7607 !important; }
  button.dialog-csvdl-btn:hover {
    background-color: #273c04 !important; }

.unexpected-error #header #title {
  display: none; }

.nomenu-layout .error-block {
  padding: 15px; }

.error-block {
  float: left;
  display: block;
  background: #ededed; }

.tbl-error {
  background: #fff;
  margin-bottom: 20px; }
  .tbl-error td {
    padding: 20px; }
  .tbl-error + p {
    font-size: 1rem; }

/* plugins */
.ui-accordion .ui-widget-content .ui-state-active, .ui-accordion .ui-widget-content .ui-state-active.ui-state-hover, .ui-accordion .ui-widget-header .ui-state-active, .ui-accordion .ui-widget-header .ui-state-active.ui-state-hover, .ui-accordion .ui-state-active {
  border: 1px solid #4c7607;
  color: #000;
  background-color: #f6f6f6; }

.ui-datepicker-trigger {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }

.ui-widget-header {
  background: #4c7607;
  border: none; }
  .ui-widget-header .ui-state-hover {
    border: none;
    background-color: #f6f6f6; }
  .ui-widget-header .ui-state-focus {
    border: none;
    background-color: #f6f6f6; }

.dp-weekday-label {
  margin-left: 5px;
  vertical-align: middle; }

.ui-corner-all {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.ui-corner-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.ui-corner-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.ui-corner-br {
  border-bottom-right-radius: 0; }

.ui-corner-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.ui-corner-bl {
  border-bottom-left-radius: 0; }

.ui-corner-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.ui-corner-tr {
  border-top-right-radius: 0; }

.ui-corner-tl {
  border-top-left-radius: 0; }

.ui-state-hover {
  border: none;
  background-color: #f6f6f6; }
  .ui-state-hover .ui-icon {
    background-image: url(../../../../images/gem/skin/flat/ui-icons_454545_256x240.png); }

.ui-state-focus {
  border: none;
  background-color: #f6f6f6; }
  .ui-state-focus .ui-icon {
    background-image: url(../../../../images/gem/skin/flat/ui-icons_454545_256x240.png); }

.ui-widget-content .ui-state-hover {
  border: none;
  background-color: #f6f6f6; }

.ui-widget-content .ui-state-focus {
  border: none;
  background-color: #f6f6f6; }

.ui-accordion .ui-accordion-header {
  box-sizing: border-box; }

.ui-accordion .ui-state-default {
  border: 1px solid #ccc;
  color: #888; }

.ui-accordion .ui-widget-content .ui-state-default {
  border: 1px solid #ccc;
  color: #888; }
  .ui-accordion .ui-widget-content .ui-state-default.ui-state-hover {
    border: 1px solid #ccc;
    color: #888; }

.ui-accordion .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  color: #888; }
  .ui-accordion .ui-widget-header .ui-state-default.ui-state-hover {
    border: 1px solid #ccc;
    color: #888; }

.ui-dialog .ui-dialog-buttonpane button {
  font-size: 0.92857rem;
  padding: 5px 25px;
  background: #aaa;
  color: #fff;
  transition: background 300ms;
  cursor: pointer;
  border: none;
  border-radius: 0; }
  .ui-dialog .ui-dialog-buttonpane button span {
    padding: 0; }

.ui-state-default .ui-icon {
  background-image: url(../../../../images/gem/skin/flat/ui-icons_888888_256x240.png); }

.ui-jqgrid .ui-jqgrid-htable th, .ui-jqgrid .ui-jqgrid-htable td {
  line-height: 40px;
  padding: 0;
  font-size: 0.92857rem;
  box-sizing: border-box; }

.ui-jqgrid .ui-jqgrid-htable th .s-ico .ui-icon-asc::before, .ui-jqgrid .ui-jqgrid-htable th .s-ico .ui-icon-desc::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background: center center no-repeat; }

.ui-jqgrid .jqgh_cbox, .ui-jqgrid .td_cbox {
  width: 40px !important;
  padding: 0 !important;
  white-space: normal !important; }

.ui-jqgrid .ui-widget-header .ui-state-highlight td, .ui-jqgrid .ui-widget-content .ui-state-hover td, .ui-jqgrid .ui-widget-content .ui-state-focus td, .ui-jqgrid .ui-widget-content .ui-state-highlight td, .ui-jqgrid .ui-state-hover td, .ui-jqgrid .ui-state-focus td, .ui-jqgrid .ui-state-highlight td {
  background-color: #dfeffc !important;
  background-image: none;
  color: #666666; }

.modal-body .ui-jqgrid .ui-jqgrid-hdiv tr > th.sel_radio, .modal-body .ui-jqgrid .ui-jqgrid-bdiv tr > td.sel_radio {
  padding: 0;
  width: 40px !important;
  text-align: center; }

.result-data .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .entity-list .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .task-list .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .simpleArea .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .entityListingGridArea .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .savedList .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .aggregationRawdataSavedResult .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
  border: none;
  outline-width: 0.5px;
  outline-style: solid;
  outline-color: #ddd; }

.result-data .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr, .entity-list .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr, .task-list .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr, .simpleArea .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr, .entityListingGridArea .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr, .savedList .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr, .aggregationRawdataSavedResult .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr {
  border: none; }
  .result-data .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td, .entity-list .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td, .task-list .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td, .simpleArea .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td, .entityListingGridArea .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td, .savedList .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td, .aggregationRawdataSavedResult .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
    border-bottom-width: 0;
    border-right-width: 0;
    outline-width: 0.5px;
    outline-style: solid;
    outline-color: #ddd; }

.ui-jqgrid {
  display: block;
  float: left;
  overflow: auto;
  width: 100% !important;
  border: 0 !important;
  border-radius: 0;
  background: #fff; }
  .ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-resize {
    position: absolute !important;
    height: 40px !important;
    width: 4px !important;
    right: 0;
    margin-top: 0; }
  .ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-resize-mark {
    border: 1px solid #aaa !important;
    background-color: #ccc !important;
    color: #222222 !important;
    font-weight: bold !important; }
  .ui-jqgrid .ui-jqgrid-htable th {
    background: #ededed;
    transition: background 300ms;
    border-right: 1px solid #ddd;
    position: relative; }
    .ui-jqgrid .ui-jqgrid-htable th div {
      margin: 0 !important;
      position: static !important; }
      .ui-jqgrid .ui-jqgrid-htable th div.ui-jqgrid-sortable {
        color: #115d85; }
        .ui-jqgrid .ui-jqgrid-htable th div.ui-jqgrid-sortable.asc {
          margin-right: 20px !important; }
        .ui-jqgrid .ui-jqgrid-htable th div.ui-jqgrid-sortable.desc {
          margin-right: 20px !important; }
    .ui-jqgrid .ui-jqgrid-htable th p {
      line-height: 40px;
      text-align: left; }
    .ui-jqgrid .ui-jqgrid-htable th.ui-state-hover {
      background: #d4d4d4; }
    .ui-jqgrid .ui-jqgrid-htable th .s-ico {
      position: absolute;
      top: 0;
      right: 10px;
      height: 40px;
      width: 15px;
      margin: 0; }
      .ui-jqgrid .ui-jqgrid-htable th .s-ico span {
        display: block;
        position: absolute;
        top: 50% !important;
        margin-left: 0 !important;
        margin-top: -7px !important;
        height: 15px;
        width: 15px !important;
        text-indent: 0; }
      .ui-jqgrid .ui-jqgrid-htable th .s-ico .ui-icon-asc {
        background: none; }
      .ui-jqgrid .ui-jqgrid-htable th .s-ico .ui-icon-desc {
        background: none; }
      .ui-jqgrid .ui-jqgrid-htable th .s-ico .ui-icon-asc::before {
        background-image: url(../../../../images/gem/skin/flat/icon-ascend.png); }
      .ui-jqgrid .ui-jqgrid-htable th .s-ico .ui-icon-desc::before {
        background-image: url(../../../../images/gem/skin/flat/icon-descend.png); }
    .ui-jqgrid .ui-jqgrid-htable th:not(.jqgh_cbox) {
      padding: 0 10px !important; }
  .ui-jqgrid .ui-jqgrid-htable td {
    color: #080808;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-top: 0; }
  .ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels .jqgh_cbox > div {
    padding: 0 13.5px; }
  .ui-jqgrid .ui-widget-header {
    display: none; }
  .ui-jqgrid .ui-jqgrid-hdiv {
    border-radius: 0;
    border-bottom: 0;
    background: #ededed;
    width: auto !important; }
    .ui-jqgrid .ui-jqgrid-hdiv.frozen-div > div {
      width: 101px !important; }
    .ui-jqgrid .ui-jqgrid-hdiv.frozen-div .ui-jqgrid-htable {
      position: absolute;
      top: 0; }
    .ui-jqgrid .ui-jqgrid-hdiv th[rowspan] {
      vertical-align: middle; }
  .ui-jqgrid .ui-jqgrid-view {
    width: auto !important; }
  .ui-jqgrid .ui-jqgrid-bdiv {
    width: auto !important; }
    .ui-jqgrid .ui-jqgrid-bdiv th {
      white-space: normal !important; }
    .ui-jqgrid .ui-jqgrid-bdiv td {
      white-space: normal !important;
      vertical-align: middle; }
    .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td.jqgrid_select_cell {
      background-color: #92cc42 !important; }
      .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td.jqgrid_select_cell::selection {
        background-color: #92cc42 !important; }
  .ui-jqgrid .ui-jqgrid-pager {
    width: auto !important; }
  .ui-jqgrid .cell-wrapperleaf {
    display: inline; }
  .ui-jqgrid .cell-wrapper {
    display: inline; }
  .ui-jqgrid .frozen-div.ui-jqgrid-hdiv th.ui-th-column:last-child {
    border-bottom: #ddd 1px solid; }

.ui-jqgrid-view {
  border: 1px solid #ddd; }

.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
  padding: 10px;
  background: #fff;
  border-color: #ddd; }

.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr.jqgfirstrow > td {
  padding: 0; }

.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv.frozen-bdiv tr.ui-row-ltr > td {
  background: #ededed !important; }

.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv.frozen-bdiv tr.ui-row-ltr:not(:last-child) > td {
  border-bottom: 1px solid #ddd !important; }

.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv.frozen-bdiv tr.ui-row-ltr.ui-state-hover td {
  background: #d4d4d4 !important; }

ul.jqtree-tree {
  margin-left: 12px; }
  ul.jqtree-tree .jqtree-title {
    margin-left: inherit; }
  ul.jqtree-tree .jqtree-toggler {
    font-family: arial;
    left: -1.5em;
    line-height: 12px;
    position: absolute;
    top: 30%; }
  ul.jqtree-tree .jqtree-element {
    text-shadow: none;
    padding: 7px 0 6px; }
  ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 0; }
    ul.jqtree-tree li.jqtree-folder.jqtree-closed {
      margin-bottom: 0; }
  ul.jqtree-tree li.no-draggable .jqtree-toggler {
    cursor: pointer; }
  ul.jqtree-tree li.no-draggable > .jqtree-element {
    cursor: auto; }
  ul.jqtree-tree li.jqtree-selected > .jqtree-element {
    text-shadow: none;
    background: #dfeffc; }
    ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
      text-shadow: none;
      background: #dfeffc; }
  ul.jqtree-tree .ui-draggable-dragging {
    background: #f6f6f6;
    padding: 5px;
    min-width: 180px; }

span.jqtree_common.jqtree-title.ui-draggable.ui-draggable-dragging {
  width: auto !important; }

.lyt-shortcut-01 ul.jqtree-tree {
  margin-left: 0; }
  .lyt-shortcut-01 ul.jqtree-tree .jqtree-toggler {
    left: -25px; }
  .lyt-shortcut-01 ul.jqtree-tree li {
    position: relative;
    font-size: 1rem;
    margin: 0;
    padding-left: 12px; }
    .lyt-shortcut-01 ul.jqtree-tree li a {
      color: #fff; }
      .lyt-shortcut-01 ul.jqtree-tree li a:hover {
        color: #fff; }
    .lyt-shortcut-01 ul.jqtree-tree li span {
      color: #fff; }
      .lyt-shortcut-01 ul.jqtree-tree li span:hover {
        color: #ffb900; }
  .lyt-shortcut-01 ul.jqtree-tree > li {
    padding-left: 47px; }

.gem-quill-container.gem-quill-read-only.gem-quill-disable-toolbar {
  border: none; }
  .gem-quill-container.gem-quill-read-only.gem-quill-disable-toolbar .ql-editor {
    padding: 0; }

.gem-quill-container.gem-quill-editable .ql-editor {
  height: 200px; }

/*--------------------------*/
/* topview */
/*--------------------------*/
.topview-parts {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.col2-wrap {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .col2-wrap .col-left {
    display: block;
    float: left;
    width: 50%;
    min-height: 1px;
    box-sizing: border-box;
    padding-right: 20px;
    border-right: 1px solid #d4d4d4; }
  .col2-wrap .col-right {
    display: block;
    float: left;
    width: 50%;
    min-height: 1px;
    box-sizing: border-box;
    padding-left: 20px;
    border-left: 1px solid #d4d4d4;
    position: relative;
    left: -1px; }
    .col2-wrap .col-right > div + div {
      margin-top: 20px !important; }

.lyt-shortcut-01 {
  color: #fff;
  font-size: 1rem; }
  .lyt-shortcut-01 svg {
    height: 60px;
    line-height: 60px;
    color: #fff;
    width: 60px;
    position: relative;
    text-align: center;
    vertical-align: 0;
    font-size: 1.6em; }
    .lyt-shortcut-01 svg + .title {
      display: inline-block;
      padding-left: 0; }
      .lyt-shortcut-01 svg + .title::before {
        display: none; }
  .lyt-shortcut-01 .title {
    height: 60px;
    line-height: 60px;
    font-size: 1rem;
    color: #fff;
    padding-left: 60px;
    position: relative; }
    .lyt-shortcut-01 .title + div {
      margin: 0 5%; }
  .lyt-shortcut-01 .title::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    background: url(../../../../images/gem/skin/flat/icon-nav-009.png) center center no-repeat; }

.link-widget {
  display: block;
  float: left;
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box; }
  .link-widget a {
    background: inherit;
    width: inherit;
    color: #fff; }

.list-view a {
  display: block;
  line-height: 30px;
  height: 30px;
  font-size: 0.92857rem;
  text-align: center;
  float: right; }

#widget > div {
  clear: both; }

/*--------------------------*/
/* contents */
/*--------------------------*/
/* 認証系 */
#login {
  background: #ededed; }
  #login #container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  #login #header-container {
    display: none; }
  #login #main {
    height: auto !important; }
    #login #main #header {
      display: block;
      float: none;
      margin-left: auto;
      margin-right: auto;
      height: 69px;
      padding: 0;
      border: 0;
      background: url(../../../../images/gem/skin/flat/login-title.png) center center no-repeat transparent;
      margin-bottom: 65px; }
      #login #main #header #title {
        display: none; }
  #login h2 {
    display: none; }
  #login form {
    float: none;
    margin: 0 auto;
    width: 316px;
    padding-bottom: 0; }
  #login th {
    display: none; }
  #login td {
    display: block;
    float: left;
    height: 40px;
    width: 316px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 20px; }
    #login td input:not([type=checkbox]) {
      display: block;
      float: none;
      margin-left: auto;
      margin-right: auto;
      height: 40px;
      width: 280px;
      font-size: 1.14286rem;
      border: 0;
      background: none;
      outline: none;
      padding: 0 5px; }
  #login .login-logo {
    margin: 0 auto;
    display: block; }
  #login .error {
    margin: 0 auto;
    width: 316px; }
  #login .remember-row {
    height: auto !important;
    margin-top: 5px; }
    #login .remember-row td {
      height: auto !important;
      background: none;
      font-size: 0.78571rem;
      line-height: 22px;
      margin-bottom: 0; }
  #login .pseudo-checkbox {
    margin-right: 10px;
    background: none; }
    #login .pseudo-checkbox:hover {
      border-color: #01b0c0; }
    #login .pseudo-checkbox.checked {
      border-color: #01b0c0; }
  #login input[type='submit'] {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    width: 316px;
    background: #01b0c0;
    border-radius: 20px;
    font-size: 1.07143rem;
    color: #fff;
    outline: none;
    transition: 300ms;
    cursor: pointer;
    min-width: 0;
    padding: 0; }
    #login input[type='submit']:hover {
      background: #0d909b; }
  #login #footer {
    position: absolute;
    bottom: 1px;
    border: 0;
    background: none;
    left: 0;
    padding: 0; }
    #login #footer p {
      text-align: center;
      letter-spacing: 0.07143rem; }

.tbl-login-01 th {
  font-weight: bold;
  text-align: left;
  width: 80px; }

.tbl-login-01 td {
  width: 255px; }

.tbl-login-01 input {
  width: 250px; }

.tbl-login-01 input[type=checkbox] {
  width: 20px; }

.reauthid {
  height: 40px;
  line-height: 40px;
  font-size: 1.14rem;
  padding-left: 20px;
  display: inline-block; }

p.nav-login-01 {
  margin-top: 20px;
  text-align: center; }
  p.nav-login-01 span {
    font-size: 1rem; }

.last-login-title {
  margin-right: 10px; }

.last-login p {
  font-size: 1.4em;
  float: right; }

.completePasswordChange, .user-profile div.error {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-size: 1rem;
  display: block; }

.user-profile .formArchive {
  display: block;
  float: left;
  width: 100%; }
  .user-profile .formArchive + p {
    margin-bottom: 20px; }

.user-profile .tbl-section td.section-data {
  padding: 8px 10px; }

.user-profile .tbl-section .data-label {
  display: inline-block;
  padding: 2px 0;
  margin: 2px 0; }

.auth-application .detailForm > div, .auth-application .detailForm .formArchive > div, #detailForm > div, #detailForm .formArchive > div {
  display: block;
  float: left;
  width: 100%; }

#generateAuthTokenDialog {
  padding-top: 1em;
  text-align: left; }
  #generateAuthTokenDialog table {
    width: 100%;
    table-layout: auto; }
  #generateAuthTokenDialog th {
    padding: 7px;
    vertical-align: middle;
    text-align: center; }
  #generateAuthTokenDialog td {
    padding: 7px;
    vertical-align: middle; }
  #generateAuthTokenDialog button {
    padding: 2px; }
  #generateAuthTokenDialog .inpbr {
    width: 270px;
    padding: 2px 5px; }
  #generateAuthTokenDialog .show-token {
    width: 350px;
    padding: 2px 5px;
    margin-left: 6px; }
  #generateAuthTokenDialog .result-title {
    font-size: larger;
    padding: 5px 5px; }
  #generateAuthTokenDialog .copy-btn {
    float: right;
    min-width: 100px;
    height: 25px;
    margin-right: 10px;
    padding: initial; }
  #generateAuthTokenDialog .copied {
    display: block;
    padding: 5px 2px;
    margin-left: 6px; }

.close-dialog {
  width: 130px; }

/* お知らせ */
.tbl-information-list th, .tbl-information-list td {
  padding: 20px;
  background: #fff;
  transition: background 300ms; }

.tbl-information-list th {
  width: 170px; }

.tbl-information-list tr:hover th {
  background: whitesmoke; }

.tbl-information-list tr:hover td {
  background: whitesmoke; }

.tbl-information-list tr:nth-child(n + 2) th {
  border-top: 1px solid #ededed; }

.tbl-information-list tr:nth-child(n + 2) td {
  border-top: 1px solid #ededed; }

.tbl-information-list a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%; }
  .tbl-information-list a:hover {
    text-decoration: none; }

.tbl-information-list a::after {
  content: '\00BB';
  position: absolute;
  right: 0; }

.pw-warn-area {
  display: block;
  width: 100%;
  float: left;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 1rem; }
  .pw-warn-area span {
    margin: 0 10px; }

.info-list .info-block {
  border: 1px solid #ededed;
  overflow-x: hidden;
  overflow-y: auto; }

.content-block {
  float: left;
  display: block;
  width: 100%; }
  .content-block .cancel-link {
    display: block;
    float: left;
    margin-bottom: 20px; }
    .content-block .cancel-link a {
      display: block;
      vertical-align: middle;
      font-size: 0.92857rem;
      text-align: center;
      line-height: 20px;
      padding: 5px 25px;
      box-sizing: border-box;
      background: #aaa;
      min-width: 150px;
      border: 0 !important;
      transition: background 300ms;
      cursor: pointer;
      color: #fff;
      text-decoration: none; }
    .content-block .cancel-link:hover a {
      background: #999999;
      background-text-decoration: none; }

.tbl-information-detail {
  background: #fff;
  margin-bottom: 20px; }
  .tbl-information-detail td {
    padding: 20px; }

/* 汎用画面 */
.result-nav .preview span, .result-nav .next span {
  display: block;
  float: left;
  height: 30px;
  min-width: 120px;
  background: #ededed;
  font-size: 0.92857rem;
  text-align: center;
  line-height: 30px; }

.result-nav .preview span a, .result-nav .next span a {
  display: block;
  float: left;
  height: 100%;
  width: 100%;
  transition: background 300ms; }

.result-nav {
  display: block;
  float: left;
  width: 100%; }
  .result-nav ul {
    display: block;
    float: left; }
  .result-nav li {
    display: block;
    float: left; }
  .result-nav .preview {
    margin-right: 10px; }
    .result-nav .preview span:hover {
      background: #d4d4d4; }
      .result-nav .preview span:hover a {
        text-decoration: none; }
    .result-nav .preview span.unclickable {
      pointer-events: none;
      color: #bababa; }
    .result-nav .preview .unclickable::before {
      content: '\00AB';
      margin-right: 10px; }
    .result-nav .preview .clickable a::before {
      content: '\00AB';
      margin-right: 10px; }
  .result-nav .next {
    margin-right: 30px; }
    .result-nav .next span:hover {
      background: #d4d4d4; }
      .result-nav .next span:hover a {
        text-decoration: none; }
    .result-nav .next span.unclickable {
      pointer-events: none;
      color: #bababa; }
    .result-nav .next .unclickable::after {
      content: '\00BB';
      margin-left: 10px; }
    .result-nav .next .clickable a::after {
      content: '\00BB';
      margin-left: 10px; }
  .result-nav .quick-jump {
    font-size: 1rem; }
    .result-nav .quick-jump input[type=text] {
      height: 30px;
      width: 40px;
      padding: 2px 5px;
      box-sizing: border-box; }
    .result-nav .quick-jump span {
      margin-left: 5px; }
    .result-nav .quick-jump + li {
      margin-left: 20px; }
  .result-nav .search {
    height: 30px;
    width: 30px;
    cursor: pointer; }
    .result-nav .search span {
      display: block;
      float: left;
      position: relative;
      height: 100%;
      width: 100%;
      background: #ededed;
      border-radius: 50%;
      text-indent: 0;
      transition: background 300ms;
      margin-top: 0; }
      .result-nav .search span:hover {
        background: #d4d4d4; }
    .result-nav .search span::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 30px;
      width: 30px;
      background: url(../../../../images/gem/skin/flat/icon-search.png) center center no-repeat; }
  .result-nav .page-links {
    margin-left: 20px;
    font-size: 1rem;
    line-height: 30px !important; }
    .result-nav .page-links * {
      font-size: 1rem;
      line-height: 30px !important; }
    .result-nav .page-links li + li {
      margin-left: 10px; }
  .result-nav .result-num {
    margin-left: 20px;
    font-size: 1rem;
    line-height: 30px !important; }
    .result-nav .result-num * {
      font-size: 1rem;
      line-height: 30px !important; }

.recursiveTree {
  text-align: left; }
  .recursiveTree .treeContents {
    background-color: #fff;
    height: 220px;
    overflow-y: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-color: #c5c3c3;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    display: block;
    padding-left: 10px; }
    .recursiveTree .treeContents li span {
      white-space: nowrap;
      display: block; }

.result-block .next {
  margin-right: 30px; }

.tbl-search-01 th, .tbl-search-01 td {
  box-sizing: border-box;
  border-bottom: 1px solid #ddd; }

.tab-wrap {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.tabList-search-01 {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ededed; }
  .tabList-search-01 .trash {
    display: block;
    float: right;
    height: 43px;
    width: 43px;
    text-indent: -9999px;
    padding-right: 10px; }
    .tabList-search-01 .trash a {
      display: block;
      float: left;
      height: 100%;
      width: 100%;
      background: url(../../../../images/gem/skin/flat/icon-trash.png) center center no-repeat;
      opacity: 0.5;
      transition: opacity 300ms; }
      .tabList-search-01 .trash a:hover {
        opacity: 1; }

.box-search-01 {
  display: block;
  float: left;
  width: 100%; }
  .box-search-01 .tab-panel {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box; }

.tbl-search-01 {
  line-height: 70px;
  border: 1px solid #ddd;
  border-bottom: 0;
  padding: 0;
  box-sizing: content-box; }
  .tbl-search-01 tbody {
    box-sizing: content-box; }
  .tbl-search-01 th {
    padding: 12px 10px;
    background: #ededed;
    width: 150px;
    clear: left; }
  .tbl-search-01 td {
    padding: 8px 10px;
    background: #fff;
    width: 350px; }
  .tbl-search-01 .col1 {
    width: 20px; }
  .tbl-search-01 .col5 {
    width: 20px; }
  .tbl-search-01 select {
    width: 100%;
    height: 24px;
    margin: 2px 0; }
  .tbl-search-01 .submit-area th {
    background: none; }
  .tbl-search-01 .submit-area:not(.submit-criteria) td {
    text-align: center; }
  .tbl-search-01 .submit-area:not(.submit-criteria) input[type=button] {
    margin: 0 10px; }
  .tbl-search-01 .submit-area:not(.submit-criteria) span {
    display: none; }
  .tbl-search-01 .btn-toggle-01 {
    text-align: center; }
  .tbl-search-01 input {
    box-sizing: border-box;
    border: 1px solid #ddd; }
    .tbl-search-01 input.form-size-04 {
      width: 100%; }
  .tbl-search-01 .numeric-range input.inpbr {
    width: 45%; }
  .tbl-search-01 .string-range input.inpbr {
    width: 45%; }
  .tbl-search-01 input[type=text] {
    font-size: 1rem;
    padding: 2px 5px;
    margin: 2px 0; }
    .tbl-search-01 input[type=text].form-size.inpbr {
      width: 100%; }
  .tbl-search-01 input[type=number] {
    font-size: 1rem;
    padding: 2px 5px;
    margin: 2px 0; }
    .tbl-search-01 input[type=number].form-size.inpbr {
      width: 100%; }
  .tbl-search-01:not([colnum="1"]) td {
    width: auto; }
  .tbl-search-01 span.error {
    padding-bottom: 0; }

.result-block {
  display: block;
  float: left;
  width: 100%; }
  .result-block .list-bin {
    margin-bottom: 0;
    width: 100%; }

.hgroup-02 span.paginInputError {
  color: #f00; }

.result-data {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 20px; }
  .result-data .result-nav {
    margin-bottom: 20px; }
    .result-data .result-nav.mb15 {
      margin-top: 20px; }

.data-fixed-search .tbl-search-01 .list-radio-01 li {
  display: block;
  padding: 5px 0; }

.ui-jqgrid .ui-jqgrid-bdiv td.detail-links {
  padding: 0 !important;
  vertical-align: middle; }
  .ui-jqgrid .ui-jqgrid-bdiv td.detail-links a {
    color: #115d85; }
    .ui-jqgrid .ui-jqgrid-bdiv td.detail-links a:hover {
      text-decoration: underline; }
    .ui-jqgrid .ui-jqgrid-bdiv td.detail-links a.detailLink {
      font-size: 13px; }
    .ui-jqgrid .ui-jqgrid-bdiv td.detail-links a.editLink {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      height: 20px;
      width: 20px;
      overflow: hidden;
      font-size: 0;
      color: #ededed;
      background: #ededed;
      border-radius: 50%;
      transition: background 300ms;
      margin-left: 12px; }
      .ui-jqgrid .ui-jqgrid-bdiv td.detail-links a.editLink:hover {
        background: #d4d4d4; }
    .ui-jqgrid .ui-jqgrid-bdiv td.detail-links a.editLink::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      width: 20px;
      background: url(../../../../images/gem/skin/flat/icon-pencil.png) center center no-repeat; }

.ui-jqgrid > .loading {
  font-size: 1rem;
  font-weight: normal; }

#file-download-dialog fieldset {
  text-align: left;
  padding: 0 0 5px 5px; }

.csvupload_description, .csvupload_status {
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #fff;
  display: block;
  float: left;
  width: 100%; }

.csvupload_status .csv-upload-result th, .csvupload_status .csv-upload-result td {
  border: 1px solid #ddd;
  padding: 10px 20px;
  vertical-align: top; }

.csvupload_csvfile, .csvupload_uniquekey, .csvupload-update-target, .csvupload_fileSupportType {
  display: block;
  float: left;
  margin-bottom: 15px;
  width: 100%; }

.csvupload_description li {
  padding: 5px 0;
  font-size: 1rem; }

.csvupload_status > .sechead {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
  border-top: none;
  margin-top: 0;
  padding-top: 0; }
  .csvupload_status > .sechead.disclosure-close::after {
    margin-top: 3px;
    transform: rotate(45deg); }

.csvupload_status > .sechead::after {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 4px;
  margin-top: 6px;
  transform: rotate(-135deg);
  border-right: 1px solid #115d85;
  border-bottom: 1px solid #115d85;
  transition: transform 300ms; }

.csvupload_status .csv-upload-result th {
  background: #ededed; }

.csvupload_csvfile li {
  float: left; }

.csvupload_uniquekey li, .csvupload-update-target li, .csvupload_fileSupportType li {
  float: left;
  font-size: 1rem;
  margin-right: 15px;
  padding: 5px 0; }

.generic_search_csvuploadresult .operation-bar {
  margin-top: 15px; }

.tbl-trash th, .tbl-trash td {
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  background: #ededed;
  clear: left; }

.trash .error {
  display: block;
  float: left;
  width: 100%; }

.trash .link-list-01 {
  padding-top: 20px; }

.trash form {
  float: left;
  background: #fff;
  padding: 0 20px 20px; }

.tbl-trash {
  border: 1px solid #ddd; }
  .tbl-trash th {
    font-size: 1rem; }
  .tbl-trash td {
    background: #fff; }
  .tbl-trash .col1 {
    width: 30px;
    border-left: none; }
  .tbl-trash .col3 {
    width: 200px; }
  .tbl-trash + p {
    padding-top: 20px; }

.link-list-01 {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  padding-top: 0;
  box-sizing: border-box; }
  .link-list-01 a {
    display: block;
    float: right;
    height: 30px;
    width: 180px;
    line-height: 30px;
    font-size: 0.92857rem;
    text-align: center;
    background: #ededed;
    transition: background 300ms; }
    .link-list-01 a:hover {
      text-decoration: none;
      background: #d4d4d4; }

.entity-list .result-nav {
  width: auto;
  margin-bottom: 5px; }

.entity-list form {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box; }

.entity-list-widget .result-nav .next span, .entity-list-widget .result-nav .preview span {
  display: inherit;
  float: inherit;
  height: inherit;
  width: inherit;
  min-width: inherit;
  background: inherit;
  padding: 0 15px; }

.list-entity-name a {
  display: block;
  position: relative;
  padding: 4px 0 4px 40px;
  font-size: 1rem;
  color: #fff; }

.list-entity-name a::before {
  content: '\25B6';
  display: inline-block;
  position: absolute;
  left: 20px; }

.entity-list-widget .list-paging {
  padding-left: 20px; }

.entity-list-widget .result-nav .next {
  margin-right: 0; }

.auth-application .detailForm > div, .auth-application .detailForm .formArchive > div, #detailForm > div, #detailForm .formArchive > div {
  display: block;
  float: left;
  width: 100%; }

.tbl-section input[type=text], .tbl-section input.custom-type-text, .tbl-section input[type=password], .tbl-section textarea {
  border: 1px solid #ddd;
  font-size: 1rem;
  width: 100%;
  padding: 2px 5px;
  margin: 2px 0;
  box-sizing: border-box; }

.add-btn, input.add-btn[type=button], input.del-btn[type=button], .del-btn {
  display: inline-block;
  text-align: right;
  font-size: 1rem;
  padding: 0 10px 0 30px;
  min-width: 70px;
  height: 27px;
  line-height: 27px;
  box-sizing: border-box;
  transition: background 300ms;
  float: left;
  border: 1px solid #ddd !important;
  background: 10px 7px no-repeat transparent; }

.list-check-01 li, .list-radio-01 li {
  display: inline-block;
  padding: 2px 0;
  margin: 2px 15px 2px 0; }

.list-add input[type=text], .list-add input.custom-type-text, .list-add input[type=password] {
  height: 25px;
  width: calc(100% - 80px);
  border: 0 !important; }

span.success, span.error {
  padding-bottom: 10px;
  font-size: 1rem;
  display: block; }

.formArchive {
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #fff;
  border-top: 2px solid #4c7607; }
  .formArchive h3 {
    font-size: 1.42857rem; }
  .formArchive > div .sechead {
    display: block;
    float: left;
    width: 100%;
    padding-top: 20px;
    position: relative;
    cursor: pointer; }
    .formArchive > div .sechead.disclosure-close::after {
      margin-top: 3px;
      transform: rotate(45deg); }
  .formArchive > div .sechead::after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 4px;
    margin-top: 6px;
    transform: rotate(-135deg);
    border-right: 1px solid #115d85;
    border-bottom: 1px solid #115d85;
    transition: transform 300ms; }
  .formArchive > div > .sechead {
    border-top: 1px solid #ddd; }
  .formArchive > div:first-child > .sechead {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .formArchive .inner-section > div > .sechead {
    padding-top: 12px; }
    .formArchive .inner-section > div > .sechead > h3 {
      margin-bottom: 12px; }
  .formArchive .upload-button {
    width: 100%;
    margin: 2px 0; }
  .formArchive p.error {
    clear: both;
    padding-top: 10px;
    color: #f00; }
    .formArchive p.error span.error {
      padding-bottom: 0; }

.tbl-section {
  margin-bottom: 20px; }
  .tbl-section .explanation {
    display: inline-block;
    width: 100%;
    font-size: 0.85714rem;
    color: #5a5a5a;
    margin-top: 8px;
    margin-bottom: 2px; }
  .tbl-section .box-scroll {
    overflow-x: auto;
    margin-bottom: 10px;
    margin: 2px 0;
    padding: 2px 0;
    width: 100%; }
  .tbl-section select {
    width: 100%;
    height: 24px;
    margin: 2px 0; }
  .tbl-section select[multiple] {
    height: auto;
    padding: 2px 5px; }
  .tbl-section th.section-data {
    padding: 12px 10px;
    border: 1px solid #ddd;
    width: 180px;
    background: #ededed;
    vertical-align: top; }
    .tbl-section th.section-data.w-auto {
      width: auto; }
  .tbl-section td.section-data {
    padding: 12px 10px;
    border: 1px solid #ddd;
    vertical-align: top; }
    .tbl-section td.section-data .list-add input[type=text] {
      margin: 0; }
    .tbl-section td.section-data .list-add input.custom-type-text {
      margin: 0; }
    .tbl-section td.section-data .list-add input[type=password] {
      margin: 0; }
    .tbl-section td.section-data .list-add textarea {
      margin: 0; }
  .tbl-section .cke {
    margin: 2px 0; }
  .tbl-section .numericRange > span:nth-child(n+2) {
    margin-left: 4px; }
  .tbl-section .numericRange input {
    width: 45%; }
  .tbl-section .dateRange > span:nth-child(n+2) {
    margin-left: 4px; }
  .tbl-section .layout-row {
    height: auto;
    visibility: collapse; }
    .tbl-section .layout-row > th.section-data {
      height: 0 !important;
      border: none !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .tbl-section .layout-row > td.section-data {
      height: 0 !important;
      border: none !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
  .tbl-section .data-label {
    overflow-wrap: break-word; }

.tbl-reference th {
  width: 180px;
  background: #ededed;
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top; }

.tbl-reference td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top; }

.tbl-reference .sel-btn {
  padding: 5px 10px;
  min-width: 70px; }

.tbl-reference .ins-btn {
  padding: 5px 10px;
  min-width: 70px; }

.tbl-reference .delButton {
  width: 80px;
  margin: 2px 0; }

.tbl-reference .colLink {
  width: 60px; }

.tbl-reference .orderCol {
  width: 20px; }

.tbl-reference .order-icon {
  display: block;
  cursor: pointer;
  text-align: center; }

.tbl-reference tr:nth-child(2) .order-icon.up-icon {
  display: none; }

.tbl-reference tr:last-child .order-icon.down-icon {
  display: none; }

.tbl-reference.view tr:nth-child(1) .order-icon.up-icon {
  display: none; }

.tbl-reference.view tr:nth-child(2) .order-icon.up-icon {
  display: block; }

.tbl-reference .timestamppicker-field {
  white-space: nowrap; }

.detail_edit .tbl-section td.section-data {
  padding: 8px 10px; }

.detail_edit .tbl-section .data-label {
  display: inline-block;
  padding: 2px 0;
  margin: 2px 0; }

.list-add {
  border: 1px solid #ddd;
  margin-top: 2px;
  margin-bottom: 8px;
  overflow: auto;
  overflow-wrap: break-word; }
  .list-add > a {
    line-height: 25px;
    padding-left: 5px; }
  .list-add input[type=text].datepicker-form-size-01 ~ .del-btn {
    float: none;
    margin-left: 10px; }
  .list-add input[type=text].datetimepicker-form-size-01 ~ .del-btn {
    float: none;
    margin-left: 10px; }
  .list-add input[type=text].timepicker-form-size-01 ~ .del-btn {
    float: none;
    margin-left: 10px; }
  .list-add input[type=button] {
    float: right;
    height: 25px;
    line-height: 25px;
    border: 0 !important; }
  .list-add .cke {
    margin-top: 0; }
  .list-add.picker-list {
    border: none; }
    .list-add.picker-list .del-btn {
      border: 1px solid #ddd !important; }
    .list-add.picker-list input.datepicker-form-size-01 {
      border: 1px solid #ddd !important; }
    .list-add.picker-list input.datepicker-form-size-02 {
      border: 1px solid #ddd !important; }
    .list-add.picker-list input.datetimepicker-form-size-01 {
      border: 1px solid #ddd !important; }
    .list-add.picker-list input.datetimepicker-form-size-02 {
      border: 1px solid #ddd !important; }
    .list-add.picker-list input.timepicker-form-size-01 {
      border: 1px solid #ddd !important; }
    .list-add.picker-list input.timepicker-form-size-02 {
      border: 1px solid #ddd !important; }
  .list-add textarea ~ input[type=button] {
    float: none;
    border: inherit !important;
    margin: 2px 0; }
  .list-add .cke ~ input[type=button] {
    float: none;
    border: inherit !important;
    margin: 2px 0; }
  .list-add.unique-list {
    border: none;
    display: flex;
    flex-wrap: wrap; }
    .list-add.unique-list > span.unique-key {
      width: auto;
      margin-right: 5px; }
    .list-add.unique-list > span.unique-ref {
      border: 1px solid #ddd !important;
      margin-top: 2px;
      margin-bottom: 8px;
      flex-grow: 1; }
    .list-add.unique-list .del-btn {
      float: right !important;
      border: 0px !important; }
    .list-add.unique-list a {
      line-height: 25px;
      padding-left: 5px; }
    .list-add.unique-list input[type=text].unique-form-size-01 {
      width: auto;
      border: 1px solid #ddd !important; }
    .list-add.unique-list input[type=button] {
      float: none;
      height: auto !important; }

.add-btn {
  background-image: url(../../../../images/gem/skin/flat/icon-add.png); }
  .add-btn:hover {
    text-decoration: none;
    background-color: #ededed; }

input[type=button].add-btn {
  margin: 2px 0;
  background-image: url(../../../../images/gem/skin/flat/icon-add.png); }
  input[type=button].add-btn:hover {
    text-decoration: none;
    background-color: #ededed; }

input[type=button].del-btn {
  background-image: url(../../../../images/gem/skin/flat/icon-delete.png); }
  input[type=button].del-btn:hover {
    text-decoration: none;
    background-color: #ededed; }

.del-btn {
  background-image: url(../../../../images/gem/skin/flat/icon-delete.png); }
  .del-btn:hover {
    text-decoration: none;
    background-color: #ededed; }

.binaryDelete {
  float: none; }

.list-bin {
  margin-bottom: 10px; }
  .list-bin:last-child {
    margin-bottom: 0; }
  .list-bin p {
    overflow-x: hidden;
    overflow-y: hidden; }

.mr-btn {
  display: block;
  float: left;
  margin: 15px 0; }
  .mr-btn input[type=button] {
    display: block;
    float: left;
    margin-left: 10px; }
    .mr-btn input[type=button]:first-child {
      margin-left: 0; }

.massReference {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .massReference .mr-btn {
    margin-bottom: 0; }
  .massReference .result-nav {
    margin-bottom: 20px; }
    .massReference .result-nav:last-child {
      margin-top: 20px;
      margin-bottom: 0; }

span.error {
  color: #f00; }

a + .binaryDelete {
  margin-left: 10px; }

.ui-jqgrid .ui-jqgrid-bdiv td.detail-links a.lnk-mr-01 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  overflow: hidden;
  font-size: 0;
  color: #ededed;
  background: #ededed;
  border-radius: 50%;
  transition: background 300ms; }
  .ui-jqgrid .ui-jqgrid-bdiv td.detail-links a.lnk-mr-01:hover {
    background: #d4d4d4; }

.ui-jqgrid .ui-jqgrid-bdiv td.detail-links a.lnk-mr-01::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: url(../../../../images/gem/skin/flat/icon-pencil.png) center center no-repeat; }

.ui-jqgrid a.modal-lnk {
  color: #115d85; }
  .ui-jqgrid a.modal-lnk:hover {
    text-decoration: underline; }

.tbl-version {
  margin-bottom: 20px; }
  .tbl-version td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top; }

.modal-body .tbl-section td.section-data .numericRange input {
  width: 44%; }

.bulk-edit .tbl-section td.section-data {
  padding: 8px 10px; }

.bulk-edit .tbl-section .data-label {
  display: inline-block;
  padding: 2px 0;
  margin: 2px 0; }

/* カレンダー */
.fc {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box; }
  .fc * {
    font-size: 0.92857rem; }
  .fc .fc-button {
    height: 30px;
    line-height: 30px;
    opacity: 1;
    border: 0;
    border-radius: 0 !important;
    background: #ededed;
    box-shadow: none;
    color: #115d85;
    padding: 0 12px;
    transition: background 300ms; }
  .fc .fc-state-disabled {
    pointer-events: none;
    color: #bababa; }

.fc-left h2 {
  font-size: 1.2rem;
  line-height: 30px;
  width: auto; }

.fc-left > div:first-child > * {
  display: inline-block; }

.filterButtonBlock {
  clear: both;
  margin-left: 0 !important;
  margin-top: 10px; }

.filterConditionBlock {
  margin-top: 10px;
  text-align: left; }
  .filterConditionBlock .sechead {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    background: none; }
    .filterConditionBlock .sechead.disclosure-close::after {
      margin-top: 3px;
      transform: rotate(45deg); }
    .filterConditionBlock .sechead h3 {
      margin-bottom: 0; }
  .filterConditionBlock .sechead::after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 4px;
    margin-top: 6px;
    transform: rotate(-135deg);
    border-right: 1px solid #115d85;
    border-bottom: 1px solid #115d85;
    transition: transform 300ms; }

#filterConditionMassage {
  margin-bottom: 10px; }

.fc-sun {
  color: #ab0000; }

.fc-sat {
  color: #19447d; }

.fc-other-month {
  background: #eaeaea;
  color: #999999; }

.fc-day-top {
  padding: 5px 5px 0 5px !important; }

.addList {
  position: relative; }
  .addList a {
    padding: 6px 10px;
    display: block;
    color: #5a5a5a; }
  .addList ul {
    display: none; }
  .addList.open ul {
    border: 1px solid #999999;
    position: absolute;
    right: -1px;
    z-index: 99;
    display: block;
    box-shadow: 2px 2px 8px #d4d4d4;
    min-width: 142px;
    background: #fff;
    text-align: left; }
    .addList.open ul.day {
      display: inline;
      top: inherit;
      right: inherit; }

.fc-event {
  background: #d4d4d4;
  color: #000 !important; }
  .fc-event:hover {
    color: #00ace5 !important;
    text-decoration: underline !important;
    cursor: pointer; }
  .fc-event.fc-time-grid-event {
    border: 1px solid #d4d4d4 !important; }
  .fc-event .fc-time {
    display: none; }

.fc-divider {
  display: block; }

.calendarConditonTitle {
  font-size: 1.5rem; }
  .calendarConditonTitle + .tab-wrap .box-search-01 {
    margin-bottom: 10px; }
  .calendarConditonTitle + .tab-wrap .tabList-search-01.contract {
    margin-bottom: 10px; }

.tbl-search-01 .display-none {
  display: none; }

.tbl-search-01 .display-inline {
  display: inline; }

.excludeCondition {
  float: left;
  width: 100%;
  display: block;
  font-size: 1rem; }

.fc-button:not(:first-child) {
  margin-left: 10px; }

.fc-widget-header .fc-day-header {
  background: #f6f6f6;
  padding: 10px 0; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none !important; }

.fc-day-number .add {
  float: right;
  position: relative;
  top: 3px;
  right: 5px; }

.fc-day-header .add img {
  padding-left: 10px;
  vertical-align: middle; }

.fc-agendaDay-view .fc-day-header .addList.open {
  margin: 0 auto; }

.fc-agendaWeek-view .fc-slats tr {
  height: 200px; }

.calendar-filter .filter-input-field .inpbr {
  width: 100%; }

.calendar-filter .filter-input-field > span {
  display: table-cell; }

.data-deep-search .calendar-filter th.col3 {
  width: 20%; }

.calendar-day:hover {
  color: #00ace5;
  text-decoration: underline;
  cursor: pointer; }

.calendar-block .tbl-calendar th {
  padding: 2px;
  text-align: center; }
  .calendar-block .tbl-calendar th a {
    color: #fff;
    text-decoration: none; }

.calendar-block .tbl-calendar td {
  padding: 2px;
  text-align: center;
  border: 1px solid #d4d4d4; }
  .calendar-block .tbl-calendar td.today {
    background: #ccc; }
  .calendar-block .tbl-calendar td a {
    color: #ddd;
    text-decoration: underline; }
  .calendar-block .tbl-calendar td span.active {
    text-decoration: underline; }
    .calendar-block .tbl-calendar td span.active:hover {
      color: #00ace5;
      cursor: pointer; }

/* ツリービュー */
.treeViewGrid {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box; }
  .treeViewGrid .ui-jqgrid-bdiv .cell-wrapper a {
    color: #115d85; }
    .treeViewGrid .ui-jqgrid-bdiv .cell-wrapper a:hover {
      text-decoration: underline; }
  .treeViewGrid .ui-jqgrid-bdiv .cell-wrapperleaf a {
    color: #115d85; }
    .treeViewGrid .ui-jqgrid-bdiv .cell-wrapperleaf a:hover {
      text-decoration: underline; }

/* 全文検索 */
.fulltext-search-inner {
  display: block;
  float: left;
  width: 100%;
  font-size: 1rem; }
  .fulltext-search-inner .ui-dropdownchecklist {
    border-top: 1px solid #bababa;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-radius: 3px;
    width: 151px;
    height: 25px;
    background: url(../../../../images/gem/skin/flat/icon-arrow-07.png) no-repeat 130px 3px;
    color: #313131;
    margin-right: 20px; }
    .fulltext-search-inner .ui-dropdownchecklist:hover {
      background: url(../../../../images/gem/skin/flat/icon-arrow-07_o.png) no-repeat 130px 3px; }
  .fulltext-search-inner .ui-dropdownchecklist-selector {
    border: 0;
    padding-bottom: 8px; }
  .fulltext-search-inner .ui-dropdownchecklist-text {
    padding: 1px;
    font-size: small;
    line-height: 1.5; }
  .fulltext-search-inner .ui-dropdownchecklist-dropcontainer {
    border: 1px solid #e7e7e7 !important;
    background: #fff;
    box-shadow: 2px 5px 6px #ededed;
    overflow-x: hidden; }
  .fulltext-search-inner .ui-dropdownchecklist-item {
    border: 0;
    padding: 5px; }
    .fulltext-search-inner .ui-dropdownchecklist-item:hover {
      text-decoration: none;
      color: #313131;
      background: #dde9f5; }
  .fulltext-search-inner .message-block {
    margin-bottom: 10px; }
  .fulltext-search-inner .searching {
    margin-bottom: 10px; }
  .fulltext-search-inner #fulltext {
    font-size: 1rem;
    box-sizing: border-box;
    border: 1px solid #ddd;
    height: 25px;
    padding: 2px 5px; }
  .fulltext-search-inner .result-data {
    background: none;
    padding: 0; }
  .fulltext-search-inner .entity-result {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    box-sizing: border-box; }
    .fulltext-search-inner .entity-result:last-child {
      margin-bottom: 0; }
  .fulltext-search-inner .result-title {
    display: block;
    float: left;
    width: 100%; }
    .fulltext-search-inner .result-title h3 {
      width: auto; }
  .fulltext-search-inner .crawl-date {
    float: right;
    position: relative;
    top: 10px; }

.fulltext-search-block {
  padding: 20px;
  margin-bottom: 10px;
  background: #fff; }

/* About */
.about-desc {
  padding: 12px 10px 10px 0;
  margin-bottom: 10px; }

.about-title {
  float: none; }

.about-contents {
  margin-bottom: 20px; }
  .about-contents .about-content {
    padding: 5px 5px 5px 0;
    vertical-align: top; }

/*-----------------------*/
/* Enterprise プラグイン */
/*-----------------------*/
ul.context-menu-list li.context-menu-item span {
  font-family: arial, Noto, Meiryo, MS PGothic, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, sans-serif; }

/*-----------------------*/
/* Enterprise module     */
/*-----------------------*/
/* 認証系 */
#verify2nd #main {
  float: none;
  margin: 0 auto;
  font-size: 1rem;
  padding: 60px 0;
  width: 600px; }

#verify2nd h2 {
  background-image: none;
  margin-bottom: 20px;
  padding-left: 0; }
  #verify2nd h2 + div {
    margin-bottom: 15px;
    display: block;
    float: left;
    width: 100%; }

#verifyMethods {
  display: block;
  background: #fff;
  float: left;
  margin-bottom: 20px; }
  #verifyMethods div {
    background: inherit;
    border: inherit; }
  #verifyMethods .tbl-login-01 {
    margin-top: 15px; }
  #verifyMethods input[type=text] {
    padding: 2px 5px; }

.verifyCodeSection {
  margin-bottom: 20px; }

.tbl-verify {
  margin-top: 15px; }
  .tbl-verify th {
    font-weight: bold;
    text-align: left;
    width: 50%;
    padding-bottom: 5px; }
  .tbl-verify td {
    width: 50%;
    padding-bottom: 5px; }
  .tbl-verify input {
    width: 90%; }
  .tbl-verify select {
    width: 90%;
    height: 24px; }

p.nav-login-02 {
  margin-top: 10px; }

.two-step .description {
  text-align: left;
  font-size: 1rem; }

.two-step .completeStatusChange {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-size: 1rem;
  display: block; }

.two-step div.error {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-size: 1rem;
  display: block; }

.two-step .formArchive {
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #fff;
  border-top: 2px solid #4c7607;
  display: block;
  float: left;
  width: 100%; }
  .two-step .formArchive > .hgroup-03 {
    display: block;
    float: left;
    width: 100%;
    padding-top: 20px;
    position: relative;
    border-top: 1px solid #ddd; }
  .two-step .formArchive > div:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .two-step .formArchive p {
    margin-bottom: 20px; }
  .two-step .formArchive + p {
    margin-bottom: 20px; }

.two-step .tbl-section .data-label {
  display: inline-block;
  padding: 2px 0;
  margin: 2px 0; }

.two-step .tbl-section td.section-data {
  padding: 8px 10px; }

.time-based .description {
  text-align: left;
  font-size: 1rem;
  padding-bottom: 20px; }

.time-based .qrcode {
  padding-bottom: 20px; }

.time-based .view_secretKey {
  padding-bottom: 20px; }

.time-based div.view_secretKey_button {
  padding-bottom: 10px; }

.time-based div.view_secretKey_value {
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: bold; }

.time-based div.error {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-size: 1rem;
  display: block; }

.time-based .formArchive {
  display: block;
  float: left;
  width: 100%; }

.time-based .tbl-section .data-label {
  display: inline-block;
  padding: 2px 0;
  margin: 2px 0; }

.time-based .tbl-section td.section-data {
  padding: 8px 10px; }

.impersonation-permit, .impersonation-permit .permit-list-area, .permit-list-area .wrap-grid, .impersonation-login, .impersonation-login .permited-list-area, .no-permission-impersonation-login, .no-permission-impersonation-login .permitted-search-area, .permited-list-area .wrap-grid {
  display: block;
  float: left;
  width: 100%; }

.impersonation-permit .permit-list-area .wrap-grid, .impersonation-login .permited-list-area .wrap-grid, .no-permission-impersonation-login .permitted-search-area .wrap-grid {
  background: #fff;
  padding: 20px;
  box-sizing: border-box; }

.permit-list-area .btn {
  margin-top: 20px;
  margin-bottom: 0; }

.impersonation-login .btn {
  margin-top: 20px;
  margin-bottom: 0; }

.no-permission-impersonation-login {
  margin-top: 2rem; }
  .no-permission-impersonation-login .btn {
    margin-top: 20px;
    margin-bottom: 0; }
  .no-permission-impersonation-login .permitted-search-description {
    font-size: 1rem;
    color: #313131 !important; }

.blk-impersonation_nolist {
  font-size: 1rem; }

.impersonation-permit-term {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #fff; }
  .impersonation-permit-term .tbl-term {
    table-layout: auto; }
    .impersonation-permit-term .tbl-term + .btn {
      margin-top: 20px;
      margin-bottom: 0; }

#user-nav li.impersonation:not(.change-area) span {
  float: none; }

#user-nav li.impersonation:not(.change-area) span::after {
  display: none !important; }

#account-01 p span.impersonation {
  display: inline;
  background: rgba(8, 8, 8, 0.2); }

#account-01 p span.impersonation::before {
  content: none; }

#account-01 p span.impersonation::after {
  content: none; }

/* 汎用画面 */
.tbl-reference .auditlog-link {
  width: 60px; }

.generic_detai_auditlog .log-block {
  float: left;
  width: 100%;
  display: block;
  padding: 20px;
  padding-bottom: 0;
  background: #fff;
  box-sizing: border-box; }

.log-block .result-nav {
  margin-bottom: 20px; }

.tbl-auditlog {
  margin-bottom: 20px; }
  .tbl-auditlog th {
    background: #ededed;
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: top; }
  .tbl-auditlog td {
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: top; }
  .tbl-auditlog .ope {
    width: 60px; }
  .tbl-auditlog .user {
    width: 60px; }
  .tbl-auditlog .date {
    width: 95px; }
  .tbl-auditlog .version {
    width: 80px; }
  .tbl-auditlog .propName {
    width: 110px; }
  .tbl-auditlog .result-nav {
    margin-bottom: 20px; }

.workflow-info li {
  margin-bottom: 5px;
  font-size: 1rem; }
  .workflow-info li.wfName {
    float: left;
    font-size: 1.2rem; }
  .workflow-info li.wfState {
    float: right;
    margin-top: 4px; }
  .workflow-info li.startDate {
    float: right;
    margin-right: 15px;
    margin-top: 4px; }

.tbl-workflowHistory {
  margin-bottom: 20px; }
  .tbl-workflowHistory th {
    background: #ededed;
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: top; }
  .tbl-workflowHistory td {
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: top; }
  .tbl-workflowHistory .nodeName {
    width: 100px; }
  .tbl-workflowHistory .nodeState {
    width: 70px; }
  .tbl-workflowHistory .taskResults {
    width: 60px; }
  .tbl-workflowHistory .processBy {
    width: 100px; }
  .tbl-workflowHistory .completionDate {
    width: 90px; }

/* workflow */
.reload-btn, input.reload-btn[type=button] {
  display: inline-block;
  text-align: right;
  font-size: 1rem;
  padding: 0 10px;
  min-width: 0;
  width: 85px;
  height: 27px;
  line-height: 27px;
  box-sizing: border-box;
  background-image: url(../../../../images/gem/skin/flat/icon-reload.png);
  background-position: 10px 6px;
  background-repeat: no-repeat;
  transition: background 300ms; }

.tabList-task-01 {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ededed; }
  .tabList-task-01 .tab-menu li::after {
    transition: opacity 300ms; }

.box-task-01 {
  display: block;
  float: left;
  width: 100%; }
  .box-task-01 .tab-panel {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box; }
  .box-task-01 .tbl-task-01 {
    line-height: 50px;
    border: 1px solid #ededed;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: block;
    float: left; }
    .box-task-01 .tbl-task-01 tbody {
      display: block;
      float: left;
      font-size: 1rem;
      width: 100%; }
    .box-task-01 .tbl-task-01 tr {
      display: block;
      float: left;
      font-size: 1rem; }
      .box-task-01 .tbl-task-01 tr + tr {
        margin-left: 25px; }
      .box-task-01 .tbl-task-01 tr.submit-area {
        float: right; }
    .box-task-01 .tbl-task-01 th {
      display: inline-block; }
      .box-task-01 .tbl-task-01 th + td {
        margin-left: 5px; }
    .box-task-01 .tbl-task-01 td {
      display: inline-block; }

.task-list .tab-wrap {
  margin-bottom: 0; }

.task-list .result-nav {
  margin-bottom: 20px; }

.task-list .ui-widget + .result-nav {
  margin-top: 20px;
  margin-bottom: 0; }

.task-list .ui-jqgrid-view a.lnk-wfl-rvl {
  color: #115d85; }
  .task-list .ui-jqgrid-view a.lnk-wfl-rvl:hover {
    text-decoration: underline; }

.assignLink {
  margin-left: 5px; }

.list-task-name a {
  display: block;
  position: relative;
  padding: 4px 0 4px 40px;
  font-size: 1rem;
  color: #fff; }

.list-task-name a::before {
  content: '\25B6';
  display: inline-block;
  position: absolute;
  left: 20px; }

.userTaskDetail > div, .userTaskDetail .formArchive > div, .assignment-list-area .wrap-grid {
  display: block;
  float: left;
  width: 100%; }

.userTaskDetail .assignmentComment {
  margin-bottom: 20px;
  font-size: 1rem; }
  .userTaskDetail .assignmentComment img {
    display: none; }
  .userTaskDetail .assignmentComment svg {
    margin-right: 5px; }
  .userTaskDetail .assignmentComment textarea {
    width: 100%;
    height: 100px;
    padding: 2px 5px; }

.userTaskDetail .hgroup-02 span {
  color: #000; }

.userTaskDetail .taskLimit img {
  display: none; }

.userTaskDetail .taskPriority img {
  display: none; }

.variable_detail iframe {
  width: 100%;
  border: none; }

.workflow_variable_main {
  height: auto !important;
  min-height: 637px;
  background: #fff; }

.tbl-task {
  margin-bottom: 20px; }
  .tbl-task th {
    width: 180px;
    background: #ededed;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ddd;
    border-right: 0; }
  .tbl-task td {
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ddd;
    border-left: 0; }

.tbl-task-vertical {
  margin-bottom: 20px; }
  .tbl-task-vertical th {
    background: #ededed;
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top; }
  .tbl-task-vertical td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top; }
  .tbl-task-vertical .user {
    width: 90px; }
  .tbl-task-vertical .taskResults {
    width: 60px; }
  .tbl-task-vertical .assignState {
    width: 90px; }
  .tbl-task-vertical .completionDate {
    width: 90px; }
  .tbl-task-vertical .assignChange {
    width: 110px; }
  .tbl-task-vertical .btn-delegate-user {
    min-width: inherit; }
  .tbl-task-vertical .nodeName {
    width: 100px; }
  .tbl-task-vertical .nodeState {
    width: 70px; }
  .tbl-task-vertical .processBy {
    width: 100px; }
  .tbl-task-vertical .detail {
    padding: 0; }
    .tbl-task-vertical .detail > div {
      display: block;
      overflow-x: auto;
      padding: 10px 20px; }
    .tbl-task-vertical .detail th {
      width: 100px; }

#main.low-dialog-body {
  height: 300px !important; }

.assignment-list-area .wrap-grid {
  background: #fff;
  padding: 20px;
  font-size: 1rem; }

.assignment-list-area .btn {
  margin-top: 20px; }

.assignment-list-area .ui-jqgrid {
  width: calc(100% - 40px) !important; }

/* aggregation */
.aggregationParts-unit .message, .aggregationParts-unit .requiredError {
  font-size: 1rem;
  letter-spacing: 0.07143rem;
  color: #aaa;
  margin-bottom: 20px; }

.aggregation-unit .crosstabAggregation .filter, .aggregation-unit .simpleAggregation .filter {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.aggregation-unit .message, .aggregation-unit .requiredError {
  font-size: 1rem;
  letter-spacing: 0.07143rem;
  color: #aaa;
  margin-bottom: 20px;
  display: none; }

.simpleArea, .crosstabArea {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 20px; }

.simpleArea > div + div, .crosstabArea > div + div {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px; }

.aggregation-rawdataDialog, .aggregation-rawdataDialog .lyt-edit-01, .aggregation-rawdataDialog #conditions, .aggregation-rawdataDialog .message {
  display: block;
  float: left;
  width: 100%; }

.aggregation-rawdataDialog .conditionField th, .aggregation-rawdataDialog .conditionField td {
  border: 1px solid #c5c3c3;
  vertical-align: middle;
  padding: 10px 20px; }

div.ref-editor-area div.ref-button, div.sl-editor-area div.sl-button {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  white-space: nowrap; }

.aggregationParts-unit {
  display: block;
  float: left;
  width: 100%; }
  .aggregationParts-unit .ui-jqgrid .ui-jqgrid-bdiv td {
    white-space: pre !important; }
  .aggregationParts-unit .ui-jqgrid .frozen-bdiv.ui-jqgrid-bdiv tr.ui-row-ltr > td {
    border-color: #ddd;
    font-size: 0.92857rem; }
  .aggregationParts-unit .ui-jqgrid .frozen-div.ui-jqgrid-hdiv .ui-jqgrid-htable .ui-jqgrid-labels th {
    border-bottom: none !important; }
  .aggregationParts-unit .ui-resizable {
    background: none; }
  .aggregationParts-unit .ui-jqgrid .groupingData tr.jqgrow td {
    border-bottom: 1px solid #ccc; }
  .aggregationParts-unit .ui-jqgrid .groupingData tr.jqgrow:last-child td {
    border-bottom: 0; }

.tbl-search-01 input.gr-btn.btn-aggregation-02 {
  background: #ededed;
  color: #115d85; }
  .tbl-search-01 input.gr-btn.btn-aggregation-02:hover {
    background: #d4d4d4; }

.tbl-search-01 div.sl-editor-area div.sl-button {
  vertical-align: baseline; }

.aggregation-unit .ui-jqgrid .ui-jqgrid-bdiv td {
  white-space: pre !important; }

.aggregation-unit .ui-jqgrid .frozen-bdiv.ui-jqgrid-bdiv tr.ui-row-ltr > td {
  border-color: #ddd;
  font-size: 0.92857rem; }

.aggregation-unit .ui-jqgrid .frozen-div.ui-jqgrid-hdiv .ui-jqgrid-htable .ui-jqgrid-labels th {
  border-bottom: none !important; }

.aggregation-unit .filter .filter_operation {
  width: 200px !important; }

.aggregation-unit .filter .filter_control {
  width: 65px !important; }

.aggregation-unit .btn-filedownload {
  background: #ededed;
  color: #115d85;
  float: left;
  margin: 20px 0px; }
  .aggregation-unit .btn-filedownload:hover {
    background: #d4d4d4; }

.aggregation-unit .ui-jqgrid .groupingData tr.jqgrow td {
  border-bottom: 1px solid #ccc; }

.aggregation-unit .ui-jqgrid .groupingData tr.jqgrow:last-child td {
  border-bottom: 0; }

.list-ref-link {
  position: absolute;
  top: 0;
  left: 185px; }

div.crosstabAggregation .ui-jqgrid .ui-jqgrid-htable tr.ui-jqgrid-labels th {
  border-bottom: 1px solid #ddd; }

div.crosstabAggregation div.pie-graph {
  float: left; }

div.ref-editor-area {
  width: 100%;
  display: table; }
  div.ref-editor-area div.ref-value {
    display: table-cell;
    vertical-align: middle; }

div.sl-editor-area {
  width: 100%;
  display: table; }
  div.sl-editor-area div.sl-value {
    display: table-cell;
    vertical-align: middle; }

div.filter div.sl-editor-area div.sl-value {
  padding-left: 5px; }

div.entityListingCondition div.sl-editor-area div.sl-value {
  padding-left: 5px; }

div.simpleAggregationGraph div.jqplot-x2axis {
  display: none; }

.crosstabArea .header-axis-label {
  float: none;
  width: auto !important;
  border-color: #ddd !important;
  border-style: solid !important;
  background: #ededed;
  font-size: 0.92857rem; }
  .crosstabArea .header-axis-label ~ .ui-jqgrid-view {
    border-top: #ddd 1px solid; }

.jqplot-highlighter {
  width: auto;
  table-layout: auto; }

.jqplot-table-legend {
  width: auto;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 2px; }
  .jqplot-table-legend td.jqplot-table-legend.jqplot-table-legend-label {
    white-space: nowrap;
    padding-right: 2px; }

.aggregation-rawdataDialog .ui-jqgrid .ui-jqgrid-bdiv td {
  white-space: pre !important; }

.aggregation-rawdataDialog .ui-jqgrid .frozen-bdiv.ui-jqgrid-bdiv tr.ui-row-ltr > td {
  border-color: #ddd;
  font-size: 0.92857rem; }

.aggregation-rawdataDialog .ui-jqgrid .frozen-div.ui-jqgrid-hdiv .ui-jqgrid-htable .ui-jqgrid-labels th {
  border-bottom: none !important; }

.aggregation-rawdataDialog .message {
  margin-bottom: 10px;
  font-size: 1rem; }

.aggregation-rawdataDialog .condition-wrapper {
  width: calc(100% - 60px);
  padding: 30px;
  background: #fff;
  margin-bottom: 20px; }

.aggregation-rawdataDialog .conditionField th {
  width: 100px; }

.aggregation-rawdataDialog .conditionField td li {
  float: left;
  margin-right: 10px; }

.aggregation-rawdataDialog div.filter-value-list {
  margin-bottom: 20px; }

.pr {
  position: relative; }

tr.jqgrid_select_row_simple td {
  background-color: #dddd77; }

tr.jqgrid_select_row_cube td {
  background-color: #dddd77; }

.jqplot-series-canvas {
  overflow: hidden; }

.ui-resizable-helper {
  border: 2px solid gray; }

.jqplot-yMidAxis-label {
  text-align: center;
  white-space: nowrap;
  width: auto; }

.crosstabAggregation .row-header {
  border-bottom: 1px solid #ccc; }

td.jqgrid_select_cell_crosstab {
  background-color: #dddd77; }

.aggregation-rawdata .ui-jqgrid .ui-jqgrid-bdiv td {
  white-space: pre !important; }

.aggregation-rawdata .ui-jqgrid .frozen-bdiv.ui-jqgrid-bdiv tr.ui-row-ltr > td {
  border-color: #ddd;
  font-size: 0.92857rem; }

.aggregation-rawdata .ui-jqgrid .frozen-div.ui-jqgrid-hdiv .ui-jqgrid-htable .ui-jqgrid-labels th {
  border-bottom: none !important; }

.aggregation-rawdata div.filter-value-list {
  margin-bottom: 20px; }

.dashboard-unit .ui-jqgrid .ui-jqgrid-bdiv td {
  white-space: pre !important; }

.dashboard-unit .ui-jqgrid .frozen-bdiv.ui-jqgrid-bdiv tr.ui-row-ltr > td {
  border-color: #ddd;
  font-size: 0.92857rem; }

.dashboard-unit .ui-jqgrid .frozen-div.ui-jqgrid-hdiv .ui-jqgrid-htable .ui-jqgrid-labels th {
  border-bottom: none !important; }

.dashboard-unit .ui-resizable {
  background: none; }

#fileNameInputDialog input[type=text] {
  padding: 2px 5px; }

.cubeArea .header-axis-label, .crosstabArea .header-axis-label {
  float: none;
  width: auto !important;
  border-color: #ddd !important;
  border-style: solid !important;
  border-width: 1px 1px 0 1px !important;
  background: #ededed;
  font-size: 0.92857rem; }

.cubeMenu #menuTree, .cubeMenu #menuCustomTree {
  max-height: 412px;
  overflow: auto;
  position: relative; }

.aggregationParts-unit .cubeBody {
  display: block;
  float: left;
  width: 100%; }
  .aggregationParts-unit .cubeBody .message {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-top: 2px solid #4c7607;
    padding: 20px;
    font-size: 1rem;
    background: #fff; }

.aggregationParts-unit .cubeArea {
  display: block;
  float: left;
  width: calc(100% - 40px);
  padding: 0 20px 20px; }

.cubeArea .header-axis-label ~ .ui-jqgrid-view {
  border-top: #ddd 1px solid; }

.cubeArea > div {
  display: block;
  float: left;
  width: 100%; }
  .cubeArea > div:not(:last-child) {
    margin-bottom: 20px; }

.cubeArea .ui-jqgrid .ui-jqgrid-bdiv th {
  white-space: pre !important; }

.cubeArea > .result-data {
  padding-left: 0;
  padding-right: 0; }

.cubeArea .ui-jqgrid .frozen-div.ui-jqgrid-hdiv .ui-jqgrid-htable .ui-jqgrid-labels th {
  border-bottom: none !important; }

.cubeAggregation {
  display: block;
  float: left;
  width: 100%;
  background-color: #fff; }
  .cubeAggregation h2 {
    background-color: #ededed;
    margin-bottom: 0;
    padding-bottom: 20px; }
  .cubeAggregation .ui-jqgrid .ui-jqgrid-bdiv .ui-row-ltr .row-header {
    text-align: center; }
  .cubeAggregation .ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels th {
    border-bottom: 1px solid #ddd; }
  .cubeAggregation .ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
    border-bottom: 1px solid #ddd; }
  .cubeAggregation .series-label {
    clear: both;
    font-size: 1rem;
    color: #313131;
    margin-top: 5px;
    text-align: center; }
    .cubeAggregation .series-label:not(:last-child) {
      margin-bottom: 15px; }

.cubeMenu {
  overflow: hidden;
  padding: 20px 0 20px 20px;
  float: left;
  width: 200px;
  display: none; }

.menuSection > p {
  display: block;
  position: relative;
  padding: 0 6px 0 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  font-size: 1rem;
  letter-spacing: 0.14286rem;
  background: #ededed;
  border: 1px solid #ddd; }

.menuSection > .menuTitle > img {
  top: 12px;
  left: initial !important;
  right: 12px;
  z-index: -1; }

.menuSection > .menuTitle > svg {
  float: right;
  padding: 6px 0;
  color: #313131; }
  .menuSection > .menuTitle > svg:hover {
    color: #000;
    transition: 300ms; }

.menuSection > .itemMenu {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-color: #c5c3c3;
  border-image: none;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  display: block; }

.menuSection:not(:last-child) {
  margin-bottom: 20px; }

.itemMenu .list .jqtree-tree li {
  position: relative;
  font-size: 1rem;
  margin: 0;
  padding-left: 12px; }

.itemMenu .list li span {
  display: block;
  white-space: nowrap; }

.itemMenu .setting {
  margin-left: 0 !important; }
  .itemMenu .setting th {
    padding: 4px 0;
    width: 45%; }
  .itemMenu .setting .category {
    background-color: #e7e7e7; }
  .itemMenu .setting input[type=text] {
    width: 84%;
    padding: 2px 5px; }
  .itemMenu .setting select {
    width: 94%;
    height: 24px; }
  .itemMenu .setting .gr-btn-02 {
    width: 96%;
    min-width: auto; }

.cubeTable {
  display: none; }
  .cubeTable table {
    table-layout: auto;
    margin-bottom: 15px; }
    .cubeTable table .tableTitle {
      background: #ededed;
      width: 60px;
      padding: 10px; }
  .cubeTable > table th {
    border: 1px solid #c5c3c3;
    vertical-align: middle; }
  .cubeTable > table td {
    border: 1px solid #c5c3c3;
    vertical-align: middle; }
  .cubeTable .filter .col1 {
    width: 30px; }
  .cubeTable .filter .col2 {
    width: 120px; }
  .cubeTable .filter .col3 {
    width: 90px; }
  .cubeTable .filter input[type=text] {
    padding: 2px 5px;
    margin: 2px 0; }
  .cubeTable .filter select {
    height: 24px;
    margin: 2px 0; }
  .cubeTable .condition .dropArea li {
    margin-right: 7px; }
    .cubeTable .condition .dropArea li abbr.aggregateIcon {
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      top: 6px;
      font-size: 1px;
      text-decoration: none;
      border: 0;
      background: url(../../../../images/gem/skin/flat/icon-arrow-01a.png) no-repeat right center;
      cursor: pointer;
      outline: 0; }
      .cubeTable .condition .dropArea li abbr.aggregateIcon:hover {
        background: url(../../../../images/gem/skin/flat/icon-arrow-01a_o.png) no-repeat right center;
        cursor: pointer; }
    .cubeTable .condition .dropArea li abbr.delIcon:hover {
      background-position: right -11px;
      cursor: pointer; }
    .cubeTable .condition .dropArea li.hasMenu div {
      margin-left: 17px;
      max-width: 100px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .cubeTable .dropArea li abbr.delIcon {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(../../../../images/gem/skin/flat/entitylisting.png) right top no-repeat;
    cursor: pointer;
    outline: 0; }

.filter input[type='button'] {
  min-width: inherit;
  margin-right: 10px; }

.filter .list-add {
  border: none;
  margin-bottom: 0; }

.filterExp {
  width: 90%;
  margin-bottom: 10px; }

.cubeBody .message {
  margin-bottom: 0;
  display: none; }

.cubeBody .cubeOperation {
  margin-top: 10px;
  display: none; }

.resultSetFilterDialog {
  background: #fff;
  padding: 20px; }
  .resultSetFilterDialog .lyt-edit-01 {
    display: block;
    float: left;
    width: 100%; }
  .resultSetFilterDialog .message {
    display: block;
    float: left;
    width: 100%;
    font-size: 1rem; }

.resultSetFilterInfo table {
  table-layout: auto;
  margin-top: 10px; }

.resultSetFilterInfo .tableTitle {
  background: #ededed;
  width: 60px;
  clear: left;
  padding: 10px; }

#seriesColorsSettingDialog {
  background: #fff;
  padding: 30px;
  height: 255px !important; }
  #seriesColorsSettingDialog table {
    table-layout: auto;
    border-color: #aaa; }
  #seriesColorsSettingDialog th {
    padding: 4px 10px; }
  #seriesColorsSettingDialog td {
    padding: 4px 10px; }
  #seriesColorsSettingDialog form > div {
    overflow-y: hidden !important;
    height: auto !important; }
  #seriesColorsSettingDialog input {
    padding: 2px 5px; }
  #seriesColorsSettingDialog hr {
    margin: 5px 0 !important; }

#baselineSettingDialog {
  background: #fff;
  padding: 30px;
  height: 500px !important; }
  #baselineSettingDialog table {
    table-layout: auto;
    border-color: #aaa; }
  #baselineSettingDialog th {
    padding: 4px 10px; }
  #baselineSettingDialog td {
    padding: 4px 10px; }
  #baselineSettingDialog select {
    width: 150px; }
  #baselineSettingDialog input[type=checkbox] {
    display: none; }
  #baselineSettingDialog .form-size-08 {
    width: 100px; }
  #baselineSettingDialog .form-size-10 {
    width: 80px; }
  #baselineSettingDialog .form-size-11 {
    width: 40px; }
  #baselineSettingDialog form > div {
    height: 275px !important; }

#editItemNodeDialog {
  height: 530px !important; }
  #editItemNodeDialog table {
    table-layout: auto;
    border: 1px solid #aaa; }

#editMeasureDialog {
  height: 530px !important; }
  #editMeasureDialog table {
    table-layout: auto;
    border: 1px solid #aaa; }

#viewItemNodeDialog {
  height: 310px !important; }

#viewMeasureDialog {
  height: 310px !important; }

#editFolderDialog {
  height: 70px !important; }
  #editFolderDialog .vertical-item {
    width: 100%; }

ul.jqtree-tree .jqtree-element .itemFolder {
  cursor: default; }

ul.context-menu-list-aggregation li.context-menu-item {
  line-height: 1.5;
  padding-right: 4px;
  margin-right: 6px; }
  ul.context-menu-list-aggregation li.context-menu-item.icon-check {
    background-image: url(../../../../images/gem/skin/flat/icon-change-01.png);
    background-position: 4px 6px; }
  ul.context-menu-list-aggregation li.context-menu-item.hover {
    background-color: #dde9f5; }
  ul.context-menu-list-aggregation li.context-menu-item span {
    color: #5a5a5a;
    display: block;
    padding: 3px 0 4px; }
  ul.context-menu-list-aggregation li.context-menu-item:hover {
    background-color: #dde9f5; }

.cubeMenuDialog {
  text-align: left;
  background: #fff !important;
  padding: 20px !important;
  font-size: 1rem; }
  .cubeMenuDialog .inputArea {
    width: 100%; }
  .cubeMenuDialog fieldset {
    padding: 0;
    border: 0; }
    .cubeMenuDialog fieldset > * {
      display: block;
      margin: 0 0 10px 0; }
  .cubeMenuDialog input[type=text] {
    padding: 2px 5px; }
  .cubeMenuDialog textarea {
    width: 96%;
    padding: 2px 5px; }
  .cubeMenuDialog .vertical-item {
    display: block; }
  .cubeMenuDialog .composit-title-block {
    position: relative;
    height: 1.5em;
    width: 96%; }
  .cubeMenuDialog .composit-title-item {
    position: absolute; }
    .cubeMenuDialog .composit-title-item.fr {
      right: -2px; }
      .cubeMenuDialog .composit-title-item.fr * {
        margin-left: 5px; }
  .cubeMenuDialog .horizon-title {
    display: inline-block;
    width: 100px; }
  .cubeMenuDialog .horizon-item {
    display: inline-block; }
  .cubeMenuDialog .helpArea {
    border: 1px solid #000;
    width: 100%;
    height: 190px;
    margin-top: 10px;
    padding: 5px;
    overflow: auto; }

.filterRow .ondragover {
  background: #ffdfcf; }

.filterRow td {
  padding-left: 5px; }

.cubeFilterExpRow .ondragover {
  background: #ffdfcf; }

.cubeFilterExpRow th {
  padding: 8px 2px 7px 10px; }

.cubeFilterExpRow td {
  padding: 5px 0 0 5px; }

.cubeFilterItemRow .ondragover {
  background: #ffdfcf; }

.cubeFilterItemRow td {
  padding: 8px 2px 7px 10px; }

.inp-chk-cond {
  display: inline-block;
  margin-right: 15px; }

.list-ref-cond {
  display: inline-block;
  margin-left: 10px; }

.context-menu-item {
  text-align: left; }

.resultSetFilter th {
  border: 1px solid #c5c3c3;
  vertical-align: middle; }

.resultSetFilter td {
  border: 1px solid #c5c3c3;
  vertical-align: middle; }

.resultSetFilter .filter .col1 {
  width: 30px; }

.resultSetFilter .filter .col2 {
  width: 120px; }

.resultSetFilter .filter .col3 {
  width: 90px; }

.resultSetFilter .conditionItems li {
  float: left;
  margin: 3px 0 3px 3px;
  padding: 4px 25px 3px 6px;
  background: #fbdfff;
  border-radius: 3px;
  border: 1px solid #aaa;
  position: relative;
  cursor: pointer; }

.resultSetFilter .condition .dropArea li.hasMenu div {
  margin-left: 17px;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.resultSetFilter .condition .dropArea li abbr.delIcon:hover {
  background-position: right -11px;
  cursor: pointer; }

.resultSetFilter .filterRow .ondragover {
  background: #fffacf; }

.resultSetFilter .cubeFilterExpRow .ondragover {
  background: #fffacf; }

.resultSetFilter .cubeFilterItemRow .ondragover {
  background: #fffacf; }

.resultSetFilter .cubeFilterItem li {
  background: #fffbdf; }

.resultSetFilter .dropArea li abbr.delIcon {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(../../../../images/gem/skin/flat/entitylisting.png) right top no-repeat;
  cursor: pointer;
  outline: 0; }

.crosstabArea .header-axis-label ~ .ui-jqgrid-view {
  border-top: #ddd 1px solid; }

.aggregation-unit .cubeBody {
  margin-left: -320px;
  width: calc(100% - 60px);
  padding: 20px;
  float: right; }
  .aggregation-unit .cubeBody > * {
    margin-left: 200px; }
  .aggregation-unit .cubeBody .cubeOperation {
    display: block; }

.cubeItem.ui-draggable-dragging {
  font-size: 1rem;
  float: left;
  margin: 3px;
  padding: 4px 6px 3px;
  border-radius: 3px;
  border: 1px solid #aaa;
  position: relative;
  min-width: 70px;
  background: none repeat scroll 0 0 #fff;
  list-style-type: none;
  white-space: nowrap; }

.cubeOperation .btn-filter {
  margin-right: 20px !important; }

.baselineParam td {
  width: 125px; }

td.required {
  font-weight: bold; }

.baselineList input {
  margin: 0 2px; }

.seriesColorsList input {
  margin: 0 2px; }

.dropArea li {
  float: left;
  margin: 3px 0 3px 3px;
  padding: 4px 25px 3px 6px;
  border-radius: 3px;
  border: 1px solid #aaa;
  position: relative;
  cursor: pointer; }

.topRow .ondragover {
  background: #cfdfff; }

.xaxisRow .ondragover {
  background: #cfdfff; }

.xaxis1Row .ondragover {
  background: #cfdfff; }

.axisRow .ondragover {
  background: #cfdfff; }

.axis1Row .ondragover {
  background: #cfdfff; }

.axis2Row .ondragover {
  background: #cfdfff; }

.top li {
  background: #dfeffc; }

.xaxis li {
  background: #dfeffc; }

.xaxis1 li {
  background: #dfeffc; }

.axis li {
  background: #dfeffc; }

.axis1 li {
  background: #dfeffc; }

.axis2 li {
  background: #dfeffc; }

.sideRow .ondragover {
  background: #cfffdf; }

.yaxisRow .ondragover {
  background: #cfffdf; }

.yaxis1Row .ondragover {
  background: #cfffdf; }

.numAxisRow .ondragover {
  background: #cfffdf; }

.side li {
  background: #dfffef; }

.yaxis li {
  background: #dfffef; }

.yaxis1 li {
  background: #dfffef; }

.numAxis li {
  background: #dfffef; }

.dataRow .ondragover {
  background: #dfcfff; }

.data1Row .ondragover {
  background: #dfcfff; }

.yaxis2Row .ondragover {
  background: #dfcfff; }

.zaxisRow .ondragover {
  background: #dfcfff; }

.data li {
  background: #efdfff; }

.data1 li {
  background: #efdfff; }

.yaxis2 li {
  background: #efdfff; }

.zaxis li {
  background: #efdfff; }

.seriesRow .ondragover {
  background: #dfffcf; }

.series li {
  background: #efffdf; }

.series2Row .ondragover {
  background: #feffce; }

.series2 li {
  background: #fbffdf; }

.labelRow .ondragover {
  background: #ffcfdf; }

.contrastRow .ondragover {
  background: #ffcfdf; }

.label li {
  background: #ffdfef; }

.contrast li {
  background: #ffdfef; }

.cubeFilterItem li {
  background: #ffefdf;
  float: right;
  margin-right: 3px; }

span.inp-chk-cond input {
  margin: -1px 5px 0 0; }

.dashboard-unit .message, .dashboard-unit .requiredError {
  font-size: 1rem;
  letter-spacing: 0.07143rem;
  color: #aaa;
  margin-bottom: 20px;
  float: left;
  width: 100%; }

.dashboard .filter {
  display: block;
  float: left;
  width: 100%; }
  .dashboard .filter .filter_operation {
    width: 200px; }
  .dashboard .filter .filter_control {
    width: 65px; }

.dashboard .dashboard_template {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 15px; }

.dashboard .dashboard_action {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 15px; }

.dashboard .dashboard-unit {
  float: left;
  width: 100%; }

.dashboard .dashboard_separator_unit {
  float: left;
  padding-right: 0;
  overflow-x: auto; }

.dashboard > div:nth-of-type(n + 2) {
  margin-top: 20px; }

.dashboard > .link-list-01 {
  background: #ededed;
  padding-top: 20px; }

.dashboard-unit .link-list-01 {
  margin-bottom: 0; }

.dashboard-unit .cubeBody {
  display: block;
  float: left;
  width: 100%; }
  .dashboard-unit .cubeBody .message {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    font-size: 1rem;
    background: #fff; }

.dashboard-unit .cubeArea {
  display: block;
  float: left;
  width: calc(100% - 40px);
  padding: 0 20px 20px; }

.dashboard-unit .btn-filedownload {
  background: #ededed;
  color: #115d85;
  float: left;
  margin: 20px 0px; }
  .dashboard-unit .btn-filedownload:hover {
    background: #d4d4d4; }

.dashboard-unit .ui-jqgrid .groupingData tr.jqgrow td {
  border-bottom: 1px solid #ccc; }

.dashboard-unit .ui-jqgrid .groupingData tr.jqgrow:last-child td {
  border-bottom: 0; }

.dashboard_separator {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  float: left;
  width: 100%; }

.dashboard_separator_unit > div:nth-of-type(n + 2) {
  margin-top: 10px; }

/* entitylisting */
.entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea div.ref-editor-area div.ref-button, .entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea div.sl-editor-area div.sl-button, .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea div.ref-editor-area div.ref-button, .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea div.sl-editor-area div.sl-button {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  white-space: nowrap; }

.entityListingResult .loading, .entityListingResult .manualSearch, .entityListingSavedList .loading, .entityListingSavedList .manualSearch, .entityListingSavedListDialog .loading, .entityListingSavedListDialog .manualSearch {
  color: #777777;
  font-size: 81%;
  margin-left: 15px; }

.entityListingSavedResult div.filter-value-info .specified, .entityListingSavedResult div.result-filter-value-info .specified {
  background: none repeat scroll 0 0 #fff;
  color: #f00;
  font-weight: normal;
  font-size: 81%; }

.entityListing {
  display: block;
  float: left;
  width: 100%;
  background-color: #fff;
  font-size: 1rem; }
  .entityListing h2 {
    background-color: #ededed;
    margin-bottom: 0;
    padding-bottom: 20px; }
  .entityListing .elItemHelper {
    float: left;
    margin: 3px;
    padding: 4px 6px 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
    position: relative;
    min-width: 70px;
    background: none repeat scroll 0 0 #dfffef;
    list-style-type: none;
    white-space: nowrap; }

.entityListingMenu {
  overflow: hidden;
  padding: 20px 0 20px 20px;
  width: 200px;
  display: block;
  float: left; }

.entityListingContent {
  margin-left: 0 !important;
  width: calc(100% - 260px);
  padding: 20px;
  float: right;
  display: block; }
  .entityListingContent .entityListingCondition {
    margin-bottom: 15px; }

.entityListingCondition table {
  table-layout: auto;
  margin-bottom: 15px; }
  .entityListingCondition table .tableTitle {
    background: #ededed;
    width: 60px;
    padding: 10px; }

.entityListingCondition .elFilter input[type='button'] {
  min-width: inherit;
  margin-right: 10px; }

.entityListingCondition .elFilter .list-add {
  border: none;
  margin-bottom: 0; }

.entityListingCondition > table {
  width: 100%;
  margin-top: 10px; }
  .entityListingCondition > table th {
    border: 1px solid #c5c3c3;
    vertical-align: middle; }
  .entityListingCondition > table td {
    border: 1px solid #c5c3c3;
    vertical-align: middle; }
  .entityListingCondition > table.elSelect .placeholder {
    padding-left: 10px; }
  .entityListingCondition > table.elSelect colgroup col.col1 {
    width: 130px; }
  .entityListingCondition > table.elSelect .dropArea li.elSelectedItem {
    cursor: pointer;
    margin-right: 7px;
    background: none repeat scroll 0 0 #dfeffc;
    padding: 4px 25px 3px 6px; }
    .entityListingCondition > table.elSelect .dropArea li.elSelectedItem span {
      padding-left: 17px; }
  .entityListingCondition > table.elSelect .dropArea li.unDelete {
    padding-right: 6px; }
  .entityListingCondition > table.elSelect .dropArea li.unAggregate span {
    padding-left: 0; }
  .entityListingCondition > table.elSelect tr.elSelectItemRow .ondragover {
    background: #cfdfff; }
  .entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea {
    padding-left: 5px; }
    .entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea div.ref-editor-area {
      width: 100%;
      display: table; }
      .entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea div.ref-editor-area div.ref-value {
        display: table-cell;
        vertical-align: middle; }
    .entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea div.sl-editor-area {
      width: 100%;
      display: table; }
      .entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea div.sl-editor-area div.sl-value {
        display: table-cell;
        vertical-align: middle; }
    .entityListingCondition > table.elFilter tr.elFilterItemRow td.condArea select.inpbr {
      padding: 2px;
      height: 24px;
      margin: 2px 0; }
  .entityListingCondition > table.elFilter tr.elFilterItemRow td.noArea {
    padding-left: 5px; }
  .entityListingCondition > table.elFilter tr.elFilterItemRow .ondragover {
    background: #ffdfcf; }
  .entityListingCondition > table.elFilter tr.elFilterExpRow th {
    padding: 8px 2px 7px 10px; }
  .entityListingCondition > table.elFilter tr.elFilterExpRow td.condArea {
    padding-left: 5px;
    padding-top: 5px; }
  .entityListingCondition > table.elFilter tr.dropAreaRow td {
    padding: 8px 2px 7px 10px; }
  .entityListingCondition > table.elFilter tr.dataRow li.elFilteredItem {
    background: none repeat scroll 0 0 #ffefdf;
    padding: 4px 25px 3px 6px; }
  .entityListingCondition > table.elFilter colgroup col.col1 {
    width: 30px; }
  .entityListingCondition > table.elFilter colgroup col.col2 {
    width: 130px; }
  .entityListingCondition > table.elFilter colgroup col.col3 {
    width: 90px; }
  .entityListingCondition > table.elResultFilter tr.elFilterExpRow th {
    padding: 8px 2px 7px 10px; }
  .entityListingCondition > table.elResultFilter tr.elFilterExpRow td.condArea {
    padding-left: 5px;
    padding-top: 5px; }
  .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea {
    padding-left: 5px; }
    .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea div.ref-editor-area {
      width: 100%;
      display: table; }
      .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea div.ref-editor-area div.ref-value {
        display: table-cell;
        vertical-align: middle; }
    .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea div.sl-editor-area {
      width: 100%;
      display: table; }
      .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea div.sl-editor-area div.sl-value {
        display: table-cell;
        vertical-align: middle; }
    .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.condArea select.inpbr {
      padding: 2px;
      height: 24px;
      margin: 2px 0; }
  .entityListingCondition > table.elResultFilter tr.elFilterItemRow td.noArea {
    padding-left: 5px; }
  .entityListingCondition > table.elResultFilter tr.dropAreaRow td {
    padding: 8px 2px 7px 10px; }
  .entityListingCondition > table.elResultFilter tr.dataRow li.elFilteredItem {
    background: none repeat scroll 0 0 #fffbdf;
    padding: 4px 25px 3px 6px; }
  .entityListingCondition > table.elResultFilter colgroup col.col1 {
    width: 30px; }
  .entityListingCondition > table.elResultFilter colgroup col.col2 {
    width: 130px; }
  .entityListingCondition > table.elResultFilter colgroup col.col3 {
    width: 90px; }
  .entityListingCondition > table.elDistinct colgroup col.col5 {
    width: 160px; }
  .entityListingCondition > table.elDistinct tr.elFilterDistinctRow th {
    padding: 8px 2px 7px 10px; }
  .entityListingCondition > table.elDistinct tr.elFilterDistinctRow td.condArea {
    padding-left: 5px; }
  .entityListingCondition > table input[type=text] {
    padding: 2px 5px;
    margin: 2px 0; }

.entityListingCondition .dropArea li {
  float: left;
  margin: 3px;
  border-radius: 3px;
  border: 1px solid #aaa;
  position: relative; }
  .entityListingCondition .dropArea li abbr.aggregateIcon {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(../../../../images/gem/skin/flat/icon-arrow-01a.png) no-repeat right center;
    cursor: pointer;
    outline: 0; }
    .entityListingCondition .dropArea li abbr.aggregateIcon:hover {
      background: url(../../../../images/gem/skin/flat/icon-arrow-01a_o.png) no-repeat right center;
      cursor: pointer; }
  .entityListingCondition .dropArea li abbr.delIcon {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(../../../../images/gem/skin/flat/entitylisting.png) right top no-repeat;
    cursor: pointer;
    outline: 0; }
    .entityListingCondition .dropArea li abbr.delIcon:hover {
      background-position: right -11px;
      cursor: pointer; }

.entityListingCondition > div.elDistinctResultFilterDialog {
  margin-top: 10px; }
  .entityListingCondition > div.elDistinctResultFilterDialog span.elDistinct {
    margin-left: 10px; }
  .entityListingCondition > div.elDistinctResultFilterDialog span.elResultFilterDialogControl .hasFilter {
    color: #f00;
    font-size: 81%;
    margin-left: 10px; }

.entityListingCondition > p.actionButton {
  margin-top: 10px; }

.entityListingResult {
  margin-bottom: 15px; }
  .entityListingResult .result-nav {
    margin-bottom: 20px; }
    .entityListingResult .result-nav.mb15 {
      margin-top: 20px;
      margin-bottom: 0; }

.entityListingGridArea {
  display: block;
  float: left;
  width: 100%; }

.elResultFilterDialog {
  background: #fff;
  padding: 20px; }
  .elResultFilterDialog .lyt-edit-01 {
    display: block;
    float: left;
    width: 100%; }
  .elResultFilterDialog .message {
    font-size: 1rem;
    display: block;
    float: left;
    width: 100%; }

#entityListingItem {
  padding-left: 10px;
  height: 500px;
  overflow: auto;
  position: relative; }

.entityListingSavedResult div.filter-value-info {
  margin-bottom: 10px; }
  .entityListingSavedResult div.filter-value-info div.filter-no-list {
    margin-left: 10px; }

.entityListingSavedResult div.result-filter-value-info {
  margin-bottom: 10px; }
  .entityListingSavedResult div.result-filter-value-info div.result-filter-view-list div.result-filter-distinct-info th {
    width: 174px; }

.entityListingSavedResult div.sub-info {
  margin-top: 5px; }

.entityListingSavedResult div.entityListingSearchButtonArea {
  margin-bottom: 15px; }

.entityListingSavedResult div.entityListingGridArea {
  margin-bottom: 20px; }

.itemMenu #entityListingItem .jqtree-tree li {
  position: relative;
  font-size: 1rem;
  margin: 0;
  padding-left: 12px; }

.itemMenu #entityListingItem li span {
  display: block; }

ul.jqtree-tree .jqtree-element.hover {
  background: #dfeffc; }

.actionButton + span {
  display: block;
  margin-top: 10px; }

ul.context-menu-list-elfunc li.context-menu-item {
  text-align: left;
  line-height: 1.5;
  padding-right: 4px;
  margin-right: 4px; }
  ul.context-menu-list-elfunc li.context-menu-item:hover {
    background-color: #dde9f5; }
  ul.context-menu-list-elfunc li.context-menu-item span {
    color: #5a5a5a;
    display: block;
    padding: 3px 0 4px; }
  ul.context-menu-list-elfunc li.context-menu-item.icon-check {
    background-image: url(../../../../images/gem/skin/flat/icon-change-01.png);
    background-position: 4px 6px; }

.select2-results__option {
  text-align: left;
  font-size: 1rem; }

/* savedlist*/
.box-listing-01 .tab-panel, .box-listing-02 .tab-panel {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box; }

.modal-body .savedList, .modal-body .savedList > div {
  display: block;
  float: left;
  width: 100%; }

.savedList .tbl-save-info th, .savedList .tbl-save-info td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top; }

#createFolderDialog {
  padding-top: 1em;
  text-align: left; }
  #createFolderDialog table {
    width: 100%;
    table-layout: auto; }
  #createFolderDialog th {
    padding: 7px;
    vertical-align: middle; }
  #createFolderDialog td {
    padding: 7px;
    vertical-align: middle; }
  #createFolderDialog input {
    padding: 2px 5px; }
  #createFolderDialog button {
    padding: 2px; }
  #createFolderDialog select {
    padding: 2px;
    height: 24px; }
  #createFolderDialog textarea {
    padding: 2px 5px; }
  #createFolderDialog .inpbr {
    width: 200px;
    padding: 2px 5px; }

#renameItemDialog {
  padding-top: 1em;
  text-align: left; }
  #renameItemDialog table {
    width: 100%;
    table-layout: auto; }
  #renameItemDialog th {
    padding: 7px;
    vertical-align: middle; }
  #renameItemDialog td {
    padding: 7px;
    vertical-align: middle; }
  #renameItemDialog input {
    padding: 2px 5px; }
  #renameItemDialog button {
    padding: 2px; }
  #renameItemDialog select {
    padding: 2px;
    height: 24px; }
  #renameItemDialog textarea {
    padding: 2px 5px; }
  #renameItemDialog .inpbr {
    width: 200px;
    padding: 2px 5px; }

.tabList-listing-01 {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ededed; }
  .tabList-listing-01 .create {
    display: block;
    float: right;
    color: #313131;
    padding: 0.5em 20px; }
    .tabList-listing-01 .create:hover {
      color: #000;
      transition: 300ms; }
    .tabList-listing-01 .create a {
      display: none; }
  .tabList-listing-01 .tab-menu li::after {
    transition: opacity 300ms; }

.modal-body .savedList .operation-bar_bottom {
  margin-top: 20px; }

.modal-body .savedList div:last-child {
  margin-bottom: 0; }

.modal-body .tabList-listing-01 .create {
  padding: 0 0 5px; }

.saved-list-tree {
  padding: 20px;
  padding-bottom: 0;
  background: #fff;
  box-sizing: border-box; }
  .saved-list-tree .tabList-listing-01 {
    border-top: none;
    border-bottom: none; }
    .saved-list-tree .tabList-listing-01 .tab-menu {
      display: none; }
  .saved-list-tree .box-listing-01 .tab-panel {
    padding: 0; }

.savedList > div .sechead {
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  position: relative;
  cursor: pointer; }
  .savedList > div .sechead.disclosure-close::after {
    margin-top: 3px;
    transform: rotate(45deg); }

.savedList > div .sechead::after {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 4px;
  margin-top: 6px;
  transform: rotate(-135deg);
  border-right: 1px solid #115d85;
  border-bottom: 1px solid #115d85;
  transition: transform 300ms; }

.savedList .save-info {
  padding: 20px;
  box-sizing: border-box;
  background: #fff; }

.savedList .tbl-save-info th:first-child {
  width: 150px;
  background: #ededed;
  border-right: 0;
  vertical-align: middle; }
  .savedList .tbl-save-info th:first-child + td {
    border-left: 0; }

.savedList .tbl-save-info td input[type=text] {
  border: 1px solid #ddd;
  font-size: 1rem;
  width: 100%;
  padding: 2px 5px;
  box-sizing: border-box; }

.savedList > .saved-list-tree .sechead {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

.savedList .ui-jqgrid-view .cell-wrapperleaf a {
  color: #115d85; }
  .savedList .ui-jqgrid-view .cell-wrapperleaf a:hover {
    text-decoration: underline; }

.selectColumnDialog {
  font-size: 1rem; }
  .selectColumnDialog .flat-block-top {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff; }
  .selectColumnDialog .message {
    display: block;
    float: left;
    width: 100%; }
    .selectColumnDialog .message + .message {
      margin-bottom: 20px; }
  .selectColumnDialog .emphasisMessage {
    color: #f00; }

td.jqgrid_select_col_listing {
  background-color: #dddd77; }

ul.context-menu-listing li.context-menu-item {
  text-align: left;
  line-height: 1.5;
  padding-right: 4px; }
  ul.context-menu-listing li.context-menu-item:hover {
    background-color: #dde9f5; }
  ul.context-menu-listing li.context-menu-item span {
    display: block;
    padding: 3px 0 4px; }
  ul.context-menu-listing li.context-menu-item.disabled {
    color: #9e9e9e; }

.folder-info {
  background: #fff;
  border-top: 2px solid #4c7607;
  border-bottom: 1px solid #ededed;
  padding: 20px;
  box-sizing: border-box; }

.tbl-select-folder th {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-right: 0;
  background: #ededed;
  width: 150px; }

.tbl-select-folder td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-left: 0; }

.selectFolderInfo {
  background: #fff;
  border-top: 2px solid #4c7607;
  border-bottom: 1px solid #ededed;
  padding: 20px; }

.entityListingSavedList, .entityListingSavedResult, .entityListingSavedResult > div {
  display: block;
  float: left;
  width: 100%; }

.entityListingSavedResult .tbl-saved-list-info th, .entityListingSavedResult .tbl-saved-list-info td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top; }

.entityListingSavedList .title_EntityListing {
  margin-bottom: 0; }

.entityListingSavedResult {
  padding: 20px;
  box-sizing: border-box;
  background: #fff; }
  .entityListingSavedResult > div {
    margin-bottom: 0 !important; }
    .entityListingSavedResult > div .sechead {
      display: block;
      float: left;
      width: 100%;
      border-top: 1px solid #ddd;
      padding-top: 20px;
      position: relative;
      cursor: pointer; }
      .entityListingSavedResult > div .sechead.disclosure-close::after {
        margin-top: 3px;
        transform: rotate(45deg); }
    .entityListingSavedResult > div .sechead::after {
      content: '';
      display: block;
      height: 10px;
      width: 10px;
      position: absolute;
      right: 4px;
      margin-top: 6px;
      transform: rotate(-135deg);
      border-right: 1px solid #115d85;
      border-bottom: 1px solid #115d85;
      transition: transform 300ms; }
    .entityListingSavedResult > div:first-child .sechead {
      border-top: none;
      margin-top: 0;
      padding-top: 0; }
  .entityListingSavedResult .tbl-saved-list-info {
    margin-bottom: 20px !important; }
    .entityListingSavedResult .tbl-saved-list-info th:first-child {
      width: 150px;
      background: #ededed;
      border-right: 0;
      vertical-align: top; }
      .entityListingSavedResult .tbl-saved-list-info th:first-child + td {
        border-left: 0; }
  .entityListingSavedResult .result-filter-list {
    margin-bottom: 20px; }
  .entityListingSavedResult .entityListingSearchButtonArea {
    margin-top: 0;
    font-size: 1rem; }
  .entityListingSavedResult .filter-value-info table {
    table-layout: auto; }

.entityListingGridArea h3 {
  padding-top: 20px; }

.entityListingGridArea .entityListingWrapGrid {
  display: block;
  float: left;
  width: 100%; }

.entityListingGridArea .result-nav {
  margin-bottom: 20px; }
  .entityListingGridArea .result-nav.mb15 {
    margin-top: 20px;
    margin-bottom: 0; }

.entityListingSavedListDialog .dialogTrigger + h3.hgroup-02 {
  display: none; }

.aggregation-rawdata, .aggregation-rawdata .aggregationRawdataSavedResult, .aggregation-rawdataDialog .aggregationRawdataSavedResult {
  display: block;
  float: left;
  width: 100%;
  font-size: 1rem; }

.aggregationRawdataSavedResult .tbl-saved-list-info th, .aggregationRawdataSavedResult .tbl-saved-list-info td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top; }

.aggregation-rawdata .message {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.aggregationRawdataSavedResult {
  padding: 20px;
  box-sizing: border-box;
  background: #fff; }
  .aggregationRawdataSavedResult > div .sechead {
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    position: relative;
    cursor: pointer; }
    .aggregationRawdataSavedResult > div .sechead.disclosure-close::after {
      margin-top: 3px;
      transform: rotate(45deg); }
  .aggregationRawdataSavedResult > div .sechead::after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 4px;
    margin-top: 6px;
    transform: rotate(-135deg);
    border-right: 1px solid #115d85;
    border-bottom: 1px solid #115d85;
    transition: transform 300ms; }
  .aggregationRawdataSavedResult > div:first-child .sechead {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .aggregationRawdataSavedResult .tbl-saved-list-info {
    margin-bottom: 20px; }
    .aggregationRawdataSavedResult .tbl-saved-list-info th:first-child {
      width: 150px;
      background: #ededed;
      border-right: 0; }
      .aggregationRawdataSavedResult .tbl-saved-list-info th:first-child + td {
        border-left: 0; }
  .aggregationRawdataSavedResult .filter-value-info table {
    table-layout: auto; }
  .aggregationRawdataSavedResult .filter-value-list p {
    padding-bottom: 20px; }

.tbl-filter-value th {
  background: #ededed;
  padding: 10px;
  border: 1px solid #ddd; }
  .tbl-filter-value th.item {
    width: 150px; }

.tbl-filter-value td {
  border: 1px solid #ddd;
  padding: 10px; }
