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
  }
}

.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;
}

.row-top-padding {
  padding-top: 10px;
}

.row-bottom-padding {
  padding-bottom: 10px;
}

.varticle-align-bottom {
  position: absolute;
  bottom: 0;
}

.error-tooltip {
  display: none;
  padding: 6px 10px 12px 12px;
  background: url(/css/images/bg_error_tooltip_top-62aeff1fe2a0780e785c79cd01793a24.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;
}

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

.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 {
  padding: 0.15rem 0.5rem;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.favorite-group .list-group-header {
  padding: 0.5rem;
}

.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%;
}

.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);
}

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;
}

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

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

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