@charset "UTF-8";

#div1 { 
  z-index:2000;
  }
  
body { 
  color:#4d4d4d;
  }

.container　{ 
  padding-top: 200px; 
}

nav img { 
  height: 62px; 
}

.form-date1, .form-date2{ 
  appearance:auto;
  width: 140px; 
  display:initial;
}

.footer {
  width: 100%;
  height: 200px;
  background-color: #D0CCD0;
  margin-top:50px;
  padding-top:20px;
}

footer.sticky-bottom.small.footer-3d {
  margin-top:0 ;
}

.form-area { 
    /*background: #FFDDE1; */
  
    background: #FEE9E1; 
  padding:20px 10px 10px 20px;
  margin:30px 0;
  border-radius:5px;
}

.contact-form-wrapper { 
  width: 100%;
  max-width: 800px;
  padding: 15px;
  margin: 50px auto 100px;
}

.bukken-form-wrapper { 
  width: 100%;
  max-width: 800px;
  padding: 15px;
  margin: 0;
}

.sticky_table thead th {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    /* tbody内のセルより手前に表示する */
    z-index: 2;
    background: #f2f2f2;
    vertical-align: bottom;
    border-collapse: separate;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 1px solid #dee2e6 !important;
    border-color: #6c757d !important;
}

.sticky_table th:first-child {
    /* 横スクロールを固定 */
    position: sticky;
    left: 0;
    background-color: #f2f2f2;
    background-clip: border-box;
}

.fixedBody {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color:#fff !important;
}

.sticky_table thead tr:nth-child(2) th {
  top: 2.5rem; /* 2行目は1行目の高さの位置に固定する */
}

.sticky_table_wrapper {
  overflow: scroll;
  height: 50vh;
}

table {
  overflow-x: scroll;
  white-space: nowrap;
  border-top:0;
/*border-collapse: separate;*/
}

.plan-list-figure {
  overflow: scroll;
  height: 50vh;
  width:100%;
  background:url("../images/figure_bg.png") repeat;
}

.ui-datepicker {
width: 10em;
padding: .2em .2em 0;
display: none;
}

#ui-datepicker-div{
z-index: 1100 !important;
}

.master-modal {
    justify-content: flex-start;
}

.modal-header {
    color:#fff;
    background:#004EA1;
}

.btn-w80 {
    width:80px;
}

.viewer-wrapper { 
  height:100vh;
  width:100%;
  }
  
.viewer-main { 
  background:url("../images/bg.jpg") repeat;
  width: calc(100% - 300px);
  height:100vh;
  float:left;
  }
  
.viewer-side { 
height:100vh;
  width:300px;
  background:#ccc;
    float:left;
    padding:0 10px 0 10px;
  }
  
  .viewer-side .btn { 
  width:100%;
  text-align:left;
  }
  
    button.btn.btn-primary.btn-sm.btn-save { 
  width:initial;
  margin: 0 auto;
    margin-top: 20px;
  }
  
    .viewer-side td { 
padding:5px;
  }
  
td.td-icon{ 
width:20px;
  }
  
td.td-btn { 
width:240px;
  }
  
      .fa-circle-check { 
color:green;
  }
      .fa-circle-exclamation { 
color:orange;
  }
  
  .container-fluid { 
padding:0;
margin:0;
  }
  
      .table-floor-height td { 
padding:5px;
  }
  
  .table-estate-share td { 
padding:5px;
  }
  
  /* ログインフォーム関連 */
  
.form-signin {
  width: 100%;
  max-width: 430px;
  padding: 15px;
  margin: 100px auto 100px;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #001226;
    background-color: #6eb4ff;
    border-color: #59a9ff;
}

.alert-primary hr {
    border-top-color: #409cff;
}

.alert-primary .alert-link {
    color: #000000;
}

.badge-primary {
    color: #fff;
    background-color: #004EA1;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #ffffffffffffffff356e;
}

.bg-primary {
    background-color: #004EA1 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #ffffffffffffffff356e !important;
}

.border-primary {
    border-color: #004EA1 !important;
}

.btn-primary {
    color: #fff;
    background-color: #004EA1;
    border-color: #004EA1;
}

.btn-primary2 {
    color: #fff;
    background-color: #c800c8;
    border-color: #420042;
}

.btn-primary:hover {
    color: #fff;
    background-color: #003c7d;
    border-color: #ffffffffffffffff356e;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 78, 161, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #004EA1;
    border-color: #004EA1;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffffffffffffffff356e;
    border-color: #002d5e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 78, 161, 0.5);
}

.btn-outline-primary {
    color: #004EA1;
    background-color: transparent;
    border-color: #004EA1;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #004EA1;
    border-color: #004EA1;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 78, 161, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #004EA1;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #004EA1;
    border-color: #004EA1;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 78, 161, 0.5);
}

.list-group-item-primary {
    color: #001226;
    background-color: #59a9ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #001226;
    background-color: #409cff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #001226;
    border-color: #001226;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #59a9ff !important;
}

.table-hover .table-primary:hover {
    background-color: #409cff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #409cff;
}

.text-primary {
    color: #004EA1 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #ffffffffffffffff356e !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #ffffffffffffffff356e !important;
}

.alertarea {
    color: red; /* 文字色 */
    background-color: #fee; /* 背景色 */
    background-image: url("alerticon.png"); /* 背景画像(警告アイコンを表示) */
    background-repeat: no-repeat; /* 背景画像の繰り返しをナシに */
    background-position: 0.35em center; /* 背景画像の掲載位置(左端から0.35em・上下方向の中央) */
    display: inline-block; /* インラインブロック化 */
    border-radius: 0.5em; /* 角丸 */
    margin-left: 0.5em; /* 外側左端の余白 */
    padding: 1px 0.5em 1px 250px; /* 内側の余白(警告アイコンに重ならないよう左端に多めの余白を設ける) */
}
    /* ▼入力チェック結果でエラーがない場合は非表示にする */
    .alertarea:empty {
        display: none;
    }

.customreadonly {
    color: gray;
    background-color: white !important;
    float: right;
    width:calc(100% - 120px);
}
