/* gondola develop css difference */
/* 既存に影響が無いようにappend.cssを部分的に上書きしてスタイルを整えます */


/* ヘッダーの予約リクエスト件数表示 */
/* app-header Class exsists only at: admin/src/Template/Element/header.ctp */
.app-header .app-nav:last-child {
    justify-content: flex-end;
}
.app-header .app-nav.summary {
    font-size: 18px;
    color: #fff;
    align-items: center;
    justify-content: end;
}
.app-header .app-nav.summary .frameset > i{
    margin-right: 10px;
}
.app-header .app-nav.summary div .control-label {
    margin-right: 60px;
}
.app-header .app-nav.summary div .control-label:nth-of-type(2) {
    margin-right: 30px;
}
.app-header .app-nav.summary div .control-label > span {
    font-weight: bold;
    font-size: 26px;
    margin: 0 10px;
}
.app-header .app-nav.summary div .control-label.frameset {
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 5px;
    background: #F39C12;
    font-weight: bold;
    letter-spacing: 2px;
}

/* -------------------------------------------------- */

/* PC用メディアクエリ：横幅が最小1025pxまで(1025px～)のスタイル */
@media (min-width: 1025px) {
    /* サイドメニュー表示 */
    aside.app-sidebar{
        left: 0px;
    }
    /* ハンバーガーメニュー非表示 */
    #hamburger-menu {
        display: none;
    }
    /* 「本日の来店予定」「翌日の来店予定」の余白設定*/
    .app-header .app-nav.summary div .control-label {
        margin-right: 15px;
    }
    /* 「〇〇件の予約リクエストがあります」の余白設定 */
    .app-header .app-nav.summary div .control-label.frameset {
        padding: 5px 15px;
    }
    /* メインコンテンツ(サイドメニュー分だけマージンを取る) */
    .app-content {
        margin-left: 230px;
    }
}

/*@media (max-width: 1020px) and (min-width: 768px) {*/
/* SP/TABLET用メディアクエリ：横幅が最大1024pxまで(～1024px)のスタイル */
@media (max-width: 1024px) {

    .app-header .app-header__logo {
        display: none;
    }
    .app-header .app-nav.summary{
        font-size: 15px;
    }
    .app-header .app-nav.summary div .control-label,
    .app-header .app-nav.summary div .control-label:nth-of-type(2){
        margin-right: 5px;
    }
    .app-header .app-nav.summary div .frameset > i{
        margin-right: 2px;
    }
    .app-header .app-nav.summary div .control-label.frameset{
        font-size: 13px;
    }

    aside.app-sidebar{
        left: -230px;
    }
    .app-content {
        margin-left: 0;
    }

    .app-header__logo{
        display: none;
    }
    .app-header__logo{
        display: inherit;
    }
    #hamburger-menu {
        margin: 5px 20px 0px 5px;
    }
    #hamburger-menu a i {
        color: #fff;
        font-size: 40px;
    }
}

/* -------------------------------------------------- */

/* 来店予約＆確定予約＆結果入力済み：予約リクエスト一覧の青線削除 */
.index-container div.tile {
    border-top: 0 solid white;
}

/* -------------------------------------------------- */

/* 来店予約：予約リクエスト領域の横スクロール */
#request-table {
    display: block;
    max-width: -moz-fit-content;
    overflow-x: auto;
}
/* 来店予約：予約リクエスト一覧のヘッダ行・背景色 */
#request-table thead {
    background: #e7f1f0;
}
/* 来店予約：予約リクエスト一覧のヘッダ行・横罫線 */
#request-table thead th:not(:last-child) {
    border-right: 1px solid #FFFFFF;
}
/* 来店予約：予約リクエスト一覧のヘッダ行・文字揃え(センタリング) */
#request-table thead th {
    text-align: center;
}
/* 来店予約：予約リクエスト一覧のヘッダ行・折り返しなし */
#request-table thead {
    white-space: nowrap;
}
/* 来店予約：予約リクエスト一覧のデータ行・送信リクエスト、来店希望日文字揃え(右寄せ) */
#request-table td:nth-child(2) ,
#request-table td:nth-child(6) {
    text-align: right;
    word-break: keep-all;
}
/* 来店予約：予約リクエスト一覧のデータ行・折り返ししないカラム「状況」「来店希望日」「予約内容」「連絡先」 */
#request-table td:nth-child(1) ,
#request-table td:nth-child(6) ,
#request-table td:nth-child(7) ,
#request-table td:nth-child(9) {
    white-space: nowrap;
}
/* 来店予約：予約リクエスト一覧のデータ行・指定文字数で折り返しするカラム「担当AD」 */
#request-table td:nth-child(5) {
    min-width: 6em;
    max-width: 6em;
    word-break: break-all;
}
/* 来店予約：予約リクエスト一覧のセンタリングするカラム「経過日数」 */
#request-table td:nth-child(3) {
    text-align: center;
}
/* 来店予約：予約リクエスト一覧の最大幅を150pxにするカラム「店舗名」 */
#request-table td:nth-child(4) {
    max-width: 150px;
    min-width: 150px;
}
/* 来店予約：予約リクエスト一覧の最大幅を200pxにするカラム「利用クーポン」 */
#request-table td:nth-child(10) {
    max-width: 200px;
    min-width: 200px;
}
/* 来店予約：予約リクエスト一覧データの「予約リクエストの詳細・確定」ボタンか化リンクを調整 */
#request-table td:nth-child(11) a {
    white-space: break-spaces;
    line-height: 150%;
    height: 55px;
}
/* 来店予約：予約リクエスト一覧データの横罫線 */
#request-table td:not(:last-child) {
    border-right: 1px solid #efefef;
}
/* 来店予約：予約リクエスト一覧データの最後の下線 */
#request-table tr:last-child td {
    border-bottom: 1px solid #efefef;
}

/* -------------------------------------------------- */

/* 来店予約：確定予約タブ部分 */
#fix-reserve {
    width: 378px;
    height: 40px;
    background: #408cbb;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 来店予約：結果入力済タブ部分 */
#input-fix-reserve {
    width: 378px;
    height: 40px;
    background: #94B2C9;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* -------------------------------------------------- */

/* 確定予約：予約リクエスト検索結果件数表示 */
#reserve-total {
    font-size: 1.09375rem;
    align-self: flex-end;
}

/* 確定予約：予約リクエスト領域の横スクロール */
#result-table {
    display: block;
    max-width: -moz-fit-content;
    overflow-x: auto;
}
/* 確定予約：予約リクエスト一覧のヘッダ行・背景色 */
#result-table thead {
    background: #e7f1f0;
}
/* 確定予約：予約リクエスト一覧のヘッダ行・横罫線 */
#result-table thead th:not(:last-child) {
    border-right: 1px solid #FFFFFF;
}
/* 確定予約：予約リクエスト一覧のヘッダ行・文字揃え(センタリング) */
#result-table thead th {
    text-align: center;
}
/* 確定予約：予約リクエスト一覧のヘッダ行・折り返しなし */
#result-table thead {
    white-space: nowrap;
}
/* 確定予約：予約リクエスト一覧データの「予約の詳細・確定」ボタンか化リンクを調整 */
#result-table td:nth-child(8) a {
    height: 35px;
}
/* 確定予約：予約リクエスト一覧のデータ行・折り返ししないカラム「来店予約日時」「予約内容」「連絡先」 */
#result-table td:nth-child(1) ,
#result-table td:nth-child(4) ,
#result-table td:nth-child(6) {
    white-space: nowrap;
}
/* 確定予約：予約リクエスト一覧データの横罫線 */
#result-table td:not(:last-child) {
    border-right: 1px solid #efefef;
}
/* 確定予約：予約リクエスト一覧データの最後の下線 */
#result-table tr:last-child td {
    border-bottom: 1px solid #efefef;
}

/* -------------------------------------------------- */

/* 確定予約：予約リクエスト領域の横スクロール */
#result-table {
    display: block;
    max-width: -moz-fit-content;
    overflow-x: auto;
}
/* 確定予約：予約リクエスト一覧のヘッダ行・背景色 */
#result-table thead {
    background: #e7f1f0;
}
/* 確定予約：予約リクエスト一覧のヘッダ行・横罫線 */
#result-table thead th:not(:last-child) {
    border-right: 1px solid #FFFFFF;
}
/* 確定予約：予約リクエスト一覧のヘッダ行・文字揃え(センタリング) */
#result-table thead th {
    text-align: center;
}
/* 確定予約：予約リクエスト一覧のヘッダ行・折り返しなし */
#result-table thead {
    white-space: nowrap;
}
/* 確定予約：予約リクエスト一覧データの「予約の詳細・確定」ボタンを調整 */
#result-table td:nth-child(8) a {
    height: 35px;
}
/* 確定予約：予約リクエスト一覧のデータ行・折り返ししないカラム「来店予約日時」「予約内容」「連絡先」 */
#result-table td:nth-child(1) ,
#result-table td:nth-child(4) ,
#result-table td:nth-child(6) {
    white-space: nowrap;
}
/* 確定予約：予約リクエスト一覧データの横罫線 */
#result-table td:not(:last-child) {
    border-right: 1px solid #efefef;
}
/* 確定予約：予約リクエスト一覧データの最後の下線 */
#result-table tr:last-child td {
    border-bottom: 1px solid #efefef;
}

/* -------------------------------------------------- */

/* 結果入力済み：予約リクエスト領域の横スクロール */
#result-input-table {
    display: block;
    max-width: -moz-fit-content;
    overflow-x: auto;
}
/* 結果入力済み：予約リクエスト一覧のヘッダ行・背景色 */
#result-input-table thead {
    background: #e7f1f0;
}
/* 結果入力済み：予約リクエスト一覧のヘッダ行・横罫線 */
#result-input-table thead th:not(:last-child) {
    border-right: 1px solid #FFFFFF;
}
/* 結果入力済み：予約リクエスト一覧のヘッダ行・文字揃え(センタリング) */
#result-input-table thead th {
    text-align: center;
}
/* 結果入力済み：予約リクエスト一覧のヘッダ行・折り返しなし */
#result-input-table thead {
    white-space: nowrap;
}
/* 結果入力済み：予約リクエスト一覧データの「予約の詳細」ボタンを調整 */
#result-input-table td:nth-child(8) a {
    height: 35px;
}
/* 結果入力済み：予約リクエスト一覧のデータ行・折り返ししないカラム「来店予約日時」「確定日数」「予約内容」「連絡先」 */
#result-input-table td:nth-child(1) ,
#result-input-table td:nth-child(2) ,
#result-input-table td:nth-child(5) ,
#result-input-table td:nth-child(7) {
    white-space: nowrap;
}
/* 結果入力済み：予約リクエスト一覧データの横罫線 */
#result-input-table td:not(:last-child) {
    border-right: 1px solid #efefef;
}
/* 結果入力済み：予約リクエスト一覧データの最後の下線 */
#result-input-table tr:last-child td {
    border-bottom: 1px solid #efefef;
}

/* 予約リクエストの詳細・確定：予約リクエスト情報の印刷しない部分のスタイル　*/
@media print {
    #resavation_request_details .no_print {
        display: none;
    }
}

/* 確定予約の詳細・確定予約情報：確定予約情報の印刷しない部分のスタイル　*/
@media print {
    #resavation_approve_details .no_print {
        display: none;
    }
}

/* 予約リクエストの詳細・調整連絡：お客様への調整連絡のボタンの並び */
#resavation-request-contact > div {
    justify-content: center;
}
/* 予約リクエストの詳細・調整連絡：お客様への調整連絡の「メッセージ送信」ボタン */
#resavation-request-contact-btn {
    width: 200px;
}

/* 日時カレンダーの高さを自動調整 */
#date-selector {
    height: auto!important;
}

/* 確定予約：予約リクエスト検索結果件数表示 */
#reserve-result-total {
    font-size: 1.09375rem;
}

/* 来店結果：来店結果一覧のセンタリングするカラム「経過日数」「予約確定」「来店」「成否」 */
#result-table td:nth-child(2),
#result-table td:nth-child(10),
#result-table td:nth-child(11),
#result-table td:nth-child(12) {
    text-align: center;
}

/* 来店結果：来店結果一覧の右寄せするカラム「成約金額（円）」 */
#result-table td:nth-child(13) {
    text-align: right;
}

/* append */
#dummy-gd .index h5 {
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* append */
#dummy-gd .header h5 {
    font-weight: bold;
    padding-bottom: 10px;
}

/* modify */
#dummy-gd label {
    display: inline-block;
    margin-bottom: 1px;
}

/* delete (append style cancel) */
#dummy-gd hr {
    margin-top: 1rem; /* TODO:default style */
    margin-bottom: 1rem; /* TODO:default style */
    border: 0; /* TODO:default style */
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* delete (append style cancel) */
#dummy-gd hr {
    background-color: transparent; /* TODO:default style */
}

/* append */
#dummy-gd .text {
    font-weight: bold;
    margin-left: 20px;
    text-align: center;
}

/* append */
#dummy-gd .text-result {
    font-weight: bold;
}

/* append */
#dummy-gd .tab {
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
}

/* append */
#dummy-gd .csv-btn-wait {
    padding-top: 20px;
    float:right;
}

/* append */
#dummy-gd .index-container {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
}

/* append */
#dummy-gd .tile-body .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: #E7F1F0;;
}

/* append */
#dummy-gd #reservation-past-table-body {
    background-color: #FFFFFF;
}

/* modify */
#dummy-gd .table thead th {
    text-align: center;
}

/* modify */
#dummy-gd .table-bordered th,
#dummy-gd .table-bordered td {
    text-align: center;
}

/* modify */
#dummy-gd .btn-warning {
    color: white;
    background-color: #F39C12;
    border-color: #F39C12;
}

/* delete (append style cancel) */
@media (max-width: 767px) {
    #dummy-gd .app-content {
        margin-top: 50px; /* TODO:default style */
        min-width: 100%; /* TODO:default style */
    }
}

/* append */
@media (min-width: 768px) {
}


/* delete (append style cancel) */
@media (max-width: 767px) {
    #dummy-gd .app-nav {
        -webkit-box-pack: end; /* TODO:default style */
        -ms-flex-pack: end; /* TODO:default style */
        justify-content: flex-end; /* TODO:default style */
    }
}

/* modify */
#dummy-gd .app-menu {
    padding-bottom: 0px;
}

/* append */
#dummy-gd .app-menu__item {
    font-weight: bold;
}

/* append */
#dummy-gd select.form-control {
    background-color: #FFFFFF;
}

.sp-columns {
    display: flex;
    white-space: nowrap;
}
/* append */
@media (min-width: 1024px) {
    #dummy-gd .sp-columns {
        display: flex;
        flex-direction: column;
    }
    #dummy-gd .sp-columns > .col-md-2,
    #dummy-gd .sp-columns > .col-md-3 {
        max-width: 70%;
    }
    #dummy-gd #user-list-table-body .btn_details,
    #dummy-gd #user-list-table-body .btn_edit,
    #dummy-gd #user-list-table-body .btn_csv {
        width: 45px !important;
    }
    #dummy-gd #role-list-page .rolename {
        width: 100% !important;
    }
    #dummy-gd #role-add {
        width: 100% !important;
    }
    #dummy-gd .period-select .options {
        margin-left: 0px !important;
    }

}

/* 来店結果：集計期間 */
#reserve-result-all .period-select .col-md-2{
    padding: 0px;
}
#reserve-result-all .period-select .options{
    margin-left: -20px;
    width: 80%;
    display: flex;
}
#reserve-result-all .period-select .set-date {
    font-weight: bold;
    width: 80px;
    color: #02A6CD;
    border-bottom: 1px solid #02A6CD;
    margin-left: 20px;
    text-align: center;
}

/* append */
#dummy-gd #customer_list_all .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

/* append */
#dummy-gd .coupon-list-filter .col-md-3{
    padding-left: 0px;
}

/* append */
#dummy-gd #role-list-table-body .room-list-row td {
    vertical-align: middle;
}

/* append */
#dummy-gd #role-add {
    width: 62%;
    margin: 0 auto;
}

/* append */
#dummy-gd #reservation-result-table-body {
    background: #FFFFFF;
}

/* append */
#dummy-gd #resavation-request-approve-btn {
    margin-bottom: 0px;
}

/* append */
#dummy-gd tbody tr td a.btn.btn-primary {
    width: auto!important;
}

/* カレンダー周り？hope_visitのクラス未使用？ */
/* append */
.hope_visit > div:first-child{
    display: flex;
    flex-direction: column;
    font-size: 32px;
    max-width: 340px;
    margin-right: 20px;
}
/* append */
.hope_visit .hope {
    font-size: 14px;
}
/* append */
.hope_visit > div:last-child{
    margin-top: 21px;
    max-width: 700px;
    min-width: 700px;
    display: flex;
    flex-flow: wrap;
}
/* append */
.hope_visit {
    display: flex;
}
/* append */
.hope_date {
    width: 135px;
    height: 50px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #02A7CD;
    font-size: 32px;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 3px 10px;
    border-radius: 10px;
    color: #02a7cd;
    margin: 3px 2px;
}
/* append */
@media (max-width: 1810px) {
    .hope_visit {
        flex-direction: column;
        margin-top: 20px;
    }
    .hope_visit > div:last-child{
        margin-left: 0px;
        margin-top: 0px;
        min-width: auto;
    }
}


