/* 管理画面テンプレート デフォルト */
.container.login {
    height: 100vh;
}

/* #app {
    background-image: url('../../../images/admin/admin_login_bg.jpg');
    background-size: cover;
} */

.login .row {
    height: 100%;
}

.card-body {
    font-size: .9rem;
}

.sidebar-fixed {
    height: 100vh;
    width: 270px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    z-index: 1050;
    background-color: #fff;
    padding: 1.5rem;
    padding-top: 0;
    overflow-y: scroll;
}

.sidebar-fixed .list-group .active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sidebar-fixed .logo-wrapper {
    padding: 0.5rem 2.5rem;
}

.sidebar-fixed .logo-wrapper img {
    max-height: 150px;
}

.list-group-item {
    padding: .5rem 1.25rem;
}

@media (min-width: 992px) {
    .navbar,
    .page-footer,
    main {
        padding-left: 270px;
    }
}

@media (max-width: 991px) {
    .sidebar-fixed {
    display: none;
    }
}


/* サイトバー */
.sidebar h5 {
    font-size: 1rem;
    color: #007bff;
    padding: 1.5rem 0 0;
    margin-bottom: 0;
}

/* テーブル */
.table th, .table td {
    vertical-align: middle;
}

.admin-user-detail th {
    width: 20%;
    text-align: right;
    font-weight: bold;
}

.admin-promotion-detail th {
    text-align: right;
    font-weight: bold;
}


.admin-user-form th {
    width: 20%;
    font-weight: bold;
}

.admin-user-form td {
    width: 80%;
}

tbody.sortable {
    padding: 10px;
}

.sortable tr:hover {
    cursor: move;
}

.sort_button p {
    font-weight: bold;
}

/* ボタン */
.btn-outline-detail {
    border: 2px solid #999 !important;
    background-color: transparent !important;
    color: #666 !important;
}

.btn-sm {
    font-size: 0.9rem!important;
}


/* フォーム */
span.required {
    background-color: #dc3545;
    color: #fff;
    padding: 2px 10px;
    margin-left: 10px;
    border-radius: 5px;
    font-weight: 400;
    white-space: nowrap;
}

.validation_error {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.form-righten-label {
    width: 90%;
}

.custom-inline-form {
    padding-left: 0px;
    padding-right: 0px;
}

input.waves-button-input {
    padding: 0;
}

.disabled, :disabled {
    background-color: #e9ecef;
}


/* よくわからないのでアウト
select {
    display: inline-block!important;
}
*/

.custom-file-label::after {
    content: "参照";
}

.custom-file-label.is-invalid {
    border: 1px solid #dc3545;
}

.card-header > h5 {
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
}

.template-card {
    margin-top: 2rem;
}

.template_image_file img, .template_image_file, .instructor_prof, .notice_image {
    max-width: 400px;
}

.hidden {
    display: none;
}

.sub_user_delete_button {
    margin-bottom: 0;
    text-align: center;
}

main {
    min-height: 100vh;
}


.instructor_list_img {
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.instructor_list_img img {
    position: absolute;
    width: 70px;
    left: -100%;
    right: -100%;
    margin: auto;
}


td > p {
    margin-bottom: 0;
}

.btn-schedule {
    padding: .2rem .8rem!important;
    margin: .1rem!important;
}

.check-schedule {
    display: inline-block!important;
    padding-left: .1rem!important;
}
