:root{
    --card-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
/* --card-header-border: 1px solid #e2e5e8; */
}

.content-left > img{
  background-image: url("~/user-avatar.png");
  background-size: contain;
}
.pdfPC{
      display: block !important;
    }
/*User Information */
@media (max-width: 768px){
    .pdfMobile{
      display: block !important;
    }
    .pdfMobile button{
      margin: 5px 15px !important;
    }
    .pdfPC{
      display: none !important;
    }
    .row.sectionBlockLayout.text-left {
      /* margin-left: -22px !important; */
    }
    .content-left > img{
      display: none;
    }
    
    .content{
      padding: 10px !important;
    }
    .content p{
      margin-top: 16px !important;
    }
    .content-right .content-text{
      padding-left: 10px !important;
    }

}

button:focus { outline: none; }

label{
    font-weight: normal !important;
}

label.required::after {
  content: "*";
  color: #ff0000;
  margin-left: 3px;
}

.card {
    box-shadow: var(--card-shadow) ;
    margin-bottom: 10px ;
    transition: box-shadow 0.2s ease-in-out ;
    height: 100px ;
    border-radius: 5px ;
    align-items: center ; 
}

.card:hover{
    box-shadow: 0 5px 11px 0px rgba(69, 90, 100, 0.3);
}

.form-control {
  padding-left: 5px !important;
  height: calc(1.5em + 1.2rem);
}

input.form-control {
  border: solid 1.5px #d3d3d3;
  border-radius: 5px;
  -webkit-transition: 1s;
  transition: 1s;
}

.custom-search-block{
    box-shadow: var(--card-shadow) ;
    margin-bottom: 10px ;
    transition: box-shadow 0.2s ease-in-out ;
    border-radius: 5px ;
    align-items: center ; 
    margin: 20px 0px;
}

.custom-search-block:hover{
    box-shadow: 0 5px 11px 0px rgba(69, 90, 100, 0.3);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}


.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 3rem !important;
}
.pl-0{
  padding-left: 0 !important;
}
.pr-0{
  padding-right: 0 !important;
}

.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.m-2 {
    margin: 0.5rem!important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2rem !important;
}

.mb-3{
  margin-bottom: 1rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.mt-8{
  margin-top: 8rem !important;
}

.ml-1{
  margin-left: 5px !important;
}
.ml-3{
  margin-left: 15px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

.mt-5,
.my-5 {
  margin-top: 5rem !important;
}

.mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
}

.mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

.mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }



.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #00905b;
  border-color: #00905b;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #00905b;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00905b;
  border-color: #00905b;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-checking {
  color: #1279EC;
  background-color: transparent;
  background-image: none;
  border-color: #1279EC;
}
.btn-outline-checking:hover {
  color: #ffffff;
  background-color: #0422cc;
  border-color: #0422cc;
}
.btn-outline-checking.focus,
.btn-outline-checking:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-checking.disabled,
.btn-outline-checking:disabled {
  color: #00905b;
  background-checking: transparent;
}
.btn-outline-checking:not(:disabled):not(.disabled).active,
.btn-outline-checking:not(:disabled):not(.disabled):active,
.show > .btn-outline-checking.dropdown-toggle {
  color: #fff;
  background-color: #00905b;
  border-color: #00905b;
}
.btn-outline-checking:not(:disabled):not(.disabled).active:focus,
.btn-outline-checking:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-checking.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.text-under-line{
    text-decoration: underline;
    color: #005d3b;
}

input.input-place-holder::placeholder, .data-text-place-holder{
  opacity: 0.5 !important;
  font-size: 12px !important;
}
.f-16{
  font-size: 16px !important;
}
.f-18{
  font-size: 18px !important;
}
.f-20{
  font-size: 20px !important;
}
.f-24{
  font-size: 24px !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.collaps-tr{
  visibility: hidden !important;
}
.w-100{
  width: 100% !important;
}
.w-25{
  width: 25% !important;
}
.w-50{
  width: 50% !important;
}
.ml-0{
  margin-left: 0 !important;
}
.mr-0{
  margin-right: 0 !important;
}

.border-bottom-dash{
  border-bottom-style: dashed !important;
}
.boder-bottom-solid{
 border-bottom-style: solid !important; 
}
.font-pdf-file{
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans",sans-serif !important;
}
.d-flex{
  display: flex;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.flex-column{
  flex-flow: column;
}
@media (max-width: 500px){
  /* .container{
    padding-right: 0 !important;
  } */
}


