body.modal-iframe-body {
  background-color: #ffffff;
  padding: 1em 0;
}

header .class-list {
  max-height: 230px;
  overflow: scroll;
}

@media (max-width: 991.98px) {
  .app-header .navbar-brand {
    position: static;
    margin-left: 0
  }
  .d-md-down-none {
    display: flex !important
  }
}

@media print {
  .guidance {
    display: none !important
  }
}

.app-header .logo img {
  max-width: 100px;
  height: auto
}

.app-header .dropdown-item i {
  color: #aaa
}

.iframe-container {
  width: 100%;
  margin: 0px;
  padding: 20px;
  max-width: 100%;
}

table.table-clickable tr[data-href], table.table-clickable tr[data-iframe-src] {
  cursor: pointer;
}

.table-fixed {
  table-layout: fixed;
}

.block-page-transition, .block-page-transition-group, .block-modal, .block-modal-group {
  cursor: default;
}

.error-tooltip {
  display: none;
  padding: 6px 10px 12px 12px;
  background: url(/css/images/bg_error_tooltip_top-beeb5bf1f713b8e1ce47f2d54c9c340b.gif) left bottom no-repeat;
  color: #ffffff;
  text-align: left;
  width: 200px !important;
  z-index: 1100;
}

.tooltip-left {
  background: url(/css/images/bg_error_tooltip_left-b06c6d56ec5e886a9213fa2aaf0bee2c.gif) left bottom no-repeat !important;
}

.error-field {
  border: 1px solid #dcc;
  background-color: #fee;
}

.modal-iframe {
  padding: 0px;
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.modal-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: none;
}

.deleted-row {
  background-color: darkgray;
}

.general-item-field {
  height: 400px;
  overflow-y: scroll;
}

.datepicker {
  padding: 0px !important;
}

.datepicker.datepicker-dropdown {
  z-index: 1200 !important;
}

.input-group-addon {
  cursor: pointer;
}

.floatThead-container {
  z-index: 1001 !important;
}

table.table-scrollable .dropdown-menu {
  z-index: 1002 !important;
}

.btn.btn-icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.btn.btn-icon i+span, .btn.btn-icon span+i {
  margin: 0px 8px;
}

.date-start::before {
  content: '〜';
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}

.pre-line {
  white-space: pre-line;
}

.word-break-all {
  word-break: break-all;
}

.required::after {
  margin-left: 3px;
  content: "必須";
  color: #f86c6b;
  font-size: 80%;
  font-weight: bold;
}

.tooltip-vertical {
  margin-top: 12px;
}

.sidebar .nav .nav-item-group + .nav-item-group {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #c8ced3;
}

.sidebar > .nav:last-child {
  padding-bottom: 30px;
}

.app-body .main {
  margin-left: 40px;
}

.breadcrumb {
  font-size: 16px
}

.favorite-group .list-group-item {
  margin-bottom: 0;
  border: none;
  padding: 0;
}

.favorite-group .list-group-item .link-txt {
  color: #000;
  padding: .6rem 1rem .6rem 10px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: 0 0;
}

.favorite-group .list-group-item .link-txt:hover {
  background: #f5f5f5;
  color: #000;
}

.favorite-group .list-group-header {
  padding: 0.5rem;
  background-color: #f3f3f3;
  border-left: 2px solid #ced2d8;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
}

.w-20 {
  width: 20%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-80 {
  width: 80%;
}

.facility-name {
  font-size: 16px;
}

.link-style {
  color: #20a8d8;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

.link-style:hover{
  text-decoration: underline;
  color: #167495;
}

/* ガイダンス*/
.guidance {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.guidance .guidance-content {
  display: none;
  padding: 20px 40px 20px 15px;
  background: #ccebf6;
  border-radius: 5px;
  position: relative;
}

.guidance .guidance-content p {
  font-size: 14px;
  color: #1e586f;
}

.guidance .guidance-content p span {
  word-break: break-all;
  white-space: pre-wrap;
}

.guidance .guidance-content p .view-more {
  color: #20a8d8;
  margin-left: 10px;
}

.guidance .guidance-content p .view-more:hover {
  color: #167495;
  text-decoration: underline;
}

.guidance .guidance-content .close i {
  font-size: 18px;
  position: absolute;
  top: 12px;
  right: 15px;
}

.guidance .guidance-link {
  font-size: 14px;
  float: right;
  color: #20a8d8;
}

.guidance .guidance-link:hover {
  text-decoration: underline;
  color: #167495;
  cursor: pointer;
}

.guidance .guidance-link i {
  padding-right: 3px;
}

.guidance.active .guidance-content {
  display: block;
}

.guidance.active .guidance-link {
  display: none;
}

.ime-mode-auto {
  ime-mode: auto;
}

.ime-mode-active {
  ime-mode: active;
}

.ime-mode-inactive {
  ime-mode: inactive;
}

.ime-mode-disabled {
  ime-mode: disabled;
}

.sidebar-fixed .sidebar {
  position: fixed;
  z-index: 1019;
  height: calc(100vh - 55px);
  padding-bottom: 47px;
}

html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .app-footer, html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .main, html:not([dir=rtl]) .sidebar-show.sidebar-fixed .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed .main {
  margin-left: 200px;
}

.aside-menu-show .main::before, .sidebar-show .main::before {
  content: none;
}

:root {
  --breakpoint-sm: 0px;
}

.text-gold {
  color: gold !important;
}

.reload-btn {
  position: fixed;
  top: 61px;
  right: 20px;
  z-index: 100;
  transition: 0.5s;
  color: #ffffff;
  background-color: #ff851b;
  border-color: #f07d19;
}

.reload-btn:hover {
  color: #ffffff;
}

.top-move {
  top: 121px;
}

.right-move {
  right: 370px;
}

.debug-message {
  background-color: #dd4b39;
}

.debug-message-in-header {
  width: 40%;
}

.debug-message-element {
  color: #ffffff;
}