/* 検索パターンにて、フロアデータ検索（個別）をチェック時にのみ
 * フロアデータ検索（個別）用の入力フォームを表示する
 */

.cus-box-search {
    margin-top: 10px;
    clear: both;
    float: left;
    width: 100%;
}

.cus-box-search .custom-control {
    float: left;
    margin-right: 16px;
}

.btn-style2 {
  min-width: 140px;
}

.btn-style2 i {
  margin-right: 5px;
}

p#search_company_head_message, #restricted_search_message, #search_tab6 #result_count {
    font-size: 18px;
    margin-top: 26px;
}

#search_tab6 #result_count {
  margin-top: 0px
}

#area_search_a_div {
    margin-top: 16px;
    margin-bottom: 20px;
}

#back-to-top {
  outline: 0;
}

.inline-checkbox-style2 .custom-checkbox {
    float: left;
    width: 200px;
}

/* loading */
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #20a8d8;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}


span#view_count_span {
    margin-bottom: 13px;
    display: block;
    width: 100%;
    font-size: 14px;
}

span#view_count_span span#view_count {
    font-weight: bold;
    color: red;
}

span#view_count_span span#result_count {
    font-size: 14px;
    font-weight: bold;
}

#building_search_result_view_table label.building_name_label, #floor_search_result_view_table label.building_name_label, #floor_search_result_view_table label.floor_name_label, #restricted_search_result_table label.building_name_label  {
    display: block;
    min-height: 21px;
}
.floor_name_label{
  color: #286090;
  font-weight: 600;
}
table.pdftbl tr td{
  padding: 0.25rem !important;
}
table.listtbl tr td,table.listtbl tr td label{
  font-size: 12px;
}
table.pdftbl tr td label{
  line-height: 18px !important;
}
table.pdftbl tr td label{
  margin-bottom: 2px !important;
}
label.strong{
  color: #286090;
  font-weight: 700;
  margin-bottom: 0;
}
label.small-light{
  font-size: 9px !important;
  display: block;
}
label.small-light2{
  font-size: 9px !important;
}
label.table_side_hedder label.small-light{
  display: inline-block;
}
#search_proprty_code {
    display: block;
    clear: both;
}

#search_proprty_code p {
    display: block;
}

#search_proprty_code:before {
    content: '';
    display: table;
}

#search_option_floor_option {
    margin-bottom: 20px;
}

.my-other-marker{
    width:40px;
    height:40px;
    text-align:center;
    color:#fff;
    line-height:30px;
    font-size:18px;
    border-radius:50%;
    box-shadow:none;
    border:0;
    font-weight:bold;
    background:url(/public/img/blue-dot.png) center no-repeat;
}
.selected{
    background:url(/public/img/red-dot.png) center no-repeat !important;
}
.infowindowHeader{
    display: block;
    font-size: 16px;
    margin-bottom: 0;
}
.infowindowBottom{
    font-size: 14px;
}
#floor_map,.floor_map{
    width: 50%;
    float: left;
    border: 1px solid #c8ced3;
    max-height: 570px;
    overflow: hidden;
}
.floor_map img,#floor_map img{
    max-height: 570px;
}
#floor_map{
  width: 50%;
  height: 577px;
  overflow: hidden;
}
#floor_map_list,.floor_map_list{
    width: calc(50% - 15px);
    float: right;
}

@media(min-width:576px) {
    #floor_map {
        width: 100%;
        height: 500px;
    }
    #floor_map_list,.floor_map_list{
        margin-top: 15px;
        width: 100%;
    }
}

@media(min-width:980px) {
    #floor_map {
        width: 50%;
        height: 570px;
    }
    #floor_map_list,.floor_map_list{
        width: calc(50% - 15px);
        margin-top: 0;
    }
}

.clearfix{
  clear: both;
}
img.img-small{
    max-width: 30px;
    border: 1px solid #c8ced3;
    max-height: 55px;
}
#floor_map_list ul,.floor_map_list ul{
    list-style: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
#floor_map_list ul li,.floor_map_list ul li{
    margin-bottom: 5px;
}
#floor_map_list ul li table,.floor_map_list ul li table{
    margin:0;
}
#floor_map_list ul li table td,.floor_map_list ul li table td{
    padding: 0px; 
    min-width: 20px;
    text-align: center;
    vertical-align: middle !important;
    font-size: 13pt;
    line-height: 20px;
    position: relative;
}
#floor_map_list ul li table td img,.floor_map_list ul li table td img{
  width: 100%;
  max-height:35px;
}
#floor_map_list ul li table td div.content,.floor_map_list ul li table td div.content{
  text-align: left;
  font-size: 10pt;
  padding-left: 4px;
}
.floor_map_list ul li table td div.content.blue,#floor_map_list ul li table td div.content.blue{
  color: #286090;
  font-weight: 700;
}
#floor_map_list ul li table td span,.floor_map_list ul li table td span{
    font-size: 10pt;
    line-height:15px;
    text-align: left;
}
#floor_map_list ul li table td span label,.floor_map_list ul li table td span label{
    color: #286090;
    margin-bottom: 0;
    font-size: 13pt;
    line-height: 15px;
    font-weight: 600;
}
.fs10pt{
  font-size: 10pt !important;
}
/*#floor_map_list ul li table td button{
  width: 100%;
  border-radius: 0;
  line-height: 31px;
}*/
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

