﻿
.center {
    text-align: center;
}
.right {
    text-align: right;
}

/* コンポーネント隙間対策 */
.headgap {
    margin-top: 6px;
}
.head2 {
    margin-top: 6px;
}
.bottom {
    margin-bottom: 12px;
}
.bottom2 {
    padding-bottom: -32px;
}
/* 問診票_質問専用 */
.head_Interview {
    margin-top: 16px;
}

/* 見出し用カラー */
.titlecolorsetting {
    background-color: darkorange;
    color: #fff;
    margin-bottom: 6px;
}
/* 見出し用カラー２ */
.titlecolorsetting_2 {
    background-color: yellowgreen;
    color: #fff;
    margin-bottom: 6px;
}
/* 見出し用カラー３ */
.titlecolorsetting_3 {
    background-color: deepskyblue;
    color: #fff;
    margin-bottom: 6px;
}
/* 枠用カラー１ */
.bodercolorsetting_1 {
    border-color: #888;
}
/* カラム用カラー１ */
.Columncolorsetting_1 {
    background-color: #F84;
    color: white;
}
/* 枠設定 */
.bodersetting {
    /*
    border: 1px solid darkorange;
    padding: 4px 10px 4px 10px;
        */
}
/* 枠設定 */
.bodersetting_2 {
    /*
    border: 1px solid yellowgreen;
    padding: 4px 10px 4px 10px;
        */
}
/* 枠設定 */
.bodersetting_3 {
    /*
    border: 1px solid deepskyblue;
    padding: 4px 10px 4px 10px;
    */
}
/* 枠設定 */
.bodersetting_out {
    border: 2px solid gray;
    padding: 14px 2px 14px 2px;
}

/* 項目枠設定 */
.DisplayFont {
    font-size: 16px;
    white-space: nowrap;
}

/* テキスト設定 センタリング */
.TextCenterSet {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

/* ボタン設定 */
.ButtonSet {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.ButtonNonStyle {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
    border: none;
    background: transparent;
}

.buttonsize {
    width:40px;
    height:24px;
}

.text_vercenter {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left;
}

table.table_width_auto {
    table-layout: fixed;
    width: 100%;
}

td.td_width_50 {
    width: 50%;
}

td.td_width_60 {
    width: 60%;
}

td.td_width_40 {
    width: 40%;
}

@media screen and (min-width: 574px) {
    .main_content {
        width:66%;
    }
}

@media screen and (max-width: 574px) {
    .main_content {
        width: 100%;
    }
}

.RadzenFieldset_FontColor {
    color: orange;
}

.RadzenFieldset_Border {
    border-color: orange;
}

/** 売上表追加 **/
.rz-dropdown .rz-placeholder {
    font-size: 12px;
    margin-top: 5px;
}

.sales-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.company-name {
    width: 100%;
}

.group-name {
    width: 100%;
}

.day-wrap {
    display: flex;
    align-items: flex-start;
}

.period-2nd {
    width: 100%;
}

.period {
    width: 90px;
}

.year {
    width: 90px;
    display: flex;
    align-items: center;
}

.day {
    width: 85px;
    display: flex;
    align-items: center;
}

.total-title {
    display: inline-block;
    position: relative;
    background-color: #444444;
    width: 100px;
    border: solid 1px #7e7e7e;
    overflow: hidden;
    padding: 3px 0;
    color: #fff;
    text-align: center;
}

div.period .rz-clear .rz-dropdown-label {
    padding-right: 1rem;
}

div.year .rz-clear .rz-dropdown-label {
    padding-right: 1rem;
}

div.day .rz-clear .rz-dropdown-label {
    padding-right: 0;
}

.time-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.sales-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.summary-wrap {
    margin: 3% 0;
}

@media (min-width: 768px) {
    div.sales-button .rz-button-md {
        padding: 0 30%;
    }
}

@media screen and (max-width: 769px) {

    .day-wrap {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .sales-button {
        text-align: center;
        margin: 5% 0;
    }

    .summary-wrap {
        margin: 0 0 5% 0;
    }

    .time-wrap-2nd {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}


@media (min-width: 576px) {
}

/** 施術記録 **/
.MedicalReportSet {
    min-width: 36px;
    width: 96px;
    word-break: break-all;
}

/*　施術記録スクロールバーの実装 */
.MedicalReport_tbl_sticky {
    overflow-y: auto;
    /*height: 742px;*/
    width: 100%;
    margin: 0 auto;
}

    .MedicalReport_tbl_sticky table {
        margin: 0 auto;
        padding: 0;
        border-collapse: collapse;
        font-size: 12px;
    }

    .MedicalReport_tbl_sticky thead {
        background: #eee;
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        left: 0px;
        z-index: 3;
        pointer-events: none;
    }
        .MedicalReport_tbl_sticky thead:before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            width: 100%;
            height: 100%;
            z-index: 3;
            pointer-events: none;
        }
        .MedicalReport_tbl_sticky thead th {
            min-width: 60px;
            position: -webkit-sticky;
            position: sticky;
            top: 0px;
            left: 0px;
            z-index: 2;
            pointer-events: none;
        }
            .MedicalReport_tbl_sticky thead th:before {
                content: "";
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                z-index: 2;
                border: 1px solid #444;
                pointer-events: none;
            }
            .MedicalReport_tbl_sticky thead th:first-child {
                position: -webkit-sticky;
                position: sticky;
                top: 0px;
                left: 0px;
                z-index: 4;
                pointer-events: none;
            }

    .MedicalReport_tbl_sticky td {
        border: 1px solid #444;
        min-width: 60px;
        background-color: white;
        z-index: 4;
    }

    .MedicalReport_tbl_sticky tbody {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

        .MedicalReport_tbl_sticky tbody:before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 1;
            pointer-events: none;
        }

        .MedicalReport_tbl_sticky tbody th {
            position: -webkit-sticky;
            position: sticky;
            top: 0px;
            left: 0px;
            z-index: 2;
            pointer-events: none;
        }

            .MedicalReport_tbl_sticky tbody th:before {
                content: "";
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                z-index: 2;
                border: 1px solid #444;
                pointer-events: none;
            }

            .MedicalReport_tbl_sticky tbody th:first-child {
                position: -webkit-sticky;
                position: sticky;
                top: 0px;
                left: 0px;
                z-index: 2;
                pointer-events: none;
            }

/*　集計表 実績 サイズ指定 */
.Achievement_tbl_sticky {
}
    .Achievement_tbl_sticky table {
    }
    .Achievement_tbl_sticky thead {
    }
        .Achievement_tbl_sticky thead th {
            width: 120px;
            min-width: 120px;
        }
    .Achievement_tbl_sticky td {
    }
    .Achievement_tbl_sticky tbody {
    }


/*　施術記録スクロールバーの実装 無料体験 */
.MedicalReport_tbl_sticky2 {
    overflow-y: auto;
    height: 300px;
    width: 100%;
    margin: 0 auto;
}

    .MedicalReport_tbl_sticky2 table {
        margin: 0 auto;
        padding: 0;
        border-collapse: collapse;
        font-size: 12px;
    }

    .MedicalReport_tbl_sticky2 thead {
        background: #eee;
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        left: 0px;
        z-index: 3;
        pointer-events: none;
    }

        .MedicalReport_tbl_sticky2 thead:before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            width: 100%;
            height: 100%;
            z-index: 3;
            pointer-events: none;
        }

        .MedicalReport_tbl_sticky2 thead th {
            min-width: 60px;
            position: -webkit-sticky;
            position: sticky;
            top: 0px;
            left: 0px;
            z-index: 2;
            pointer-events: none;
        }

            .MedicalReport_tbl_sticky2 thead th:before {
                content: "";
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                z-index: 2;
                border: 1px solid #444;
                pointer-events: none;
            }

            .MedicalReport_tbl_sticky2 thead th:first-child {
                position: -webkit-sticky;
                position: sticky;
                top: 0px;
                left: 0px;
                z-index: 4;
                pointer-events: none;
            }

    .MedicalReport_tbl_sticky2 td {
        border: 1px solid #444;
        min-width: 60px;
        background-color: white;
        z-index: 4;
    }

    .MedicalReport_tbl_sticky2 tbody {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

        .MedicalReport_tbl_sticky2 tbody:before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 1;
            pointer-events: none;
        }

        .MedicalReport_tbl_sticky2 tbody th {
            position: -webkit-sticky;
            position: sticky;
            top: 0px;
            left: 0px;
            z-index: 2;
            pointer-events: none;
        }

            .MedicalReport_tbl_sticky2 tbody th:before {
                content: "";
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                z-index: 2;
                border: 1px solid #444;
                pointer-events: none;
            }

            .MedicalReport_tbl_sticky2 tbody th:first-child {
                position: -webkit-sticky;
                position: sticky;
                top: 0px;
                left: 0px;
                z-index: 2;
                pointer-events: auto;
            }


/*　集計ヘッダー固定 */
.sticky_table table {
    margin: 0 auto;
    padding: 0;
    border-collapse:separate;
    border-spacing:0;
    font-size: 12px;
}
.sticky_table thead {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left:0;
    /* tbody内のセルより手前に表示する */
    z-index: 3;
}
.sticky_table thead:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}
.sticky_table th:first-child {
    /* 横スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}
.sticky_table thead th:first-child {
    /* ヘッダー行内の他のセルより手前に表示する */
    z-index: 2;
}
.sticky_table tbody {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.sticky_table_wrapper {
    overflow: scroll;
}


.responsive-table {
    padding: 0;
    margin: 0 0 0 0;
    overflow: auto;
    white-space: nowrap;
    background-color:white;
}
.responsive-table table {
    border-collapse: separate;
    border-spacing: 0;
    width: auto;
}
    .responsive-table thead {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        min-width: 80px;
        z-index: 2;
    }
        .responsive-table thead th,
        .responsive-table thead td {
            background-color: #fff;
            border-right: 1px solid darkgray;
            border-bottom: 1px solid darkgray;
            padding: 0;
            white-space: nowrap;
            min-width: 80px;
        }
        .responsive-table thead tr:first-child th,
        .responsive-table thead tr:first-child td {
            border-top: 1px solid darkgray;
        }
        .responsive-table thead th:first-child,
        .responsive-table thead td:first-child {
            border-left: 1px solid darkgray;
        }
    .responsive-table thead th.fixed-cell,
    .responsive-table thead td.fixed-cell {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        min-width: 80px;
        z-index: 3;
    }
    .responsive-table tfoot {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        min-width: 80px;
        z-index: 2;
    }
        .responsive-table tfoot th,
        .responsive-table tfoot td {
            background-color: #fff;
            border-right: 1px solid darkgray;
            border-bottom: 1px solid darkgray;
            padding: 0;
            white-space: nowrap;
            min-width: 80px;
        }
        .responsive-table tfoot tr:first-child th,
        .responsive-table tfoot tr:first-child td {
            border-top: 1px solid darkgray;
        }
        .responsive-table tfoot th:first-child,
        .responsive-table tfoot td:first-child {
            border-left: 1px solid darkgray;
        }
        .responsive-table tfoot th.fixed-cell,
        .responsive-table tfoot td.fixed-cell {
            position: -webkit-sticky;
            position: sticky;
            bottom: 0;
            left: 0;
            min-width: 80px;
            z-index: 3;
        }
    .responsive-table tbody th,
    .responsive-table tbody td {
        background-color: #fff;
        border-right: 1px solid darkgray;
        border-bottom: 1px solid darkgray;
        padding: 0;
        white-space: nowrap;
        min-width: 80px;
    }
    .responsive-table tbody tr:first-child th,
    .responsive-table tbody tr:first-child td {
        border-top: 1px solid darkgray;
    }
    .responsive-table tbody th:first-child,
    .responsive-table tbody td:first-child {
        border-left: 1px solid darkgray;
    }
    .responsive-table tbody th.fixed-cell,
    .responsive-table tbody td.fixed-cell {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        min-width: 80px;
        z-index: 1;
    }




/*=====================================
ログイン
=====================================*/
/* スケール固定  */
.container_Login {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}
/*=====================================
マイページ
=====================================*/
/* スケール固定  */
.container_MyPage {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
/*=====================================
日計表
=====================================*/
/* スケール固定  */
.container_List {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.container_ListColumm {
    background-color: #fff;
}
/*=====================================
RadzenDataGridカラム高さ調整
=====================================*/
.RadzenDataGrid_ColummHeight {
    padding: 0;
}
    .RadzenDataGrid_ColummHeight table {
        padding: 0;
    }
        .RadzenDataGrid_ColummHeight table tbody td {
            padding-top: 0px;
            padding-bottom: 0px;
            padding-left: 5px;
            line-height: 1.0;
        }
/*=====================================
コミッション
=====================================*/
/* スケール固定  */
.container_Commision {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.container_CommisionColumm {
    background-color: #fff;
}

/*=====================================
ユーザー画面
=====================================*/
/* スケール固定  */
.container_User {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.on_print {
    visibility:collapse;
}
/*=====================================
印刷用CSS
=====================================*/
@media print {
    .on_print {
        background-color:#fff;
        visibility: visible;
    }
    .no-print {
        display: none;
        visibility: collapse;
    }
}