.rfq-portal-checkout-submit-footer {
  margin: 20px 0px;
}
.rfq-portal-checkout-rows {
  /* background-color: #eeeeee; */
  padding: 15px;
  border: 1px solid #eeeeee;
  min-height: 200px;
}

.rfq-portal-checkout-rows-table {
  table-layout: fixed;
  width: 100%;
  text-align: left;
  vertical-align: bottom;
  border-collapse: collapse;
  font-size: 16px;
}

.rfq-portal-checkout-rows-table th {
  border-bottom: 1px solid #333333;
}

.rfq-portal-checkout-rows-table tr {
  border-bottom: 1px solid #eeeeee;
  height: 50px;
}

.rfq-portal-quotes-rows-table {
  table-layout: fixed;
  width: 100%;
  text-align: left;
  vertical-align: bottom;
  border-collapse: collapse;
  font-size: 16px;
}

.rfq-portal-quotes-rows-table th {
  border-bottom: 1px solid #333333;
}

.rfq-portal-quotes-rows-table tr {
  border-bottom: 1px solid #eeeeee;
  height: 50px;
}

.rfq-portal-checkout-form {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
}

.rfq-portal-checkout-form label {
  display: inline-block;
  max-width: 100%;
  margin-top: 6px;
  margin-bottom: 4px;
  font-weight: bold;
}

.rfq-portal-checkout-form .help-block {
  display: block;
}

.rfq-portal-form-submit-request-button {
  background-color: #fff;
  margin: 10px 0px;
  cursor:pointer;
}
.rfq-portal-form-submit-request-button:disabled {
  background-color: #fff;
}

.rfq-portal-form-save-draft-button {
  background-color: #3B71CA;
  color: #fff;
  cursor:pointer;
}
.rfq-portal-form-save-draft-button:disabled {
  background-color: #a8b1b5;
  color: #eee;
}

.rfq-portal-checkout-colum-item {
  width: 30%;
}
.rfq-portal-checkout-colum-description {
  width: 40%;
}
.rfq-portal-checkout-colum-qty {
  width: 10%;
  text-align: center;
}

.rfq-portal-checkout-colum-actions {
  width: 10%;
}

.rfq-portal-quotes-colum-id {
  width: 5%;
}
.rfq-portal-quotes-colum-status {
  width: 15%;
}

.rfq-portal-quotes-colum-updated {
  width: 20%;
}

.rfq-portal-quotes-colum-description {
  width: 45%;
}
.rfq-portal-quotes-colum-actions {
  width: 15%;
  text-align: right;
}

.rfq-portal-checkout-row {
  display: flexbox;
  width: 100%;
}

.rfq-portal-product-expanded-row {
  display: none;
}

.rfq-portal-checkout-row:focus + .rfq-portal-product-expanded-row {
  display: block;
}

.rfq-portal-row-actions {
  text-align: right;
}

.rfq-portal-row-action {
  padding: 0px 2px;
}

.rfq-portal-row-action-delete {
  display: inline-block;
  vertical-align: top;
}

.rfq-portal-row-action-delete-button {
  background: none;
  vertical-align: top;
  border: none;
}

.rfq-portal-row-action-delete span {
  cursor: pointer;
}





