/*------------------------
共有
 -------------------------*/
.card-body dl {
    margin-bottom: 0 !important;
}

.card-body .edit {
    display: flex;
    justify-content: space-between;
}

.card-body .edit form {
    margin-bottom: 0;
}

.table .thead-dark th {
    text-align: center;
    vertical-align: middle;
}

.alert-danger {
    color: #3490dc;
    background-color: #e7f4ff;
    border-color: #3490dc;
}

.alert-danger hr {
    border-top-color: #3490dc;
}

.alert-danger .alert-link {
    color: #3490dc;
}

/*------------------------
クライアントフォーム
 -------------------------*/
.form-staff-block h3 {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-family: "Nunito", "M PLUS 1p", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
}

.form-staff-block ul {
    padding-inline-start: 15px;
}

.form-staff-block li {
    position: relative;
    list-style: none;
}

.form-staff-block li:not(:last-of-type) {
    margin-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}

.btn-content {
    position: absolute;
    top: 5px;
    right: 0;
    display: flex;
    column-gap: 7px;
    width: 48px;
}

.btn-content i::before {
    font-size: 20px;
}

.btn-content .btn-content__plus i::before {
    color: #3490dc;
}

.btn-content .btn-content__minus i::before {
    color: #8f8f8f;
}

.delete input[name="id[]"] {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .form-staff-block li {
        display: flex;
        justify-content: space-between;
        column-gap: 15px;
    }
    .form-staff-block li:not(:first-of-type) label {
        display: none;
    }

    .form-staff-block li:not(:last-of-type) {
        margin-bottom: 0;
        border-bottom: none;
    }

    .form-staff-block li > .form-group {
        width: 33%;
    }

    .form-staff-block:hover .btn-content {
        opacity: 1;
        visibility: visible;
    }

    .btn-content {
        padding-top: 6px;
        padding-left: 15px;
        padding-bottom: 6px;
        top: auto;
        bottom: 15px;
        right: -60px;
        transition: all 0.2s;
        width: 62px;
        /* opacity: 0;
      visibility: hidden; */
    }
}

/*------------------------
クライアント詳細画面
 -------------------------*/
.show-staff-block h3 {
    font-family: "Nunito", "M PLUS 1p", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.6;
    color: #212529;
    text-align: left;
}
.show-staff-block .list-wrap {
    padding-inline-start: 15px;
    margin-bottom: 1rem;
}
.show-staff-block .list-wrap:not(:last-of-type) {
    border-bottom: 1px solid #d5d5d5;
}

.show-staff-block .list-wrap dl {
    display: flex;
    margin-bottom: 0.5rem;
}
.show-staff-block .list-wrap dt {
    padding-right: 10px;
    white-space: nowrap;
}
.show-staff-block .list-wrap dd {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .show-staff-block .list-wrap {
        display: flex;
        column-gap: 30px;
    }
    .show-staff-block .list-wrap dl {
        width: 33%;
    }
}

/*------------------------
 予約一覧
 -------------------------*/
 .fc-toolbar {
    flex-wrap: wrap;
    row-gap: 10px;
 }

/*------------------------
 予約登録画面 
 -------------------------*/
/* 文字の色、文字サイズ */
.ui-widget-content {
    background: #fff !important;
}
.ui-menu-item {
    padding: 6px !important;
    font-family: "Nunito", "M PLUS 1p", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    cursor: pointer;
}

.ui-menu {
    padding: 0 !important;
}
.ui-menu-divider {
    display: none;
}

@media screen and (min-width: 768px) {
    .form-group-flex {
        display: flex;
        column-gap: 30px;
        width: 100%;
    }

    .form-group-flex .form-group {
        max-width: 550px;
        width: calc(50% - 15px);
    }
}

/*------------------------
 レセプタントフォーム
 -------------------------*/
.form-uniform-block h3 {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-family: "Nunito", "M PLUS 1p", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
}

.form-uniform-block .form-group {
    padding-left: 15px;
}

.show-uniform-block h3 {
    font-family: "Nunito", "M PLUS 1p", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.6;
    color: #212529;
    text-align: left;
}
.show-uniform-block dl {
    padding-left: 30px;
}
.show-uniform-block dl dt {
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .form-uniform-block .form-group {
        display: flex;
        align-items: center;
        padding-left: 28px;
        column-gap: 20px;
    }
    .form-uniform-block .form-group label {
        width: 46px;
        text-align: right;
    }
    .form-uniform-block .form-group > div {
        width: calc(100% - 54px);
    }
    .form-uniform-block .form-group > div input {
        width: 100%;
    }

    .show-uniform-block dl dt {
        max-width: 12.8%;
    }
}

@media screen and (min-width: 992px) {
    .show-uniform-block dl dt {
        max-width: 13.8%;
    }
}
@media screen and (min-width: 1200px) {
    .show-uniform-block dl dt {
        max-width: 14.4%;
    }
}

/*------------------------
 レセプタント一覧
 -------------------------*/
.cell-age {
    white-space: nowrap;
}
.cell-height {
    white-space: nowrap;
}

#staff-top-container  .create-btn {
  margin-bottom: 10px;
}
#staff-top-container  .create-btn a {
  white-space: nowrap;
}

#search-container ul  {
margin-bottom: 7px;
}

#staff-search-form .input-group {
    display: flex;
    align-items: center;
    column-gap: 15px;
    row-gap: 7px;
}

#staff-search-form .checkbox {
    display: flex;
    align-items: center;
    column-gap: 5px;
    row-gap: 7px;
}
#staff-search-form .checkbox label {
    margin-bottom: 0;
}
#staff-search-form .text-form {
    display: flex;
}
#staff-search-form .text-form button {
    white-space: nowrap;
}

@media screen and (min-width: 768px) {

  #staff-top-container {
    display: flex;
    justify-content: space-between;
  }
  #search-container {
      display: flex;
      justify-content: right;
      column-gap: 15px;
  }
  #staff-search-form .input-group {
    justify-content: right;
  }
}

@media screen and (min-width: 992px) {
}
