.wrapper, body, html {
  height: 100%;
}

.login-bk {
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-wrapper {
  text-align: center;
  position: relative;
  display: table;
  float: right;
  width: 51%;
  height: 100%;
}

.login-wrapper p {
  margin-bottom: 20px;
}

.login-inner {
  display: table-cell;
  vertical-align: middle;
}

.title-section {
  margin-bottom: 2%;
}

.description-section {
  font-size: 14px;
  margin-bottom: 6%;
}

.logo {
  width: 20%;
}

.title {
  font-weight: bold;
}

.login_form-wrapper {
  width: 60%;
  margin: 0 auto;
}

.login-form > input {
  border: none;
  outline: none;
  border-bottom: 1px solid #999;
  margin-bottom: 5%;
}

.login-form button {
  width: 30%;
  margin-top: 3%;
}

.error-text {
  color: #dd4b39;
}

.has-error input {
  border-bottom: 1px solid #dd4b39;
}

@media screen and (max-width: 767px) {
  .login-bk {
    width: 100%;
  }

  .login-wrapper {
    text-align: center;
    background: #fff;
    width: auto;
    height: 400px;
  }

  .login_form-wrapper {
    width: 90%;
  }

  .login-wrapper h1 {
    font-size: 24px;
  }

  .login-form button {
    width: 51%;
  }
}


#dashboard .categories_wrapper h2 {
  font-size: 1.1rem;
}

#dashboard .categories_table thead tr > th {
  border-top: 0;
}

/* ======================================
 common
====================================== */
.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.required {
  margin-left: 8px;
  padding: 4px;
  font-size: 8px;
  font-weight: 100;
  background: #dc3545;
  color: #fff;
  border-radius: 3px;
}

.f_red {
  color: red;
}

.text-underline {
  text-decoration: underline;
}

/* ======================================
 header
====================================== */
.main-sidebar .brand-link {
  padding-left: 18px;
}

.main-sidebar .brand-link .logo {
  width: 135px;
  height: 20px;
}

.content-header h1 > small {
  font-size: 16px;
  color: #777;
}

.custom-breadcrumb {
  display: flex;
  list-style-type: none;
  padding: 8px;
}

.custom-breadcrumb-item > i.fa-angle-right {
  margin: 0 8px;
}

/* ======================================
 footer
====================================== */
.main-footer {
  background-color: #343a40;
}

/* ======================================
 btn
====================================== */
.btn-app {
  height: 64px;
  min-width: 80px;
  margin: 0 8px 0 0;
  padding: 10px 5px;
  font-size: 16px;
}

.btn-submit {
  padding: 8px 32px;
}

.btn-submit:not(:first-of-type) {
  margin-left: 8px !important;
}

.btn.add {
  padding: 16px;
}

.btn.beforeAfter:before {
  display: block;
  content: "";
  position: relative;
  width: 10px;
  height: 2px;
  background: #000;
  transform: rotate(90deg);
}

.btn.beforeAfter:after {
  display: block;
  content: "";
  position: relative;
  bottom: 2px;
  width: 10px;
  height: 2px;
  background: #000;
}

.btn.after:after {
  display: block;
  content: "";
  position: relative;
  bottom: 0;
  width: 10px;
  height: 2px;
  background: #fff;
}

.downloadRepairPdf {
  margin-top: 16px;
}

.sidebar {
  height: calc(100% - (5.5rem + 1px)) !important;
}

.wrap-anywhere {
  overflow-wrap: anywhere;
}
/* ======================================
 form
====================================== */
.form-group .form-check {
  display: inline;
}

.form-group .form-check:not(:first-of-type) {
  margin-left: 16px;
}

/* ======================================
 card
====================================== */
.card a {
  text-decoration: underline;
}

.card a.btn,
.card a.nav-link {
  text-decoration: none;
}

.card .card-header-right {
  padding: 0.5rem;
}

.card-header h2 {
  font-size: 20px;
}

.card-body h3 {
  font-size: 18px;
}

.card-footer {
  background-color: transparent;
}

.container-footer {
  padding: 1.25rem;
}

.search-wrapper .card {
  background-color: #e6e6e6;
}

.card-body fieldset {
  width: 75%;
  padding: 8px;
  margin: 0 0 1rem 0;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.card-body fieldset > legend {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 0 8px;
  margin-bottom: 0.5rem;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  white-space: normal;
  font-weight: bold;
}

/* ======================================
 tree
====================================== */
.node {
  cursor: pointer;
}

.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.link {
  fill: none;
  stroke: #555;
  stroke-opacity: 0.6;
  stroke-width: 1.5px;
}

.nodesList {
  overflow: scroll;
  font-size: 10px;
}

.nodesList > .nodeList_svg {
  display: inline-block;
  height: -webkit-fill-available;
}


/* ======================================
 inputsField
====================================== */
.form-group {
  margin-bottom: 24px;
}

.form-group .radio_wrapper {
  padding-top: 4px;
}

.form-group.pdfUpload .input-group {
  padding-top: 7px;
}

.inputs_field .parentTitle {
  margin-bottom: 16px;
}

.form-group-inner {
  display: flex;
  width: 320px;
}

.last-section {
  padding-bottom: 16px;
}

.form-group .arrowIcon {
  margin-right: 8px;
}

.form-group .arrowIcon > i {
  vertical-align: bottom;
}

.input-group .fileInputBox {
  width: 100%;
}

.inputsList_wrapper .inputs_list .form-group:nth-child(1) {
  margin-left: 40px;
}

.inputsList_wrapper .inputs_list .form-group:nth-child(2) {
  margin-left: 80px;
}

.inputsList_wrapper .inputs_list .form-group:nth-child(3) {
  margin-left: 120px;
}

.inputsList_wrapper .inputs_list .form-group:nth-child(4) {
  margin-left: 160px;
}

.inputsList_wrapper .inputs_list .form-group:nth-child(5) {
  margin-left: 205px;
}

.width-pdf {
  /* 1.5remはpadding*/
  /* 2pxはborder*/
  width: calc(22em + 1.5rem + 2px);
}

/* ======================================
 table
====================================== */
.table {
  margin-bottom: 0;
}

.siblingList_table tr.siblingList_content {
  height: 95px;
}

.fileList_table .fileList_content .postFile {
  height: 72px;
  width: 72px;
  object-fit: cover;
}



/* ======================================
 hierarchy
====================================== */
.card-body fieldset.targetNode_hierarchy {
  width: 100%;
}

.targetNode_hierarchy .hierarchy_content {
  padding-left: 16px;
}

.targetNode_hierarchy .hierarchy_content.targetTitle input {
  width: 70%;
}

.targetNode_hierarchy ul {
  list-style: none;
  padding: 0;
}

.targetNode_hierarchy .hierarchy_content {
  border-right: 1px solid #f2f2f2;
}

.targetNode_hierarchy .hierarchy_content li {
  padding: 6px 0;
}

/* ======================================
 hierarchy
====================================== */
section.notFound,
section.sever-error {
  padding: 10%;
}

/* ======================================
 text color hover utilities
====================================== */
.text-green:hover {
  color: #1e7e34 !important;
}

.text-orange:hover {
  color: #e96b00 !important;
}

.text-indigo:hover {
  color: #520dc2 !important;
}


.pdf-viewer {
    height: 100vh;
}

.pdf-viewer > iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#editor-js img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ce-block__content {
    margin: 0;
}

.carousel-control-prev.disabled, .carousel-control-next.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.carousel-indicators .active {
    background-color: #007bff !important;
}
