/* style notecontrol on the Request Edit/Detail */
.info label[for="notescontrol"] {
  display: none !important;
}

#notescontrol .entity-notes .page-header {
  padding: 0;
}

#notescontrol .entity-notes .page-header h3 {
  font-size: 15px !important;
  font-weight: 900 !important;
}

#notescontrol .entity-notes .notes-empty.message {
  margin-bottom: 25px;
}

/* Remove the required mark on the Request ID form */
label[id$="_id_label"]::after {
  display: none;
}

label.no-after::after {
  display: none !important;
}

/* style form on the User Create */
h2.tab-title {
  display: none;
}

select[id="accountrolecode"] {
  display: none;
}

/* テーブルのサーチボックスのスタイル */
.ssp-search {
  display: table;
}

#searchInput {
  font-size: 14px;
  display: table-cell;
  width: 100%;
}

.ssp-search .input-group-btn {
  display: table-cell;
}

.ssp-search #searchButton {
  border-radius: 0px;
}

.ssp-action-btn {
  display: table;
  width: auto;
}

.modal-body .wrapper-body .table-info {
  margin-bottom: 14px;
}

#alertMessage {
  z-index: 999;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 20px;
}

.alert .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat !important;
  padding: 1.1rem 1rem !important;
}

/* power pagesのスタイルからbootstrapの色に戻す */
.modal-content {
  background-color: #fff !important;
}
input.form-control,
textarea.form-control,
select.form-control {
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
}
/* end */

.entitylist {
  padding: 0 20px;
}

ul.pagination {
  white-space: nowrap;
}
ul.pagination .disabled > .page-link,
.page-link.disabled {
  background-color: unset;
  border-color: unset;
}

/* テーブルのアクションメニューがスクロールされないようにする */
.view-grid {
  min-height: 180px;
}

/* フッターが見切れないように調整 */
.wrapper-body {
  min-height: calc(100% - 182px);
}