.tendersingle .tendercards {
  box-shadow: 0px 1px 12px 5px rgba(55, 84, 170, 0.15), -7px -7px 20px rgba(255, 255, 255, 1), 0 0 4px rgba(255, 255, 255, 0.2), 7px 7px 15px rgba(255, 255, 255, 0), -5px -20px 0px 20px rgba(255, 255, 255, 0), 0 0 4px rgba(255, 255, 255, 0);
  border-radius: 25px;
  margin: 0 auto 20px auto;
  border-style: none !important;
}
/**
 * Toolbar
 */
.tendersingle .toolbar {
  display: inline-flex;
  line-height: 40px;
  padding: 5px 10px;
  width: 100%;
  border-bottom: solid 1px whitesmoke;
}

.tendersingle .toolbar .toolbar-spacer {
  flex: 1 1 auto;
}

.tendersingle .toolbar button {
  line-height: 24px;
}

.tendersingle .toolbar .modal-dialog #downloadForm {
  max-height: 400px;
  overflow-y: auto;
}

.tendersingle .toolbar .modal-dialog .btn-close {
  outline: none !important;
  border: none !important;
}

.tendersingle .toolbar .addbusinesstender {
  background-color: #fff;
  border: 1px solid var(--k-blue);
  color: var(--k-blue);
  font-size: 1rem !important;
  display: inline-block;
  border-radius: 10px;
  padding: 4px 12px;
  margin-left: 10px;
  cursor: pointer;
  margin-top: 4px;
  line-height: 24px;
  text-align: center;
  align-self: flex-start;
}

.tendersingle .toolbar .addbusinesstender:hover {
  background-color: var(--k-blue);
  border: 1px solid #fff;
  color: #fff;
}

.tendersingle .toolbar .removebusinesstender {
  background-color: var(--k-blue);
  border: 1px solid var(--k-blue);
  color: white;
  font-size: 1rem !important;
  display: inline-block;
  border-radius: 10px;
  padding: 4px 12px;
  margin-left: 10px;
  cursor: pointer;
  margin-top: 4px;
  line-height: 24px;
  text-align: center;
  align-self: flex-start;
}

.tendersingle .toolbar .publication {
  background-color: var(--k-blue);
  border: 1px solid var(--k-blue);
  color: white;
  font-size: 1rem !important;
  display: inline-block;
  border-radius: 10px;
  padding: 4px 12px;
  margin-left: 10px;
  cursor: pointer;
  margin-top: 4px;
  line-height: 24px;
  text-align: center;
  align-self: flex-start;
}

.tendersingle .toolbar .readmoretender {
  display: inline-block !important;
}

.tendersingle .tender-timeline .date-circle {
  width: 38px !important;
  height: 38px !important;
}

.tendersingle .tender-timeline .date-circle.no-date {
  background-color: whitesmoke !important;
}

.tendersingle .tender-timeline .date-icon {
  color: white;
}

.tendersingle .location {
  background: #e7f1ff;
  color: #0d6efd;
  border: 1px solid white;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8em;
  margin: 5px 5px 5px 0;
  border-radius: 25px;
}


.tendersingle .type {
  background: #e6f3ea;
  color: #408558;
  border: 1px solid white;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8em;
  margin: 5px 5px 5px 0;
  border-radius: 25px;
}

.tendersingle .company {
  background: #fff3e6;
  color: #fd7e14;
  border: 1px solid white;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8em;
  margin: 5px 5px 5px 0;
  border-radius: 25px;
}

.tendersingle .scope {
  background: #f1f3f5;
  color: #6e757c;
  border: 1px solid white;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8em;
  margin: 5px 5px 5px 0;
  border-radius: 25px;
}

.tendersingle .technology {
  background-color: #6e757c;
  border: 1px solid white;
  color: white;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8em;
  margin: 5px 5px 5px 0;
  border-radius: 25px;
}

.tendersingle .standard {
  background-color: #6e757c;
  border: 1px solid white;
  color: white;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8em;
  margin: 5px 5px 5px 0;
  border-radius: 25px;
}

.tendersingle .blocktext {
  padding-top: 20px;
}

.tendersingle .row .rowexpand {
  padding: 12px 0;
  margin-left: 20px;
  cursor: pointer;
}

.tendersingle .rowcontent {
 position: relative;
}

.tendersingle .row .rowcontent.collapse {
  display: none;
}

/**
 * Tender CPV codes
 */
 .tendersingle .tendercpvcodes {
  height: 0;
 }

.tendersingle .tendercpvcodes {
  border-radius: 10px;
  margin-bottom: 20px;
}

.tendersingle .tendercpvcodes .cpvcode {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

/**
 * Tender recommended
 */
 .tendersingle .recommendedcontainer {
  background: whitesmoke;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

 .tendersingle .toolbar .businesstenderscore {
  background: var(--k-orange);
  color: white;
  padding: 3px 10px;
  border-radius: 50%;
  height: 34px;
  cursor: default;
 }

.tendersingle .toolbar .businesstenderscore svg {
  margin-left: 5px;
 }

 /**
 * Tender documents
 */
.tendersingle .documentscontainer {
  background: whitesmoke;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.tendersingle .documentscontainer .private {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 30px;
  opacity: 0.6;
}

.tendersingle .documentscontainer .private .fa-lock {
  font-size: 18px;
  padding: 0 10px 0 5px;
  opacity: 0.4;
}

.tendersingle .documentsfooter {
  margin-right: 26px;
}

/**
 * Tender status
 */
 .tendersingle .toolbar .businesstenderstatus {
  display: inline-block;
  height: 40px;
  vertical-align: top;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-toggle {
  color: white;
  height: 34px;
  width: 160px;
  border-radius: 10px;
  padding: 5px 20px;
  line-height: 20px;
  text-align: left;
  border: none;
  margin: 0;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-toggle::after {
  vertical-align: 2px !important;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-menu {
  min-width: 158px !important;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-item {
  cursor: pointer;
  padding: 4px 18px;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-item:hover {
  background-color: whitesmoke;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-toggle[status=TO_ASSESS] {
  background-color: var(--k-black);
  color: white;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-item[status=TO_ASSESS] svg {
  color: var(--k-black);
}

.tendersingle .toolbar .businesstenderstatus .dropdown-toggle[status=TO_DISCUSS] {
  background-color: var(--k-orange);
  color: white;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-item[status=TO_DISCUSS] svg {
  color: var(--k-orange);
}

.tendersingle .toolbar .businesstenderstatus .dropdown-toggle[status=TO_ANSWER] {
  background-color: var(--k-blue);
  color: white;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-item[status=TO_ANSWER] svg {
  color: var(--k-blue);
}

.tendersingle .toolbar .businesstenderstatus .dropdown-toggle[status=ANSWERED] {
  background-color: #3b35b8;
  color: white;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-item[status=ANSWERED] svg {
  color: #3b35b8;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-toggle[status=DISMISSED] {
  background-color: var(--k-cancelbtngray);
  color: white;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-item[status=DISMISSED] svg {
  color: var(--k-cancelbtngray);
}

.tendersingle .toolbar .businesstenderstatus .dropdown-toggle[status=WON] {
  background-color: #718c00;
  color: white;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-item[status=WON] svg {
  color: #718c00;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-toggle[status=LOST] {
  background-color: #950B02;
  color: white;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-item[status=LOST] svg {
  color: #950B02;
}

.tendersingle .toolbar .businesstenderstatus.disabled {
  pointer-events: none;
}

.tendersingle .toolbar .businesstenderstatus.disabled .dropdown-toggle::after {
  visibility: hidden;
}

.tendersingle .toolbar .businesstenderstatus .dropdown-item.disabled {
  display: none;
}

.tendersingle .toolbar .business-warning {
  color: #f6be00;
  border: none;
  font-size: 20px;
  padding: 8px 10px 0 0;
  opacity: 1;
}

/**
 * Tender notes
 */
.tendersingle .notesheader {
  position: relative;
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: solid 1px whitesmoke;
}

.tendersingle .tendernote {
  margin-bottom: 20px;
}

.tendersingle .tendernote .noteheader {
  font-size: 14px;
}

.tendersingle .tendernote .noteheader .noteowner {
  margin-right: 5px;
}

.tendersingle .tendernote .noteheader .noteowner,
.tendersingle .tendernote .noteheader .notedate {
  opacity: 0.6;
}

.tendersingle .tendernote .notelevel {
  margin: 0 5px;
}

.tendersingle .tendernote .notelevel.normal {
  color: var(--k-blue);
}

.tendersingle .tendernote .notelevel.high {
  color: var(--k-orange);
}

.tendersingle .tendernote .notelevel.alert {
  color: #950B02;
}

.tendersingle .tendernote .notecontent {
  padding: 10px;
  background: whitesmoke;
  border-radius: 10px;
  margin: 5px 0;
  font-size: 14px;
}

.tendersingle .tendernotes.collapse {
  display: none;
}

.tendersingle .tendernotes textarea {
  width: 100%;
  border-radius: 10px;
  padding: 10px 50px 10px 10px;
  height: 120px !important;
}

.tendersingle .tendernotes .addtendernote {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 20px;
  color: var(--k-orange);
  cursor: pointer;
}

.tendersingle .tendernotes .removetendernote {
  position: relative;
  float: right;
  font-size: 14px;
  opacity: 0.6;
  color: var(--k-black);
  cursor: pointer;
}

.tendersingle .tendernotes .notesmore .readmore {
  color: var(--k-blue);
  font-size: 14px;
  position: relative;
  line-height: 10px;
  display: block;
  text-align: right;
  padding-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.tendersingle .tendernotes .notesmore .readmore:hover {
  text-decoration: underline;
}

.tendersingle .tendernotes .notesmore .notesview {
  display: none;
}

.tendersingle .tendernotes .notesmore .notesview.expanded {
  display: block;
}

.tendersingle .tendernotes .suggest .dropdown-item.active, .dropdown-item:active {
  color: white;
  background-color: var(--k-orange);
}

.tendersingle .tendernotes .tox .tox-statusbar {
  display: none !important;
}

/* When the container width is below 1214px */
@media (max-width: 1214px) {
  .dropdown-menu {
    opacity: 1 !important;
  }
}