﻿h3 {
    background-color: #000000;
    color: #ffffff;
    padding: 8px;
}

h4 {
    border-bottom: solid 3px black;
    padding: 3px 10px;
    height: 43px;
}

#pageloading-wrap {
    background: black;
    width: 100vw;
    height: 100vh;
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483647;
    opacity: 0.6;
}

#pageloading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

table tbody tr {
    cursor: pointer;
}

    table tbody tr.active {
        background-color: #eaa !important;
    }


#thumbnailAreaBody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    min-width: 300px;
}

    #thumbnailAreaBody > .card {
        /* box-shadow */
        box-shadow: 0px 0px 6px 2px #c7c7c7;
        /* border-radius */
        border-radius: 6px;
        /* border */
        border: 1px solid #cccccc;
        margin-right: 15px;
        margin-bottom: 15px;
        cursor: pointer;
        width: 9rem;
        height: auto;
        position: relative;
    }

        #thumbnailAreaBody > .card.active {
            border: 2px solid #DC3546 !important;
        }

.thumbnail-card-body {
    padding: 0 1rem;
}

.thumbnail-card-text {
    font-size: 14px;
    /*text-align: center;*/
}

img.card-img-top {
    height: 142px;
}

.card-body > .card-body-dropBtn {
    height:41px;
}

    .card-body > .card-body-dropBtn > .card-body-dropBtn-body {
        position: absolute;
        right: 3px;
        bottom: 3px;
    }

/**
    リリースノートモーダルダイアログ
*/
#releasenote-dialog h1 {
    background-color: gray;
    color: #ffffff;
    padding: 10px;
    font-size: 28px;
}

#releasenote-dialog h2 {
    background-color: gray;
    color: #ffffff;
    padding: 5px;
    font-weight: 400;
    font-size: 20px;
    padding-left: 4px;
    margin: 20px 0 10px;
}

#releasenote-dialog h3 {
    background-color: #ffffff;
    color: black;
    font-weight: 400;
    font-size: 16px;
    padding-left: 4px;
    margin: 10px 0;
}


#project_list_table thead th {
    padding-top: 1px;
    padding-bottom: 1px;
    /* 列の最小幅 */
    min-width: 80px;
}

#project_list_table tbody td {
    padding-top: 1px;
    padding-bottom: 1px;
    /* 列の最小幅 */
    min-width: 80px;
    /* 列の改行 */
    word-break: break-all;
}

#project_list_table tbody tr td span.highlight {
    font-weight: bold;
    color: blue;
}



/* 選択された行に色を付け､再度選択されたら解除 */
.project_list_selected_color {
    background-color: #eaa;
}

/* IEの互換表示機能によりアイコンが取得できない対応 */
.material-icons {
    /* Support for IE */
    font-feature-settings: 'liga';
}

/*カレンダー土曜日の色*/
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}
/*カレンダー日曜日の色*/
.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}

/**
  スピンを非表示
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#model_2d_info_scale_title_row {
    margin-bottom: 0px;
}

#model_2d_info_scale_title {
    margin-right: 5px;
}

#model_2d_info_scale_span {
    display: inline-flex;
}

#scale-row {
    display: inline-block;
}

/*検索条件の行*/
.project_detail_search_row {
    margin-bottom: 20px;
}

/*検索条件の日付の行*/
.project_detail_search_date_row {
    margin-bottom: 5px;
}

.btn-dropdown::after {
    display: none;
}

.btn-dropdown-icon {
    padding-left: 5px;
    padding-right: 5px;
    width: 36px;
    height: 38px;
}

/*ソートのアクティブ項目*/
.active_sort {
    background-color: #eaa
}

/*テーブルの中央寄せ項目*/
td div.td-align-middle {
    text-align: center;
}

/*ソートボタンのスタイル*/
#project_detail_sort_btn_order {
    display: inline-flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}
/*カテゴリ画面のボタンを縦並びに*/
.category_select {
    display: flex;
}
/*カテゴリ画面のボタンの間隔*/
.category_arrow {
    margin: 1px;
}

/**jstreeのフォントの大きさ*/
.jstree-node {
    font-size: 13pt;
}
/*jstreeを1行毎に線を引く*/
.jstree-wholerow {
    border-bottom: solid 1px black;
}

.material-icons.md-48 {
    font-size: 48px;
}

/**リファレンスの折り畳みリストのスタイル*/
.reference_panel {
    /*border: 1px solid;*/
    border-left: none;
    border-right: none;
    background-color: white;
    padding: 20px 20px;
    display: block;
    box-shadow: 0 0 8px gray;
}

.reference_btn {
    display: block;
    flex-grow: 1;
    width: 100%;
    padding: 20px;
    background-color: #eeeeee;
    outline: none !important;
    border: none;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 0 8px gray;
    display: block;
    position: relative;
    margin: 0;
    font-weight: normal;
}


    .reference_btn:hover {
        background-color: #ddd;
    }

/**リファレンスの折り畳みリストの矢印方向変更*/
.reference_btn:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


.reference_btn.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}


/**リファレンスのPDFファイル*/
#reference_pdf {
    height: 100%;
    width: 100%;
}

.reference_item {
    /*color: #485366;
    width: 100%;*/
    color: black;
    border-bottom: solid 1px #cccccc;
    border-left: solid 8px gray; 
    background: #ffffff; 
    margin: 0px; 
    line-height: 1.5;
    padding: 0.5em;
    list-style-type: none !important;

}

    .reference_item:hover {
        color: #0696d7;
        background-color:whitesmoke;
        cursor: pointer;
    }
    /**選択状態*/
    .reference_item.reference_selected {
        color: #0696d7;
    }

/**コンストラクションファイル*/
    .construction_table tr td:nth-of-type(1) {
        width: 45%;
        background-color: #f4f4f4;
        color: #494949;
    }

#dialog_modal.open {
    display: inline !important;
    z-index: 9 !important;
}

#dialog_modal_child.open {
    display: inline !important;
    z-index: 19 !important;
}

.construction_table .highlight {
    font-weight: bold;
    color: blue;
}


#user_list_table thead th {
    padding-top: 1px;
    padding-bottom: 1px;
    /* 列の最小幅 */
    min-width: 80px;
}

#user_list_table tbody td {
    padding-top: 1px;
    padding-bottom: 1px;
    /* 列の最小幅 */
    min-width: 80px;
    /* 列の改行 */
    word-break: break-all;
}

#user_list_table tbody tr td span.highlight {
    font-weight: bold;
    color: blue;
}

/* ユーザ編集のヘルプテキスト */
.help-block {
    margin: auto 0;
    font-size: 13px;
    color: #737373;
}

/* ヘッダ */
.navbar-srv {
    background-color: gray;
    padding: 0;
}

.navbar-brand-srv {
    padding: 0 16px;
    margin: 0;
    font-size: 1rem;
}

.navbar-brand-image {
    vertical-align: top;
}

.navbar-brand-maintext {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-style: oblique;
    letter-spacing: 1px;
}

.navbar-brand-subtext {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 10px;
}
