

.FormPlaceHolder{
  display:table;
}

.PirsumHeader{
  text-align:center;
  padding-bottom:8px;
  font-weight:bold;
  margin: 20px auto;
  display:table;
  font-size:18px;
}

.TablesPlaceHolder{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.MainFormTablePlaceHolder{
  width: calc(100% - 234px)
}

.DiscountsPlaceHolder{
  width: 224px;
  vertical-align: top;
  margin-right: 10px;
}

.ContinueOrderLinksHeader{
  text-align:center;
  font-size:16px;
  font-weight:bold;
}

.ContinueOrderLinks{
  text-align:center;
}

.ContinueOrderLinksOr{
  font-weight:bold;
  font-size:16px;
  display: inline-block;
  margin: 0px 20px;
}

.NoPermissionOrder{
  color:red;
  font-size:15px;
  font-weight:bold;
  text-align:center;
  padding-bottom:5px;
}

// .ContinueOrderLinks input{
//   width: 100px;
// }

.RequiredStar{
  color:red;
  padding-left: 2px;
}

.SignUpForm {
  width:100%;
  max-width: 100%;
  padding: 0px;
  margin: 10px 0px;
  background: #f1f1f1;
  text-align:center;
}

.UpdateGroup {
  background: #ececec;
  margin: 10px auto;
  width: calc(100% - 22px);
  max-width: 375px;
  display:table;
}

.UpdateElement label,
.UpdateGroup .UpdateElement:last-child label {
  width: 90px;
}

.SignUpForm .CardRow {
  background: #ffffff;
}

#loginTable.CardStyle{
  margin: 10px auto;
}

#buttons {
  padding: 10px;
  text-align:center;
  max-width:375px;
  width:calc(100% - 20px);
  margin:auto;
}

.SubmitOrder{
  width:calc(65% - 5px);
  margin-left:5px;
}

.resetOrder{
  width:35%;
}

.UpdateElemectRemark{
  color: gray;
  text-align: left;
  padding: 0px 5px;
  max-width: 375px;
  display: table;
  margin: auto;
  width: calc(100% - 20px);
}

.CompTitle{
  font-size:20px;
}

.TotalText{
  text-align: left;
  vertical-align: top;
  line-height: 25px;
  font-weight:bold;
}

#TotalCost{
  text-align:right;
  padding-right:5px;
  font-weight:bold;
}

.AdditionalSale{
  margin: 20px auto;
}


/* list_product */
.List_ProductSubHeader{
  font-weight:bold;
  font-size:15px;
  padding:0px;
  margin: 3px 0;
  display: block;
}

.ListProductSelectPlaceHolder{
  width:17%;
  padding-right:0px;
}

.ListProductSelectPlaceHolder.membertypeY{
  color:#333333;;
}
.ListProductSelectPlaceHolder.NotmembertypeY{
  color:black;
}

.ListProductSelect {
  width:54%;
}

.ListProductSelect.membertypeY{
  
}

.LineTotal{
  width:18%;
  text-align:right;
  padding-right:6px;
  padding-top: 9px;
}

.LineTotal.membertypeY{
  color:#333333;
}
.LineTotal.NotmembertypeY{
  color:#333333;
}

.LineTotal.NotmembertypeY.Noquantity{
  color:#bdbdbd;
}

#divAutoJumpNum{
  width:17%;
  padding-right:0px;
}

/* end list_product */

@media only screen and (max-width:700px){
  
  .TopSargelPadder {
    padding-top: 0;
  }
  
  .TablesPlaceHolder{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .DiscountsPlaceHolder{
    order: 1;
  }
  
  .MainFormTablePlaceHolder{
    order: 2;
  }
  
  .DiscountsPlaceHolder,
  .MainFormTablePlaceHolder{
    width:100%;
    margin:auto;
    display:table;
  }
  
  .ContinueOrderLinks input{
    width: 100%;
  }
  
  .ContinueOrderLinksOr{
    margin: 10px 0px;
    display: block;
    text-align: center;
  }
  
  .BasicLabel{
    max-width:calc(100% - 126px);
  }
  
  .AdditionalSale{
    text-align:center;
  }
  
  /* list_product */
  .helpIcon{
    display:none;
  }
  
  .ListProductSelect{
    width: 100%;
  }
  
  .ListProductSelectPlaceHolder{
    width:20%;
  }
  
  .MainFormTablePlaceHolder label {
    display:block;
  }
  
  .LineTotal{
    width: 27%;
  }
  /* end list_product */
}


  /* blackFriday blackFriday blackFriday blackFriday blackFriday */
.blackFriday{
    padding:10px;
    font-size:15px;
    width: calc(100% - 20px);
    text-align: right;
}
.blackFriday::after{
    content: "";
    background: url(/images/bl1.jpg);
    background-size: 140px;
    background-repeat: no-repeat;
    background-color: white;
    width: 140px;
    height: 90px;
    top: 15px;
    left: 9px;
    position: absolute;
}

.blackFridayTitle{
    font-size: 20px;
    background: black;
    color: white;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 7px;
    display: inline-block;
    margin-right: 40px;
    width: 333px;
    text-align: center;

}

.blackFridayMain{
    text-align: right;
    width: 460px;
    margin-right: 40px;
  
}


.blackFridayNotes{
    color: #9e9e9e;
    list-style-type: none;
    margin-right: 0;
    font-size: 14px;
    margin-top: 13px;
}



@media screen and (max-width: 699px) {

    .blackFriday::after{
      display:none;
      
    }
    
    .blackFridayMain{
      width:100%;
    }

}

/* ==================================================================================== */

