/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
*/
/*
    Created on : 30 Jun 2023, 13:40:19
    Author     : Liam
*/
.table-cell {
  text-align: center;
}
.table-cell__icon--success {
  color: green;
}
.table-cell__icon--failure {
  color: red;
}

.dateselector-new {
  z-index: 0 !important;
}

.panel-heading__close-btn {
  position: absolute;
  top: 0;
  margin-right: 15px;
  margin-top: 10px;
  right: 0;
  color: #ffffff;
  background-color: #969696;
  z-index: 100;
}
.panel-heading__content {
  position: relative;
}
.panel-heading__image {
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-right: 15px;
}
.panel-heading__title {
  font-size: 20px;
}
.panel-heading__location {
  position: absolute;
  top: 50px;
  right: 10px;
  text-align: right;
  padding: 10px;
  border-radius: 4px;
  background: white;
}
.panel-heading__location .location_string--not_active {
  background: red;
}
.panel-heading__location .location_string--active {
  border: 2px solid green;
}

.lr-modal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  flex-direction: row;
}
.lr-modal__status {
  display: flex;
  height: 120px;
  align-items: center;
  max-width: 50%;
  flex-direction: row;
  bottom: 0;
  width: 100%;
}
.lr-modal__status .location-tooltip {
  display: flex;
  align-items: flex-end;
}
.lr-modal__close {
  height: 120px;
}