﻿@charset "utf-8";
/*
Theme Name: LIQUID INSIGHT Child CoderDojo YOYAKU
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid-insight
Version: 0.00.22
*/
/* Child Styles */

.text-red{
    color:red !important;
}

/*モーダルダイアログ　スクロール対応*/
.modal-body {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}


/*編集ダイアログ*/
.dlg-title {
    background-color: lightgoldenrodyellow;
    line-height: 40px;
    margin-bottom: 3px;
}

    .dlg-title > label {
        margin-bottom: 0px;
    }

.dlg-content {
    line-height: 40px;
}

.dlg-card-body {
    padding-top: 5px;
    padding-bottom: 5px;
}
/*ボタンありのヘッダー*/
.btn-card-header {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 35px;
}

/*大きなチェックボックス用*/
.dlg-info-check {
    font-size: 14px;
    text-align: center;
}

/*カスタム閉じるボタン　右上にはみ出す*/
.modal .modal-dialog .dlg-custom-close {
    position: absolute;
    z-index: 10;
    right: -20px;
    top: -20px;
    border-radius: 100px;
    border-color: gray;
    border-style: solid;
    border-width: 2px;
    background-color: white;
    width: 30px;
    opacity: 1;
}


/*サイドメニュー*/
.nav-sidebar{
    font-size:1.1rem;
}

/*推奨環境はこちら*/
.link_recommended {
    color: black !important;
    text-decoration: underline;
}