.login-logo a b,
.register-logo a b {
    display:none !important;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link { 
    font-size: 12px;
    padding-left: 30px;
}

.toast_message {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
    opacity: 0.105845;
}

.is-invalid .custom-file-label{
    border-color: #dc3545;
}

table.dataTable tbody tr td:last-of-type {
    text-align: center; 
    width: 100px;
    padding: 0;
}

table.dataTable tbody tr td:last-of-type.dataTables_empty {
    padding: 8px 10px;
    width: 100%;
}


.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 6em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #c61c23;
    box-shadow: 0 0 5px solid currentColor;
}

.form-control-file:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 100%;
    min-height: 6em;
    line-height: 2em;
    padding-top: 1.5em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 0.25em dashed currentColor;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    overflow: hidden;
}

.form-control-file:hover {
    border-style: solid;
    box-shadow: inset 0px 0px 0px 0.25em currentColor;
}

.toggle-group label {
    font-size: 12px;
}

.input-group .bootstrap-select>.dropdown-toggle.bs-placeholder,
.input-group .bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #495057 !important;
}  

.input-group .bootstrap-select,
.input-group .bootstrap-select * {
    outline: none !important;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    outline: none !important;
    background: #fff;
    border: 1px solid #ced4da;
}

input[type=date]::-webkit-calendar-picker-indicator {
   position: absolute;
   left:10px; 
}

.input-group  input[type=date] {
    padding-left: 45px;
}

.content-wrapper .card .card-body > .col-12 {
    overflow-x: auto;
}

.card .card-body .dataTables_wrapper {
    min-width: 1030px;
    width: auto;
}




.property_group_treeview summary {
  display: block;
  cursor: pointer;
  outline: 0; 
}

.property_group_treeview summary::-webkit-details-marker {
    display: none;
  }


  .property_group_treeview .tree-nav__item {
  display: block;
  white-space: nowrap;
  color: #000;
  position: relative;
}
.property_group_treeview .tree-nav__item.is-expandable::before {
  border-left: 1px solid #333;
  content: "";
  height: 100%;
  left: 0.8rem;
  position: absolute;
  top: 2.4rem;
  height: calc(100% - 2.4rem);
}
.property_group_treeview .tree-nav__item .tree-nav__item {
  margin-left: 2.4rem;
}
.property_group_treeview .tree-nav__item.is-expandable[open] > .tree-nav__item-title::before {
  font-family: "ionicons";
  transform: rotate(90deg);
}
.property_group_treeview .tree-nav__item.is-expandable > .tree-nav__item-title {
  padding-left: 2.4rem;
}
.property_group_treeview .tree-nav__item.is-expandable > .tree-nav__item-title::before {
  position: absolute;
  will-change: transform;
  transition: transform 300ms ease;
  font-family: "ionicons";
  color: #000;
  font-size: 1.1rem;
  content: "\f125";
  left: 0;
  display: inline-block;
  width: 1.6rem;
  text-align: center;
}

.property_group_treeview .tree-nav__item-title {
  cursor: pointer;
  display: block;
  outline: 0;
  color: #000;
  font-size: 1.5rem;
  line-height: 3.2rem;
}
.property_group_treeview .tree-nav__item-title .icon {
  display: inline;
  padding-left: 1.6rem;
  margin-right: 0.8rem;
  color: #666;
  font-size: 1.4rem;
  position: relative;
}
.property_group_treeview .tree-nav__item-title .icon::before {
  top: 0;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.6rem;
  text-align: center;
}

.property_group_treeview .tree-nav__item-title::-webkit-details-marker {
  display: none;
}
 
#myUL, #myUL ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#myUL a {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  line-height: 30px;
  text-decoration: none !important;
}

.has_child {
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.has_child::before {
  content: "＋";
  color: black;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #ff9c08;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.caret-down::before {
  content: "ー";
  font-size: 10px;
  font-weight: 600;
  padding-top: 2px;
}

.nested {
  display: none;
}

.active {
  display: block;
}

.nested.active {
  padding-left: 27px;
  position: relative;
}

.nested.active::after {
  content: ''; 
  position: absolute;
  top: 0;
  bottom: 15px;
  width: 1px;
  border-left: solid 1px #000;
  left: 9px;
}

.alone_list {
  margin-left: 29px;
}

#myUL li span {
  position: relative;
}

#myUL li span::after {
  position: absolute;
  content: '';
  top: 14.5px;
  left: -18px;
  height: 1px;
  border-top: solid 1px #000;
  width: 18px;
}

#myUL li span.alone_span::after {
  position: absolute;
  content: '';
  top: 11.5px;
  left: -18px;
  height: 1px;
  border-top: solid 1px #000;
  width: 18px;
}

#myUL li span.alone_span::before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #000;
  border: solid 2px #ff9c08;
  font-size: 18px;
  display: inline-flex;
  position: absolute;
  top: 3.3px;
}

#myUL >li>span::after {
  display: none;
}

.img_preview {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100px;
  width: auto;
}
.map-img-wrapper {
  position: relative;
}
.map-img-wrapper img {
  width: 100%;
}
.map-img-wrapper .draggable {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../pins/ScannerPin.svg) no-repeat center;
}
.avatar-image {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: -8px;
  margin-right: 5px;
  border-radius: 999px;
  background-color: #eee;
}
.user-menu > a:first-child {
  display: flex;
}
.avatar-image img {
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
}
.modal-dialog.modal-xlg {
  width: 90%;
  max-width: 1400px;
}
.moveable-floor {
  position: relative;
  width: 250px;
  height: 200px;
  text-align: center;
  font-size: 40px;
  margin: 0px auto;
  font-weight: 100;
  letter-spacing: 1px;
}
#floor-map {
  position: relative;
}
.target {
  position: absolute;
}
#adjustMap {
  height: 65vh;
}
.slider-tooltip {
  opacity: 0;
}
.opacity-slider {
  margin: 30px 0;
}
.opacity-slider .slider-touch-area:hover + .slider-tooltip {
  opacity: 1;
}
.time-slider {
  margin: 40px 0 20px;
}
.time-slider .vue-slider-rail {
  background-color: #ccc;
}
.img-floor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.img-floor {
  position: relative;
  font-size: 0;
  max-width: 100%;
}
.img-floor img {
  max-width: 100%;
  max-height: calc(100vh - 420px);
}
.hitmap-body {
  padding-bottom: 30px;
}
.hitmap-scanner {
  position: absolute;
  transform: translate(-50%, -50%);
}
.hitmap-scanner .fukidasi {
  position: absolute;
}
.hitmap-scanner .fukidasi * {
  position: absolute;
  max-width: initial;
}
.hitmap-scanner .fukidasi .icon-fukidashi {
  left: -27px;
  bottom: 20px;
}
.hitmap-scanner .fukidasi .icon-property-group {
  bottom: 36px;
  left: -2.5px;
} 
.hitmap-scanner .fukidasi label {
  font-size: 24px;
  line-height: 1;
  font-family: DIN Condensed;
  background-color: transparent;
  font-weight: 700;
  left: 30px;
  bottom: 25px;
  margin-bottom: 0;
  text-shadow: 2px 0 #ccc, -2px 0 #ccc, 0 2px #ccc, 0 -2px #ccc, 2px 2px #ccc, -2px 2px #ccc, 2px -2px #ccc, -2px -2px #ccc;
}
.heatmap-property-count:after {
  content: '';
  position: absolute;
  left: -35px;
  top: -33px;
  width: 90px;
  height: 90px;
  background-color: red;
  border-radius: 999px;
  opacity: .3;
}
.heatmap-property-count-0:after {
  background-color: transparent;
}
.heatmap-property-count-1:after,
.heatmap-property-count-2:after,
.heatmap-property-count-3:after,
.heatmap-property-count-4:after,
.heatmap-property-count-5:after {
  background-color: #B2D235;
}
.heatmap-property-count-6:after,
.heatmap-property-count-7:after,
.heatmap-property-count-8:after,
.heatmap-property-count-9:after,
.heatmap-property-count-10:after {
  background-color: #FFD400;
}
.heatmap-property-count-11:after,
.heatmap-property-count-12:after,
.heatmap-property-count-13:after,
.heatmap-property-count-14:after,
.heatmap-property-count-15:after {
  background-color: #F58220;
}