.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;
}

.toast-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

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

table.dataTable thead th {
  white-space: nowrap;
}

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%;
}

.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;
}

.card .card-body .dataTables_wrapper {
    width: 100%;
}

.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;
}

.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: 16px;
  margin-right: auto;
  max-width: 100%;
  width: auto;
  max-height: 150px;
}
.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;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
     background: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
    position :relative;
}
.hidden {
    display: none !important;
}
.font-size-parent {
    font-size: 1em;
}
.edit-source-tree {
    display: inline-block;
    width: 35px;
    height: 30px;
}
.flex-align-center {
    align-items: center;
}
.table-container {
    position: relative;
    overflow-y: auto;
    max-height: calc(100vh - 320px);
}

.table-container .header-sticky {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
}
.d-flex-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.d-flex-row img {
    width: calc(25% - 10px);
    margin: 5px;
}
.department_name_tag {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  line-height: 1em;
  margin: 2px;
}
.min-30 {
  min-width: 30px;
}
.min-40 {
  min-width: 40px;
}
.min-50 {
  min-width: 50px;
}
.min-60 {
  min-width: 60px;
}
.min-70 {
  min-width: 70px;
}
.min-80 {
  min-width: 80px;
}
.min-90 {
  min-width: 90px;
}
.min-100 {
  min-width: 100px;
}
.min-150 {
  min-width: 150px;
}
.min-200 {
  min-width: 200px;
}
.min-300 {
  min-width: 300px;
}

.wid-20 {
  width: 30px;
}
.wid-30 {
  width: 30px;
}
.wid-40 {
  width: 40px;
}
.wid-50 {
  width: 50px;
}
.wid-60 {
  width: 60px;
}
.wid-70 {
  width: 70px;
}
.wid-80 {
  width: 80px;
}
.wid-90 {
  width: 90px;
}
.wid-100 {
  width: 100px;
}
.wid-150 {
  width: 150px;
}
.wid-200 {
  width: 200px;
}

.max-30 {
  max-width: 30px;
}
.max-40 {
  max-width: 40px;
}
.max-50 {
  max-width: 50px;
}
.max-60 {
  max-width: 60px;
}
.max-70 {
  max-width: 70px;
}
.max-80 {
  max-width: 80px;
}
.max-90 {
  max-width: 90px;
}
.max-100 {
  max-width: 100px;
}
.max-150 {
  max-width: 150px;
}
.max-200 {
  max-width: 200px;
}
.max-300 {
  max-width: 300px;
}
/*important*/
.min-30.important {
  min-width: 30px !important;
}
.min-40.important {
  min-width: 40px !important;
}
.min-50.important {
  min-width: 50px !important;
}
.min-60.important {
  min-width: 60px !important;
}
.min-70.important {
  min-width: 70px !important;
}
.min-80.important {
  min-width: 80px !important;
}
.min-90.important {
  min-width: 90px !important;
}
.min-100.important {
  min-width: 100px !important;
}
.min-150.important {
  min-width: 150px !important;
}
.min-200.important {
  min-width: 200px !important;
}
.min-300.important {
  min-width: 300px !important;
}
.wid-30.important {
  width: 30px !important;
}
.wid-40.important {
  width: 40px !important;
}
.wid-50.important {
  width: 50px !important;
}
.wid-60.important {
  width: 60px !important;
}
.wid-70.important {
  width: 70px !important;
}
.wid-80.important {
  width: 80px !important;
}
.wid-90.important {
  width: 90px !important;
}
.wid-100.important {
  width: 100px !important;
}
.wid-150.important {
  width: 150px !important;
}
.wid-200.important {
  width: 200px !important;
}
.max-30.important {
  max-width: 30px !important;
}
.max-40.important {
  max-width: 40px !important;
}
.max-50.important {
  max-width: 50px !important;
}
.max-60.important {
  max-width: 60px !important;
}
.max-70.important {
  max-width: 70px !important;
}
.max-80.important {
  max-width: 80px !important;
}
.max-90.important {
  max-width: 90px !important;
}
.max-100.important {
  max-width: 100px !important;
}
.max-150.important {
  max-width: 150px !important;
}
.max-200.important {
  max-width: 200px !important;
}
.max-300.important {
  max-width: 300px !important;
}
.container-selectpicker {
  position: relative;
}
.container-selectpicker .dropdown-menu {
  transform: translateY(0) !important;
  height: 500px !important;
  margin-top: 0 !important;
}
.container-selectpicker .dropdown-menu .inner{
  height: 430px !important;
}
.group-overflow-visible {
  overflow-x: visible !important;
}
.d-none {
  display: none !important;
}
.vs__dropdown-option--selected {
  background-color: #ccc !important;
  pointer-events: none !important;
}
.color-gray {
  color: #6c757d !important;
}
