﻿html, label, input, button, textarea, select {
    font-size:10px;
}

html, body, form, iframe {
    margin:0px;
    padding:0px;
}

html, body, form, iframe {
    width:100%;
    height:100%;
    box-sizing:border-box;
}

label{
    margin-bottom:initial;
}

iframe {
    border:none;
}

textarea {
    resize:none;
}

#tab_container, #tab_container_body{
    width:100%;
    box-sizing:border-box;
}

.ajax__tab_panel{
    width:100%;
    height:100%;
}

#tblDpParam {
    border: none;
    border-collapse:collapse;
}

#tblDpParam td {
    border: 1px solid rgb(33, 37, 41);
}

#tblDpParam td:nth-of-type(3) {
    border: none;
}


/* 子画面関連　ココカラ */
#overlay10 {
    z-index:10;
}

#overlay30 {
    z-index:30;
}

#overlay100 {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: white;
    border-radius: 15px; /* ie */
    -webkit-bordeer-radius: 15px; /* safari and chrome */
    -moz-border-radius: 15px; /* firefox */
    -o-border-radius: 15px; /* opera */
    border: 10px solid mediumaquamarine;
    display: none;
    align-items: center;
    justify-content: center;
}

#overlay100 label {
    white-space: pre-line;
    font-size: 12px;
}

#overlayExplanation {
    z-index: 300;
}

#overlayExplanation textarea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    width: 640px;
    height: 480px;
    padding:20px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.overlay .overlay_img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:128px;
    height:128px;
    color:White;
    /*background-color:#222222;*/
    background:rgba(0, 0, 0, 0.1);
    /*z-index:100;*/
    border-radius:15px; /* ie */
    -webkit-bordeer-radius:15px; /* safari and chrome */
    -moz-border-radius:15px; /* firefox */
    -o-border-radius:15px;   /* opera */
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;           
}

.ifrmModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    z-index: 20;
    border: 2px solid #000;
    background-color: #FFF;
    margin: auto;
}

.ifrmModal40 {
    z-index: 40;
}
/* 子画面関連　ココマデ */


/* リスクマトリックス　ココカラ */
.riskMatrix {
    border-spacing:1px;
}

.riskMatrix tr:nth-of-type(-n+5) td:nth-last-of-type(-n+5) {
    border:1px solid black;
}

.riskMatrix td {
    width:20px;
    height:20px;
    text-align:center;
}

.riskLow {
    color: white !important;
    background: green !important;
}

.riskMed {
    color: blue !important;
    background: yellow !important;
}

.riskM-H {
    color: blue !important;
    background: orange !important;
}

.riskHigh {
    color: white !important;
    background: red !important;
}
/* リスクマトリックス　ココマデ */

/* 標準テーブル ココカラ */
.tblBasic{
    border-collapse:collapse;
}
.tblBasic th{
    background-color:#E6E6FA;
}
.tblBasic th,
.tblBasic td{
    border:2px solid silver;
    padding:3px;
}
.tblAlternately tbody tr:nth-of-type(even) {
	background:#F5F5F5;
}
/* 標準テーブル ココマデ */


/* 閾値テーブル　ココカラ */
.tblThreshold {
    border-collapse:collapse;
    text-align:center;
}
.tblThreshold th {
    background-color:#E6E6FA;
}
.tblThreshold th,
.tblThreshold td {
    padding:3px;
}
.tblThreshold td input {
    width:40px;
}
.borderAll {
    border: 2px solid silver;
}
.borderTopBottom {
    border: 2px solid silver;
    border-left-style:none;
    border-right-style:none;
}
.borderTopBottomLeft {
    border: 2px solid silver;
    border-right-style:none;
}
.borderTopBottomRight {
    border: 2px solid silver;
    border-left-style:none;
}
/* 閾値テーブル　ココマデ */

/* アイコン関連　ココカラ */
.div_icon_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.div_icon_left {
    display: flex;
    align-items: center;
}

.bi-card-list {
    font-size: 25px;
    margin-left: 5px;
}

.bi-question-circle-fill {
    font-size: 15px;
    margin-left: 5px;
    color:gray;
}
/* アイコン関連　ココマデ */
