﻿@charset "UTF-8";

/* -------------------------------- */
/* 協和 メイン css */
/* -------------------------------- */

/* ---------- jqGrid ---------- */
.ui-jqgrid tr.jqgrow.grid-master-account-row {
    font-size: 14px;
    height: 45px !important;
    background: #ececec;
}

.ui-jqgrid tr.jqgrow.grid-even-row {
    background: #f6f6f6;
}

.ui-jqgrid tr.jqgrow.grid-delete-row {
    background: #ff9191;
}

.ui-jqgrid tr.jqgrow.grid-cancel-row {
    background: #fff8a2;
}

.ui-jqgrid tr.jqgrow.grid-exclusion-row {
    background: #b9b9b9;
}

.ui-jqgrid tr.jqgrow.grid-enelukdisconnect-row {
    background: #ddebce;
}
.ui-jqgrid tr.jqgrow.grid-selected-row {
    background-color: var(--search-card-color);
}

/* -------------------------------- */
/* タブレットでの入力画面 */
/* -------------------------------- */

.tablet-input-page-area {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 0 10px 50px 10px;
}

    /* タイトル */
    .tablet-input-page-area .title-label {
        align-items: center;
        display: flex;
        flex-flow: row;
        font-size: 30px;
        font-weight: bold;
        width: max-content;
    }

        .tablet-input-page-area .title-label.blue {
            color: #003686;
        }

        .tablet-input-page-area .title-label .square {
            background-color: #003686;
            width: 25px;
            height: 40px;
            margin-right: 5px;
        }

    .tablet-input-page-area .explanation-label {
        font-size: 30px;
        font-weight: unset;
        padding: 0px 0 10px 0;
    }

    /* 入力フォーム */
    .tablet-input-page-area .form-group {
        display: flex;
        flex-flow: column;
        gap: 5px;
        padding: 20px;
        min-width: 800px;
        font-size: 30px;
    }

    .tablet-input-page-area .input-item {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .tablet-input-page-area .input-item .input-title {
            color: #003686;
            display: flex;
            flex-flow: row;
            align-items: center;
            padding: 0 5px;
            margin: 0;
            min-height: 36px;
            width: 300px;
            min-width: 300px;
            max-width: 300px;
        }

            .tablet-input-page-area .input-item .input-title label + span {
                margin-left: auto;
            }

            .tablet-input-page-area .input-item .input-title span {
                border-radius: 15px;
                padding: 0 5px;
                margin-left: 3px;
                font-size: 13px;
            }

            .tablet-input-page-area .input-item .input-title label + span {
                margin-left: auto;
            }

            .tablet-input-page-area .input-item .input-title .required {
                color: white;
                background-color: red;
                /*幅固定*/
                width: 37px;
                min-width: 37px;
                max-width: 37px;
            }

        .tablet-input-page-area .input-item .readonly-content {
            padding: 0 10px;
            background-color: lightgray;
            border-radius: 5px
        }

        .tablet-input-page-area .input-item .input-area {
            display: flex;
            flex-flow: row;
            min-height: 45px;
            width: 500px;
            min-width: 500px;
            max-width: 500px;
            gap: 5px;
            align-items: center;
        }

        .tablet-input-page-area .input-item .input-half-area {
            width: 300px;
            min-width: 300px;
        }

        .tablet-input-page-area .input-item .input-area select {
            width: 100%;
            height: 45px;
            font-size: 30px;
            font-family: Noto Sans CJK JP, Noto Sans JP, sans-serif;
        }

        .tablet-input-page-area .input-item .input-area option {
            font-size: 23px;
        }

        .tablet-input-page-area .input-item .input-area .selectMultiple {
            width: 100%;
            height: 45px;
            font-size: 30px;
        }

        .tablet-input-page-area .input-item .input-area .form-control {
            width: 100%;
            height: 45px;
            font-size: 30px;
        }

        .tablet-input-page-area .input-item .input-area .input-row-group {
            display: flex;
            gap: 5px;
        }

            .tablet-input-page-area .input-item .input-area .input-row-group select {
                width: 100%;
            }

            .tablet-input-page-area .input-item .input-area .input-row-group button {
                width: 150px;
            }

        .tablet-input-page-area .input-item .input-area label {
            margin-left: 5px;
            display: block;
        }

        .tablet-input-page-area .input-item .input-area .display-only-item {
            line-height: 36px;
        }

        .tablet-input-page-area .input-item .input-area .separate-selecter {
            user-select: none;
            width: fit-content;
        }

        .tablet-input-page-area .input-item .input-remarks {
            display: flex;
            flex-flow: row;
            align-items: center;
            min-width: 100px;
            min-height: 45px;
            gap: 5px;
            align-items: center;
        }

            .tablet-input-page-area .input-item .input-remarks .input-category-area {
                display: flex;
                gap: 5px;
                height: 100%;
            }

                .tablet-input-page-area .input-item .input-remarks .input-category-area .input-category {
                    padding: 5px;
                    margin-right: 5px;
                    width: 75px;
                    align-content: center;
                    text-align: center;
                }

    .tablet-input-page-area .ui-jqgrid tr.jqgrow {
        font-size: 20px;
        height: 40px;
        border-bottom: 1px solid #d3d6de;
    }

    .tablet-input-page-area .ui-jqgrid-labels {
        background-color: #f0efee;
        border-bottom: 1px solid #f0efee;
        font-weight: bold;
        font-size: 20px;
        height: 40px;
    }

    .tablet-input-page-area .calendar-select-area {
        width: 100%;
    }

        .tablet-input-page-area .calendar-select-area .btn-calendar {
            padding-left: 50px;
            width: 100%;
            height: 45px;
            line-height: 41px;
            border: 1px solid var(--header-color);
            border-radius: 5px;
            font-size: 30px;
            background: #fff url(../../img/icon_calendar-day.svg) 10px / 30px no-repeat;
            cursor: pointer;
        }

            .tablet-input-page-area .calendar-select-area .btn-calendar span {
                font-size: 30px;
                padding-right: 0.5vw;
            }

.modal .modal-container .modal-content.index-modal {
    height: 54.2vw;
    width: 88.5vw;
}

.modal .modal-container .index-modal .modal-main .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .modal .modal-container .index-modal .modal-main .footer .button {
        width: 15.6vw;
        height: 4.2vw;
        border-radius: 2.1vw;
        line-height: 4.2vw;
        background-color: #fff;
        border: solid 0.3vw #d6d7db;
        font-size: 1.88vw;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin: 0 2.76vw;
    }


    .modal .modal-container .index-modal .modal-main .footer .right {
        margin-left: auto;
    }


.tablet-modal-body .tablet-modal-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    justify-content: space-between;
    padding: 0px 33px;
}

    .tablet-modal-body .tablet-modal-header .right {
        margin-left: auto;
    }

.tablet-modal-body .title .title-label {
    color: #003686;
    font-size: 32px;
    font-weight: bold;
}

.tablet-modal-input-page-area {
    overflow-x: auto;
    padding: 10px 66px;
    height: 36.9vw;
}

    .tablet-modal-input-page-area .title-label {
        align-items: center;
        display: flex;
        flex-flow: row;
        font-size: 30px;
        font-weight: bold;
    }

    .tablet-modal-input-page-area .form-group {
        display: flex;
        flex-flow: column;
        gap: 5px;
        min-width: 800px;
        font-size: 30px;
    }

    .tablet-modal-input-page-area .ui-jqgrid tr.jqgrow {
        font-size: 20px;
        height: 50px;
        border-bottom: 1px solid #d3d6de;
    }

    .tablet-modal-input-page-area .ui-jqgrid-labels {
        background-color: #E1E1E1;
        border-bottom: 1px solid #d3d6de;
        font-weight: bold;
        font-size: 20px;
        height: 40px;
    }

    .tablet-modal-input-page-area .btn.btn-white {
        height: 38px;
        background-color: #fff;
        border: 1px solid #1f6bff;
        color: #1f6bff;
        line-height: 32px;
        padding: 0 25px;
    }

    .tablet-modal-input-page-area .custom-jqgrid .sort {
        font-size: 20px;
    }

    .tablet-modal-input-page-area .custom-jqgrid option {
        font-size: 14px;
    }

    .tablet-modal-input-page-area .custom-jqgrid .ui-jqgrid-labels {
        background-color: #f0efee;
        border-bottom: 1px solid #f0efee;
        font-weight: bold;
        font-size: 20px;
        height: 40px;
    }

/* -------------------------------- */
/* タブレットでの入力画面 ↑ */
/* -------------------------------- */

/* -------------------------------- */
/* 初期セットアップ画面 ↓ */
/* -------------------------------- */

.tablet-input-area {
    color: #003686;
    flex-flow: column;
    background: #f6f6f6;
    width: 50%;
    max-width: 1000px;
    height: 81%;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    display: flex;
    border-radius: 20px;
}

    .tablet-input-area .footer {
        position: sticky;
        display: flex;
        justify-content: space-between;
        width: 100%;
        z-index: 10;
        background: #f6f6f6;
        padding-bottom: 10px;
        border-radius: 20px;
    }

        .tablet-input-area .footer .page-count {
            font-size: 23px;
            align-items: flex-end;
            display: flex;
        }

    .tablet-input-area .tablet-input-page-area {
        padding: 20px;
        overflow-x: auto;
        height: 100%;
    }

        .tablet-input-area .tablet-input-page-area .head-title {
            font-size: 40px;
            font-weight: bold;
            text-align: center;
        }

        .tablet-input-area .tablet-input-page-area .title {
            font-size: 35px;
            font-weight: bold;
            padding-top: 5px;
        }

        .tablet-input-area .tablet-input-page-area .guidance-text {
            font-size: 22px;
        }

        .tablet-input-area .tablet-input-page-area .form-group {
            display: flex;
            flex-flow: column;
            gap: 20px;
            padding: 0px;
            min-width: 650px;
            font-size: 30px;
            padding-top: 15px;
        }

        .tablet-input-area .tablet-input-page-area .title-label {
            color: #003686;
            align-items: center;
            display: flex;
            flex-flow: row;
            font-size: 30px;
            font-weight: bold;
            width: max-content;
        }

        .tablet-input-area .tablet-input-page-area .input-item {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

            .tablet-input-area .tablet-input-page-area .input-item .input-title {
                color: #003686;
                display: flex;
                flex-flow: row;
                align-items: center;
                padding: 0 5px;
                margin: 0;
                min-height: 36px;
                width: 300px;
                min-width: 300px;
                max-width: 300px;
            }

            .tablet-input-area .tablet-input-page-area .input-item .input-area {
                display: flex;
                flex-flow: row;
                min-height: 45px;
                width: 500px;
                min-width: 500px;
                max-width: 500px;
                gap: 5px;
                align-items: center;
            }

            .tablet-input-area .tablet-input-page-area .input-item .input-remarks {
                display: flex;
                flex-flow: row;
                align-items: center;
                min-width: 100px;
                min-height: 45px;
                gap: 5px;
                align-items: center;
            }

        .tablet-input-area .tablet-input-page-area select:not([multiple]) {
            height: 40px;
        }

        .tablet-input-area .tablet-input-page-area .ui-jqgrid tr.jqgrow {
            height: 43px;
        }

/* -------------------------------- */
/* 初期セットアップ画面 ↑ */
/* -------------------------------- */

.kng-btn {
    min-width: 180px;
    height: 55px;
    border-radius: 40px;
    line-height: 55px;
    background-color: #fff;
    border: solid 5px #d6d7db;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 15px;
}

.store-menu-area .btn {
    height: 48px;
    font-size: 24px !important;
    line-height: 48px;
}

    .store-menu-area .btn.btn-blue,
    .tablet-modal-body .btn.btn-blue {
        color: #fff;
        background-color: #4d8cca;
        background-image: none;
    }

        .store-menu-area .btn.btn-blue:disabled,
        .tablet-modal-body .btn.btn-blue:disabled {
            background: #aaa;
            color: #fff;
        }

    .store-menu-area .btn.btn-red,
    .tablet-modal-body .btn.btn-red {
        color: #fff;
        background-color: #DC5310;
        background-image: none;
    }

        .store-menu-area .btn.btn-red:disabled,
        .tablet-modal-body .btn.btn-red:disabled {
            background: #aaa;
            color: #fff;
        }

    .store-menu-area .btn.btn-orange,
    .tablet-modal-body .btn.btn-orange {
        color: #fff;
        background-color: #EFC42D;
        background-image: none;
    }

    .store-menu-area .btn.btn-orange:disabled
    .tablet-modal-body .btn.btn-orange:disabled {
        background: #aaa;
        color: #fff;
    }

    .store-menu-area .btn.btn-green,
    .tablet-modal-body .btn.btn-green {
        color: #fff;
        background-color: #f1f6e0;
        background-image: none;
    }

        .store-menu-area .btn.btn-green:disabled,
        .tablet-modal-body .btn.btn-green:disabled {
            background: #aaa;
            color: #fff;
        }

    .store-menu-area .btn.btn-yellow,
    .tablet-modal-body .btn.btn-yellow {
        color: #fff;
        background-color: #EFC42D;
        background-image: none;
    }

        .store-menu-area .btn.btn-yellow:disabled,
        .tablet-modal-body .btn.btn-yellow:disabled {
            background: #aaa;
            color: #fff;
        }

    .store-menu-area .btn.btn-white,
    .tablet-modal-body .btn.btn-white {
        height: 35px;
        background-color: #fff;
        border: 1px solid #4d8cca;
        color: #4d8cca;
        line-height: 35px;
        padding: 0 25px;
    }

        .store-menu-area .btn.btn-white:disabled,
        .tablet-modal-body .btn.btn-white:disabled {
            background: #aaa;
            color: #fff;
        }

    .store-menu-area .btn.btn-grey,
    .tablet-modal-body .btn.btn-grey {
        color: #fff;
        background-color: grey;
    }


input[type="month"].border {
    border: 1px solid var(--header-color) !important;
    background-color: #fff;
}

input[type="month"].error-border {
    border: 1px solid #EE8484 !important;
    background-color: #fff;
}

/* -------------------------------- */
/* ホロンクリエイト style css 手直し */
/* -------------------------------- */
.contents .goal-rank .rank .order .ranking {
    display: inline;
}

.contents .goal-rank .rank .internal .order span.unit {
    width: 1.5vw;
}

input.btn-calendar {
    color: rgb(0, 54, 134);
}

.contents .graph-area .information .electricity-consumption .amount {
    font-size: 2.1vw;
}

.contents .pawer-curve-area .guidance .carousel-inner .carousel-item .advice .sentence {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.datepicker {
    z-index: 1001;
}

.modal {
    z-index: 1000;
}

.ui-jqgrid .ui-jqgrid-view {
    z-index: 99;
}

    .modal .modal-container .modal-content.saveing-action .modal-body .theme .theme-icon {
        height: 5.7vw;
        width: 5.7vw;
        line-height: 5.7vw;
        border-radius: 3vw;
        font-size: 3vw;
        background-color: #ffffff;
        text-align: center;
    }

        .modal .modal-container .modal-content.saveing-action .modal-body .theme .theme-icon i {
            margin-right: 0;
        }

    .modal .modal-container .modal-content.saveing-action .footer .btn_check .people {
        z-index: 2;
    }

    .modal .modal-container .modal-content.saveing-action .footer .button-area .btn-equipment.registered,
    .modal .modal-container .modal-content.saveing-action .footer .button-area .btn-implementation.registered {
        background-color: #efc42d;
    }
