@charset "UTF-8";
html {
  font-size: 90%;
}

body {
  font-family: YakuHanJPs, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, nc3Jp, sans-serif !important;
  color: #5F6A7B;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 0.81rem;
  }
}

.btn {
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  .btn {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    font-size: 0.81rem;
  }
}

.text-success {
  color: #1e7b65 !important;
}

.text-primary {
  color: #1668e8 !important;
}

.text-danger {
  color: #fe0000 !important;
}

.text-warning {
  color: #ff9933 !important;
}

.border-primary {
  border-color: #1668e8 !important;
}

.border-danger {
  border-color: #fe0000 !important;
}

.border-warning {
  border-color: #ff9933 !important;
}

.border-light {
  border-color: #B6B6B6 !important;
}

.fs-9p {
  font-size: 0.9rem;
}

.fs-8p {
  font-size: 0.8rem;
}

.fs-7p {
  font-size: 0.7rem;
}

.fs-6p {
  font-size: 0.6rem;
}

.fs-5p {
  font-size: 0.5rem;
}

.btn-outline-light {
  color: #B6B6B6 !important;
  border-color: #B6B6B6 !important;
}
.btn-outline-light:focus {
  color: inherit;
}

.app-btn-success {
  background: #1e7b65 !important;
  color: #FFF;
  border-color: #1e7b65 !important;
}
.app-btn-success:focus, .app-btn-success:hover, .app-btn-success:active {
  color: #FFF !important;
}
.app-btn-success:active {
  opacity: 0.5;
}
.app-btn-success.disabled {
  color: #FFF;
}

.accordion-button:focus {
  border-color: 0 !important;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: inherit !important;
}

.app {
  padding-top: 72px;
}

.app-header {
  height: 72px;
}

#loading {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

#pills-tab {
  border-bottom: 1px solid #EDEDED;
}
#pills-tab > * {
  border-right: 1px solid #EDEDED;
}
@media screen and (max-width: 860px) {
  #pills-tab > * {
    flex: 1 0 0%;
  }
}
#pills-tab > * .nav-link {
  color: #B6B6B6;
  font-weight: 700;
}
#pills-tab > * .nav-link.active {
  color: #1e7b65;
  background-color: transparent;
}

/*** ログイン ***/
/*** 左上ロゴ ***/
#app-sidepanel .app-branding {
  height: 72px;
  padding-top: 1rem;
  padding-left: 1rem;
  margin-bottom: 0;
}
#app-sidepanel .app-branding .app-logo {
  height: 100%;
}

/*** 右カラムレイアウト ***/
.app-auth-footer .logo, .app-wrapper .app-footer .logo {
  height: 42px;
}

.app-auth-footer .copyright, .app-wrapper .app-footer .copyright {
  font-size: 0.5em;
}

.app-wrapper {
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 84px;
}
.app-wrapper .app-footer {
  border-top: 1px solid #e7e9ed;
  height: 84px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
textarea.form-control {
  height: 8em;
}

#link #createLinkForm input[type=datetime-local], #announce #createAnnounceForm input[type=datetime-local], #user #userSearchForm input[type=date],
#user #userSearchForm input[type=datetime-local] {
  min-width: 18rem;
}

.table-responsive .table tr.active > th, .table-responsive .table tr.active > td {
  background: #FFF;
}
.table-responsive .table tr.end > th, .table-responsive .table tr.end > td {
  background: #EEE;
}
.table-responsive .table tr.focus > th, .table-responsive .table tr.focus > td {
  background: #EEFFFB;
}

.modal .modal-dialog {
  width: 62%;
  max-width: 1200px;
  min-width: 632px;
}
.modal-content {
  background: #86C1AF;
}
.modal-header {
  justify-content: end;
  border-bottom: none;
}
.modal-header .btn-close {
  --bs-btn-close-bg: url("/assets/images/close2.svg");
  font-size: 4rem;
  opacity: 1;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 5rem;
  height: 2rem;
}
.modal-body .modal-title {
  letter-spacing: 0.1em;
}
.modal-body .modal-form {
  width: 75%;
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .modal-body .modal-form {
    width: 85%;
  }
}
.modal-body .modal-btn-success {
  background: #FF9934 !important;
  color: #FFF;
  border-color: #FF9934 !important;
}
.modal-body .modal-btn-success:focus, .modal-body .modal-btn-success:hover, .modal-body .modal-btn-success:active {
  color: #FFF !important;
}
.modal-body .modal-btn-success:active {
  opacity: 0.5;
}
.modal#accessLog .modal-body-inner {
  width: 75%;
  margin: 0 auto;
}
.modal#accessLog #accessLogTable {
  --bs-table-bg: 0;
}
.modal#accessLog #accessLogTable .tbody td {
  color: #FFF;
}
.modal#accessLog #accessLogTable .tbody td:nth-child(2) {
  white-space: nowrap;
  width: 1%;
}

#user #userList #deleteUserForm {
  position: absolute;
  top: 0.4em;
}
#user #userList #deleteUserForm .selectUser {
  z-index: 100;
}
#user #userList #deleteUserForm .selectUser.off {
  background: #EFEFEF;
  color: #AAA;
}
#user #userList #deleteUserForm .deleteUser {
  z-index: 100;
}

#announce #createAnnounceForm textarea {
  max-width: 700px;
}

#link #linkList .edit-sort-item {
  color: initial;
}
#link #linkList .edit-sort-item + * {
  margin-top: 5px;
}

.app-login .auth-background-holder {
  background: url("../images/background/tribe-bg-be.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
  min-height: 100%;
}

.text-success {
  color: #FF931E !important;
}

.app-btn-success {
  background: #FF931E !important;
  color: #FFF;
  border-color: #FF931E !important;
}

/*** git branch exui/tis ***/
/* _base.scss */
a {
  color: #FF931E;
  text-decoration: none;
}
a:hover {
  color: #ff8705;
}

#pills-tab > * .nav-link.active {
  color: #FF931E;
}

/* _sidepanel.scss */
.app-nav .nav-link.active {
  color: #FF931E;
  background: #FFF0E3;
  border-left: 3px solid #FF931E;
}
.app-nav .nav-link:hover {
  color: #FF931E;
}

/* table-responsive */
.table-responsive .table tr.focus > th, .table-responsive .table tr.focus > td {
  background: #FFF0E3;
}

/* _base.scss */
.form-check-input:checked {
  background-color: #FF931E;
  border-color: #FF931E;
}

/* ログインフォーム */
#loginForm .app-btn-primary {
  background: #F47A00;
}

/* その他 */
.form-control.is-valid {
  border-color: #FF931E;
  /* _variables.scss */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230B3283' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.form-control.is-valid:focus {
  border-color: #FF931E;
  box-shadow: 0 0 0 0.25rem rgba(11, 50, 131, 0.25);
}

#accessLogTable + .dataTables_paginate .paginate_button {
  color: #FFF !important;
  border: 1px solid #FFF;
}

.modal-content {
  background: #C7B299;
}/*# sourceMappingURL=feel-style.css.map */