/*= wizard css =*/
.hover {
    cursor: pointer;
}

.checkoutPage table.stTable thead {
    background-color: #083b6c;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}
.reverseBgGreen.reverseBgGreenEdit .auctionContainers{
    margin-top: 25px !important;
}

.checkoutPage table.ndTable {
    color: #ffffff;
}

.checkoutPage table.ndTable {
    border: 1px solid;
}

.checkoutPage table.ndTable tr th {
    width: auto;
    text-align: center;
    vertical-align: middle;
    min-width: 150px;
}

.checkoutPage table.thTable tr.content_border_change td {
    border-bottom: 1px solid #80808030;
    padding: 13px 10px;
}

.checkoutPage table.thTable tr.content_sentd td {
    padding: 13px 10px;
    border: none;
}

.checkoutPage table.ndTable tr th:first-child {
    text-align: left;
}

.checkoutPage table.thTable td {
    color: #000000;
    text-align: center;
    vertical-align: middle;
}

.checkoutPage table.rdTable thead th {
    border: none;
    width: auto;
    text-align: center;
    vertical-align: middle;
}

.checkoutPage table.thTable {}

.payment-wizard {
    float: left;
    width: 100%;
}

.payment-wizard li.active {
    position: relative;
    z-index: 1;
}

.wizard-heading {
    float: left;
    width: 100%;
    padding: 10px 15px;
    background-color: #fafafa;
    margin-bottom: 1px;
    box-sizing: border-box;
    font-size: 18px;
    color: #4c4c4c;
    text-transform: uppercase;
    transition: 0.3s;
}

.wizard-content {
    display: none;
    float: left;
    width: 100%;
    background-color: #fff;
    /* box-shadow: 0 8px 8px #d2d2d2; */
    padding: 15px;
    box-sizing: border-box;
}

li:first-child .wizard-content {
    display: block;
}

.wizard-content p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 26px;
    color: #4c4c4c;
}

.btn-green {
    color: #fff;
    float: right;
    border: 0;
    padding: 7px 10px;
    min-width: 92px;
    z-index: 1;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #fc8c00;
    border: 2px solid #fc8c00;
    border-radius: 3px;
    /*border-bottom: 3px solid #d97902;*/
    position: relative;
    transition: 0.3s;
}

.btn-green:hover {
    border: 2px solid #fc8c00;
    color: #fc8c00;
    background: #fff;
}

.btn-green:focus {
    color: #fff;
}

/*.btn-green:before{content: ""; width: 100%; height: 0; border-radius: 3px; z-index: -1; position: absolute; left: 0; bottom: 0; background-color: #d97902; transition: 0.3s;}
.btn-green:hover:before{height: 100%;}*/
/*.wizard-heading span{float: right; background-image: url(wizard-icons.png); background-repeat: no-repeat;}*/
.icon-user {
    width: 20px;
    height: 18px;
    background-position: 0 -40px;
    margin-top: 4px;
}

.icon-location {
    width: 15px;
    height: 20px;
    background-position: -22px -42px;
    margin-top: 4px;
}

.icon-summary {
    width: 20px;
    height: 20px;
    background-position: -39px -42px;
    margin-top: 4px;
}

.icon-mode {
    width: 20px;
    height: 16px;
    background-position: -61px -34px;
    margin-top: 6px;
}

.active .wizard-heading {
    background-color: #083b6c;
    color: #fff !important;
    margin-bottom: 0;
    margin-bottom: 2px;
}

.active .icon-user {
    background-position: 0 0;
}

.active .icon-location {
    background-position: -22px 0;
}

.active .icon-summary {
    background-position: -39px 0;
}

.active .icon-mode {
    background-position: -61px 0;
}

.completed .wizard-heading {
    color: #777;
    position: relative;
    padding: 10px 15px 10px 36px;
    cursor: pointer;
    transition: 0.3s;
}

.completed .wizard-heading:before {
    content: "✓";
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    left: -15px;
    top: 7px;
    width: 32px;
    padding: 5px 0;
    background-color: #3bbc6d;
    z-index: 99;
    border-radius: 100px;
}

.completed .icon-user {
    background-position: 0 -20px;
}

.completed .icon-location {
    background-position: -22px -21px;
}

.completed .icon-summary {
    background-position: -39px -21px;
}

.completed .icon-mode {
    background-position: -61px -17px;
}

/*= wizard end =*/
.pad-10 {
    padding: 10px 15px;
}

.auth-bwrap li {
    list-style-type: none;
}

input.input-lg::placeholder {
    text-transform: capitalize;
}

.main3 .custom-checkbox .fa-info-circle {
    margin-left: 10px;
}

.main3 .custom-checkbox {
    padding-left: 25px;
    margin-right: 15px;
    align-items: center;
}

.mr-45 {
    margin-right: 45px;
}

.clr1 {
    background: #fe5a01 ! important;
    border: 1px solid #05396b ! important;
}

.clr2 {
    background: #009fef ! important;
    border: 1px solid #009fef ! important;
}

.clr3 {
    background: #006fb3 ! important;
    border: 1px solid #006fb3 ! important;
}

.clr4 {
    background: #58445e ! important;
    border: 1px solid #58445e ! important;
}

.clr5 {
    background: #e0b04a ! important;
    border: 1px solid #e0b04a ! important;
}

.clr6 {
    background: #b4b028 ! important;
    border: 1px solid #b4b028 ! important;
}

.clr7 {
    background: #aa3f2e ! important;
    border: 1px solid #aa3f2e ! important;
}

.clr8 {
    background: #73b253 ! important;
    border: 1px solid #73b253 ! important;
}

.clr9 {
    background: #333333 ! important;
    border: 1px solid #333333 ! important;
}

.clr10 {
    background: #ffa43c ! important;
    border: 1px solid #ffa43c ! important;
}

.clr11 {
    background: #00638f ! important;
    border: 1px solid #00638f ! important;
}

.clr12 {
    background: #3db9ea ! important;
    border: 1px solid #3db9ea ! important;
}

.clr13 {
    background: #ffd7fc ! important;
    border: 1px solid #ffd7fc ! important;
}

.clr14 {
    background: #25afb1 ! important;
    border: 1px solid #25afb1 ! important;
}

.clr15 {
    background: #dc1d66 ! important;
    border: 1px solid #dc1d66 ! important;
}

.clr16 {
    background: #c9e14f ! important;
    border: 1px solid #c9e14f ! important;
}

.sidenavnew.sidenav .clrbox {
    width: 50px;
    height: 40px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #f2e2ca;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
}

.sidenavnew.sidenav .clicked.clrbox:before {
    background: rgba(19, 18, 18, 0.16);
    z-index: 1;
    position: absolute;
    right: 0;
    display: inline-block;
    vertical-align: top;
    width: 47px;
    height: 37px;
    padding-top: 9px;
    margin-right: 0;
    text-align: center;
    color: #fff;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
}

.font1 {
    font-family: 'Lato', sans-serif;
}

.font2 {
    font-family: 'Roboto Condensed', sans-serif;
}

.font3 {
    font-family: 'Cuprum', sans-serif;
}

.font4 {
    font-family: 'Merriweather', serif;
}

.font5 {
    font-family: 'Dancing Script', cursive;
}

.font6 {
    font-family: 'Pontano Sans', sans-serif;
}

.font7 {
    font-family: 'Arvo', serif;
}

.font8 {
    font-family: 'Lobster', cursive;
}

.font9 {
    font-family: 'Lobster Two', cursive;
}

.font10 {
    font-family: 'Quattrocento', serif;
}

.font11 {
    font-family: 'Raleway', sans-serif;
}

.font12 {
    font-family: 'Playfair Display', serif;
}

.font13 {
    font-family: 'Cabin', sans-serif;
}

.font14 {
    font-family: 'Source Sans Pro', sans-serif;
}

.font15 {
    font-family: 'Montserrat', sans-serif;
}

.font16 {
    font-family: 'Roboto Slab', serif;
}

.font17 {
    font-family: 'Orbitron', sans-serif;
}

.font-styl {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.font-styl.selected {
    color: #fff;
    background: #777776;
}

.timer_cnt {
    z-index: 99999;
    position: fixed;
    margin: 0 auto;
    text-align: center;
    width: auto;
    margin: auto;
    left: 0;
    right: 0;
    width: 70%;
    top: 0;
}

.timer_cnt span a {
    color: #ffcb0d;
}

.timer_cnt span {
    background: #05396b;
    padding: 2px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 8px;
    color: white;
    text-align: center;

}

.shipCheck:disabled+.fa-square-o {
    opacity: 0.5;
    cursor: not-allowed;
    background: #dfdfdf66;
}

.reverseAuction .container {
    padding: 30px 80px;
}

.reverseAuction h1 {
    font-size: 30px;
    font-weight: 700;
}

.reverseAuction h2 {
    font-size: 22px;
    font-weight: 700;
}

.reverseAuction.reverseBg {
    position: relative;
}

.reverseAuction .form-group .reverseLabel {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.reverseAuction .form-group .reverseInputField {
    border-radius: 10px;
    height: 50px;
}

.reverseAuction .searchResult {
    position: relative;
}

.reverseAuction .searchResult input {
    padding-right: 55px;
}

.reverseAuction .chooseFile p {
    width: calc(100% - 50px);
    font-weight: 400;
    padding: 13px 0;
    font-size: 16px;
}

.reverseAuction .chooseFile .chosen-file {
    width: 50px;
}

.btn-primary:focus {
    outline: 0;
}

.reverseAuction .headerSectionQot {
    width: 100%;
    background-color: #f1f1f1;
}

.reverseAuction .headerSectionQot ul {
    display: grid;
    grid-template-columns: 30% 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.reverseAuction .headerSectionQot ul li {
    font-size: 18px;
    font-weight: 500;
}

.hideQouteMore.chagne {
    display: none;
}

.reverseAuction .headerSectionQot span {
    position: absolute;
    top: 10px;
    right: 7px;
}

/* .reverseAuction .headerSectionQot ul li.jbName{
    min-width: 320px;
  }
  .reverseAuction .headerSectionQot ul li.plueIcon{
    min-width: 30px;
  } */

table.subTable thead tr th {
    text-align: center;
}

.reverseAuction .chooseFile {
    width: 100%;
    border: 1px dashed #878b8e;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 50px;
}

.createNewCouponContainer h4 {
    font-size: 18px;
    font-weight: 500;
    padding-left: 15px;
}

.reverseAuction .searchResult button {
    position: absolute;
    top: 29px;
    left: auto;
    right: 16px;
    height: 46px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    background: white;
}

.reverseAuction .form-group .reverseInputField::placeholder {
    font-weight: 16px;
    font-weight: 400;
}

.reverseAuction .reverseBgs .auctionContainers .nav-tabs>li>a .badge.badgeLbl {
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    margin-left: 5px;
    background-color: #1dde5a;
    font-size: 16px;
}

.reverseAuction table tbody td.tdBottomBorder {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px;
    vertical-align: middle;
}

.reverseAuction .acceptedTable table tbody td.tdBottomBorder {
    text-align: center;
    padding: 14px 6px;
}
.reverseAuction .acceptedTable table tbody .textCenterTable td.tdBottomBorder:last-child {
    background-color: #ffffff;
    position: sticky;
    right: 0;
}
.reverseAuction .acceptedTable table tbody td.tdBottomBorder:nth-child(1) {
    text-align: center !important;
}
.reverseAuction .acceptedTable.QuoteEit{
    margin-top: 10px;
}

.reverseAuction .acceptedTable table tbody td.tdBottomBorder input{
    text-align: right;
}
.reverseAuction .acceptedTable{
    height: 100%;
    max-height: 500px;
}

.reverseAuction table tbody td.tdBottomBorder sup.textSup span {
    font-size: 9px;
}

.reverseAuction table thead {
    position: sticky;
    top: 0;
    background: #f1f1f1;
    z-index: 2;
    white-space: nowrap;
}

.reverseAuction .acceptedTable table thead {
    position: sticky;
    top: 0;
    background: #0a325e;
    z-index: 2;
    white-space: nowrap;
    color: white;
}

#searchProjects {
    scroll-behavior: smooth;
}

#quotesTable {
    scroll-behavior: smooth;
}

#viewQuoteByItem {
    scroll-behavior: smooth;
}

.reverseAuction .table-responsive table tr td .descriptiontd {
    width: 100%;
    text-align: left;
}

.reverseAuction table thead tr th {
    padding: 14px 12px;
    line-height: 1.5;
    vertical-align: middle;
}
.reverseBgs .addtableSearch input.form-control{
    height: 42px;
    border-radius: 0;
}
.reverseAuction .acceptedTable table thead tr th,
.reverseAuction .acceptedTable table tbody tr td {
    padding: 14px 6px;
    text-align: left !important;
    vertical-align: middle;
}

 
.reverseBgs .auctionContainers .custum-line.customTabLatest.nav.nav-tabs{
    display: flex;
    flex-wrap: wrap;
}

.reverseBgs .cardSection .form-control.reverseInputField{
    height: 42px;
    border-radius: 0;
}

.reverseAuction .subQt table thead tr th {
    padding: 18px 15px;
}

.reverseAuction table thead tr th .pull-right {
    float: none;
}

.reverseAuction table thead tr th .fa.pull-right {
    margin: 0;
    float: none !important;
}

.reverseAuction .table-responsive {
    margin-top: 30px;
}

.reverseAuction .delete_icon {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reverseAuction table tbody {
    border: 1px solid #e3e3e3;
}

.reverseAuction table tbody tr td .revImg {
    width: 68px;
    height: 55px;
    object-fit: contain;
}

.reverseAuction .reverseBgs .auctionContainers .tabs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.reverseAuction .reverseBgs .auctionContainers .nav-tabs>li.active>a {
    color: #ffffff;
    font-size: 20px;
    border: 2px solid transparent;
    border-bottom-color: #ffffff;
    background-color: transparent;
    opacity: 1;
}

.reverseAuction .reverseBgs .auctionContainers .nav-tabs>li>a {
    color: #ffffff;
    font-size: 20px;
    opacity: 0.7;
    padding: 18px 35px;
    background-color: transparent;
}

.reverseAuction .reverseBgs .auctionContainers .nav-tabs {
    border-bottom: 1px solid #ffffff;
}

.reverseAuction .reverseBgs h1 {
    color: #ffffff;
}

.reverseAuction .reverseBgs .form-group label {
    color: #ffffff;
}

.reverseAuction .reverseBgs .cardSection .form-group label { 
    color: #333333;
}

.proposalContainer {
    margin-top: 15px;
}

.proposalContainer .proposalCard {
    padding: 17px;
    min-height: 210px;
    height: 100%;
    box-shadow: 0 3px 6px #eaeaea;
    background-color: #ffffff;
    margin-bottom: 28px;
}

.proposalContainer .proposalCard .imgCont {
    min-width: 220px;
    max-width: 220px;
    min-height: 175px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(238, 237, 237);
    border-style: groove;
}
.workOrderFinal tr td{
   text-align: right !important;
    font-weight: 600;
    min-width: 220px;
}
.workOrderTabless table tbody table>tbody tr:nth-child(even){
    background-color: #f1f1f1;
}
.workOrderTabless table>thead tr th:nth-child(1){
    font-weight: 700;
}
.acceptedTable.workOrderTabless table td,.acceptedTable.workOrderTabless table th{
    padding: 12px 15px !important;
    white-space: nowrap !important;
}
.workOrderFinal tr th{
    border-right: 1px solid #00000020;
    font-weight: 600;
    min-width: 220px;
    text-align: right;
}


.proposalContainer .proposalCard .imgCont img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.proposalContainer.cardCustomization .imgCont {
    min-height: 260px;
    margin-bottom: 50px;
}

.proposalContainer.cardCustomization .imgCont img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.changeDetails.firstCardChange {
    max-width: 370px !important;
}

.proposalContent {
    display: flex;
    gap: 20px;
    align-items: center;
}

.reverseAuction .table-responsive tr th .custom-checkbox .fa-square-o {
    top: -9px;
}

.reverseAuction .table-responsive tr td .custom-checkbox .fa-square-o {
    top: 10px;
}

.btn.submitButtonGr {
    background-color: #4ba974;
    box-shadow: none;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #4ba974;
}

.btn.submitedButtonGr {
    border: 1px solid #4ba974;
    background-color: #ffffff;
    cursor: no-drop;
    color: #4ba974;
    padding: 4px 20px;
    border-radius: 10px;
    box-shadow: none;
}

.btn.submitButtonGr:hover {
    background-color: #ffffff;
    box-shadow: none;
    color: #4ba974;
    font-size: 14px;
    border: 1px solid #4ba974;
}

.btn.submitButtonGr:focus,
.btn.submitedButtonGr:focus {
    outline: 0;
    border: 1px solid #4ba974;
}

.submitQuotTotal {
    display: flex;
    line-height: 1.8;
    justify-content: space-between;
    font-size: 16px;
}

.buttonContainer.customizeButton {
    max-width: 280px;
    width: 100%;
}

.buttonContainer button .badge.badgeLbl {
    background-color: #3aba62;
    color: #ffffff;
    border-radius: 5px;
}

.buttonContainer.customizeButton h3.summarytitle {
    color: #05396b;
    font-size: 18px;
    margin: 0;
}

.proposalCouponsDetails {
    max-width: 625px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.couponCardContainer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: start;
}

.couponCardContainer .couponCard {
    width: 100%;
    max-width: 330px;
    padding: 24px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}
.workOrder{
    border: 1px solid #e3e3e3;
    padding: 20px;
}
.configIcons{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 5px;
}
.configIcons >div{
    display: flex;
    gap: 3px;
    cursor: pointer;
    color:#1dde5a;
}
.configIcons >div span{
    font-size: 16px;
}
.table-responsive.workOrderTabless .tableHeadSticky{
    min-width: 120px;
    /* max-width: 120px; */
    /* width: 100%; */
    position: sticky;
    text-align: end;
    top: 0;
    left: auto;
    right: 0;
    background: #00315E;
}

.table-responsive.workOrderTabless .tdBottomBorder.tableBodySticky{
    min-width: 120px;
    max-width: 120px;
    width: 100%;
    position: sticky;
    text-align: end;
    top: 0;
    left: auto;
    right: 0;
    background: #ffffff;
}

.couponCardContainer .mainCard {
    width: 250px;
    ;
}

.mainCard h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 3px;
    margin-top: 0;

}

.couponCardContainer .couponCard.couponCardWithBg {
    background-color: #f5fff8;
    border-color: #3bba62;
}

.mainCard p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
    color: #666666;
}

.couponFooter {
    width: 100%;
    max-width: 680px;
    margin: auto;
}

.couponFooter a {
    margin: 30px 0;
    font-size: 16px;
    width: fit-content;
    color: #0a325d;
    display: block;
}

.submitButtonGr.applyBtn {
    background-color: #3aba62;
    height: 46px;
    padding: 8px 45px;
}

.createNewCouponContainer {
    max-width: 680px;
    margin: auto;
}

.jobTitle h5,
.jobDetails ul li.headTitle {
    font-size: 18px;
    font-weight: 400;
    color: #777777;
}

.jobTitle h5,
.jobDetails ul li.headTitle sup span {
    font-size: 18px;
    color: #083b6c;
    cursor: pointer;
}

.jobDetails ul li {
    font-size: 18px;
    color: #333333;
}

.jobTitle h4 {
    font-size: 22px;
    font-weight: 500;
    color: #0b355d;
}

.buttonContainer {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: auto;
}

.buttonContainer .btn-primary {
    padding: 8px 35px;

}

.jobDetails {
    display: flex;
    justify-content: space-between;
}

.reverseAuction .reverseBgs {
    z-index: 2;
    position: relative;
}
.buyerActive .reverseAuction.reverseBg::before {
    background: #05396b !important;
}
.sellerActive .reverseAuction.reverseBg::before {
    background: #56b37f !important;
}

.reverseAuction.reverseBg::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    height: 275px;
    width: 100%;
}

.reverseAuction.reverseBgGreen::before {
    position: absolute;
    content: '';
    background: #56B37F;
    top: 0;
    bottom: 0;
    left: 0;
    height: 340px;
    width: 100%;
}

/* html[lang="Es"] .reverseAuction.reverseBgGreen::before {
    height: 390px;
}
html[lang="Es"] .reverseAuction.reverseBgGreen.reverseBgBlue::before {
    height: 300px;
} */
.reverseBgGreen.reverseBgBlue::before{
    position: absolute;
    content: '';
    background: #05396b;
    top: 0;
    bottom: 0;
    left: 0;
    height: 300px;
    width: 100%;
}
.gridViewForm{
    display: grid;
    gap:16px;
    grid-template-columns: auto auto auto auto auto auto auto;
}
.gridViewForm > div {
    width: 100%;
    min-width: 150px;
    padding:0;
}
.reverseBgBlue .table-responsive tr td .custom-checkbox .fa-square-o{
    top: -10px;
}
.buyerCont{
    display: flex;
    gap: 20px;
    align-items: center;
}
.buyerCont .imgContainer{
    width: 85px;
    height: 85px;
}
.buyerCont .imgContainer img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.workOrder label{
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.medCont p.medC{
    margin: 0;
    height: auto;
    min-height: 35px;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    padding-left: 5px;
}
.medCont p.medC:last-child{
    border-bottom: 1px solid #e3e3e3;
}
.reverseAuction .reverseBgs .auctionContainers .workOrderTable{
    background-color: #f1f1f1;
    margin-top: 20px;
}
.modal-lg.QuoteModal .modal-body .searchlist{
    margin-top: -40px !important;
    position:  relative !important;
}
.reverseAuction .reverseBgs .auctionContainers .workOrderTable .nav-tabs>li.active>a{
    background-color: #00315E;
    color: white !important;
    border-radius: 7px 7px 0 0;
    border: 0;
}
.workOrderTables table thead{
    background-color: white !important;
    color: #000000 !important;
    font-weight: 600;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}
.workOrderTables table thead th, .workOrderTables table tbody td{
    text-align: left !important;
    padding: 18px 12px !important;
}
.reverseAuction .acceptedTable.workOrderTables table tbody td.tdBottomBorder div{
    text-align: left;
}
.reverseAuction .acceptedTable.workOrderTables table tbody td.tdBottomBorder{
    text-align: left;
}
.reverseAuction .table-responsive.workOrderTables tr td .custom-checkbox .fa-square-o{
    top: -10px;
}
.buttonContainer.workOrderBtns{
    flex-direction: row;
    justify-content: space-between;
}

.reverseAuction .reverseBgs .auctionContainers .workOrderTable .nav-tabs>li>a{
    color: #000000 !important;
    opacity: 1;
    min-width: 150px;
    text-align: center;
}
.reverseAuction .reverseBgs .auctionContainers .workOrderTable .nav-tabs{
    border: none !important;
}
.reverseAuction .reverseBgs .auctionContainers .workOrderTable .nav-tabs{
    margin: 0;
}
.workOrder p{
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
}
.reverseAuction.reverseBgGreen .reverseBgs .proposalContent label {
    color: #00315E;
    font-size: 14px;
    font-weight: 500;
}
.greenCardInfo{
    padding: 25px 50px;
    background-color: #56B37F;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.greenCardInfo p{
     align-self: center;
     margin: 0;
     color: #ffffff;
     font-weight: 600;
     font-size: 16px;
}
.greenCardInfo > div{
    display: flex;
    align-items: center;
}

.redCardInfo{
    padding: 25px 50px;
    background-color: #56B37F;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.redCardInfo p{
     align-self: center;
     margin: 0;
     color: red;
     font-weight: 600;
     font-size: 16px;
}
.redCardInfo > div{
    display: flex;
    align-items: center;
}
.reverseAuction.reverseBgGreen .reverseBgs .form-group p {
    color: #3c3c3c;
    font-weight: 400;
    font-size: 16px;
    word-break: break-all;
    word-spacing: normal;
   
}
.reverseAuction.reverseBgGreen .proposalContent{
    display: block;
}
.buyerSharingQuote{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
    margin-top: -20px;
    margin-bottom: 15px;
    padding-right: 25px;
}
.buyerSharingQuote >div{
    display: flex;
    gap: 8px;
    align-items: center;
    color: #00315E;
    cursor: pointer;
    font-weight: 500;
}
.buyerSharingQuote span{
    color: #00315E;
    font-size: 18px;
}
.buyerCont h3{
    font-size: 28px;
    font-weight: 500;
    color: #3c3c3c;
}
.buyerCont p{
    font-size: 16px;
    color: #3c3c3c;
}

.reverseAuction.reverseBgGreen .mt-3{
    margin-top: 30px;
}
.reverseAuction.reverseBgGreen .mt-2{
    margin-top: 20px;
}
.reverseAuction.reverseBgGreen .mt-1{
    margin-top: 10px;
}
.reverseAuction.reverseBgGreen .btn-primary.addNewCust {
    background-color: #eee;
    color: #00315E;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    justify-content: center;
    border: 1px solid #999999;
    position: absolute;
}
.quotationSteps{
    width: 100%;
    height: 48px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
}
.quotationSteps .stepers.active{
    background-image: url("/images/steppersLogo.svg");
    background-repeat: no-repeat;
    color: #ffffff;
}
.quotationSteps .stepers{
    max-width: 211px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    height: 100%;
    padding: 16px 20px;
    color: #3c3c3c;
}
.reverseAuction.reverseBgGreen .reverseBgs .auctionContainers .nav-tabs{
    border-bottom: 1px solid #999999;
}
.reverseAuction.reverseBgGreen .reverseBgs .auctionContainers .nav-tabs>li.active>a{
    border-bottom: 2px solid #0a325d;
    padding: 9px 20px;
    font-weight: 500;
    font-size: 16px;
    color: #0a325d;
}
.reverseAuction.reverseBgGreen .NotesView{
    padding: 15px;
    border: 1px solid #707070;
    margin-top: 25px;
    position: relative;
}
.reverseAuction.reverseBgGreen .NotesView span{
    position: absolute;
    right: 5px;
    left: auto;
    top: 5px;
    bottom: auto;
    cursor: pointer;
}
.NotesView.history{
    display: flex;
    align-items: center;
}
.NotesView.history span{
    position: relative !important;
    width: -webkit-fill-available;
    display: block;
    text-align: end;
    max-width: 160px;
    margin-left: auto;
    padding-bottom: 5px;
}
.reverseAuction.reverseBgGreen .reverseBgs .auctionContainers .nav-tabs>li>a{
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    padding: 9px 20px;
}
.modal-dialog.QuoteModal .checkout-wrapper .font-field-address{
    margin: 5px 0;
    font-weight: 500;
    color: #3c3c3c;
}
.modal-dialog.QuoteModal .ss-wrap input{
    border-radius: 5px;
    height: 45px;
}
.reverseBgGreen.reverseBgGreenEdit::before{
    height: 280px;
}

html[lang="Es"] .reverseBgGreen.reverseBgGreenEdit::before{
    height: 328px;
}
.reverseBgGreen.reverseBgGreenEdit h1,.reverseAuction.reverseBgGreen h1{
    margin-top: 5px;
    margin-bottom: 10px !important;
}
.reverseBgGreen.reverseBgGreenEdit .auctionContainers{
    margin-top: 50px;
}
.acceptedTable.QuoteEit tr td label{
    margin-bottom: 40px;
}
.editIconFor {
    display: flex;
    gap: 5px;
    color: #083b6c;
    margin-bottom: -65px;
    position: absolute;
    top: 5px;
    left: auto;
    right: 10px;
    bottom: auto;
    cursor: pointer;
}
.modal-dialog.QuoteModal select{
    height: 45px !important;
}
.modal-dialog.QuoteModal .ss-wrap .ss-btn{
    height: 42px;
    top: 26px;
    right: 16px;
}
.reverseBgGreen .reverseBgs h1{
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 20px;
}
.reverseAuction.reverseBgGreen .proposalContainer{
    margin-top: 50px;
}
.reverseBgGreen .reverseBgs h5{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.jobDetails.changeDetails {
    max-width: 330px;
}

.fa.fa-info-circle {
    color: #05396b;
}

#requestQuoteJobList .proposalCouponsDetails .jobTitle h4 {
    margin-bottom: 18px;
}

.reverseAuction .headerSectionQot ul li.jbName {
    font-size: 20px;
}

.reverseAuction .acceptedTable table .sol-price, 
.reverseAuction .acceptedTable table .sol-tax,
.reverseAuction .acceptedTable table .sol-total {
    position:sticky; 
    min-width:120px;
    max-width:120px; 
    display:table-cell
}

.reverseAuction .acceptedTable table td.sol-price, 
.reverseAuction .acceptedTable table td.sol-tax,
.reverseAuction .acceptedTable table td.sol-total { 
    background:#fff;
}

.reverseAuction .acceptedTable table th.sol-price, 
.reverseAuction .acceptedTable table th.sol-tax,
.reverseAuction .acceptedTable table th.sol-total { 
    background:#0a325e;
}

.reverseAuction .acceptedTable table .sol-price  {
   right:241px
}
  
.reverseAuction .acceptedTable table .sol-tax  { 
    right:121px;
}
 
.reverseAuction .acceptedTable table .sol-total { 
   right:1px
}

.reverseAuction .acceptedTable table .sol-price.active  {
   right:446px
}
  
.reverseAuction .acceptedTable table .sol-tax.active  { 
    right:326px;
}
 
.reverseAuction .acceptedTable table .sol-total.active { 
   right:206px
}

/*responsive Design css*/
@media (max-width:1400px) {
    .reverseAuction .container {
        padding: 20px 60px;
    }

    .reverseAuction .headerSectionQot ul li {
        font-size: 16px;
    }

    .reverseAuction .headerSectionQot ul li.jbName {
        font-size: 18px;
    }

    .jobDetails ul li {
        font-size: 16px;
    }

    .jobTitle h4 {
        font-size: 20px;
    }

    .proposalContainer.cardCustomization .imgCont {
        margin-bottom: 40px;
    }

    .jobTitle h5,
    .jobDetails ul li.headTitle {
        font-size: 16px;
    }

    /* .reverseAuction .table-responsive table tr td .descriptiontd {
        width: 100px;
    } */

    .reverseAuction table tbody td.tdBottomBorder {
        padding: 10px 5px;
        font-size: 13px;
    }

    .reverseAuction table thead tr th {
        padding: 14px 6px;
    }

    .proposalContainer .proposalCard {
        padding: 17px;
        min-height: 210px;
        height: 100%;
        box-shadow: 0 3px 6px #eaeaea;
        background-color: #ffffff;
        margin-bottom: 20px;
    }

    .reverseAuction .reverseBgs .auctionContainers .nav-tabs>li.active>a {
        font-size: 18px;
    }

    .reverseAuction .reverseBgs .auctionContainers .nav-tabs>li>a {
        font-size: 18px;
        padding: 15px 30px;
    }

    .reverseAuction h1 {
        font-size: 26px;
        font-weight: 700;
    }

    .reverseAuction h2 {
        font-size: 20px;
        font-weight: 700;
    }
}

@media (max-width:1320px) {

    .reverseAuction table thead tr th,
    .reverseAuction table thead tr td {
        padding: 14px 12px;
        line-height: 1;
        font-size: 13px;
    }

    .reverseAuction .subQt table thead tr th {
        padding: 15px 12px;
    }
}

@media (max-width:991px) {
    .proposalContent {
        flex-wrap: wrap;
    }

    .proposalCouponsDetails {
        max-width: 300px;
    }
}

@media(max-width: 600px) {
    .wizard-heading {
        font-size: 14px;
    }

    .buttonContainer.customizeButton {
        max-width: 100%;
    }

    .proposalContainer .proposalCard .imgCont {
        min-width: 100%
    }

    .reverseAuction .container {
        padding: 40px 15px;
    }

    .reverseAuction.reverseBg::before {
        height: 430px;
    }
}