html {
  font-size: 18px;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  color: #333;
}

body {
  overflow-y: scroll;
}

.u-mt-0 {
  margin-top: 0em;
}

.u-mr-0 {
  margin-right: 0em;
}

.u-mb-0 {
  margin-bottom: 0em;
}

.u-ml-0 {
  margin-left: 0em;
}

.u-mt-1 {
  margin-top: 10em;
}

.u-mr-1 {
  margin-right: 10em;
}

.u-mb-1 {
  margin-bottom: 10em;
}

.u-ml-1 {
  margin-left: 10em;
}

.u-mt-2 {
  margin-top: 20em;
}

.u-mr-2 {
  margin-right: 20em;
}

.u-mb-2 {
  margin-bottom: 20em;
}

.u-ml-2 {
  margin-left: 20em;
}

.u-mt-3 {
  margin-top: 30em;
}

.u-mr-3 {
  margin-right: 30em;
}

.u-mb-3 {
  margin-bottom: 30em;
}

.u-ml-3 {
  margin-left: 30em;
}

.u-mt-4 {
  margin-top: 40em;
}

.u-mr-4 {
  margin-right: 40em;
}

.u-mb-4 {
  margin-bottom: 40em;
}

.u-ml-4 {
  margin-left: 40em;
}

.u-mt-5 {
  margin-top: 50em;
}

.u-mr-5 {
  margin-right: 50em;
}

.u-mb-5 {
  margin-bottom: 50em;
}

.u-ml-5 {
  margin-left: 50em;
}

.u-mt-6 {
  margin-top: 60em;
}

.u-mr-6 {
  margin-right: 60em;
}

.u-mb-6 {
  margin-bottom: 60em;
}

.u-ml-6 {
  margin-left: 60em;
}

.u-mt-7 {
  margin-top: 70em;
}

.u-mr-7 {
  margin-right: 70em;
}

.u-mb-7 {
  margin-bottom: 70em;
}

.u-ml-7 {
  margin-left: 70em;
}

.u-mt-8 {
  margin-top: 80em;
}

.u-mr-8 {
  margin-right: 80em;
}

.u-mb-8 {
  margin-bottom: 80em;
}

.u-ml-8 {
  margin-left: 80em;
}

.u-mt-9 {
  margin-top: 90em;
}

.u-mr-9 {
  margin-right: 90em;
}

.u-mb-9 {
  margin-bottom: 90em;
}

.u-ml-9 {
  margin-left: 90em;
}

.u-center {
  text-align: center;
}

.u-left {
  text-align: left;
}

.u-right {
  text-align: right;
}

.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #172330;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 2000;
  font-size: 16px;
}
.site-header._is_subadmin {
  background-color: #48285e;
}

.site-header__left {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 20px;
}
.site-header__left .logo {
  font-weight: bold;
  margin-right: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-header__left .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.site-header__left .logo img {
  margin-right: 0.5em;
}
.site-header__left .logo .text {
  margin-top: 0.15em;
}
@media screen and (max-width: 768px) {
  .site-header__left {
    flex-direction: column;
    align-items: flex-start;
  }
}

.site-header__badge {
  display: inline-block;
  padding: 0.4em 0.75em;
  margin: 5px 0;
  background-color: #fff;
  border-radius: 0.25em;
  font-weight: normal;
  color: #333;
  font-size: 0.8rem;
  line-height: 1;
}

.site-nav {
  display: flex;
}

.site-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav__list a {
  display: block;
  padding: 1em;
  color: #fff;
}
.site-nav__list a:hover {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.site-nav__list a:not([href]):not([tabindex]):hover {
  color: #333;
}
.site-nav__list li.is-active a {
  background-color: #fff;
  color: #333;
  font-weight: bold;
}

.site-nav__font-size {
  display: flex;
  padding: 0 1.25em;
  margin: 10px 0;
  justify-content: center;
  align-items: center;
  font-size: 90%;
}
.site-nav__font-size .label {
  margin-right: 0.25em;
}
.site-nav__font-size .btn_size {
  display: inline-block;
  padding: 0.4em;
  margin-right: 0.25em;
  background: none;
  background-color: #454f59;
  border: none;
  color: #fff;
}
.site-nav__font-size .btn_size:focus {
  outline: none;
}
.site-nav__font-size .btn_size:last-child {
  margin-right: 0;
}
.site-nav__font-size .btn_size.is-active, .site-nav__font-size .btn_size:hover {
  background-color: #e8e9ea;
  color: #333;
}

.site-nav-sp .site-nav__font-size .btn_size {
  background-color: #e8e9ea;
  border: 1px solid #333;
  color: #333;
}
.site-nav-sp .site-nav__font-size .btn_size.is-active, .site-nav-sp .site-nav__font-size .btn_size:hover {
  background-color: #2e3945;
  color: #fff;
}

.site-nav__login {
  position: relative;
}
.site-nav__login .btn-login {
  display: block;
  background-color: #007bff;
  padding: 1em;
  color: #fff;
  border: none;
}
.site-nav__login .btn-login:hover {
  background-color: #006fe6;
  text-decoration: none;
}
.site-nav__login .menu {
  padding: 1em;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  right: 0;
}

.trigger-nav-sp {
  display: none;
  border: none;
  padding: 1em;
  background-color: #172330;
  outline: none;
}
.trigger-nav-sp:focus {
  outline: none;
}

.trigger-nav-sp__bar {
  display: block;
  margin: 4px 0;
  height: 2px;
  width: 26px;
  background-color: #fff;
  transition: 0.4s;
  transform-origin: 50%;
}

.is-active .trigger-nav-sp__bar:nth-of-type(1) {
  transform: rotate(45deg) translateY(8px);
}
.is-active .trigger-nav-sp__bar:nth-of-type(2) {
  opacity: 0;
}
.is-active .trigger-nav-sp__bar:nth-of-type(3) {
  transform: rotate(-45deg) translateY(-8px);
}

.site-nav-sp {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 1em;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  color: #333;
}
.site-nav-sp .site-nav__list {
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.site-nav-sp .site-nav__list li {
  width: 33.3333333333%;
  padding: 0.75em;
}
.site-nav-sp .site-nav__list li.is-active a {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.site-nav-sp .site-nav__list a {
  padding: 1em;
  text-align: center;
  border: 1px solid #85898c;
  color: #333;
  border-radius: 0.25em;
}
.site-nav-sp .site-nav__font-size .btn_size {
  padding: 1em;
}

.site-nav-sp__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.site-nav-sp__list a {
  display: block;
  padding: 0.5em 1em;
}

@media screen and (max-width: 1160px) {
  .site-nav .site-nav__list,
.site-nav .site-nav__font-size {
    display: none;
  }
  .trigger-nav-sp {
    display: block;
  }
  .site-nav-sp.is-active {
    z-index: 1000;
    visibility: visible;
    opacity: 1;
    height: 100vh;
  }
}
.site-main {
  padding: 2em 0;
  min-height: 95vh;
}

.page-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}

.page-title {
  margin: 0;
  font-size: 2rem;
}

@media screen and (max-width: 576px) {
  .page-header {
    flex-direction: column;
  }
  .page-header > * {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 800px) {
  .page-header {
    flex-direction: column;
  }
  .page-header > * {
    margin-bottom: 0.5em;
  }
  .page-header .l-row .input-group {
    width: auto;
  }
}
.pagenavi_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagenavi_group._header {
  margin-bottom: 0.25em;
}
.pagenavi_group._footer {
  margin-top: 0.25em;
}

.pagenavi {
  display: flex;
  font-size: 90%;
}
.pagenavi li {
  margin-top: 0.25em;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
}
.pagenavi a {
  display: block;
  padding: 0.5em;
  min-width: 2em;
  text-align: center;
  background-color: #fff;
  border: 1px solid #85898c;
  color: #333;
}
.pagenavi a:hover {
  background-color: #e6e6e6;
}
.pagenavi .current a {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}

.pagenavi_count strong {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
  font-size: 150%;
  font-weight: bold;
}

.pagenavi-date {
  list-style: none;
  padding: 0;
  margin: 2.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenavi-date .date {
  display: inline-block;
  margin: 0 0.75em;
  font-size: 1.5em;
}

.c-pagenavi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5em 0 1em;
}
.c-pagenavi .pagination {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-pagenavi {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .c-pagenavi .pagination {
    margin-bottom: 1em;
  }
}

.c-pageresult .count {
  font-weight: bold;
  font-size: 1.25em;
}
.c-pageresult strong {
  font-weight: bold;
  font-size: 1.25em;
}

.c-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.c-container-wide {
  padding-right: 1rem;
  padding-left: 1rem;
}

.c-container-small {
  max-width: 576px;
  margin-right: auto;
  margin-left: auto;
}

.c-container-medium {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}

.c-container-large {
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
}

.c-container-ex_large {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.c-container-fire_hd_8 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.c-table {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #85898c;
}
.c-table th, .c-table td {
  padding: 1em;
  border-bottom: 1px solid #85898c;
  border-right: 1px solid #dadcdd;
}
.c-table tr th:first-of-type, .c-table tr td:first-of-type {
  border-left: 1px solid #85898c;
}
.c-table tr th:last-of-type, .c-table tr td:last-of-type {
  border-right-color: #85898c;
}
.c-table thead th {
  background-color: #ebebec;
  text-align: center;
}
.c-table tr.status-working {
  background-color: #fcf6d8;
}
.c-table tr.status-done {
  background-color: #bfbfbf;
}
.c-table .td-control {
  width: 15%;
  min-width: 10em;
  text-align: center;
}

.table .td-control {
  width: 15%;
  min-width: 10em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .table .td-control {
    min-width: 6em;
  }
}
.table .td-control .btn {
  margin: 0.25em;
}

@media screen and (max-width: 800px) {
  .table-responsive-firehd8 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-firehd8 > .table {
    min-width: 760px;
  }
}

.c-not_found {
  padding: 2em;
  background-color: #f8f9fa;
  border: 1px solid #85898c;
  text-align: center;
}

.c-search-form {
  border: 1px solid #85898c;
  border-radius: 0.25em;
  margin-bottom: 2em;
}
.c-search-form .c-head {
  padding: 0.5em 1em;
  background-color: #f8f8f8;
  border-bottom: 1px solid #85898c;
  font-size: 1rem;
  border-radius: 0.25em 0.25em 0 0;
}
.c-search-form .c-body {
  padding: 1em 1em;
}
.c-search-form .c-row {
  display: flex;
  margin-bottom: 1em;
}
@media screen and (max-width: 992px) {
  .c-search-form .c-row {
    flex-direction: column;
    margin-bottom: 0;
  }
  .c-search-form .c-row [class^=c-col-] > * {
    margin-bottom: 1em;
  }
}
.c-search-form [class^=c-col-] {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-search-form [class^=c-col-]._space_between {
  justify-content: space-between;
}
.c-search-form [class^=c-col-]._justify_start {
  justify-content: flex-start;
}
.c-search-form [class^=c-col-]._justify_end {
  justify-content: flex-end;
}
.c-search-form .c-col-1 {
  width: 8.3333333333%;
}
.c-search-form .c-col-2 {
  width: 16.6666666667%;
}
.c-search-form .c-col-3 {
  width: 25%;
}
.c-search-form .c-col-4 {
  width: 33.3333333333%;
}
.c-search-form .c-col-5 {
  width: 41.6666666667%;
}
.c-search-form .c-col-6 {
  width: 50%;
}
.c-search-form .c-col-7 {
  width: 58.3333333333%;
}
.c-search-form .c-col-8 {
  width: 66.6666666667%;
}
.c-search-form .c-col-9 {
  width: 75%;
}
.c-search-form .c-col-10 {
  width: 83.3333333333%;
}
.c-search-form .c-col-11 {
  width: 91.6666666667%;
}
.c-search-form .c-col-12 {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .c-search-form [class^=c-col-] {
    width: 100%;
  }
}
.c-search-form .c-label {
  min-width: 7em;
  font-weight: bold;
}
.c-search-form .c-control input, .c-search-form .c-control textarea, .c-search-form .c-control select {
  width: auto;
  flex-grow: inherit;
}
@media screen and (max-width: 576px) {
  .c-search-form [class^=c-col-] {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-search-form [class^=c-col-] .c-label {
    margin-bottom: 0.25em;
  }
}

@media screen and (max-width: 800px) {
  .c-search-form .c-body {
    padding-right: 0;
    padding-left: 0;
  }
  .c-search-form [class^=c-col-] {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-search-form [class^=c-col-] .c-label {
    margin-bottom: 0.25em;
  }
}

.js-tooltip-info {
  background-color: #fff;
  border: 1px solid #85898c;
  border-radius: 0.25em;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  z-index: 1000;
  width: 360px;
}
.js-tooltip-info h3 {
  margin: 0 -1em;
  padding: 0 1em 0.5em;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #aeb0b3;
}
.js-tooltip-info dl {
  margin: 1em 0 0;
  display: flex;
  flex-wrap: wrap;
}
.js-tooltip-info dt {
  padding: 0.25em;
  border-radius: 0.2em;
  font-weight: normal;
  margin: 0;
  width: 7em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  font-size: 90%;
  background-color: #ddd;
  text-align: center;
}
.js-tooltip-info dd {
  margin: 0 0 0.5em;
  width: calc(100% - 8em);
}
.js-tooltip-info .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #343a40;
  color: #fff;
  line-height: 1;
  border-radius: 0.2em;
  cursor: pointer;
}

#content-wrapper {
  overflow: hidden;
}

#calendar .table th, #calendar .table td {
  border: 1px solid #85898c;
  padding: 0;
}
#calendar .table input[type=checkbox].hide-checkbox {
  display: none;
}
#calendar .table .form-check-label {
  display: block;
  padding: 0.5em;
  cursor: pointer;
}
#calendar .table .form-check-label:hover {
  background-color: #faf7ed;
}
#calendar .table .form-check-label.no-date {
  color: #999999;
  cursor: default;
}
#calendar .table .form-check-label.no-date:hover {
  background-color: #fff;
}
#calendar .table .holiday .form-check-label {
  background-color: #fcebec;
  color: #dc3545;
  font-weight: bold;
}

/* ====================
  Staff Select Action
==================== */
.process-list-table .th-work {
  width: 35%;
}
.process-list-table .th-value {
  width: 10%;
}
.process-list-table .th-memo {
  width: 45%;
}
.process-list-table .th-control {
  width: 10%;
}
.process-list-table .body-title {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.process-list-table .td-work p {
  margin-bottom: 0.25em;
}
.process-list-table .td-work p:last-child {
  margin-bottom: 0;
}
.process-list-table .td-value {
  text-align: right;
}
.process-list-table .td-control {
  width: 10%;
  text-align: center;
}
.process-list-table .is-product .body-title {
  margin-bottom: 0.75em;
}

.process-list_dl {
  display: flex;
  margin-bottom: 0.25em;
}
.process-list_dl dt {
  width: 3.5em;
  font-weight: normal;
}
.process-list_dl dd {
  width: calc(100% - 3.5em);
  margin: 0;
}

.process_schedule-tabs.nav-tabs {
  border-bottom: none;
}
.process_schedule-tabs.nav-tabs .nav-item {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.process_schedule-tabs.nav-tabs .nav-link {
  border: 1px solid #85898c;
  background-color: #fff;
  border-radius: 0.2em;
}
.process_schedule-tabs.nav-tabs .nav-link.active {
  border: 1px solid #85898c;
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.process-schedule {
  display: flex;
  flex-direction: row;
  border-left: 1px solid #85898c;
}
.process-schedule > * {
  box-sizing: border-box;
}
.process-schedule .block-left {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
}
.process-schedule .block-left .th, .process-schedule .block-left .td {
  width: 100%;
}
.process-schedule .block-left .head .th {
  background-color: #343a40;
  color: #fff;
}
.process-schedule .block-left .body {
  font-size: clamp(16px, 1rem, 18px);
}
.process-schedule .block-left .body .td {
  background-color: #f8f8f8;
  font-weight: bold;
}
.process-schedule .block-right {
  flex-grow: 0;
}
.process-schedule .block-right .head .th {
  background-color: #343a40;
  color: #fff;
  font-weight: bold;
}
.process-schedule .body .tr {
  position: relative;
}
.process-schedule .body .breaktime {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(206, 211, 135, 0.25);
}
.process-schedule .tr {
  display: flex;
  flex-direction: row;
}
.process-schedule .th {
  border-top: 1px solid #85898c;
}
.process-schedule .th, .process-schedule .td {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-right: 1px solid #85898c;
  border-bottom: 1px solid #85898c;
}
.process-schedule .drop-area {
  position: relative;
}
.process-schedule .process-work {
  position: absolute;
  height: 40px;
  background-color: #dddddd;
  cursor: pointer;
}
.process-schedule .process-work .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-right: 1px solid #85898c;
  border-left: 1px solid #85898c;
  border-bottom: 1px solid #85898c;
  font-size: 0.7rem;
  line-height: 1.2;
  overflow: hidden;
}
.process-schedule .process-work.category-0 {
  background-color: #e4dce9;
}
.process-schedule .process-work.category-0.is-selected, .process-schedule .process-work.category-0:hover {
  background-color: #e9e3ed;
}
.process-schedule .process-work.category-1 {
  background-color: #a8d1e9;
}
.process-schedule .process-work.category-1.is-selected, .process-schedule .process-work.category-1:hover {
  background-color: #b9daed;
}
.process-schedule .process-work.category-2 {
  background-color: #a1daa8;
}
.process-schedule .process-work.category-2.is-selected, .process-schedule .process-work.category-2:hover {
  background-color: #b4e1b9;
}
.process-schedule .process-work.category-3 {
  background-color: #d3cc8b;
}
.process-schedule .process-work.category-3.is-selected, .process-schedule .process-work.category-3:hover {
  background-color: #dcd6a2;
}
.process-schedule .process-work.excess .inner {
  background-color: #dc3545;
  color: #fff;
}
.process-schedule .process-work.excess .inner:hover {
  background-color: #e35d6a;
}
.process-schedule .process-work.different-manager .inner {
  background-color: #ddd;
  color: #999999;
}
.process-schedule .process-work .process-work__pos-left,
.process-schedule .process-work .process-work__pos-right {
  position: absolute;
  bottom: 100%;
  font-size: 90%;
  line-height: 1;
  padding: 0.25em;
  background-color: #333;
  color: #fff;
  display: none;
  z-index: 1000;
}
.process-schedule .process-work .process-work__pos-left::before,
.process-schedule .process-work .process-work__pos-right::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #333;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  bottom: -6px;
  right: 0;
  z-index: -1;
}
.process-schedule .process-work .process-work__pos-left {
  left: 0;
  transform: translateX(-100%) translateY(-8px);
}
.process-schedule .process-work .process-work__pos-right {
  right: 0;
  transform: translateX(0) translateY(-8px);
}

.process-staff_select {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 3em 0;
}
.process-staff_select .item {
  width: calc((100% - 4em) / 5);
  position: relative;
}
@media screen and (max-width: 768px) {
  .process-staff_select .item {
    width: calc((100% - 3em) / 4);
  }
}
@media screen and (max-width: 576px) {
  .process-staff_select .item {
    width: calc((100% - 2em) / 3);
  }
}
@media screen and (max-width: 800px) {
  .process-staff_select .item {
    width: calc((100% - 2em) / 3);
  }
}
.process-staff_select .item input[name="staff[]"] {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.process-staff_select .item .item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1em;
  margin: 0;
  border: 1px solid #85898c;
  border-radius: 0.25em;
  color: #007bff;
  cursor: pointer;
}
.process-staff_select .item .item-btn.active, .process-staff_select .item .item-btn.active:hover {
  background-color: #343a40;
  font-weight: bold;
  color: #fff;
}
.process-staff_select .item .item-btn:hover {
  background-color: #ddd;
}

.wrap-process-schedule {
  display: flex;
  justify-content: center;
}

.wrap-scroll-x {
  overflow-x: auto;
}

.login {
  margin-top: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-title {
  margin-bottom: 2em;
  text-align: center;
}

.login-form-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 2em;
  justify-content: center;
  align-items: center;
}

.login-label {
  width: 7em;
  padding-right: 1em;
  margin: 0;
}

.login-form-action {
  margin-top: 3em;
  padding-left: 7em;
}

@media screen and (max-width: 800px) {
  .login-title {
    margin-bottom: 1.5em;
  }
  .login-form-group {
    flex-direction: column;
  }
  .login-label {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5em;
  }
  .login-form-action {
    padding-left: 0;
  }
}
html {
  height: 100%;
  padding: 0;
}

.body__redirect {
  height: 70%;
  padding: 0;
  margin: 0;
}

.redirect {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 2em 2em 10%;
}
.redirect p {
  margin: 0 0 0.75em;
}

.redirect-error {
  color: #f00;
}

.btn-outline-primary {
  background-color: #fff;
}

.btn-outline-secondary {
  background-color: #fff;
}

.btn-outline-success {
  background-color: #fff;
}

.btn-outline-danger {
  background-color: #fff;
}

.btn-outline-warning {
  background-color: #fff;
}

.btn-outline-info {
  background-color: #fff;
}

.btn-outline-light {
  background-color: #fff;
}

.btn-outline-dark {
  background-color: #fff;
}

.btn-disabled:hover {
  background-color: #fff;
  color: #343a40;
}

.btn {
  white-space: nowrap;
}

.btn-rounded {
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  line-height: 2.3em;
  padding: 0;
  border-radius: 2.5em;
}

.card {
  border-color: #aeb0b3;
}

.form-control,
.input-group-text {
  border-color: #aeb0b3;
}

@media (min-width: 576px) {
  .form-control,
.input-group > .form-control {
    width: auto;
    max-width: 100%;
    flex-grow: inherit;
  }
  .input-group > .form-control.w-auto {
    width: auto;
    flex-grow: inherit;
  }
}
.input-group {
  flex-wrap: nowrap;
}
.input-group > .form-control:not(:last-child) {
  border-right: none;
}

.input-group--2item .form-control {
  max-width: 49%;
}

.col-form-label {
  font-weight: bold;
}

.form-group {
  border-bottom: 1px solid #e1e1e2;
  padding-bottom: 1em;
}

@media screen and (max-width: 800px) {
  .form-control {
    padding: 0.25rem 0.25rem;
  }
  .form-group.row [class^=col-md-] {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.pagination .page-link {
  border-color: #aeb0b3;
}
.pagination .page-item.disabled .page-link {
  border-color: #aeb0b3;
}

.nav-tabs {
  border-color: #85898c;
}
.nav-tabs .nav-link.active {
  border-color: #85898c #85898c #fff;
  font-weight: bold;
}
.nav-tabs .nav-link:hover {
  border-color: #85898c;
  background-color: #fff;
}

.table {
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .table td {
    padding: 0.5rem;
  }
}

.svg-inline--fa {
  height: 0.8em;
}

.alert-default {
  color: #333;
  background-color: #f8f8f8;
  border-color: #aeb0b3;
}

.alert p {
  margin-bottom: 0.5em;
}
.alert p:last-child {
  margin-bottom: 0;
}

.modal-header {
  padding-right: 2em;
  padding-left: 2em;
}

.modal-body {
  padding-right: 2em;
  padding-left: 2em;
}

.modal-footer--inner {
  border-top: 1px solid #dee2e6;
  text-align: center;
  padding: 1.5em 1.5em 1em;
  margin-top: 2em;
  margin-right: -2em;
  margin-left: -2em;
}

.modal {
  z-index: 2050;
}

.modal-backdrop {
  z-index: 2040;
}

.l-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .l-row {
    flex-wrap: wrap;
  }
}

.l-column {
  display: flex;
  flex-direction: column;
}

.ui-tooltip {
  padding: 1rem !important;
  margin-bottom: 0;
}
.ui-tooltip.ui-widget-content {
  background-color: #fff;
  background: #fff;
  color: #333;
  font-size: 1rem;
}
.ui-tooltip.ui-widget-content h3 {
  font-size: 1rem;
}
.ui-tooltip.ui-widget-content dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.ui-tooltip.ui-widget-content dl dt {
  width: 7em;
  margin: 0;
  padding: 0.25em 0;
  border-bottom: 1px dashed #85898c;
}
.ui-tooltip.ui-widget-content dl dt:last-of-type {
  border-bottom: none;
}
.ui-tooltip.ui-widget-content dl dd {
  width: calc(100% - 7em);
  margin: 0;
  padding: 0.25em 0;
  border-bottom: 1px dashed #85898c;
}
.ui-tooltip.ui-widget-content dl dd:last-of-type {
  border-bottom: none;
}
.ui-tooltip.ui-widget-shadow {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.option-hide {
  display: none;
}
.bg-yellow {
  background-color: yellow;
}