@import url("env-d41d8cd98f00b204e9800998ecf8427e.css");

html {
    height: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Meiryo, "Meiryo UI", "Segoe UI",Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    height: 100%;
    font-size: 14px;
    word-break: break-all;
}

label {
    font-size: 14px;

}

.header{
    /* 利用者ごとのカラー設定用 */
    background-color: #007bff !important;
    min-width:1600px;
}

.contents{
    padding-top: 0px;
    min-width:1600px;
}

.footer{
    min-width:1600px;
}

.text-md{
    font-size: 14px;
}

.text-sm{
    font-size: 12px;
}

.readonlyExt{
  background-color: #ffffff !important;
  cursor: default !important;
}

.contents10{
    padding-top: 10px;
}

td.b1
{
    border: 1pt solid black;
}

td.ar
{
    text-align:right;
}

.copyright::before{
    content: "Copyright ";
}

.copyright::after{
    content: "Construction-ec.com Co., Ltd. All Rights Reserved.";
}

.message-area
{
    height: calc(1.8125rem + 2px);
    margin-right: auto !important;
    margin-left: auto !important;
    font-weight: 700 !important;
    color: #dc3545 !important;
    margin-bottom: 0 !important;
}

dropdown-menu {
    /* bg-light */
    background-color: #f8f9fa;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #000;
    background-color: #dee2e6;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    background-color: #dee2e6;
}

.form-disp-control {
  background-color: transparent;
  border: none;
  pointer-events: none;
}
