/*
    サイト独自のCSSを記述する際は、このファイルに書く
*/

@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/*@import url('https://fonts.googleapis.com/css?family=Varela+Round');*/

/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/

a, .btn-link {
    color: #0366d6;
}

/* pwd visable css start */
.e-input-eye:before {
    content: '\e345';
    font-family: e-icons;
    font-size: 13px;
}
/* pwd visable css end */

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    min-width: 6.6em;
}

.btn-min {
    /* Button「保存」「検索」「追加」共通 Start */
    min-width: 6.6em;
    height: 2.4em;
    margin-right: 10px;
    white-space: nowrap;
    /* Button「保存」「検索」「追加」共通 End */
}

/* 長さ参考
.col-sm-3 {    -ms-flex: 0 0 25%;           flex: 0 0 25%;           max-width: 25%         }
.col-sm-4 {    -ms-flex: 0 0 33.333333%;    flex: 0 0 33.333333%;    max-width: 33.333333%  }
上によって以下に設定しました*/
/*.col-sm-3-2 {
    -ms-flex: 0 0 26.666%;
    flex: 0 0 26.666%;
    max-width: 26.666%
}*/

/*虫眼鏡 Start*/
.searchForm-submit {
    position: absolute;
    width: 38px;
    height: 38px;
    top: calc(50% - 19px);
    right: 0;
    border-radius: 0 4px 4px 0;
    background: #999;
    /*margin-left: 1.06em;*/
}

    .searchForm-submit::before {
        position: absolute;
        content: '';
        width: 15px;
        height: 15px;
        top: calc(50% - 9px);
        left: calc(50% - 9px);
        border-radius: 50%;
        box-shadow: 0 0 0 2px #fff;
    }

    .searchForm-submit::after {
        position: absolute;
        content: '';
        width: 8px;
        height: 6px;
        top: calc(50% + 6px);
        left: calc(50% + 2px);
        border-top: solid 2px #fff;
        transform: rotate(45deg);
    }
/*虫眼鏡 End*/

.th-asc {
    display: block;
    float: right;
    margin: 0px 0 0px 0;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent black transparent;
}

.th-desc {
    display: block;
    float: right;
    margin: 10px 0 -10px 0;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: black transparent transparent transparent;
}

/* Master Table border="2" start */
/* border=n 
 * 枠線の太さを指定します。この属性を記述しない
    、または、0 を指定すると枠線を表示しません。
    HTML5 では 1 のみ指定可能で、太さはスタイル
    シートを用いるようになります。HTML Living 
    Standard では廃止されました。 */

.table-border2 {
    border: 2px solid;
}

    .table-border2 th, .table-border2 td {
        border-left: solid 1px;
        border-right: 1px solid;
    }

/* Master Table border="2" end */

/* Master Table tr style start */
.MasterTable-tr {
    background: #DDEBF7;
    text-align: center;
}

    .MasterTable-tr th {
        cursor: pointer;
    }

        .MasterTable-tr th.second {
            background: #ddd;
        }

.table tbody td {
    text-align: center;
}

/* Master Table tr style end */

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/*画面レイアウト関係 Start*/
.header-wrapper {
    width: 100%;
    justify-content: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
    background: #1F4E78;
    color: white;
}

.header-box-wrapper {
    height: 50px;
    /*
    display: flex;
    */
    align-items: center;
    background: #1F4E78;
    margin: 0 auto;
}

.headerParent {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.headerItem {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    /*ハンバーガーのアイコン分*/
    margin-left: 40px;
}

.headerItemOver {
    cursor: pointer
}

.navmenu_summary {
    background: #1F4E78;
    color: white;
    height: 30px;
    font-size: medium;
    /*padding: 2px;*/
}

.content-wrapper {
    display: flex;
    padding: 5px 0;
}

.main-content {
    width: 100%;
    padding: 10px 10px 10px 10px;
    /*
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    margin-right: 10px;
    background: #ccc;
    */
}

/*画面レイアウト関係 End*/


/*サイドメニュー関係 Start*/

.side-bar-content {
    width: 270px;
    /*
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 125px;
    height: 150px;
    border: 1px solid;
    */
}

.sidebarMenuChildItem {
    height: 50px;
}

#sidebarMenu {
    height: 92%;
    position: fixed;
    left: 0;
    width: 270px;
    margin-top: 0px;
    transform: translateX(-270px);
    transition: transform 350ms ease-in-out;
    background: #FFFFFF;
    overflow-y: scroll;
    z-index: 99;
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

    .sidebarMenuInner li {
        list-style: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 20px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

        .sidebarMenuInner li span {
            display: block;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.50);
        }

        .sidebarMenuInner li a {
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            cursor: pointer;
            text-decoration: none;
        }

.hamburger-menu:checked ~ #sidebarMenu {
    transform: translateX(0);
}

.hamburger-menu {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

/* ハンバーガーメニュー */
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 98;
    height: 100%;
    width: 100%;
    top: 17px;
    left: 15px;
    height: 22px;
    width: 22px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

/*サイドメニュー関係 End*/

.file_select {
    height: 38px;
}

.table-select tbody tr.selected {
    background-color: #FFF1BF
}

.table-select tbody tr.unselect:hover {
    background-color: #d9e1f2
}

.table-select tbody tr.unselect:nth-child(2n):hover {
    background-color: #d9e1f2
}

.table-select tbody tr.unselect:nth-child(2n) {
    background-color: #F0F0F0
}


.table-sticky {
    display: block;
    overflow-y: scroll;
    max-height: calc(70vh - 70px);
}

    .table-sticky thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        background: #DDEBF7;
        border-bottom: #000;
        width: 1%;
    }

        .table-sticky thead th:first-child {
            z-index: 2;
        }

    .table-sticky th:first-child {
        /* 横スクロール時に固定する */
        position: sticky;
        left: 0;
        background: #DDEBF7;
        border-right: #000;
    }

.nowrap {
    white-space: nowrap;
}

#loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 999991;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity = 50);
    text-align: center;
    color: #007bff;
    padding-top: 350px;
}

    #loading span {
        font-size: 1.85em;
        color: #FFF;
    }

.spinner-border.spinner-custom {
    width: 8rem;
    height: 8rem;
    border: 0.5em solid currentColor;
    border-right-color: transparent;
}

/*.btn-search-modal {
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 38px;
    position: relative;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    cursor: pointer;
    background: #888;
}

    .btn-search-modal span {
        position: absolute;
        display: block;
        top: 48%;
        left: 48%;
        width: 54%;
        height: 54%;
        border-radius: 50%;
        margin: -.28em 0 0 -.28em;
        border: .1em solid #fff;
    }

        .btn-search-modal span::after {
            position: absolute;
            display: block;
            content: "";
            top: 50%;
            left: 50%;
            width: 72%;
            height: 36%;
            background: #fff;
            margin: .2em 0 0 .14em;
            transform: rotate(45deg);
        }
*/

.form-control.ctrl-srch-txt {
    /*アイコン38px分を減らす*/
    padding-right: .05rem;
    width: calc(15.0em - 42px);
    min-width: calc(15.0em - 42px);
}

.search-blank {
    display: inline-block;
    width: 38px;
}

.btn-blue {
    background: #0070C0;
}

.btn-blue-light {
    background: #00B0F0;
}

.btn-green {
    background: #00B050;
}

.btn-green-light {
    background: #92D050;
}

table td.numeric {
    text-align: right;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.table td.align-left {
    text-align: left;
}

/* InputFileボタン共通 Start */

.file-input-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

    .file-input-button input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

/* InputFileボタン共通 End */

.information {
    white-space: pre-wrap;
}


/* モーダルメッセージボックス ダイアログ Start */

.messagebox-detailmessage {
    width: 800px;
    height: 300px;
    overflow: scroll;
    border: 1px solid;
}

.messagebox-btn {
    display: block;
    margin: 0 0 0 auto;
}

.right {
    width: 310px;
    margin-left: auto;
}

/* モーダルメッセージボックス ダイアログ End */


/* 表示非表示 toggle start */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */

/* 表示非表示 toggle end */

/* 検索条件折り畳み start */
summary {
    cursor: pointer;
    /*margin-bottom: 0.7em;*/
    position: relative;
    display: block; /* 矢印を消す */
    padding-left: 20px; /* アイコン分の余白 */
}

    summary::-webkit-details-marker {
        display: none; /* 矢印を消す */
    }

    /* 疑似要素でアイコンを表示 */
    summary:before,
    summary:after {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }

    summary:before {
        width: 16px;
        height: 16px;
        border-radius: 4px;
        background-color: #1F4E78; /*#1da1ff;*/
    }

    summary:after {
        left: 6px;
        width: 5px;
        height: 5px;
        border: 4px solid transparent;
        border-left: 5px solid #fff;
        box-sizing: border-box;
        transition: .1s;
    }

details {
    transition: .5s;
}

    /* オープン時 */
    details[open] summary:after {
        transform: rotate(90deg); /* 90度回転 */
        left: 4px;
        top: 5px;
    }
/* 検索条件折り畳み end */

.col-form-label {
    display: inline-block;
    /*padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);*/
    padding: 0.25rem;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    vertical-align: middle;
    /* 縮小や横幅小さくする時 文字切れ 対応 start */
    /* 改行しない */
    /*    white-space: nowrap;*/
    width: 9.2rem;
    min-width: max-content;
    /*margin-left: 1.79em;*/
    margin-left: 0.9em;
    /* 縮小や横幅小さくする時 文字切れ 対応 end */
    /*margin-right: 1em;*/
}

    /*最小：省レイアウト*/
    .col-form-label.ctrl-label-min {
        display: inline-block;
        width: max-content;
    }

.input-group-text {
    padding: 0.25rem 0.75rem !important;
}

.form-control {
    display: block;
    /*width: 100%;*/
    /*height: calc(1.5em + 0.75rem + 2px);*/
    padding: 0.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    /*最小：省レイアウト*/
    .form-control.ctrl-text-min {
        display: inline-block;
        width: max-content;
    }

    /*最小：省レイアウト*/
    .form-control.ctrl-num-min {
        display: inline-block;
        width: max-content;
    }

    /*最小：省レイアウト*/
    .form-control.ctrl-select-min {
        display: inline-block;
        width: max-content;
    }

    /*最小：省レイアウト*/
    .form-control.ctrl-date-min {
        display: inline-block;
        width: max-content;
    }

    /*ワイド：備考など*/
    .form-control.ctrl-text-wide {
        display: inline-block;
        width: 45.0em;
    }

    .form-control ctrl-text {
    }

    .form-control ctrl-select {
    }

    .form-control.ctrl-date {
    }

.form-group {
    margin-bottom: 0.5rem;
    /*margin-right: 0.95em;*/
}

.col-sm-1 {
    /*        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%*/
}

.col-sm-2 {
    /*        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%*/
}

/* 必須マーク"*" */
.required::after {
    content: " * ";
    color: red;
    vertical-align: middle;
}

/* 必須マーク"(*)" */
.required-enclosed::after {
    content: "(*)";
    color: red;
}

.btn.up-down {
    width: 48px;
    font-size: large;
    text-align: center;
}

/* ファイルアップロード */
.file-input-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

    .file-input-button input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }


/*内容 from eva1.css Start*/

:root {
    font-size: 12px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    /*    margin-left: 1.5em;
    margin-right: -.5em;*/
    margin: 0;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input[disabled] ~ .form-check-label,
    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    vertical-align: middle;
    /*margin-right: 0.75rem;*/
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.input-group-multi .input-group-prepend, .input-group-multi .input-group-append,
.custom-input-group .custom-input-group-prepend, .custom-input-group .custom-input-group-append {
    /*width: 150px !important;*/
    width: 130px;
}

.input-group-multi .input-group-text,
.custom-input-group .input-group-text {
    width: 100% !important;
}

.input-group-multi .input-group:not(:last-child) .input-group-text, .input-group-multi .input-group:not(:last-child) .form-control .responsive-control {
    /*border-bottom: 0px !important;*/
}

.input-group-multi .input-group:not(:first-child) .input-group-text, .input-group-multi .input-group:not(:first-child) .form-control .responsive-control {
    /*border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.input-group-multi .input-group:not(:last-child) .input-group-text, .input-group-multi .input-group:not(:last-child) .form-control .responsive-control {
    /*border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-wrapper .input-group-inline-wrapper div:not(:first-child) .input-group-text {
    border-left: 1px solid #ced4da;
}

.input-group-wrapper .input-group .input-group-text {
    border-left: none;
    border-width: 0px 1px;
    border-radius: 0;
}

.input-group-wrapper .input-group .form-control .responsive-control,
.input-group-wrapper .input-group .custom-file-label {
    border-width: 0px 0px 0px 1px;
}

    .input-group-wrapper .input-group .custom-file-label::after {
        height: inherit;
    }

.input-group-wrapper .input-group {
    border-bottom: 1px solid #ced4da;
}

.input-group-wrapper > .input-group-inline-wrapper:last-child .input-group {
    border-bottom: none;
}

.input-group-wrapper > :not(.input-group-inline-wrapper).input-group:last-child {
    border-bottom: none;
}

.input-group-wrapper {
    border-radius: .2rem;
    border: 1px solid #ced4da;
}

    .input-group-wrapper .input-group-text {
        background-color: #eaeffa;
        width: 100px;
    }

/*内容 from eva1.css End*/

/*追加 Start*/

.small-table-width-73 {
    width: 73.666667%;
}
.small-table-width-45 {
    width: 45.333333%;
}

small-table-width-95 {
    width: 95.666667%;
}

.small-table-width-28 {
    width: 28.666667%;
}

/*スマートフォン対応*/
@media screen and (max-width: 720px) {
    .input-group-text {
        background-color: transparent !important;
        font-size: 13px !important;
        font-weight: bold !important;
        border-style: none !important;
        padding-bottom: 2px !important;
        padding-left: 6px !important;
    }

    .small-table-width-73, .small-table-width-45, .small-table-width-28 {
        width: 100%;
    }

    .responsive-control:disabled, .responsive-control[readonly] {
        -webkit-text-fill-color: black !important;
        opacity: 1;
    }
    
}
/*受講詳細画面＆教育詳細画面の最長テキストボックスのため Start*/
@media (min-width:768px) {
    .col-w-12 {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }

    .col-w-88 {
        -ms-flex: 0 0 88%;
        flex: 0 0 88%;
        max-width: 88%;
    }

    /*.input-disabled-text-color {
        -webkit-text-fill-color: black !important;
        opacity: 1;
    }*/
}
/*受講詳細画面＆教育詳細画面の最長テキストボックスのため End*/
.col-w-12, .col-w-88 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/*スマートフォン対応*/

.card {
    margin-right: -1px;
}

.nav-link {
    padding: .1rem 1rem;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 5px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f8f8f8 !important;
    opacity: 1
}

.menu_panel {
    vertical-align: top;
    padding: 1rem !important;
    background-color: aliceblue;
}

.menu_title {
    margin-top: 8px;
    /*padding: 3px 5px 0 5px;*/
    background-color: darkblue;
    width: 100%;
    vertical-align: middle;
    color: whitesmoke;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: default;
}

.tab_title {
    background-color: rgb(57,90,125);
}

.header-label {
    margin: 1em;
}

.sub-header-label {
    margin: 0.1em 1em;
}

/*チェックボックスのリストHeightとTextalign*/
.table-checkbox {
    display: block;
    overflow-y: auto;
    max-height: calc(50vh - 50px);
    text-align: left !important;
}

/*罫線がない項目に枠*/
.cntl-border {
    display: inline-block;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /*padding-top: .5em;
    padding-bottom: .5em;*/
}

/* 一覧 */
.custom-table {
    display: block;
    overflow-y: auto;
    border: 1px solid #dee2e6;
}

    .custom-table col {
        border: 1px solid #dee2e6;
    }

    .custom-table td {
        border: 1px solid #dee2e6;
        vertical-align: middle;
    }

    .custom-table th {
        width: 1%;
        background-color: #e9ecef;
        border: 1px solid #dee2e6;
        color: #495057;
        text-align: center;
        vertical-align: middle !important;
        position: sticky;
        top: -1px;
        z-index: 3;
    }

.custom-table-height-50 {
    max-height: calc(50vh - 50px);
}
.custom-table-height-48 {
    max-height: calc(48vh - 48px);
}


/*クリア・検索ボタンの項目*/
.clear-search-mr {
    margin-right: -27px;
}

/*クリアボタン*/
.btn-search-modal {
    display: inline-block;
    aspect-ratio: 1/1;
    position: relative;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    cursor: pointer;
    background: #888;
    color: white;
    padding: 0px;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

/*クリアボタン*/
.btn-clear-modal {
    display: inline-block;
    aspect-ratio: 1/1;
    position: relative;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    cursor: pointer;
    background: #888;
    color: white;
    padding: 0px;
}

.rounded-top-left {
    border-top-left-radius: .25rem !important;
}

.rounded-top-right {
    border-top-right-radius: .25rem !important;
}

.rounded-bottom-left {
    border-bottom-left-radius: .25rem !important;
}

.rounded-bottom-right {
    border-bottom-right-radius: .25rem !important;
}

hr.solid {
    border-top: 2px solid #999;
}

/*スマホにラベルとテキストボックスなどは一つすず行する為 Start*/
.responsive-control {
    display: block;
    /*width: 100%;*/
    /*height: calc(1.5em + 0.75rem + 2px);*/
    /*padding: 0 0.3rem;*/
    /*評価とMerge*/
    padding: 0.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .responsive-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

    .responsive-control.ctrl-srch-txt {
        /*アイコン38px分を減らす*/
        padding-right: .05rem;
        width: calc(15.0em - 42px);
        min-width: calc(15.0em - 42px);
    }

    /*最小：省レイアウト*/
    .responsive-control.ctrl-text-min {
        display: inline-block;
        width: max-content;
    }

    /*最小：省レイアウト*/
    .responsive-control.ctrl-num-min {
        display: inline-block;
        width: max-content;
    }

    /*最小：省レイアウト*/
    .responsive-control.ctrl-select-min {
        display: inline-block;
        width: max-content;
    }

    /*最小：省レイアウト*/
    .responsive-control.ctrl-date-min {
        display: inline-block;
        width: max-content;
    }

    /*ワイド：備考など*/
    .responsive-control.ctrl-text-wide {
        display: inline-block;
        width: 45.0em;
    }

    .responsive-control ctrl-text {
    }

    .responsive-control ctrl-select {
    }

    .responsive-control.ctrl-date {
    }

    .responsive-control:disabled, .responsive-control[readonly] {
        background-color: #f8f8f8 !important;
        opacity: 1
    }

    /*スマホにラベルとテキストボックスなどは一つすず行する為 End*/


/*ESign用ポップアップ*/
.eSign-btn {
    text-align: center !important;
    width: 200px !important;
    height: 40px !important;
}

.eSign-select {
    height: 30px !important;
}

.w-40 {
    width: 40% !important
}

.item-center {
    margin:0 auto;
}

.col-width-10 {
    max-width: 10px !important;
    min-width: 10px !important;
}

.col-width-80 {
    max-width: 80px !important;
    min-width: 80px !important;
}

.col-width-150 {
    max-width: 150px !important;
}
.col-width-600 {
    max-width: 600px !important;
    min-width: 600px !important;
}

.col-width-200 {
    max-width: 200px !important;
    min-width: 200px !important;
}

.col-width-250 {
    max-width: 250px !important;
    min-width: 250px !important;
}

.col-width-500 {
    max-width: 500px !important;
    min-width: 500px !important;
}

.col-fixed {
    text-overflow: ellipsis;
    overflow: hidden;
}


/*Education-Plan-Table*/
.education-plan-table {
    display: block;
    overflow-y: auto;
    /*    border: 1px solid #dee2e6;*/
}

    .education-plan-table col {
        border: 1px solid #dee2e6;
    }

    .education-plan-table td {
        border: 1px solid #dee2e6;
        vertical-align: middle;
    }

    .education-plan-table th {
        width: 1%;
        background-color: #e9ecef;
        border: 1px solid #dee2e6;
        color: #495057;
        text-align: center;
        vertical-align: middle !important;
        position: sticky;
        top: -1px;
        z-index: 3;
    }

.education-plan-table-height-50 {
    max-height: calc(50vh - 50px);
}

.education-plan-table-height-48 {
    max-height: calc(48vh - 48px);
}

.border-align {
    border-left-style: hidden !important;
    border-right-style: hidden !important;
    background-color: transparent !important;
    border-top-style: hidden !important;
    border: hidden !important;
}

/*受講詳細画面の日程一覧の空席列と上の文字デザインのため*/
@media (max-width:800px) {
    .col-w-33 {
        min-width: 200px !important;
    }
}

@media (min-width:800px) {
    .col-w-33 {
        min-width: auto;
    }
}

.planTableBody {
    visibility: collapse;
    border-bottom: hidden;
    border-left: hidden;
    border-right: hidden;
}
.planTableRow {
    visibility: collapse;
    height: 0px;
}
    /*追加 End*/

.btn-disabled {
    color: #111;
    background-color: #dee2e6;
    border-color: #999;
}
    
