#sU-27-2 .approve-textarea,
#sU-29-1 .approve-textarea {
  position: relative;
  overflow: hidden;
  /* height: 0px; */
  transition-duration: 0.5s;
}

#sU-29-1 #approver div {
  height: auto;
}

#sU-27-2 #user-area div:last-child .triangle,
#sU-29-1 #user-area div:last-child .triangle {
  display: none;
}

#sU-27-2 .approve-textarea .approve-open,
#sU-29-1 .approve-textarea .approve-open {
  position: absolute;
  font-size: 2vw;
  left: 1vw;
  top: 1vw;
  color: #fff;
  width: 2.3vw;
  height: 2.3vw;
  background: #e373a2;
  background-position: 10vw;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  #sU-27-2 .approve-textarea .approve-open,
  #sU-29-1 .approve-textarea .approve-open {
    font-size: 6.8vw;
    right: 10vw;
    top: 1.5vw;
    width: 8vw;
    height: 8vw;
  }
}

#sU-27-2 .approve-textarea .common-textbox,
#sU-29-1 .approve-textarea .common-textbox {
  width: 83%;
  margin-left: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  #sU-27-2 .approve-textarea .common-textbox,
  #sU-29-1 .approve-textarea .common-textbox {
    width: 74%;
    padding-right: 4vw;
    margin-left: 0;
    padding-left: 10vw;
  }
}

#sU-27-2 .approve-textarea .approve-open:hover,
#sU-29-1 .approve-textarea .approve-open:hover {
  opacity: 0.5;
  cursor: pointer;
}

#sU-27-1 .approve-window,
#sU-27-2 .approve-window,
#sU-27-2 .approve-window-conform,
#sU-29-1 .approve-window,
#sU-29-1 .approve-window-conform {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: none;
}

#sU-27-1 .approve-window > div {
  width: 30vw;
  padding: 1vw;
  background: #fff;
  border-radius: 0.2vw;
  margin: 10vw auto auto auto;
  z-index: 1001;
}
@media screen and (max-width: 1024px) {
  #sU-27-1 .approve-window > div {
    top: 20vh;
    width: 80vw;
    padding: 4vw;
  }
}

#sU-27-2 .approve-window > div,
#sU-29-1 .approve-window > div {
  position: relative;
  top: 2vw;
  width: 60vw;
  height: 85vh;
  background: #fff;
  text-align: left;
  padding: 1vw;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #sU-27-2 .approve-window > div,
  #sU-29-1 .approve-window > div {
    top: 20vh;
    width: 80vw;
    height: 60vh;
    padding: 4vw;
  }
}

#sU-27-2 .approve-window-conform > div,
#sU-29-1 .approve-window-conform > div {
  width: 30vw;
  padding: 1vw;
  background: #fff;
  border-radius: 0.2vw;
  margin: 10vw auto auto auto;
  z-index: 1001;
}
@media screen and (max-width: 1024px) {
  #sU-27-2 .approve-window-conform > div,
  #sU-29-1 .approve-window-conform > div {
    top: 20vh;
    width: 80vw;
    padding: 4vw;
  }
}

#sU-27-2 .approve-close,
#sU-29-1 .approve-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.5vw;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #sU-27-2 .approve-close,
  #sU-29-1 .approve-close {
    font-size: 9vw;
    right: 2vw;
  }
}
#sU-27-2 .approve-confirm,
#sU-29-1 .approve-confirm {
  bottom: 0;
  line-height: 2.5vw;
  text-align: center;
  font-size: 1.5vw;
  width: 25%;
  height: 5%;
}
@media screen and (max-width: 1024px) {
  #sU-27-2 .approve-confirm,
  #sU-29-1 .approve-confirm {
    margin: auto;
    font-size: 3.6vw;
    right: 2vw;
    width: 40vw;
    height: 3vw;
    line-height: 2.5vw;
  }
}

#sU-27-2 .approve-window > div > h3,
#sU-29-1 .approve-window > div > h3 {
  line-height: 2em;
}
#sU-27-2 .approve-window > div > div,
#sU-29-1 .approve-window > div > div {
  overflow-y: scroll;
  height: calc(100% - 10vw);
}
@media screen and (max-width: 1024px) {
  #sU-27-2 .approve-window > div > div,
  #sU-29-1 .approve-window > div > div {
    height: calc(100% - 20vw);
  }
}
#sU-27-2 .approve-window table,
#sU-29-1 .approve-window table {
  width: 100%;
  margin: 1vw auto;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
#sU-27-2 .approve-window th,
#sU-27-2 .approve-window td,
#sU-29-1 .approve-window th,
#sU-29-1 .approve-window td {
  padding: 1em;
  border: 0.01vw solid #aaa;
  font-size: 0.9vw;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  #sU-27-2 .approve-window th,
  #sU-27-2 .approve-window td,
  #sU-29-1 .approve-window th,
  #sU-29-1 .approve-window td {
    font-size: 1.7vw;
  }
}
#sU-27-2 .approve-window th,
#sU-29-1 .approve-window th {
  background: #eee;
  line-height: 1.5em;
  min-width: 6em;
}

#sU-27-2 table.dataTable thead .sorting,
#sU-27-2 table.dataTable thead .sorting_asc,
#sU-27-2 table.dataTable thead .sorting_desc,
#sU-27-2 table.dataTable thead .sorting_asc_disabled,
#sU-27-2 table.dataTable thead .sorting_desc_disabled,
#sU-29-1 table.dataTable thead .sorting,
#sU-29-1 table.dataTable thead .sorting_asc,
#sU-29-1 table.dataTable thead .sorting_desc,
#sU-29-1 table.dataTable thead .sorting_asc_disabled,
#sU-29-1 table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
#sU-27-2 .selected,
#sU-29-1 .selected {
  background: #71e5e9;
}
#sU-27-2 .notSelectable,
#sU-29-1 .notSelectable {
  background: #e2e2e2;
}

#sU-27-2 .triangle,
#sU-29-1 .triangle {
  display: block;
  margin-left: 45%;
  width: 0;
  height: 0;
  border-left: 2vw solid transparent;
  border-right: 2vw solid transparent;
  border-bottom: 2vw solid #999;
}
@media screen and (max-width: 1024px) {
  #sU-27-2 .triangle,
  #sU-29-1 .triangle {
    margin-bottom: 2vw;
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    border-bottom: 4vw solid #999;
  }
}

#sU-27-2 .approve-close-button,
#sU-29-1 .approve-close-button {
  position: absolute;
  top: -0.3vw;
  right: -0.2vw;
  color: #777;
  width: 1.5vw;
  height: 1.5vw;
  font-size: 1.5vw;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #sU-27-2 .approve-close-button,
  #sU-29-1 .approve-close-button {
    top: -1.8vw;
    right: -12vw;
    width: 32vw;
    height: 5vw;
    font-size: 11vw;
  }
}

#sU-27-2 .officer,
#sU-29-1 .officer {
  position: relative;
  display: none;
  overflow: hidden;
  height: auto;
  transition: 0.5s;
  /* width: 30vw; */
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #sU-27-2 .officer,
  #sU-29-1 .officer {
    width: auto;
  }
}

#sU-27-2 .dataTables_filter,
#sU-29-1 .dataTables_filter {
  text-align: right;
  margin: 2vw 0;
}

#sU-27-1 .common-title,
#sU-27-2 .common-title,
#sU-29-1 .common-title {
  text-align: center;
}

#sU-27-1 .approve-flex {
  align-items: center;
}

#sU-27-1 .common-grid-approve {
  width: 100%;
  border: 0.2vw solid #ddd;
  margin: 0.5vw auto;
}

#sU-27-1 .common-grid-approve th,
#sU-27-1 .common-grid-approve td {
  padding: 1vw 0.5vw;
  text-align: center;
  font-size: 1.2vw;
  display: table-cell;
  vertical-align: middle;
  line-height: 2em;
  min-height: 2em;
  border: 0.2vw solid #ddd;
  background: #fff;
  word-break: break-all;
  min-width: 3vw;
  max-width: 30vw;
}
@media screen and (max-width: 1024px) {
  #sU-27-1 .common-grid-approve th,
  #sU-27-1 .common-grid-approve td {
    padding: 5vw 0.5vw;
    font-size: 4vw;
  }
}

#sU-27-1 .common-grid-approve th {
  background: #eee;
}

#sU-27-1 .common-grid-approve a,
#sU-27-1.common-grid-approve input[type='submit'] {
  padding: 0.3vw 0.5vw;
  border-radius: 0.2vw;
  border: none;
  color: #fff;
  font-size: 1.3vw;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #sU-27-1 .common-grid-approve a,
  #sU-27-1 .common-grid-approve input[type='submit'] {
    padding: 2.3vw 2.5vw;
    font-size: 3vw;
  }
}

#sU-27-1 .common-grid-approve a {
  background: #dadada;
}
#sU-27-1 .common-grid-approve a:hover,
#sU-27-1 .common-grid-approve a:active {
  background: #707070;
}
#sU-27-1 .common-grid-approve .button-blue {
  background: #58b6b9;
}
#sU-27-1 .common-grid-approve .button-blue:hover,
#sU-27-1 .common-grid-approve .button-blue:active {
  background: #195b58;
}
#sU-27-1 .common-grid-approve .button-red {
  background: #e373a2;
}
#sU-27-1 .common-grid-approve .button-red:hover,
#sU-27-1 .common-grid-approve .button-red:active {
  background: #8f355a;
}

#approver1 .approve-close-button {
  display: none;
}

#sU-27-2 .dataTables_filter input,
#sU-29-1 .dataTables_filter input {
  font-size: 1.3vw;
  margin-left: 0.5em;
}
@media screen and (max-width: 1024px) {
  #sU-27-2 .dataTables_filter input,
  #sU-29-1 .dataTables_filter input {
    font-size: 2.6vw;
  }
}
#sU-27-2 .address-window table,
#sU-29-1 .address-window table {
  width: 100%;
  margin: 1vw auto;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
#sU-27-2 .address-window th,
#sU-27-2 .address-window td,
#sU-29-1 .address-window th,
#sU-29-1 .address-window td {
  padding: 1em;
  border: 0.01vw solid #aaa;
  font-size: 0.9vw;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  #sU-27-2 .address-window th,
  #sU-27-2 .address-window td,
  #sU-29-1 .address-window th,
  #sU-29-1 .address-window td {
    font-size: 1.7vw;
  }
}
#sU-27-2 .address-window th,
#sU-29-1 .address-window th {
  background-color: #eee;
  line-height: 1.5em;
  min-width: 3em;
}
#sU-27-2 table.dataTable thead .sorting,
#sU-29-1 table.dataTable thead .sorting {
  background-image: url('../img/sort_both.png');
}
#sU-27-2 table.dataTable thead .sorting_asc,
#sU-29-1 table.dataTable thead .sorting_asc {
  background-image: url('../img/sort_asc.png');
}
#sU-27-2 table.dataTable thead .sorting_desc,
#sU-29-1 table.dataTable thead .sorting_desc {
  background-image: url('../img/sort_desc.png');
}
#sU-27-2 table.dataTable thead .sorting_asc_disabled,
#sU-29-1 table.dataTable thead .sorting_asc_disabled {
  background-image: url('../img/sort_asc_disabled.png');
}
#sU-27-2 table.dataTable thead .sorting_desc_disabled,
#sU-29-1 table.dataTable thead .sorting_desc_disabled {
  background-image: url('../img/sort_desc_disabled.png');
}
#sU-27-2 table.dataTable thead .sorting,
#sU-27-2 table.dataTable thead .sorting_asc,
#sU-27-2 table.dataTable thead .sorting_desc,
#sU-27-2 table.dataTable thead .sorting_asc_disabled,
#sU-27-2 table.dataTable thead .sorting_desc_disabled,
#sU-29-1 table.dataTable thead .sorting,
#sU-29-1 table.dataTable thead .sorting_asc,
#sU-29-1 table.dataTable thead .sorting_desc,
#sU-29-1 table.dataTable thead .sorting_asc_disabled,
#sU-29-1 table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
#sU-27-2 .selected,
#sU-29-1 .selected {
  background: #71e5e9;
}
#sU-27-2 .notSelectable,
#sU-29-1 .notSelectable {
  background: #e2e2e2;
}

#sU-27-2 .user-conform,
#sU-29-1 .user-conform {
  height: 50vh;
  width: 90%;
  margin: 0 auto;
  overflow: scroll;
}
@media screen and (max-width: 1024px) {
  #sU-27-2 .user-conform,
  #sU-29-1 .user-conform {
    height: 25vh;
  }
}

#sU-27-2 #user-area > li,
#sU-29-1 #user-area > li {
  text-align: left;
  margin-left: 4.5vw;
}
@media screen and (max-width: 1024px) {
  #sU-27-2 #user-area > li,
  #sU-29-1 #user-area > li {
    margin-left: 0vw;
  }
}

@media screen and (max-width: 1024px) {
  #sU-27-2 .common-add-button,
  #sU-29-1 .common-add-button {
    padding: 2vw;
  }
}

#sU-27-1 .common-link.disabled,
#sU-27-1 .common-confirm-button.disabled {
  pointer-events: none;
  background: #707070;
}

#sU-27-1 .button-blue {
  background: #58b6b9;
}
#sU-27-1 .button-blue:hover,
#sU-27-1 .button-blue:active {
  background: #195b58;
}
#sU-27-1 .button-red {
  background: #e373a2;
}
#sU-27-1 .button-red:hover,
#sU-27-1 .button-red:active {
  background: #8f355a;
}

#sU-27-1 .button-white {
  color: #444 !important;
  background: #dadada;
}
#sU-27-1 .button-white:hover,
#sU-27-1 .button-white:active {
  color: #fff !important;
  background: #474747;
}

#sU-27-1 .button-re-red {
  color: #e373a2 !important;
  background: #fff !important;
  border: 1px solid #e373a2 !important;
}
#sU-27-1 .button-re-red:hover,
#sU-27-1 .button-re-red:active {
  color: #fff !important;
  background: #e373a2 !important;
}

#sU-27-1 .commentary-open,
#sU-29-1 .commentary-open {
  font-size: 1.5vw;
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}
@media screen and (max-width: 1024px) {
  #sU-27-1 .commentary-open,
  #sU-29-1 .commentary-open {
    font-size: 3.2vw;
    line-height: 2em;
  }
}
#sU-27-1 .commentary-window,
#sU-29-1 .commentary-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: none;
}
#sU-27-1 .commentary-window > div,
#sU-29-1 .commentary-window > div {
  position: relative;
  top: 2vw;
  width: 60vw;
  height: 85vh;
  background: #fff;
  text-align: left;
  padding: 1vw;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #sU-27-1 .commentary-window > div,
  #sU-29-1 .commentary-window > div {
    top: 20vh;
    width: 80vw;
    height: 60vh;
    padding: 4vw;
  }
}
#sU-27-1 .commentary-close,
#sU-29-1 .commentary-close {
  position: absolute;
  top: 0;
  right: 1vw;
  font-size: 4.5vw;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #sU-27-1 .commentary-close,
  #sU-29-1 .commentary-close {
    font-size: 9vw;
    right: 2vw;
  }
}
#sU-27-1 .commentary-confirm,
#sU-29-1 .commentary-confirm {
  bottom: 0;
  line-height: 2.5vw;
  text-align: center;
  font-size: 1.5vw;
  width: 25%;
  height: 5%;
}
@media screen and (max-width: 1024px) {
  #sU-27-1 .commentary-confirm,
  #sU-29-1 .commentary-confirm {
    margin: auto;
    font-size: 3.6vw;
    right: 2vw;
    width: 40vw;
    height: 3vw;
    line-height: 2.5vw;
  }
}
#sU-27-1 .commentary-window > div > h3,
#sU-29-1 .commentary-window > div > h3 {
  line-height: 2em;
}
#sU-27-1 .commentary-window > div > div,
#sU-29-1 .commentary-window > div > div {
  overflow-y: scroll;
  height: calc(100% - 8vw);
}
@media screen and (max-width: 1024px) {
  #sU-27-1 .commentary-window > div > div,
  #sU-29-1 .commentary-window > div > div {
    height: calc(100% - 20vw);
  }
}
#sU-27-1 .commentary-window table,
#sU-29-1 .commentary-window table {
  width: 100%;
  margin: 1vw auto;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
#sU-27-1 .commentary-window th,
#sU-27-1 .commentary-window td,
#sU-29-1 .commentary-window th,
#sU-29-1 .commentary-window td {
  padding: 1em;
  border: 0.01vw solid #aaa;
  font-size: 0.9vw;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  #sU-27-1 .commentary-window th,
  #sU-27-1 .commentary-window td,
  #sU-29-1 .commentary-window th,
  #sU-29-1 .commentary-window td {
    font-size: 1.7vw;
  }
}
#sU-27-1 .commentary-window th,
#sU-29-1 .commentary-window th {
  background: #eee;
  line-height: 1.5em;
  min-width: 6em;
}

#sU-27-1 .selected {
  background: #71e5e9;
}
#sU-27-1 .notSelectable {
  background: #e2e2e2;
}

#sU-29-1 #dataTable-user-name {
  width: 10%!important;
}
#sU-29-1 #dataTable-mail {
  width: 30%!important;
}
#sU-29-1 #dataTable-role {
  width: 5%!important;
}
