﻿/*Light Mode*/
#edit-btn {
  width: 150px;
  height: 38px;
  line-height: 30px;
}

.detail-row {
  border-bottom: solid #D2D2D2 1px;
}
.detail-row .detail-text {
  font-weight: 600;
  color: #616161;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 50%;
}
.detail-row .detail-text div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

.section-title {
  font-size: 20px;
  font-weight: 600;
  color: #1B273D;
}
.section-title.small {
  font-size: 18px;
}

.space {
  height: 10px;
}

.big-space {
  height: 70px;
}

.table-title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

.title-line {
  width: 40px;
  height: 1px;
  background-color: black;
  margin-right: 10px;
}

.item-count {
  display: inline-block;
  margin-left: 8px;
  min-width: 30px;
  width: auto;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  background-color: #D2D2D2;
  text-align: center;
  line-height: 20px;
}

.no-items-message {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.no-items-message img {
  width: 50px;
  height: 50px;
}

#publish-row {
  background-color: #FCF7E6;
  padding: 16px 48px;
}

.notify-btn {
  text-decoration: none;
  color: #1B273D;
  font-weight: 600;
}
.notify-btn:hover {
  color: #1B273D !important;
}

.notify-modal-row {
  background-color: #f5f5f7;
  height: 40px;
  line-height: 40px;
}

.modal-title {
  font-size: 24px;
}

.document-action-btn:hover {
  color: #212121 !important;
}

#dropping-area.error {
  background-color: #FFF1F1 !important;
  border: 2px dashed #FF5959 !important;
}

#requested-changes-panel {
  background-color: #E6F5FC;
  padding: 16px 32px;
  border-radius: 16px;
}
#requested-changes-panel #deny-changes-btn {
  text-decoration: none;
  font-weight: 700;
}
#requested-changes-panel #deny-changes-btn:hover {
  color: #1B273D !important;
}

.change-requested {
  color: orange !important;
}

#logs-container {
  font-size: 12px;
  position: relative;
  padding-left: 20px;
}
#logs-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  margin-left: -2px;
  height: calc(100% - 50px);
  width: 2px;
  background-color: black;
}
#logs-container .communication-log-divider {
  margin: 8px 16px;
  color: #CACACA;
}
