@charset "UTF-8";


.ui-dialog { z-index: 3000 !important ;}

#div1 { 
  z-index:2000;
  }
  
body { 
  color:#4d4d4d;
  }

.container　{ 
  padding-top: 200px; 
}

.page-link , a:hover.page-link {
  color: #000; 
}

.page-link-current {
  background-color: #E9ECEF;
}

nav img { 
  height: 50px; 
}

.navbar {
 background-image: linear-gradient(-225deg, #DFFFCD 0%, #90F9C4 48%, #39F3BB 100%);
}

.tab-foot-bt{ 
  text-align: right;
  position:fixed;
  bottom:10vh;
  width:45vw;
}

.form-date1, .form-date2 { 
  width: 120px; 
  display:initial;
  margin:0 10px 0 0 ;
}

.form-date3, .form-date4 {
  width: 90px;
  display:initial;
  margin: 0 0 0 0 ;
}

.form-date5, .form-date6 {
  width: 70px;
  display:initial;
  margin: 0 0 0 0 ;
}

.form-short { 
  width: 120px; 
  display:initial;
  margin:0 10px 0 0 ;
}

.form-tag {
width: 240px;
display: initial;
margin: 0 10px 0 0;
}

.form-middle { 
  width: 400px; 
  display:initial;
  margin:0 10px 0 0 ;
}

.form-long {
    width: 40vw;
    display: initial;
    margin: 0 10px 0 0;
}

.footer {
  width: 100%;
  height: 200px;
  background-color: #D0CCD0;
  margin-top:50px;
  padding-top:20px;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}



.nav-link {
    color: #000;
}

.nav-link:focus, .nav-link:hover {
color: #000;
}

.nav-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #000;
}

.table-material {
    width: auto;
}
 
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;
}

#divBukken {
  max-width: 1500px;
}

.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: 1;
  background:#f2f2f2;
  vertical-align:bottom;
  border-collapse: separate;
}
  
.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: hidden;
  height: calc(100vh - 180px);
  width:100%;
  /*background-color:#e6e6fa;*/
}

.ui-datepicker {
width: 13em;
padding: .2em .2em 0;
display: none;
}

#ui-datepicker-div{
z-index: 1100 !important;
}

.master-modal {
    justify-content: flex-start;
}

.modal-header {
    color:#fff;
    background-image: url('../images/wood_bg.jpg');
}

.btn-w80 {
    width:80px;
}

.btn-logout {
    margin-top:10px;
}

.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-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;
}

.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;
}




.tab-vertical {
    position: absolute;

}

.tab-vertical-content {
    height:calc(100vh - 180px);
    width: 300px;
    background:#f5f5f5;
    overflow-y:auto;
}

.tab-vertical .nav-link {
    border:solid 1px;
    border-color: #dee2e6 ;
    border-radius:0 0.25rem 0.25rem 0;
}

.tab-vertical .tab-content {
}

.tab-vertical-menu1 {
    width: 45px;
    position: absolute;
    top:1px;
    left:300px;
    text-align:right;
    background:#fff;
}
 
 .tab-vertical-menu2 {
    width: 45px;
    position: absolute;
    top:70px;
    left:300px;
    text-align:right;
    background:#fff;
}
 
 .tab-vertical-menu3 {
    width: 45px;
    position: absolute;
    top:210px;
    left:300px;
    text-align:right;
    background:#fff;
}

 .tab-vertical-menu4 {
    width: 45px;
    position: absolute;
    top:278px;
    left:300px;
    text-align:right;
    background:#fff;
}

 .tab-vertical-menu5 {
    width: 45px;
    position: absolute;
    top:346px;
    left:300px;
    text-align:right;
    background:#fff;
}

.tab-vertical-menu6 {
    width: 45px;
    position: absolute;
    top: 414px;
    left: 300px;
    text-align: right;
    background: #fff;
}

.tab-vertical-menu7 {
    width: 45px;
    position: absolute;
    top: 482px;
    left: 300px;
    text-align: right;
    background: #fff;
}

.disp-combo {
    margin-bottom: 0.7em
}

.tag-box {
    background:#f5f5f5;
    display:block;
    float: left;
    margin:0 10px 10px 0;
    padding:5px 10px 5px 10px;
    border-radius:3px;
}

.tag-text {
    margin-top:2px;
   float: left;
   color: #222222;
}

.tag-text a {
   color: #222222;
}

 .tag-close {
    width: 20px;
    float: left;
    margin-left:6px;
}

 .tag-add {
    width: 20px;
    float: left;
    margin-right:6px;
}

 .panel-err{
     color:red;
     text-align:right;
 }

.viewer-cube {
    display: none;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 100px;
    margin-left: calc(100% - 150px);
}

#divShitazuFile {
    height:150px;
}

#divPositionDXF {
    height: 150px;
    display:none;
}

#divPositionPDF {
    height: 150px;
    display:none;
}

.InactiveButton{
    opacity:0.5;
    pointer-events:none;
}
