﻿body {
  background-color: #F8FAFC;
}
body #body-row {
  height: 100%;
}
body #body-row #body-col {
  height: calc(100% - 125px);
}
body #body-row #next-prev-container {
  margin-top: 30px;
  padding: 30px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}
body #body-row #next-prev-container .btn {
  min-width: 150px;
}
.proposal_header {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #212529;
}
.proposal_subheader {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #212529;
  padding-top: 3px;
}
.proposal_subheader_b {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #212529;
}
.proposal_input {
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 8px 0px;
  font-size: 14px;
}
.box_seperator {
  border: 1px solid #DAD8D6;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
}
.btn-r-secondary {
  background-color: var(--abs-grey);
  border-color: var(--abs-grey);
}
.btn-r-secondary {
  color: #fff;
  background-color: red;
  border-color: green;
}
.btn-r {
  /* White */
  background: #FFFFFF;
  /* Grey-2 */
  border: 1px solid #A9A8A9;
  box-sizing: border-box;
  border-radius: 4px;
  width: 140px;
  height: 44px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  /* identical to box height */
  /* Grey-2 */
  color: #A9A8A9;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.nav_selectiontext {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
#divProposalWizardIndicators .step {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  margin: auto;
  background-color: white;
  color: var(--abs-blue);
}
#divProposalWizardIndicators .active .step {
  background-color: var(--abs-blue);
  color: white;
}
#divProposalWizardIndicators .complete .step {
  background-color: var(--abs-blue);
  cursor: pointer;
  background-image: url(../../../Images/proposal/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
#divProposalWizardIndicators .nav_selectiontext {
  position: relative;
  top: 7px;
}
@media (max-width: 768px) {
  #divProposalWizardIndicators .nav_selectiontext {
    font-size: 12px;
  }
}
.proposal_option_text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #212529;
}
.btn-decorator {
  background-image: url(../../../Images/proposal/ico-grip-lines.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 20px;
}
.col-span6 {
  padding: 5px;
}
#divAdvertisementSelect {
  display: flex;
  height: 600px;
  flex-wrap: wrap;
}
.footer-custom {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  background-color: white;
}
.border-r {
  border-right: solid;
  border-right-color: white;
  border-right-width: thin;
  height: 30px;
  vertical-align: middle;
}
.customh3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #212529;
}
.custom-header-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #6C757D;
}
.custom-detail-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
}
/* Paragraph 16 Bold */
.custom-p16 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #212529;
}
.custom-text {
  border: 2px solid #DDD;
  padding: 5px;
  width: 70%;
  display: flex;
  min-width: 150px;
}
.custom-displaytext {
  width: 70%;
}
.costprice-input {
  height: 100%;
  border: none;
  margin-left: auto;
}
#costSymbol {
  padding-top: 2px;
}
.vl {
  border-left: 1px solid white;
  height: 30px;
}
.border-custom {
  border-right-style: solid;
  border-right-color: white;
  border-right-width: thin;
  height: 50px;
}
.numerical_indicator {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.progress_override {
  /*visibility:hidden;*/
  display: none;
}
#divProposalWizardIndicators {
  position: relative;
  display: flex;
}
#divProposalWizardIndicators > div:not(.progress) {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50px;
}
@media (min-width: 750px) {
  #divProposalWizardIndicators > div:not(.progress) {
    width: 80px;
  }
}
@media (min-width: 900px) {
  #divProposalWizardIndicators > div:not(.progress) {
    width: 100px;
  }
}
#divProposalWizardIndicators .carousel-item {
  min-height: 215px;
  min-width: 215px;
}
#divProposalWizardIndicators .progress {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.is-invalid {
  border-color: #dc3545 !important;
}
@media screen and (max-width: 766px) {
  #divProposalWizardIndicators [class*="col-"].active {
    padding: 0px;
  }
  #divProposalWizardIndicators [class*="col-"]:not(.active) {
    font-size: 10px;
  }
  #divProposalWizardIndicators [class*="col-"]:not(.active) .step {
    width: 30px;
    height: 30px;
  }
}
#tableProposalBulls td {
  font-size: 14px;
}
#h2NewProposal {
  font-size: 25px;
  font-weight: 500;
}
control-label::before {
  top: 0rem !important;
}
.total-calc-field {
  min-width: 150px;
  width: 70%;
  white-space: nowrap;
}