﻿/*Light Mode*/
.sub-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #232323;
}

.export-icon {
  width: 25px;
  height: 22px;
  color: #1B273D;
}

#export-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1B273D;
}

#dbe-filter-status, #naics-filter-status, #expires-in-filter-status, #grantee-filter-status {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #6C6C6C;
}

#renovation-dates-filter-status {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#add-company-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 45px;
  font-weight: 700;
  line-height: 22px;
}

.title-export-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.active {
  display: inline !important;
}

.directory-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
  color: #232323;
}

#export-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.export-modal-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #232323;
}

.export-modal-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #646464;
}

.export-modal-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #111111;
}

#table-companies td:not(:last-child) {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#table-companies td:not(:last-child) .certification-second-line {
  font-size: smaller;
  color: gray;
}
#table-companies .expires-soon-dot {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.table-filter {
  width: 100%;
  height: 42px;
  background-color: #FAFAFA;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #A4A4A4;
}
.table-filter .filter-title {
  margin-right: 8px;
  font-weight: 700;
  color: #232323;
}

#table-companies_filter {
  width: 100%;
}
#table-companies_filter label {
  width: 100%;
}
#table-companies_filter label input[type=search] {
  width: 100%;
  height: 42px;
  border-radius: 8px;
  background-color: #FAFAFA;
}
#table-companies_filter label input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

#table-companies_length {
  width: 100%;
}
#table-companies_length select {
  height: 42px;
}

.expires-in-row {
  height: 35px;
}
.expires-in-row .expires-in-days-text {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #232323;
}
.expires-in-row .expires-in-radio {
  margin-right: 32px;
  line-height: 30px;
}
.expires-in-row .expires-in-radio input[type=radio] {
  width: 20px;
  height: 20px;
  border: solid #1B273D 2px;
}
.expires-in-row #expires-in {
  width: 50px;
}

#certification-dates-calendar {
  border-radius: 8px;
}
#certification-dates-calendar .custom-header {
  background-color: #1B273D;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#certification-dates-calendar .table-condensed th:not(.prev):not(.available):not(.month) {
  color: #616161;
}
#certification-dates-calendar .start-date {
  margin-left: 6px;
  padding: 4px 8px 6px 8px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #5F5F5F;
}
#certification-dates-calendar .in-range {
  background-color: #D2D2D2;
}
#certification-dates-calendar .in-range.end-date {
  padding: 4px 8px 6px 8px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #5F5F5F;
}
#certification-dates-calendar .drp-selected {
  display: none;
}
#certification-dates-calendar .cancelBtn:hover {
  color: #1B273D !important;
}

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

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

.company-link {
  cursor: pointer;
}
