sensor-tile {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin-top: 18px;
  background-color: #384049;
  color: #d3dad7;
  box-shadow: 2px 2px 10px -4px black;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 0.5px 0.5px 0.5px black; }
  @media (max-width: 1550px) {
    sensor-tile {
      margin-top: 20px; } }
  sensor-tile.dim {
    opacity: 0.5; }
  sensor-tile .lastUpdated::before {
    content: " ";
    display: inline-block;
    border-radius: 50%;
    margin-right: 1em;
    width: 1em;
    height: 1em;
    border: 1px solid #2e3338; }
  sensor-tile .lastUpdated.outOfDate::before {
    background-color: #f34136; }
  sensor-tile .lastUpdated.upToDate::before {
    background-color: #5ac896; }
  sensor-tile .iconsContainer {
    padding-left: 30px;
    padding-right: 30px; }
  sensor-tile .dataMeasurement {
    font-size: 27px;
    font-family: GothamRounded-Medium !important;
    padding: 3px 10px 0px 10px; }
  sensor-tile .dataMeasurementType {
    font-size: 12px;
    font-family: GothamRounded-Book !important;
    color: #59acd4;
    margin-top: -4px; }
  sensor-tile .unitType {
    font-size: 13.5px;
    font-family: GothamRounded-Light !important; }
  sensor-tile .smallerUnitType {
    font-size: 10px;
    font-family: GothamRounded-Light !important; }
  sensor-tile .sensorError {
    font-size: 12px;
    font-family: GothamRounded-Light !important;
    color: #f34136; }
  sensor-tile .footerText {
    font-family: GothamRounded-Book !important;
    font-size: 10.5px; }
  sensor-tile .title-row {
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    box-shadow: 0px 4px 8px -7px rgba(0, 0, 0, 0.5);
    justify-content: space-between; }
    sensor-tile .title-row .title-text.edit-title {
      width: 100%;
      flex-grow: 1; }
      sensor-tile .title-row .title-text.edit-title .form-control {
        background-color: #384049;
        color: #d3dad7;
        border: 1px solid rgba(0, 0, 0, 0.6);
        padding-top: inherit;
        padding-bottom: inherit;
        height: 100%; }
      sensor-tile .title-row .title-text.edit-title .form-control:focus {
        color: white; }
    sensor-tile .title-row .title-icons {
      display: flex;
      flex-wrap: nowrap;
      font-size: 24px !important; }
    sensor-tile .title-row .title-edit-icons {
      flex-grow: 1;
      display: flex;
      flex-wrap: nowrap;
      font-size: 24px !important; }
    sensor-tile .title-row .title-icon {
      margin: 0px 4px; }
  sensor-tile .locationContentRow {
    padding: 15px;
    text-align: center;
    white-space: nowrap; }
    @media (max-width: 768px) {
      sensor-tile .locationContentRow {
        padding: 8px !important; } }
  sensor-tile .locationFooterRow {
    border-bottom-left-radius: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow: 0px -4px 8px -7px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center; }
