@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
html,
body {
  height: 100%;
  font-size: 14px;
  background-color: #F8F9FA;
}

.contents {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 1340px;
  overflow-x: auto;
}

ul {
  margin: 0;
  padding: 0;
}

.h-100p {
  height: 100px;
}
.h-150 {
  height: 150px;
}
.h-170 {
  height: 170px;
}
.h-200 {
  height: 200px;
}
.h-300 {
  height: 300px;
}

.realonly {
  background-color: #eee;
  color: #aaa;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input.upper {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input.bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin .login-logo {
  width: 8rem;
}

@media screen and (max-width: 991px) {
  #side-nav {
    display: none;
  }
  .navbar-side {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .navbar-side {
    display: none;
  }
  #side-nav {
    position: relative;
    padding-top: 1rem;
    background-color: #212529;
    white-space: nowrap;
    min-width: 200px;
  }
  #side-nav .parent::after {
    content: "▼";
    margin-left: 0.5rem;
    font-size: 0.8rem;
  }
  #side-nav .parent:has(+ .show)::after {
    content: "▲";
  }
  #side-nav .sub {
    display: none;
  }
  #side-nav .sub.show {
    display: block;
  }
  #side-nav a {
    display: block;
    color: white;
    line-height: 2.2rem;
    padding-left: 1rem;
    text-decoration: none;
  }
  #side-nav a:hover {
    color: white;
    background-color: #3a3f45;
  }
  #side-nav a.link::before {
    content: "-";
    margin-right: 0.5rem;
  }
}
footer {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  background-color: #212529;
  color: #eff7ff;
  transform: translateX(-50%);
}

table {
  font-size: 0.9rem;
}
table#user-table {
  margin-bottom: 2px;
}
table#user-table th {
  font-size: 0.8rem;
  background-color: #eeeeee;
  padding-top: 3px;
  padding-bottom: 3px;
}
table#user-table td {
  font-size: 1.5rem;
}
table#user-table tr:last-child {
  border-bottom-color: white;
}
table#displayComment {
  margin-bottom: 3px;
}
table#displayComment tr:last-child {
  border-bottom-color: white;
}
table#score-transition {
  margin-bottom: 3px;
}
table thead th {
  font-size: 0.8rem;
}
table thead#transitionThead th {
  padding: 3px;
  background-color: #eeeeee;
  text-align: center;
}
table tbody#transitionTbody th,
table tbody#transitionTbody td {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
}
table tbody#transitionTbody tr {
  border-bottom: 1px solid #d2d2d2;
}
table tbody#transitionTbody tr:last-child {
  border-bottom-color: white;
}
table tbody#transitionTbody tr td:last-child {
  border-bottom: none;
}
table.admin {
  width: 1299px;
  margin-top: 1rem;
}
table.user-list {
  width: 1299px;
  margin-top: 1rem;
}
table.user-list thead th {
  text-align: center;
  border: 1px solid #dee2e6;
}
table.user-list thead th.sort {
  padding-bottom: 7px;
}
table.user-list tbody td .td-scroll {
  height: 50px;
  overflow-y: auto;
}
table th.sort {
  cursor: pointer;
  padding-bottom: 0.5rem;
}
table th.sort.desc::after {
  content: "▼";
  color: #bd4141;
  margin-left: 5px;
}
table th.sort.asc::after {
  content: "▲";
  color: #bd4141;
  margin-left: 5px;
}
table button.btn,
table a.btn {
  font-size: 0.9rem;
  padding: 2px 5px;
}

.tbl-header button.btn {
  font-size: 0.9rem;
  padding-left: 5px;
  padding-right: 5px;
}

#listClear {
  font-size: small;
}

.pager .recordCountBox {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  line-height: 33px;
  background-color: #212529;
  color: white;
  font-size: 0.8rem;
}
.pager ul {
  list-style: none;
}
.pager ul li {
  margin: 0 5px;
}
.pager ul li span,
.pager ul li a {
  display: block;
  padding: 6px 12px;
  border-radius: 5px;
}
.pager ul li a {
  background-color: #EEE;
  color: #000;
  text-decoration: none;
}
.pager ul li a:hover {
  background-color: #333;
  color: #FFF;
}
.pager ul li.active a {
  font-weight: bold;
  background-color: #ccc;
}
.pager ul li.active a:hover {
  background-color: #333;
  color: #FFF;
}

.navbar-brand .logo {
  height: 30px;
}

.form-signin .logo {
  width: 150px;
}

#gaugeChart table {
  width: -webkit-fill-available;
}

.circle-width {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 2.5rem;
  text-align: center;
  display: inline-block;
}

#riskMark .circle-width {
  width: 5rem;
  height: 5rem;
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: bold;
}
#riskMarkEngage, #riskMarkRelationship, #riskMarkPersonal, #riskMarkEnvironment {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #d2d2d2;
  padding: 0.5rem;
}
#riskMarkUser {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #d2d2d2;
  padding: 0.5rem;
}

#monthDifference {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
}
#monthDifferenceEngage, #monthDifferenceRelationship, #monthDifferencePersonal, #monthDifferenceEnvironment {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem;
}

.form-label {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.tooltip-multiline .tooltip-inner {
  text-align: left;
}

form .required::after {
  content: "*必須";
  color: #bd4141;
  margin-left: 0.5rem;
}

input.search {
  border-color: #6c757d;
}

.select-label {
  background-color: #212529;
  color: white;
  border-color: #000;
}

select {
  border-radius: 0.3rem;
}

select[multiple] option:checked {
  background-color: #005eca;
  color: #fff;
}

.text-bg-logo {
  color: white;
  background-color: #212529;
  font-size: 0.9rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.main {
  padding-top: 40px;
}

.w1299 {
  width: 1299px;
}

.w720 {
  width: 719px;
}

.w400 {
  width: 400px;
}

.w200 {
  width: 200px;
}

.w140 {
  width: 140px;
}

.w70 {
  width: 70px;
}

.w60 {
  width: 60px;
}

.yn-textbox {
  display: none;
}

.risk {
  font-family: sans-serif;
}
.risk-success {
  background-color: #d0eaff !important;
}
.risk-success-b {
  background-color: #73b0e2;
  color: white;
}
.risk-warning {
  background-color: #d2ffe4 !important;
}
.risk-warning-b {
  background-color: #328754;
  color: white;
}
.risk-middle {
  background-color: #fff6dc !important;
}
.risk-middle-b {
  background-color: #fdc108;
  color: white;
}
.risk-danger {
  background-color: #ffcbd0 !important;
}
.risk-danger-b {
  background-color: #dc3545;
  color: white;
}

.survey-content .section-line {
  border: 1px solid #adb5bd;
}
.survey-content .section-line-danger {
  border-color: #ff8e8e;
  background-color: #ffdfdf;
}