/* sectionbreak begin*/
.form-section-heading {
  height: 40px;
  border: 1px solid #e6e6e6;
  padding: 0 18px;
  position: relative;
  display: flex;
  align-items: center;
}

.form-section-heading::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
}

.form-section-heading::before {
  background-color: #e71d69;
}


.form-section-heading.uppercase {
  color: inherit;
  font-weight: bold;
  background-color: #e4f3ec;
}

.row.form-section.visible-section {
  border-bottom: none;
}

.row.page-head {
 margin-bottom: -45px;
}

.page-content.with-sidebar {
 padding: 15px;
}
/* sectionbreak end*/

/* collapsible sectionbreak begin*/
.section-head {
  height: 40px;
  border: 1px solid #e6e6e6;
  padding: 0 18px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #e4f3ec;
}

.section-head::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
}

.section-head::before {
  background-color: #e71d69;
}

.h6.uppercase{
  color: inherit;
  font-weight: bold;
  /*background-color: #e4f3ec;*/
}

.form-section .section-head .collapse-indicator {
 color: inherit;
 bottom: 1px;
}
/* collapsible sectionbreak end*/

/* disabled fields begin*/
.like-disabled-input {
 border: 1px solid #cacaca;
}

/* dropdown width increased */
.awesomplete > ul{
 min-width: 300px;
}

/* below ones were added by Kinley Dorji 12/19/2019 */
/* addded new classes for tenders list webpage 12/19/2019 */
.primary
{
  background-color: rgba(0, 248, 103, 0.4);
  color: white;
  padding-top: 1%;
  padding-bottom: 1%;
}

.secondary{
  background-color: white;
}

.secondary:hover
{
  background-color: rgba(204, 200, 197, 0.596);
}
.filter{
  background-color: rgba(1, 253, 64, 0.2);
  padding: 1%;
  border-left: solid 2px;
  border-left-color: rgba(255, 0, 0, 0.6);
  border-right: solid 2px;
  border-right-color: rgba(255, 0, 0, 0.6);
}
.tertiary{
  background-color: rgb(228,243,236);
}
.web-page-right{
  position: absolute;
  margin-left: 7%;
  left: 0;
}