.info-sof {
  color:#000000;
  font-style:italic;
  font-weight:normal;
}

.sof-desc {
  color:green;
}

.dynamic-add {
  height:5px;
  padding-left: 890px;
  padding-top:30px;
}

.dy-desc {
  padding-left: 40px;
  color:#000000;
  font-size: 11px;
  padding: 5px;
}

.dy-header {
  background-color: #e6e6e6;
  color: #ffffff;
  height:100px;
  /* margin-bottom:20px; */
}

.dy-header th {
  /*padding: 12px 80px 12px 100px; /* top,right,bottom,left*/
  text-align: left;
  background-color: #3c8dbc;
  color: #ffffff;
}

/* Page 1 Depdrop Class */
.dy-header-dep {
  background-color: #e6e6e6;
  color: #ffffff;
  height:70px;
  /* margin-bottom:20px; */
}

.dy-header-dep th {
  /*padding: 12px 80px 12px 100px; /* top,right,bottom,left*/
  text-align: left;
  background-color: #3c8dbc;
  color: #ffffff;
}
/* //Page 1 Depdrop Class */

.dy-field-border {
  border-top-style: invisible;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #e6e6e6;
  height: 60px;
}

.depdrop-field-border {
  border-top-style: invisible;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #e6e6e6;
  height: 90px;
}

.depd-desc {
  padding-left: 40px;
  color:#000000;
  font-size: 11px;
  padding: 5px;
  padding-bottom;
}

/* Style for Other Supplies - Dynamic Form - START */
.hplus {
   width: 670px;
   padding: 5px 23px 0px 1px;
}

.dy-add-btn {
   padding: 5px;
   border-right: 1px solid #FFFFFF;
}

.step3-label {
  width: 646px;
  padding: 0px 0px 0px 0px !important;
}

.step3-header {
  background-color: #e6e6e6;
  width: 570px;
  height: 40px;
  border: 1px solid;
  border-color: #000000;
  }

.step3-header th {
  background-color: #3c8dbc;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  border-right: 1px solid #E0E0E0;
}

.step3-desc {
  color: #ffffff;
  font-size: 12px;
  padding: 0px 0px 10px 0px;


  border: 1px solid;
  border-color: #ffffff;
  background-color: #e0e0e0;
  color: #000000;
  text-align: center;
  width: 473px;
}

.target {
  height: 50px !important;
  padding: 10px 3px 60px 3px;
  float:left;
  width: 600px;

  border-color: #e0e0e0;
  border-bottom-width: 1px;

  border-top-style: invisible;
  border-right-style: invisible;
  border-bottom-style: solid;
  border-left-style: invisible;
  /* border-style: invisible invisible solid invisible; */
}

.other_desc_td {
  padding: 5px 10px 5px 5px;
}

.other_qty_td {
  padding: 5px 5px 5px 5px;
}

.other_desc_field {
  width: 285px;
  font-size: 12px;
  border-radius: 5px;
}

.other_qty_field {
  width:285px;
  font-size: 12px;
  border-radius: 5px;
}

/* Style for Other Supplies - Dynamic Form - END */
/* Style for "Add Service" Actions - START */
.quantity-col {
  display: flex;
  justify-content: center;
}

.quantity-col button {
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  color: #000;
  border-radius: 15;
  background: #fff;
  padding: 1px 5px 10px 5px ;
}

.quantity-col input {
  /* border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; */
  border: 1px solid #000;
  text-align: center;
  width: 50px;
  height: 25px;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  margin: 0px 8px 0px 8px;
}

.total-price {
  text-align: center;
  font-size: 14px;
}

.total-price .fa-rupee {
  display: inline-block;
  font-size: 50%;
  margin-right: 5px;
}
/* Style for "Add Service" Actions - END */
