/* スイッチ調整 */
.custom-switch{
  width: 3em !important;
}
/* ページング幅制限 */
.custom-page-setting{
  margin-bottom: -15px;
  margin-top: -10px;
}
/* 長い単語*/
.custom-break-all{
  word-break: break-all;
}
/* 共通aリンク非活性制御 */
.disabled-link {
  pointer-events: none;
  color: grey;
  cursor: not-allowed;
  opacity: 0.5;
}

/* data履歴のdatatable文字左側揃え調整 */
.custom-dt-empty{
  text-align: left !important;
}
/* datatable文字左側揃え調整 */
.custom-datatable-text-left{
  text-align: left !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
  white-space: normal !important;
}
/* nav tab下線調整 */
.nav-tabs .custom-nav-link.active{
  border-bottom: 3px solid white !important;
}

/* プレースホルダーの字 全体 start */
::placeholder {
  color: #ced4da !important;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ced4da !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color:  #ced4da !important;;
}
/* プレースホルダーの字 全体 end */

h5.logo-text {
  font-size: 1.29375rem;
}
.container-fluid,
.table,
.form-select,
.modal-content {
  font-size: 13px;
}
#mainsettingPersonContent .container-fluid,
#mainMetaDataContent .container-fluid,
#mainDataContent .container-fluid,
#mainsettingSfdcContent .container-fluid,
#mainsettingUserContent .container-fluid,
#systemContent .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.page-container .main-content {
  min-height: calc(100vh - 45px);
}
footer {
  padding: 22px !important;
}
/** login */
.peers {
  position: relative;
}
.login {
  width: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.login-bg {
  background-image: url("../img/login-bg-1300.svg");
  background-repeat: no-repeat;
  background-color: rgb(67, 159, 218);
  /* background-size: 100% 100%; */
}
.login-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 590px;
  position: relative;
  margin: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px;
  flex-basis: 45%;
}
.login-left-bg {
  background-image: url("../img/login-left-bg.svg");
  background-color: rgb(199, 226, 244);
  background-size: 100% 100%;
}
.login-left-icon {
  width: 200px;
  height: 200px;
  background-image: url("../img/login-left-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.login-left-font {
  width: 100%;
  color: rgb(67, 159, 218);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.login-form {
  display: block;
  height: 590px;
  position: relative;
  margin: auto;
  background-color: rgb(255, 255, 255);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px;
  color: rgb(67, 159, 218);
  flex-basis: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-right-icon {
  display: none;
}
.login-right-font {
  display: none;
}
.login-form-font {
  color: rgb(178, 178, 178) !important;
  font-size: 15px !important;
  text-align: left !important;
}
.login-form-font-weight {
  font-weight: bold !important;
}
.login-form-padding {
  padding-top: 75px;
  padding-bottom: 33px;
}
.login-form-padding-icon {
  padding-top: 130px;
  padding-bottom: 33px;
}
.login-form-padding-input {
  padding-top: 8px;
  padding-bottom: 8px;
}
.login-form-padding-input span {
  padding-left: 20px;
}
.logo {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  margin-top: 25px;
}
.logo-svg {
  max-width: 60%;
  height: auto;
}
.login-right-input {
  width: 100%;
  padding: 0.375rem 0rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  border: none;
  border-bottom: 2px solid rgb(67, 159, 218);
}
.login-right-input-width {
  width: 90% !important;
}
.login-form input{
  box-shadow: 0 0 0px 100px white inset;
}
.login-right-input-eye {
  background-color: rgb(255, 255, 255);
  border: none;
  border-bottom: 2px solid rgb(67, 159, 218);
  width: 10%;
  margin-left: 0px !important;
}
.login-sso-secondary {
  background-image: url("../img/login-sso-secondary.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
}
.login-alert-icon {
  background-image: url("../img/login-alert-icon.svg");
  background-repeat: no-repeat;
  background-position: top 12px left;
}

.login-form-custom-errors {
  max-height: 80px;
  overflow-y: hidden;
}
.invalid-feedback {
  display: block !important;
  width: 100% !important;
  margin-top: .25rem !important;
  font-size: .875em !important;
  color: #f44336 !important;
}
.login-form-view-weight {
  width: 80%;
}
@media (max-width: 900px) {
  .login {
    width: 86%;
    max-width: 450px;
    min-width: 322px;
    display: block;
  }
  .login-bg {
    /* width: 100%;
    height: 100%; */
    background-image: url("../img/login-bg-900.svg");
    background-repeat: repeat;
    background-size: 100% 100%;
  }
  .login-left {
    display: none;
  }
  .login-form {
    border-radius: 20px;
    flex-basis: 38%;
  }
  .login-right-icon {
    display: block;
    width: 200px;
    height: 200px;
    background-image: url("../img/login-left-icon.svg");
    background-repeat: no-repeat;
    background-size: 100% 80%;
    position: relative;
    top: 28px;
  }
  .login-right-font {
    display: block;
    width: 100%;
    color: rgb(67, 159, 218);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 20px;
  }
  .login-form-padding {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    top: 27px;
  }
  .login-form .login-btn {
    position: relative;
    top: -25px;
  }
  .login-form .sso {
    position: relative;
    top: -40px;
  }
  .login-form-view-weight {
    width: 100%;
  }
}
/* @media (min-width: 901px) and (max-width: 1300px) {
  .login-bg {
    background-image: url("../img/login-bg-1300.svg");
  }
} */
/* @media (min-width: 1301px){
  .login-bg {
    background-image: url("../img/login-bg-3000.svg");
  }
} */
.card-height {
  height: 350px;
}
.login-form h1 {
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1.5rem;
}
.login-form .form-label {
  font-size: 12px;
  color: #f8f9fa;
}
.login-form .sso {
  text-align: center;
  width: 100%;
  margin-top: 35px;
}
.login-form .login-btn {
  width: 100%;
  margin-top: 35px;
}

.login-form .login-btn .btn-primary {
  width: 100%;
  text-align: center;
  border-radius: 30px;
}
.notice {
  display: block;
  width: 360px;
  position: absolute;
  right: 430px;
  top: 10%;
}

/** table */
.table-striped > thead > tr > th {
  border-bottom-color: #212529;
}
table th.action,
table td.action{
  text-align: right;
}
table td.action {
  padding: 0.3rem 0.5rem;
}
.table-striped > tbody > tr:nth-of-type(odd) > td.noData {
  --bs-table-bg-type: initial;
}

/** Buttons */
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  color: #fff;
}
.btn.btn-primary,
.btn.btn-danger {
  color: #fff;
}
.btn-secondary.btn-gray{
  color: #fff;
  background-color: #898f95;
  border-color: #a6a9ac;
}
table td.action .dropdown-menu > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0625);
  padding-bottom: 2px;
  margin-bottom: 3px;
}
table td.action .dropdown-menu > li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.form-check .form-check-input {
  width: 1.5em;
  height: 1.5em;
}
.form-check .form-check-label {
  line-height: 1.5rem;
}
.form-check-input {
  width: 1.5em;
  height: 1.5em;
}

/** .pagination */
.pagination .page-item .page-link {
  cursor: pointer;
}
.pagination .page-item.disabled .page-link, 
.pagination .page-item.active .page-link {
  cursor: text;
}
.pagination .page-link.active, 
.pagination  .active > .page-link {
  border-color: #a6a9ac;
  background-color: #898f95;
}


/** Modal */
.modal-content {
  text-align: left;
}
.modal-content .form-label,
.modal-content .form-check-label {
  color: rgb(114, 119, 122);
}
.modal .modal-header {
  border-bottom-color: #212529;
}
.modal .modal-header .modal-title {
  font-weight: 700;
}
.modal-content .form-control,
.modal-content .form-select {
  border-color: #ced4da;
}
.modal-content h6 {
  font-weight: 700;
}

/** .breadcrumb */
.breadcrumb {
  font-size: 13px;
}
.breadcrumb a {
  color: #72777a;
}
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus,
.breadcrumb .on{
  color: #212529;
}

/** #loader */
#loader {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 90000;
}

#loader.fadeOut {
  opacity: 0;
  visibility: hidden;
}
.loading {
  width: 54px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -10px;
}
#preloader{
  position: relative;
  left: 50%;
  width: 40px;
  height: 40px;
}
#preloader span{
  display:block;
  bottom:0px;
  width: 20px;
  height: 20px;
  background:#1589ee;
  position:absolute;
}
#preloader span:nth-child(1){
  animation: preloader_1 1.5s infinite ease-in-out;
}
#preloader span:nth-child(2){
  left:20px;
  animation: preloader_2 1.5s infinite ease-in-out;
}
#preloader span:nth-child(3){
  top:0px;
  animation: preloader_3 1.5s infinite ease-in-out;
}
#preloader span:nth-child(4){
  top:0px;
  left:20px;
  animation: preloader_4 1.5s infinite ease-in-out;
}
   
@keyframes preloader_1 {
  0% {transform: translateX(0px) translateY(0px) rotate(0deg); border-radius:0px;}
  50% {transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius:20px;background:#9b59b6;}
  80% {transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    100% {transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
@keyframes preloader_2 {
  0% {transform: translateX(0px) translateY(0px) rotate(0deg);border-radius:0px;}
  50% {transform: translateX(20px) translateY(-10px) rotate(180deg);border-radius:20px;background:#f1c40f;}
  80% {transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
  100% {transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}
@keyframes preloader_3 {
  0% {transform: translateX(0px) translateY(0px) rotate(0deg);border-radius:0px;}
  50% {transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius:20px;background:#2ecc71;}
  80% {transform: translateX(0px) translateY(0px) rotate(-360deg);border-radius:0px;}
    100% {transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
  
  
@keyframes preloader_4 {
  0% {transform: translateX(0px) translateY(0px) rotate(0deg); border-radius:0px;}
  50% {transform: translateX(20px) translateY(10px) rotate(180deg); border-radius:20px;background:#e74c3c;}
  80% {transform: translateX(0px) translateY(0px) rotate(360deg); border-radius:0px;}
    100% {transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}


@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.custom-required{
  color: red;
}

.custom-error{
  color: red;
  font-size: 0.875em;
}

.btn-system-setting{
  padding: 10px; 
  border: none; 
  background: none;
}
.btn-system-setting:hover,
.btn-system-setting:focus,
.btn-system-setting:active{
  padding: 10px; 
  border: none; 
  background: rgb(213, 244, 253);
  border-bottom: 2px solid rgb(68, 114, 196);
}
.btn-system-setting-selected{
  padding: 10px; 
  border: none; 
  background: rgb(213, 244, 253);
  border-bottom: 2px solid rgb(68, 114, 196);
}

#home:hover,
#data:hover,
#metadata:hover,
#eventlog:hover,
#settingButtonMin:hover,
#settingButtonMax:hover {
  background-color: rgb(161, 207, 236);
}

#personMin:hover,
#connectionsMin:hover,
#usersMin:hover,
#systemMin:hover,
#menuChange:hover {
  background-color: rgb(161, 207, 236);
}

#personMax:hover,
#connectionsMax:hover,
#usersMax:hover,
#systemMax:hover,
#menuChange:hover {
  background-color: rgb(161, 207, 236);
}

.menu-open-close{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgb(67, 159, 218) !important;
}

.padding-3{
  padding: 3px !important;
}

.dropdown-leftsidebar::after {
  display: none !important;
}

/** Left Side Bar */
.leftside-width100{
  width: 100%;
}
.leftside-iconfont{
  font-size: 20px !important;
  color: #000;
}
.left-sidebar{
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  border-right: 1px solid rgb(239, 239, 239);
}
.left-sidebar-iconsize17{
  width: 17px;
  height: 17px;
  margin: 14px 26px;
}
.left-sidebar-iconsize14{
  width: 14px;
  height: 14px;
}
.left-sidebar-marginL65{
  margin-left: 65px;
}
.left-sidebar-line45{
  height: 45px;
}
.left-sidebar-line41{
  height: 41px;
}
.left-sidebar-min {
  width: 70px;
}
.left-sidebar-max {
  width: 280px;
}
.left-sidebar-font {
  display: none;
  color: #000;
}
.display-flex {
  display: flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  user-select: none;
}

/** Top Side Bar */
.top-side-bar-min {
  top:0px;
  width: calc(100% - 280px) !important;
}
.top-side-bar-max {
  top:0px;
  width: calc(100% - 70px) !important;
}

.nowrap {
  white-space: nowrap;
}

/* 共通長文省略 */
.custom-text-truncate-200,
.custom-text-truncate-min-200,
.custom-text-truncate-150,
.custom-text-truncate-135,
.custom-text-truncate-100,
.custom-text-truncate-90,
.custom-text-truncate-95,
.custom-text-truncate-85 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
}
.custom-text-truncate-min-200 {
  min-width: 200px;
  max-width: 300px;
}
.custom-text-truncate-200 {
  width: 200px;
}
.custom-text-truncate-150 {
  width: 150px;
}
.custom-text-truncate-135 {
  width: 135px;
}
.custom-text-truncate-100 {
  width: 100px;
}
.custom-text-truncate-95 {
  width: 95px;
}
.custom-text-truncate-90 {
  width: 90px;
}
.custom-text-truncate-85 {
  width: 85px;
}
.custom-text-truncate-70 {
  width: 70px;
}
.main-content{
  padding: 70px 5px 5px !important;
}

.form-check-input[type=checkbox],
.form-check-input[type=radio]{
  border: var(--bs-border-width) solid rgb(149 153 155);
}

.password-display-toggle-box-person {
  border-bottom-color: #e9eaeb !important;
  border-left-color: rgb(255 255 255) !important;
  border-right-color: #e9eaeb !important;
  border-top-color: #e9eaeb !important;
  background-color: #ffffff !important;
}

.password-display-toggle-box-user {
  border-bottom-color: rgb(206, 212, 218) !important;
  border-left-color: rgb(255 255 255) !important;
  border-right-color: rgb(206, 212, 218) !important;
  border-top-color: rgb(206, 212, 218) !important;
  background-color: #ffffff !important;
}

#personPW1 .btn:hover,
#personPW2 .btn:hover,
#personPW3 .btn:hover,
.password-display-toggle-box-user:hover {
  color: #000000 !important;
}

/* システム設定 */
.custom-pt0 {
  padding-top: 0px !important;
}
.custom-pt8 {
  padding-top: 8px !important;
}
.custom-pt10 {
  padding-top: 10px !important;
}
.custom-pt25 {
  padding-top: 25px !important;
}
.custom-pl10 {
  padding-left: 10px;
}
.custom-pr10 {
  padding-right: 10px;
}
.custom-pb8 {
  padding-bottom: 8px !important;
}
.custom-mt0 {
  margin-top: 0px !important;
}
.custom-mt8 {
  margin-top: 8px !important;
}
.custom-mt80 {
  margin-top: 80px !important;
}
.custom-ml10 {
  margin-left: 10px !important;
}
.custom-mr12 {
  margin-right: 12px !important;
}
.custom-w10 {
  margin-left: 10px;
  width: calc(100% - 10px) !important;
}
.mx-3 {
  width: 96px;
}
.custom-dropdown{
  transform: translate(-6px, 30px) !important;
}
.custom-tooltip {
  --bs-tooltip-max-width: 385px !important;
}
.custom-left-align {
  text-align: left !important;
}
.custom-font-colorb {
  color: rgb(0 0 0) !important;
}
.custom-font-size12 {
  font-size: 12px;
}
/* カスタムエラー表示 */
.custom-error-tooltip{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  max-width: 200px;
  min-width: 100px;
  word-wrap: break-word;
  z-index: 1000; 
}

/* 画面Loading */
.full-page-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
}
.full-merge-page-spinner {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}
.custom-loading .full-page-spinner {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
}

.custom-btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #6c757d;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #6c757d;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.custom-btn-outline-secondary:focus-visible {
  z-index: 1 !important;
}

.custom-pw-eye-zindex {
  position: unset !important;
  z-index: auto !important;
}

.custom-position {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-position-rel {
  position: relative;
}

.custom-color-gray {
  color: #72777a;
}

.custom-width-45p {
  width: 45%;
}