@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800');
@import url('fa.css');
.animed {
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #1A3B49;
  font-size: 13px;
}
#screen1,
#screen2,
#screen3,
#screen4 {
  position: relative;
}
.langs {
  width: 100%;
  float: left;
  padding: 10px 30%;
}
.langs a {
  width: 40%;
  float: left;
  color: #1A3B49;
  margin: 5%;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}
.langs a:last-child {
  margin-left: 0%;
}
.langs a.sel {
  font-weight: 700;
  color: #199cd0;
}
#mybug {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #199cd0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  padding-top: 5px;
  z-index: 9919922;
}
#mybug:hover {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
}
#searchinprods input {
  border-radius: 5px 0px 0px 5px;
  width: 295px;
  float: left;
  border: 1px solid #cdcdc1;
  padding: 4px;
  height: 34px;
  outline: none;
  border-right: none;
}
#searchinprods select {
  border-radius: 0px;
  width: 230px;
  float: left;
  border: 1px solid #cdcdc1;
  border-right: none;
  padding: 4px;
  height: 34px;
  outline: none;
}
#searchinprods button {
  border-radius: 0px 5px 5px 0px;
  width: 90px;
  float: left;
  background-color: #fff;
  border: 1px solid #cdcdc1;
  padding: 4px;
  height: 34px;
  outline: none;
}
#projects_div {
  width: 100%;
  min-height: calc(100% - 67px);
  height: calc(100% - 67px);
  float: left;
  position: relative;
  padding-top: 67px;
}
#projects_div .container {
  margin-left: calc((100% - 1340px) / 2);
  float: left;
  min-height: 100%;
  height: 100%;
  padding-left: 226px;
}
#chatwin_dow {
  background-color: rgba(0,0,0,0.5);
}
#chatwin_dow .modal-dialog {
  max-width: 400px;
}
#chatwin_dow .modal-dialog .modal-content {
  min-height: 380px;
  width: 380px;
  padding: 18px 3px 18px 18px;
}
#chatwin_dow .modal-dialog .modal-content .close {
  position: absolute;
  right: 29px;
  top: 17px;
  z-index: 2;
}
#chatwin_dow .modal-dialog .modal-content .info_chat {
  min-height: 443px;
  width: 355px;
  float: left;
  background-color: #FFFFFF;
  position: relative;
  margin-bottom: 10px;
}
#chatwin_dow .modal-dialog .modal-content .info_chat .labeltop {
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid #E2E5F1;
  margin-bottom: 6px;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 {
  width: 100%;
  float: left;
  margin-bottom: 6px;
  max-height: 395px;
  overflow-y: auto;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row {
  width: 100%;
  float: left;
  border-bottom: 1px solid #E2E5F1;
  padding: 4px 0px;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row .chat_by {
  width: 290px;
  float: left;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  color: #323C47;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row .chat_time {
  float: right;
  width: 27px;
  height: 27px;
  background: url(images/clock.svg) no-repeat center center;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row .chat_msg {
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #323C47;
  width: 100%;
  float: left;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row.r {
  width: 99%;
  float: right;
  border-bottom: 1px solid #E2E5F1;
  padding: 4px 0px;
  margin-right: 1%;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row.r .chat_by {
  width: 290px;
  float: right;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  color: #323C47;
  text-align: right;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row.r .chat_time {
  float: left;
  width: 27px;
  height: 27px;
  background: url(images/clock.svg) no-repeat center center;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row.r .chat_msg {
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #323C47;
  width: 100%;
  float: right;
  text-align: right;
}
#chatwin_dow .modal-dialog .modal-content .info_chat ::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
#chatwin_dow .modal-dialog .modal-content .info_chat ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#chatwin_dow .modal-dialog .modal-content .info_chat ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #999;
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
#chatwin_dow .modal-dialog .modal-content .info_chat ::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #9f9f9f;
  -webkit-border-radius: 4px;
}
#chatwin_dow .modal-dialog .modal-content .labelbottom {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  border-top: 1px solid #E2E5F1;
  padding: 5px 18px;
}
#chatwin_dow .modal-dialog .modal-content .labelbottom input {
  color: #323C47;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  width: 305px;
  border-right: 1px solid #E2E5F1;
  outline: none;
}
#chatwin_dow .modal-dialog .modal-content .labelbottom button {
  width: 26px;
  height: 26px;
  background: url(images/send.svg) no-repeat center center;
  border: none;
  outline: none;
  float: right;
  cursor: pointer;
}
#reportabug {
  background-color: rgba(0,0,0,0.5);
  z-index: 9919923;
}
#orderproduct,
#viewmyprod,
#viewmyprod3,
#viewmyprod2,
#makethepay,
#viewmyprodv3 {
  background-color: rgba(0,0,0,0.5);
  z-index: 1052;
}
#orderproduct .modal-lg,
#viewmyprod .modal-lg,
#viewmyprod3 .modal-lg,
#viewmyprod2 .modal-lg,
#makethepay .modal-lg,
#viewmyprodv3 .modal-lg {
  max-width: 820px;
}
#orderproduct .modal-lg .modal-content,
#viewmyprod .modal-lg .modal-content,
#viewmyprod3 .modal-lg .modal-content,
#viewmyprod2 .modal-lg .modal-content,
#makethepay .modal-lg .modal-content,
#viewmyprodv3 .modal-lg .modal-content {
  height: 520px;
  width: 820px;
}
#orderproduct .modal-lg .modal-content .close,
#viewmyprod .modal-lg .modal-content .close,
#viewmyprod3 .modal-lg .modal-content .close,
#viewmyprod2 .modal-lg .modal-content .close,
#makethepay .modal-lg .modal-content .close,
#viewmyprodv3 .modal-lg .modal-content .close {
  position: absolute;
  right: 29px;
  top: 17px;
  z-index: 2;
}
#orderproduct .modal-lg .modal-content .sublinestock3,
#viewmyprod .modal-lg .modal-content .sublinestock3,
#viewmyprod3 .modal-lg .modal-content .sublinestock3,
#viewmyprod2 .modal-lg .modal-content .sublinestock3,
#makethepay .modal-lg .modal-content .sublinestock3,
#viewmyprodv3 .modal-lg .modal-content .sublinestock3 {
  width: 100%;
  position: relative;
  height: 54px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
}
#orderproduct .modal-lg .modal-content .sublinestock3:after,
#viewmyprod .modal-lg .modal-content .sublinestock3:after,
#viewmyprod3 .modal-lg .modal-content .sublinestock3:after,
#viewmyprod2 .modal-lg .modal-content .sublinestock3:after,
#makethepay .modal-lg .modal-content .sublinestock3:after,
#viewmyprodv3 .modal-lg .modal-content .sublinestock3:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #E2E5F1;
}
#orderproduct .modal-lg .modal-content #bottom_order_content,
#orderproduct .modal-lg .modal-content #bottom_order2_content,
#orderproduct .modal-lg .modal-content #bottom_order2x_content,
#orderproduct .modal-lg .modal-content #bottom_order3x_content,
#orderproduct .modal-lg .modal-content #bottom_order8x_content,
#orderproduct .modal-lg .modal-content #bottom_order4_content,
#viewmyprod .modal-lg .modal-content #bottom_order_content,
#viewmyprod .modal-lg .modal-content #bottom_order2_content,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content,
#viewmyprod .modal-lg .modal-content #bottom_order4_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content,
#makethepay .modal-lg .modal-content #bottom_order_content,
#makethepay .modal-lg .modal-content #bottom_order2_content,
#makethepay .modal-lg .modal-content #bottom_order2x_content,
#makethepay .modal-lg .modal-content #bottom_order3x_content,
#makethepay .modal-lg .modal-content #bottom_order8x_content,
#makethepay .modal-lg .modal-content #bottom_order4_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content {
  height: 380px;
  width: 100%;
  float: left;
  padding: 22px 40px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det {
  height: 122px;
  width: 625px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  padding: 16px 6px 16px 16px;
  float: left;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det img,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det img,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det img,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det img,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det img,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det img,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det img,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det img,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det img,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det img,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det img,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det img,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det img,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det img,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det img,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det img,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det img,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det img,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det img,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det img,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det img,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det img,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det img,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det img,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det img,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det img {
  width: 82px;
  height: 82px;
  float: left;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det .fcat,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det .fcat,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det .fcat,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det .fcat,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det .fcat,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det .fcat,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det .fcat,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det .fcat,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det .fcat,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det .fcat,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det .fcat,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det .fcat,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det .fcat,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det .fcat,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .fcat,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .fcat,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .fcat,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det .fcat,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det .fcat,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det .fcat,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det .fcat,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det .fcat,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det .fcat,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det .fcat,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det .fcat,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det .fcat,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det .fcat,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det .fcat,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det .fcat,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det .fcat,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det .fcat,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det .fcat,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .fcat,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .fcat,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .fcat,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det .fcat {
  width: 331px;
  color: #656982;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  height: 17px;
  margin-top: 13px;
  margin-left: 13px;
  float: left;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det .fname,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det .fname,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det .fname,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det .fname,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det .fname,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det .fname,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det .fname,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det .fname,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det .fname,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det .fname,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det .fname,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det .fname,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det .fname,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det .fname,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .fname,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .fname,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .fname,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det .fname,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det .fname,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det .fname,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det .fname,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det .fname,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det .fname,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det .fname,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det .fname,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det .fname,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det .fname,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det .fname,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det .fname,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det .fname,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det .fname,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det .fname,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .fname,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .fname,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .fname,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det .fname {
  color: #3F4152;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  width: 331px;
  float: left;
  margin-top: 3px;
  margin-left: 13px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order {
  width: 160px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  float: left;
  margin-top: -25px;
  margin-left: 14px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondt,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondt,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondt,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondt,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondt,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondt,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondt,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondt,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondt,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondt,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondt,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondt {
  height: 36px;
  float: left;
  width: 100%;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv {
  height: 38px;
  width: 100%;
  color: #3F4152;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  float: left;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv span,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv span,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv span,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv span,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv span,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv span,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv span,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv span,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv span,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv span,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv span,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv span {
  color: rgba(101,105,130,0.53);
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .quantity_step,
#orderproduct .modal-lg .modal-content #bottom_order2_content .quantity_step,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .quantity_step,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .quantity_step,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .quantity_step,
#orderproduct .modal-lg .modal-content #bottom_order4_content .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order_content .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .quantity_step,
#makethepay .modal-lg .modal-content #bottom_order_content .quantity_step,
#makethepay .modal-lg .modal-content #bottom_order2_content .quantity_step,
#makethepay .modal-lg .modal-content #bottom_order2x_content .quantity_step,
#makethepay .modal-lg .modal-content #bottom_order3x_content .quantity_step,
#makethepay .modal-lg .modal-content #bottom_order8x_content .quantity_step,
#makethepay .modal-lg .modal-content #bottom_order4_content .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .quantity_step {
  margin-left: 15px;
  width: 95px;
  float: left;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .quantity_step .label,
#orderproduct .modal-lg .modal-content #bottom_order2_content .quantity_step .label,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .quantity_step .label,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .quantity_step .label,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .quantity_step .label,
#orderproduct .modal-lg .modal-content #bottom_order4_content .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order_content .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .quantity_step .label,
#makethepay .modal-lg .modal-content #bottom_order_content .quantity_step .label,
#makethepay .modal-lg .modal-content #bottom_order2_content .quantity_step .label,
#makethepay .modal-lg .modal-content #bottom_order2x_content .quantity_step .label,
#makethepay .modal-lg .modal-content #bottom_order3x_content .quantity_step .label,
#makethepay .modal-lg .modal-content #bottom_order8x_content .quantity_step .label,
#makethepay .modal-lg .modal-content #bottom_order4_content .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .quantity_step .label {
  width: 100%;
  float: left;
  margin-top: 25px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .quantity_step .step,
#orderproduct .modal-lg .modal-content #bottom_order2_content .quantity_step .step,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .quantity_step .step,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .quantity_step .step,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .quantity_step .step,
#orderproduct .modal-lg .modal-content #bottom_order4_content .quantity_step .step,
#viewmyprod .modal-lg .modal-content #bottom_order_content .quantity_step .step,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .quantity_step .step,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .quantity_step .step,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .quantity_step .step,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .quantity_step .step,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .quantity_step .step,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .quantity_step .step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .quantity_step .step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .quantity_step .step,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .quantity_step .step,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .quantity_step .step,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .quantity_step .step,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .quantity_step .step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .quantity_step .step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .quantity_step .step,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .quantity_step .step,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .quantity_step .step,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .quantity_step .step,
#makethepay .modal-lg .modal-content #bottom_order_content .quantity_step .step,
#makethepay .modal-lg .modal-content #bottom_order2_content .quantity_step .step,
#makethepay .modal-lg .modal-content #bottom_order2x_content .quantity_step .step,
#makethepay .modal-lg .modal-content #bottom_order3x_content .quantity_step .step,
#makethepay .modal-lg .modal-content #bottom_order8x_content .quantity_step .step,
#makethepay .modal-lg .modal-content #bottom_order4_content .quantity_step .step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .quantity_step .step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .quantity_step .step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .quantity_step .step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .quantity_step .step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .quantity_step .step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .quantity_step .step {
  box-sizing: border-box;
  height: 46px;
  width: 95px;
  border: 1px solid #BABBCC;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 43px;
  float: left;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .quantity_step .step input,
#orderproduct .modal-lg .modal-content #bottom_order2_content .quantity_step .step input,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .quantity_step .step input,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .quantity_step .step input,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .quantity_step .step input,
#orderproduct .modal-lg .modal-content #bottom_order4_content .quantity_step .step input,
#viewmyprod .modal-lg .modal-content #bottom_order_content .quantity_step .step input,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .quantity_step .step input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .quantity_step .step input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .quantity_step .step input,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .quantity_step .step input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .quantity_step .step input,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .quantity_step .step input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .quantity_step .step input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .quantity_step .step input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .quantity_step .step input,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .quantity_step .step input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .quantity_step .step input,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .quantity_step .step input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .quantity_step .step input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .quantity_step .step input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .quantity_step .step input,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .quantity_step .step input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .quantity_step .step input,
#makethepay .modal-lg .modal-content #bottom_order_content .quantity_step .step input,
#makethepay .modal-lg .modal-content #bottom_order2_content .quantity_step .step input,
#makethepay .modal-lg .modal-content #bottom_order2x_content .quantity_step .step input,
#makethepay .modal-lg .modal-content #bottom_order3x_content .quantity_step .step input,
#makethepay .modal-lg .modal-content #bottom_order8x_content .quantity_step .step input,
#makethepay .modal-lg .modal-content #bottom_order4_content .quantity_step .step input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .quantity_step .step input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .quantity_step .step input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .quantity_step .step input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .quantity_step .step input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .quantity_step .step input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .quantity_step .step input {
  height: 43px;
  line-height: 27px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  text-align: center;
  width: 65px;
  float: left;
  border: none;
  outline: none;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .quantity_step.error,
#orderproduct .modal-lg .modal-content #bottom_order2_content .quantity_step.error,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .quantity_step.error,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .quantity_step.error,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .quantity_step.error,
#orderproduct .modal-lg .modal-content #bottom_order4_content .quantity_step.error,
#viewmyprod .modal-lg .modal-content #bottom_order_content .quantity_step.error,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .quantity_step.error,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .quantity_step.error,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .quantity_step.error,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .quantity_step.error,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .quantity_step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .quantity_step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .quantity_step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .quantity_step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .quantity_step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .quantity_step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .quantity_step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .quantity_step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .quantity_step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .quantity_step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .quantity_step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .quantity_step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .quantity_step.error,
#makethepay .modal-lg .modal-content #bottom_order_content .quantity_step.error,
#makethepay .modal-lg .modal-content #bottom_order2_content .quantity_step.error,
#makethepay .modal-lg .modal-content #bottom_order2x_content .quantity_step.error,
#makethepay .modal-lg .modal-content #bottom_order3x_content .quantity_step.error,
#makethepay .modal-lg .modal-content #bottom_order8x_content .quantity_step.error,
#makethepay .modal-lg .modal-content #bottom_order4_content .quantity_step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .quantity_step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .quantity_step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .quantity_step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .quantity_step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .quantity_step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .quantity_step.error {
  border-color: #f27474;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend {
  width: 100%;
  float: left;
  margin-top: 24px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp {
  width: 137px;
  box-sizing: border-box;
  height: 52px;
  float: left;
  margin-top: 23px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .zlabel,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .zlabel,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .zlabel,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .zlabel,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs {
  box-sizing: border-box;
  height: 52px;
  width: 100%;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-top: 18px;
  width: 55px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:first-child {
  margin-left: 15px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark {
  border: 1px solid #FFCC19;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark {
  border: 1px solid #FFCC19;
  background-color: #199cd0;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after {
  display: block;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt {
  width: 580px;
  box-sizing: border-box;
  height: 52px;
  float: left;
  margin-right: 21px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .zlabel,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .zlabel,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .zlabel,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .zlabel,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs {
  box-sizing: border-box;
  height: 75px;
  width: 100%;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs textarea,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs textarea,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs textarea,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs textarea,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs textarea,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs textarea,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs textarea,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs textarea,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs textarea,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs textarea,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs textarea,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs textarea {
  height: 75px;
  width: 100%;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  resize: none;
  background: #fff;
  padding: 10px 16px;
  outline: none;
  float: left;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend {
  width: 100%;
  float: left;
  margin-top: 24px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 {
  width: 305px;
  float: left;
  margin-right: 15px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem .zlabel,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .zlabel,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .zlabel,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .zlabel,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input {
  height: 44px;
  width: 158px;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  float: left;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal2 {
  height: 44px;
  width: 46px;
  border-left: 1px solid #CCCDDB;
  background-color: #F7F9FE;
  background: url(images/cal.svg) no-repeat center center;
  float: left;
  cursor: pointer;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs select {
  height: 44px;
  border: none;
  outline: none;
  float: right;
  width: 99px;
  border-left: 1px solid #babbcc;
  background: url(images/arr-r.svg) no-repeat 78px center #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 20px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 {
  width: 95px;
  height: 46px;
  margin-left: 0px;
  margin-right: 0px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
  color: rgba(50,60,71,0.59);
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 43px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input {
  height: 44px;
  width: 48px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  float: left;
  text-align: center;
}
#orderproduct .modal-lg .modal-content #modal_x_footer,
#orderproduct .modal-lg .modal-content #modal_x2_footer,
#viewmyprod .modal-lg .modal-content #modal_x_footer,
#viewmyprod .modal-lg .modal-content #modal_x2_footer,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer,
#makethepay .modal-lg .modal-content #modal_x_footer,
#makethepay .modal-lg .modal-content #modal_x2_footer,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 72px;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .customchk,
#orderproduct .modal-lg .modal-content #modal_x2_footer .customchk,
#viewmyprod .modal-lg .modal-content #modal_x_footer .customchk,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .customchk,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .customchk,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .customchk,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .customchk,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .customchk,
#makethepay .modal-lg .modal-content #modal_x_footer .customchk,
#makethepay .modal-lg .modal-content #modal_x2_footer .customchk,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .customchk,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .customchk {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-top: 26px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .customchk:first-child,
#orderproduct .modal-lg .modal-content #modal_x2_footer .customchk:first-child,
#viewmyprod .modal-lg .modal-content #modal_x_footer .customchk:first-child,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .customchk:first-child,
#makethepay .modal-lg .modal-content #modal_x_footer .customchk:first-child,
#makethepay .modal-lg .modal-content #modal_x2_footer .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .customchk:first-child {
  margin-left: 15px;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .customchk input,
#orderproduct .modal-lg .modal-content #modal_x2_footer .customchk input,
#viewmyprod .modal-lg .modal-content #modal_x_footer .customchk input,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .customchk input,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .customchk input,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .customchk input,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .customchk input,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .customchk input,
#makethepay .modal-lg .modal-content #modal_x_footer .customchk input,
#makethepay .modal-lg .modal-content #modal_x2_footer .customchk input,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .customchk input,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .customchk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .checkmark,
#orderproduct .modal-lg .modal-content #modal_x2_footer .checkmark,
#viewmyprod .modal-lg .modal-content #modal_x_footer .checkmark,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .checkmark,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .checkmark,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .checkmark,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .checkmark,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .checkmark,
#makethepay .modal-lg .modal-content #modal_x_footer .checkmark,
#makethepay .modal-lg .modal-content #modal_x2_footer .checkmark,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .checkmark,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid #FFCC19;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .customchk:hover input ~ .checkmark,
#orderproduct .modal-lg .modal-content #modal_x2_footer .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #modal_x_footer .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #modal_x_footer .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #modal_x2_footer .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .customchk:hover input ~ .checkmark {
  border: 1px solid #FFCC19;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark,
#orderproduct .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark {
  border: 1px solid #FFCC19;
  background-color: #199cd0;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .checkmark:after,
#orderproduct .modal-lg .modal-content #modal_x2_footer .checkmark:after,
#viewmyprod .modal-lg .modal-content #modal_x_footer .checkmark:after,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .checkmark:after,
#makethepay .modal-lg .modal-content #modal_x_footer .checkmark:after,
#makethepay .modal-lg .modal-content #modal_x2_footer .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark:after,
#orderproduct .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark:after {
  display: block;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .customchk .checkmark:after,
#orderproduct .modal-lg .modal-content #modal_x2_footer .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #modal_x_footer .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #modal_x_footer .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #modal_x2_footer .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .customchk .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#orderproduct .modal-lg .modal-content #modal_x_footer .btnyes,
#orderproduct .modal-lg .modal-content #modal_x2_footer .btnyes,
#viewmyprod .modal-lg .modal-content #modal_x_footer .btnyes,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .btnyes,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .btnyes,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .btnyes,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .btnyes,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .btnyes,
#makethepay .modal-lg .modal-content #modal_x_footer .btnyes,
#makethepay .modal-lg .modal-content #modal_x2_footer .btnyes,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .btnyes,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .btnyes {
  height: 40px;
  width: 204px;
  background-color: #1A3B49;
  padding: 10px 0px;
  border: none;
  float: right;
  margin-top: 16px;
  margin-right: 16px;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .btnno,
#orderproduct .modal-lg .modal-content #modal_x2_footer .btnno,
#viewmyprod .modal-lg .modal-content #modal_x_footer .btnno,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .btnno,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .btnno,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .btnno,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .btnno,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .btnno,
#makethepay .modal-lg .modal-content #modal_x_footer .btnno,
#makethepay .modal-lg .modal-content #modal_x2_footer .btnno,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .btnno,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .btnno {
  height: 40px;
  width: 100px;
  background-color: #FFFFFF;
  padding: 10px 0px;
  border: 1px solid #BABBCC;
  float: right;
  margin-right: 10px;
  color: #757884;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-top: 16px;
}
#orderproduct .modal-lg .modal-content #modal_x_footer:after,
#orderproduct .modal-lg .modal-content #modal_x2_footer:after,
#viewmyprod .modal-lg .modal-content #modal_x_footer:after,
#viewmyprod .modal-lg .modal-content #modal_x2_footer:after,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer:after,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer:after,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer:after,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer:after,
#makethepay .modal-lg .modal-content #modal_x_footer:after,
#makethepay .modal-lg .modal-content #modal_x2_footer:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #E2E5F1;
}
.page-item.active .page-link {
  background-color: #199cd0;
  border-color: #199cd0;
  color: #323C47;
}
#saveaddrliv,
#sendkycdoc,
#saveibanacc {
  background-color: #199cd0;
  border-color: #199cd0;
  color: #323C47;
}
#makethepay .modal-lg .modal-content {
  border-radius: 10px;
  height: 420px;
  width: 720px;
  overflow: hidden;
  position: relative;
}
#makethepay .modal-lg .modal-content #hoverall {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#makethepay .modal-lg .modal-content #hoverall img {
  margin-left: 310px;
  margin-top: 160px;
}
#ordernewaddr,
#editlivaddr,
#newbnkibn_cnt,
#newkycdoc_cnt {
  background-color: rgba(0,0,0,0.5);
}
#ordernewaddr .modal-md,
#editlivaddr .modal-md,
#newbnkibn_cnt .modal-md,
#newkycdoc_cnt .modal-md {
  max-width: 800px;
}
#ordernewaddr .modal-md .modal-content,
#editlivaddr .modal-md .modal-content,
#newbnkibn_cnt .modal-md .modal-content,
#newkycdoc_cnt .modal-md .modal-content {
  padding: 0px 20px 20px 20px;
  width: 780px;
}
#ordernewaddr .modal-md .modal-content .close,
#editlivaddr .modal-md .modal-content .close,
#newbnkibn_cnt .modal-md .modal-content .close,
#newkycdoc_cnt .modal-md .modal-content .close {
  position: absolute;
  height: 35px;
  width: 35px;
  right: 20px;
  top: 11px;
  z-index: 2;
  font-size: 1.7rem;
  color: #636676;
  border-radius: 50%;
}
#ordernewaddr .modal-md .modal-content .sublinestock3,
#editlivaddr .modal-md .modal-content .sublinestock3,
#newbnkibn_cnt .modal-md .modal-content .sublinestock3,
#newkycdoc_cnt .modal-md .modal-content .sublinestock3 {
  width: 100%;
  position: relative;
  height: 54px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  margin-bottom: 30px;
}
#ordernewaddr .modal-md .modal-content .sublinestock3 span,
#editlivaddr .modal-md .modal-content .sublinestock3 span,
#newbnkibn_cnt .modal-md .modal-content .sublinestock3 span,
#newkycdoc_cnt .modal-md .modal-content .sublinestock3 span {
  color: #199cd0;
  font-weight: 800;
  margin-right: 30px;
}
#ordernewaddr .modal-md .modal-content .sublinestock3:after,
#editlivaddr .modal-md .modal-content .sublinestock3:after,
#newbnkibn_cnt .modal-md .modal-content .sublinestock3:after,
#newkycdoc_cnt .modal-md .modal-content .sublinestock3:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #E2E5F1;
}
#ordernewaddr .modal-md .modal-content .row_line,
#editlivaddr .modal-md .modal-content .row_line,
#newbnkibn_cnt .modal-md .modal-content .row_line,
#newkycdoc_cnt .modal-md .modal-content .row_line {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#ordernewaddr .modal-md .modal-content .row_line label,
#editlivaddr .modal-md .modal-content .row_line label,
#newbnkibn_cnt .modal-md .modal-content .row_line label,
#newkycdoc_cnt .modal-md .modal-content .row_line label {
  height: 20px;
  float: left;
  width: 25%;
  color: #454859;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  margin-top: 10px;
}
#ordernewaddr .modal-md .modal-content .row_line input,
#editlivaddr .modal-md .modal-content .row_line input,
#newbnkibn_cnt .modal-md .modal-content .row_line input,
#newkycdoc_cnt .modal-md .modal-content .row_line input {
  padding: 12px 23px;
  color: #84879C;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 15px;
  float: right;
  box-sizing: border-box;
  height: 41px;
  width: 70%;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
}
#ordernewaddr .modal-md .modal-content .row_line select,
#editlivaddr .modal-md .modal-content .row_line select,
#newbnkibn_cnt .modal-md .modal-content .row_line select,
#newkycdoc_cnt .modal-md .modal-content .row_line select {
  height: 44px;
  outline: none;
  float: right;
  width: 70%;
  border: 1px solid #BABBCC;
  background: url(images/arr-r.svg) no-repeat 95% center #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 20px;
}
#ordernewaddr .modal-md .modal-content .row_line .btnsubm,
#editlivaddr .modal-md .modal-content .row_line .btnsubm,
#newbnkibn_cnt .modal-md .modal-content .row_line .btnsubm,
#newkycdoc_cnt .modal-md .modal-content .row_line .btnsubm {
  height: 40px;
  width: 194px;
  background-color: #1A3B49;
  padding: 10px 0px;
  border: none;
  float: right;
  margin-top: 8px;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
#viewmyprod,
#viewmyprod2,
#viewmyprod3,
#viewmyprodv3 {
  background-color: rgba(0,0,0,0.5);
}
#viewmyprod .modal-lg,
#viewmyprod2 .modal-lg,
#viewmyprod3 .modal-lg,
#viewmyprodv3 .modal-lg {
  max-width: 1296px;
}
#viewmyprod .modal-lg .modal-content,
#viewmyprod2 .modal-lg .modal-content,
#viewmyprod3 .modal-lg .modal-content,
#viewmyprodv3 .modal-lg .modal-content {
  height: 796px;
  width: 1296px;
  background-color: #FCFDFE;
  padding: 0px 30px 30px 30px;
}
#viewmyprod .modal-lg .modal-content .close,
#viewmyprod2 .modal-lg .modal-content .close,
#viewmyprod3 .modal-lg .modal-content .close,
#viewmyprodv3 .modal-lg .modal-content .close {
  position: absolute;
  height: 35px;
  width: 35px;
  background-color: rgba(227,230,236,0.72);
  right: 20px;
  top: 11px;
  z-index: 2;
  font-size: 1.7rem;
  color: #636676;
  border-radius: 50%;
}
#viewmyprod .modal-lg .modal-content .sublinestock3,
#viewmyprod2 .modal-lg .modal-content .sublinestock3,
#viewmyprod3 .modal-lg .modal-content .sublinestock3,
#viewmyprodv3 .modal-lg .modal-content .sublinestock3 {
  width: 100%;
  position: relative;
  height: 54px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  margin-bottom: 30px;
}
#viewmyprod .modal-lg .modal-content .sublinestock3 span,
#viewmyprod2 .modal-lg .modal-content .sublinestock3 span,
#viewmyprod3 .modal-lg .modal-content .sublinestock3 span,
#viewmyprodv3 .modal-lg .modal-content .sublinestock3 span {
  color: #199cd0;
  font-weight: 800;
  margin-right: 30px;
}
#viewmyprod .modal-lg .modal-content .sublinestock3:after,
#viewmyprod2 .modal-lg .modal-content .sublinestock3:after,
#viewmyprod3 .modal-lg .modal-content .sublinestock3:after,
#viewmyprodv3 .modal-lg .modal-content .sublinestock3:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #E2E5F1;
}
#viewmyprod .modal-lg .modal-content #rapidde_solution,
#viewmyprod2 .modal-lg .modal-content #rapidde_solution,
#viewmyprod3 .modal-lg .modal-content #rapidde_solution,
#viewmyprodv3 .modal-lg .modal-content #rapidde_solution {
  width: 100%;
  float: left;
  display: none;
}
#viewmyprod .modal-lg .modal-content #project_solution,
#viewmyprod2 .modal-lg .modal-content #project_solution,
#viewmyprod3 .modal-lg .modal-content #project_solution,
#viewmyprodv3 .modal-lg .modal-content #project_solution {
  width: 100%;
  float: left;
  display: none;
}
#viewmyprod .modal-lg .modal-content #project_solution .addrl,
#viewmyprod2 .modal-lg .modal-content #project_solution .addrl,
#viewmyprod3 .modal-lg .modal-content #project_solution .addrl,
#viewmyprodv3 .modal-lg .modal-content #project_solution .addrl {
  margin-left: 20px;
}
#viewmyprod .modal-lg .modal-content #project_solution .addrl .zlabel,
#viewmyprod2 .modal-lg .modal-content #project_solution .addrl .zlabel,
#viewmyprod3 .modal-lg .modal-content #project_solution .addrl .zlabel,
#viewmyprodv3 .modal-lg .modal-content #project_solution .addrl .zlabel {
  margin-bottom: 7px;
}
#viewmyprod .modal-lg .modal-content #default_solution,
#viewmyprod2 .modal-lg .modal-content #default_solution,
#viewmyprod3 .modal-lg .modal-content #default_solution,
#viewmyprodv3 .modal-lg .modal-content #default_solution {
  width: 100%;
  float: left;
}
#viewmyprod .modal-lg .modal-content #default_solution .btnyes,
#viewmyprod2 .modal-lg .modal-content #default_solution .btnyes,
#viewmyprod3 .modal-lg .modal-content #default_solution .btnyes,
#viewmyprodv3 .modal-lg .modal-content #default_solution .btnyes {
  float: left !important;
  margin-left: 50px;
  margin-top: 50px !important;
}
#viewmyprod .modal-lg .modal-content #default_solution .btnyes:first-child,
#viewmyprod2 .modal-lg .modal-content #default_solution .btnyes:first-child,
#viewmyprod3 .modal-lg .modal-content #default_solution .btnyes:first-child,
#viewmyprodv3 .modal-lg .modal-content #default_solution .btnyes:first-child {
  margin-left: 58px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content,
#viewmyprod .modal-lg .modal-content #bottom_order4_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content {
  height: 100%;
  width: 100%;
  float: left;
  padding: 0px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes {
  width: 555px;
  height: 100%;
  float: left;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area {
  width: 100%;
  float: left;
  height: 378px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea {
  width: 86px;
  height: 378px;
  float: left;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic {
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  width: 84px;
  height: 84px;
  margin-bottom: 12px;
  cursor: pointer;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic:last-child {
  margin-bottom: 0px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic img {
  width: 100%;
  height: 100%;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic {
  width: 420px;
  height: 378px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  float: left;
  margin-left: 49px;
  text-align: center;
  vertical-align: middle;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic img,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic img,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic img,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic img {
  width: 100%;
  height: 100%;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend {
  width: 100%;
  float: left;
  margin-top: 14px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 {
  width: 232px;
  float: left;
  margin-right: 10px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input {
  height: 44px;
  width: 95px;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  float: left;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2 {
  height: 44px;
  width: 36px;
  border-left: 1px solid #CCCDDB;
  background-color: #F7F9FE;
  background: url(images/cal.svg) no-repeat center center;
  float: left;
  cursor: pointer;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs select {
  height: 44px;
  border: none;
  outline: none;
  float: right;
  width: 99px;
  border-left: 1px solid #babbcc;
  background: url(images/arr-r.svg) no-repeat 78px center #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 20px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 {
  width: 70px;
  height: 46px;
  margin-left: 0px;
  margin-right: 0px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
  color: rgba(50,60,71,0.59);
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 43px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input {
  height: 44px;
  width: 28px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: #fff;
  padding-left: 5px;
  padding-right: 5px;
  outline: none;
  float: left;
  text-align: center;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl {
  width: 293px;
  float: left;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
  margin-top: 15px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  float: left;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs input {
  height: 50px;
  width: 143px;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: url(images/arr-r.svg) no-repeat 125px center #fff;
  padding-left: 10px;
  padding-right: 20px;
  outline: none;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select {
  height: 44px;
  border: none;
  outline: none;
  float: right;
  width: 100%;
  border-left: 1px solid #E2E5F1;
  background: url(images/arr-r.svg) no-repeat 265px center #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 20px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501 {
  width: 49.5%;
  background: url(images/arr-r.svg) no-repeat 124px center #fff;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501 {
  border-right: 1px solid #BABBCC;
  border-left: none;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs.error {
  border-color: #f27474;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newcomaddr,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newcomaddr,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newcomaddr,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newcomaddr,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newcomaddr,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newcomaddr,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newcomaddr,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newcomaddr,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newcomaddr,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newcomaddr,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newcomaddr,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newcomaddr,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newcomaddr,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newcomaddr,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newcomaddr,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newcomaddr,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newprojcfromfp {
  background: #FFFFFF;
  width: auto;
  border: none;
  height: auto;
  cursor: pointer;
  font-weight: 900;
  padding: 1px 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend {
  width: 100%;
  float: left;
  margin-top: 14px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt {
  width: 340px;
  box-sizing: border-box;
  height: 52px;
  float: left;
  margin-right: 21px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs {
  box-sizing: border-box;
  height: 75px;
  width: 100%;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea {
  height: 75px;
  width: 100%;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  resize: none;
  background: #fff;
  padding: 10px 16px;
  outline: none;
  float: left;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step {
  margin-left: 0px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .label {
  margin-top: 14px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .step.error,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .step.error,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .step.error,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .step.error {
  border-color: #f27474;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .btnyes,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .btnyes,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .btnyes,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .btnyes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .btnyes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .btnyes,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .btnyes,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .btnyes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .btnyes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .btnyes,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .btnyes,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .btnyes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .btnyes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .btnyes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .btnyes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .btnyes {
  height: 40px;
  min-width: 194px;
  background-color: #1A3B49;
  padding: 10px;
  border: none;
  float: right;
  margin-top: 8px;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp {
  width: 137px;
  box-sizing: border-box;
  height: 46px;
  float: left;
  margin-right: 18px;
  margin-left: 10px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
  margin-top: 15px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-top: 14px;
  width: 55px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:first-child {
  margin-left: 15px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark {
  border: 1px solid #FFCC19;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark {
  border: 1px solid #FFCC19;
  background-color: #199cd0;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after {
  display: block;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes {
  width: 618px;
  height: 100%;
  float: left;
  margin-left: 60px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container {
  width: 100%;
  float: left;
  margin-top: 15px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part {
  width: 100%;
  float: left;
  border-bottom: 1px solid #C0C3DB;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu {
  padding: 0px 5px 13px 5px;
  color: #656982;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  float: left;
  margin-right: 80px;
  position: relative;
  cursor: pointer;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu:last-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu:last-child {
  margin-right: 0px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.pdf,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.pdf {
  background: url(images/pdf.svg) no-repeat 5px center;
  background-size: 24px;
  padding-left: 42px;
  line-height: 32px;
  color: #656982;
  padding-bottom: 0px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.pdf a,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.pdf a {
  text-decoration: none;
  color: #656982;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.sel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.sel {
  color: #323C47;
  font-weight: bold;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu.sel:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu.sel:after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #199cd0;
  left: 0px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part {
  width: 100%;
  float: left;
  max-height: 244px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part .info_cnt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part .info_cnt {
  width: 100%;
  float: left;
  color: #000000;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  display: none;
  padding: 5px 0px;
  overflow-y: auto;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part .info_cnt.active {
  display: block;
  max-height: 244px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar {
  width: 8px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-track {
  background: #C0C3DB;
  border-radius: 8px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb {
  background: rgba(25,156,208,0.19);
  border-radius: 8px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .bottom_menu_part ::-webkit-scrollbar-thumb:hover {
  background: #199cd0;
}
#gotoscreen2 {
  display: block;
  text-decoration: none;
  height: 48px;
  width: 174px;
  position: absolute;
  left: calc((100% - 174px) / 2);
  bottom: 40px;
  color: #84879C;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 10px;
  text-align: center;
  background: url(images/arrow-index.svg) no-repeat center 25px;
}
#gotoscreen2:hover {
  background-position-y: bottom;
}
.header {
  margin-bottom: 252px;
  width: 100%;
  float: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.renting_reg .header {
  margin-bottom: 92px;
}
.gofixed {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 75px;
  float: left;
  margin-bottom: 0px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
}
#index_logo,
#footer_logo {
  background: url(images/logo_maroc.png) no-repeat center center;
  height: 42px;
  width: 191px;
  background-size: 191px;
  margin-top: 31px;
  float: left;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gofixed #index_logo {
  width: 153px;
  height: 34px;
  background-size: 153px 34px;
}
#footer_logo {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 85px;
  margin-bottom: 187px;
}
#index_menu {
  width: auto;
  height: 46px;
  margin-top: 28px;
  float: right;
  border-bottom: 1px solid #C0C3DB;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#index_menu a {
  height: 46px;
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 24px;
  display: block;
  float: left;
  text-decoration: none;
  position: relative;
  margin-right: 47px;
}
#index_menu a:last-child {
  margin-right: 0px;
}
#index_menu a.sel {
  font-weight: bold;
}
#index_menu a.sel:before {
  content: '';
  height: 3px;
  background-color: #199cd0;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.gofixed #index_menu {
  border-bottom: none;
}
.gofixed .container {
  border-bottom: 1px solid #C0C3DB;
  float: left;
  margin-left: calc((100% - 1360px)/2);
}
.front-container {
  width: 100%;
  float: left;
}
.font-web-div {
  margin-left: 99px;
  width: 960px;
  float: left;
}
.front-text {
  float: left;
  height: 132px;
  width: 570px;
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 53px;
  font-weight: 800;
  line-height: 66px;
}
.index-input-search {
  height: 68px;
  width: 645px;
  float: left;
  margin-top: 25px;
  margin-right: 16px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 0 24px 0 rgba(82,82,102,0.14);
}
.index-input-search i {
  font-size: 28px;
  margin-top: 21px;
  margin-left: 28px;
}
.index-input-search input {
  margin-left: 28px;
  width: 540px;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 20px;
  border: none;
  background-color: transparent;
  outline: none;
}
.index-btn-search {
  height: 68px;
  min-width: 138px;
  margin-top: 25px;
  float: left;
  border-radius: 4px;
  background-color: #199cd0;
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
}
.index-btn-propose {
  height: 68px;
  min-width: 138px;
  margin-top: 25px;
  float: left;
  margin-left: 14px;
  border: 2px solid #1A3B49;
  border-radius: 4px;
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
}
.screen3-container {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
.screen3-container .container {
  background-color: #1A3B49;
  height: 100%;
}
.screen3-container .container #first_shape,
.screen3-container .container #last_shape {
  width: 100%;
  height: 150px;
  background: url(images/shape0.svg) no-repeat 335px center;
}
.screen3-container .container #last_shape {
  background: url(images/shape7.svg) no-repeat 667px center;
}
.screen3-container .container .img1 {
  float: left;
  width: 201px;
  height: 120px;
  margin-left: 240px;
  background: url(images/etichete.svg) no-repeat center center;
  background-size: 135px;
}
.screen3-container .container .shape2,
.screen3-container .container .shape4,
.screen3-container .container .shape5 {
  width: 360px;
  height: 20px;
  margin-left: 50px;
  margin-top: 62px;
  background: url(images/shape1.svg) no-repeat center center;
}
.screen3-container .container .text-centers {
  padding-top: 20px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  float: left;
}
.screen3-container .container .img2 {
  float: left;
  width: 201px;
  height: 120px;
  margin-left: 68px;
  background: url(images/pcworker.png) no-repeat center center;
  background-size: 132px 114px;
}
.screen3-container .container #shape3 {
  width: 100%;
  height: 150px;
  background: url(images/shape3.svg) no-repeat 335px center;
}
.screen3-container .container .img3 {
  float: left;
  width: 201px;
  height: 120px;
  margin-left: 255px;
  background: url(images/file_search.svg) no-repeat center center;
  background-size: 114px;
}
.screen3-container .container .img4 {
  float: left;
  width: 201px;
  height: 120px;
  margin-left: 70px;
  background: url(images/handshake.svg) no-repeat center center;
  background-size: 114px;
}
.screen3-container .container .img5 {
  float: left;
  width: 201px;
  height: 120px;
  margin-left: 255px;
  background: url(images/building.svg) no-repeat center center;
  background-size: 114px;
}
.screen3-container .container .img6 {
  float: left;
  width: 201px;
  height: 120px;
  margin-left: 70px;
  background: url(images/truck1.svg) no-repeat center center;
  background-size: 160px;
}
.screen3-container .container .img7 {
  float: left;
  width: 201px;
  height: 120px;
  background: url(images/truck.svg) no-repeat center center;
  margin-left: calc((100% - 201px) / 2);
}
.screen3-container .container .shape4 {
  margin-top: 40px;
}
.screen3-container .container .shape7 {
  float: left;
  height: 120px;
  background: url(images/truck.svg) no-repeat center center;
}
.screen3-container .container .big_number {
  height: 120px;
  position: relative;
  width: 164px;
  color: rgba(255,255,255,0.04);
  font-family: 'Open Sans', sans-serif;
  font-size: 120px;
  font-weight: bold;
  line-height: 120px;
  text-align: center;
  margin-left: calc((100% - 164px)/2);
}
.screen3-container .container .big_number .small_number {
  height: 66px;
  width: 71px;
  position: absolute;
  top: 27px;
  left: 46px;
  opacity: 1;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 52px;
  font-weight: bold;
  line-height: 66px;
  text-align: center;
}
#connexion_box .modal-lg {
  max-width: 886px;
}
#connexion_box .modal-body {
  height: 500px;
  background: url(images/omg.png) no-repeat center left;
  position: relative;
  border-radius: 6px;
}
#connexion_box .modal-body .bottomtxt {
  height: 76px;
  width: 400px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  position: absolute;
  bottom: 18px;
  padding-left: 25px;
}
#connexion_box .modal-body .bottomtxt:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 7px;
  height: 64px;
  width: 6px;
  border-radius: 1px;
  background-color: #199cd0;
}
#connexion_box .modal-body .rightlogin {
  width: 365px;
  float: right;
  height: 100%;
  position: relative;
}
#connexion_box .modal-body .rightlogin .logo_login {
  background: url(images/logo_maroc.png) no-repeat center center;
  width: 253px;
  background-size: 253px;
  height: 56px;
  margin-top: 80px;
  margin-left: calc((100% - 253px) / 2);
  display: block;
  margin-bottom: 46px;
}
#connexion_box .modal-body .rightlogin #hidden_box {
  display: none;
  width: 80%;
  top: 112px;
  left: 10%;
  position: absolute;
}
#connexion_box .modal-body .rightlogin .rmbfp {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#connexion_box .modal-body .rightlogin .rmbfp label {
  height: 21px;
  float: left;
  display: block;
  width: 150px;
  color: #888CA6;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-left: 33px;
}
#connexion_box .modal-body .rightlogin .rmbfp .forgotpasswd {
  display: block;
  height: 21px;
  float: right;
  width: 145px;
  color: #888CA6;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-right: 33px;
}
#connexion_box .modal-body .rightlogin .donthaveaccount {
  width: 100%;
  color: #888CA6;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 20px;
}
#connexion_box .modal-body .rightlogin input#user,
#connexion_box .modal-body .rightlogin input#pass {
  width: 300px;
  height: 40px;
  padding: 9px;
  padding-left: 45px;
  border: 1px solid #BABBCC;
  box-sizing: border-box;
  margin-left: calc((100% - 300px) / 2);
  margin-bottom: 20px;
  outline: none;
  color: #6B6D7B;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}
#connexion_box .modal-body .rightlogin #user {
  background: url(images/mail.svg) no-repeat 19px center;
}
#connexion_box .modal-body .rightlogin #pass {
  background: url(images/lock.svg) no-repeat 19px center;
}
#connexion_box .modal-body .rightlogin #dologin {
  height: 40px;
  width: 300px;
  border-radius: 4px;
  background-color: #199cd0;
  padding: 9px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  border: none;
  margin-left: calc((100% - 300px) / 2);
}
#connexion_box .modal-content {
  border-radius: 8px;
  border: none;
  width: 886px;
}
.footer .footer_container {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
.footer .footer_container .container {
  padding-left: 153px;
  padding-right: 0px;
  float: left;
  margin-left: calc((100% - 1340px) /2);
  padding-top: 55px;
  margin-bottom: 4px;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
.footer .footer_container .container .copyright-line {
  width: 100%;
  margin-bottom: 2px;
  float: left;
}
.footer .footer_container .container .copyright-line span {
  height: 18px;
  width: 413px;
  color: #74767C;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 18px;
}
.footer .footer_container .container .copyright-line a {
  float: right;
}
.footer .footer_container .container .copyright-line .links {
  float: right;
  width: 400px;
  margin-right: 196px;
}
.footer .footer_container .container .copyright-line .links .lien {
  color: #74767C;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-right: 18px;
  line-height: 18px;
}
.footer .footer_container .container .copyright-line .links .instagram {
  width: 15px;
  height: 15px;
  float: right;
  background: url(images/instagram.svg) no-repeat center center;
  margin-left: 18px;
}
.footer .footer_container .container .copyright-line .links .linkedin {
  width: 15px;
  height: 15px;
  float: right;
  background: url(images/linkedin.svg) no-repeat center center;
  margin-left: 18px;
}
.footer .footer_container .container .copyright-line .links .facebook {
  width: 15px;
  height: 15px;
  float: right;
  background: url(images/facebook.svg) no-repeat center center;
  margin-left: 18px;
}
.footer .footer_container .container .copyright-line .links .twitter {
  width: 15px;
  height: 15px;
  float: right;
  background: url(images/twitter.svg) no-repeat center center;
  margin-left: 18px;
}
.footer .footer_container .container .menu1,
.footer .footer_container .container .menu2,
.footer .footer_container .container .menu3 {
  width: 160px;
  height: 187px;
  margin-right: 80px;
  float: left;
}
.footer .footer_container .container .menu1 .title_menu,
.footer .footer_container .container .menu2 .title_menu,
.footer .footer_container .container .menu3 .title_menu {
  width: 100%;
  margin-bottom: 16px;
  float: left;
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
}
.footer .footer_container .container .menu1 a.menu_down,
.footer .footer_container .container .menu2 a.menu_down,
.footer .footer_container .container .menu3 a.menu_down {
  height: 18px;
  width: 100%;
  float: left;
  display: block;
  color: #56575C;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}
.footer .footer_container .container .menu1 a.meyersound,
.footer .footer_container .container .menu2 a.meyersound,
.footer .footer_container .container .menu3 a.meyersound {
  width: 100px;
  height: 50px;
  float: left;
  display: block;
  background: url(images/meyersound-logo.png) no-repeat center center;
  margin-right: 40px;
}
.footer .footer_container .container .menu1 a.claypaky,
.footer .footer_container .container .menu2 a.claypaky,
.footer .footer_container .container .menu3 a.claypaky {
  width: 100px;
  height: 52px;
  display: block;
  float: left;
  background: url(images/claypaky-logo.png) no-repeat center center;
  margin-right: 40px;
}
.footer .footer_container .container .menu1 a.martinharman,
.footer .footer_container .container .menu2 a.martinharman,
.footer .footer_container .container .menu3 a.martinharman {
  width: 100px;
  height: 43px;
  float: left;
  display: block;
  background: url(images/martinharman-logo.png) no-repeat center center;
}
.footer .footer_container .container .menu3 {
  height: 54px;
  width: 380px;
  margin-right: 0px;
}
.screen4-container {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
.screen4-container .container {
  height: 100%;
  position: relative;
  padding-top: 200px;
  background: url(images/bottom_bg.svg) no-repeat center top;
}
.screen4-container .container .des-maintenant {
  height: 21px;
  width: 201px;
  margin-left: calc((100% - 201px)/2);
  color: #343642;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin-top: 77px;
}
.screen4-container .container .jointheadventure {
  height: 151px;
  width: 525px;
  margin-top: 18px;
  margin-left: calc((100% - 525px) / 2);
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 66px;
  text-align: center;
}
.screen4-container .container .containerbtns {
  margin-bottom: 110px;
  margin-top: 25px;
  width: 244px;
  float: left;
  margin-left: calc((100% - 244px) / 2);
}
.screen4-container .container .joinloginbtn {
  height: 48px;
  width: 116px;
  border: 1.4px solid #1A3B49;
  background-color: #FFFFFF;
  padding: 14px;
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.screen4-container .container .login-btn {
  margin-left: 12px;
}
.screen2-container {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
.screen2-container .container {
  height: 100%;
  position: relative;
  background: url(images/top_bg.svg) no-repeat center bottom;
}
.screen2-container .container .abs_pos2 {
  position: absolute;
  bottom: 74px;
  width: 100%;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 66px;
  text-align: center;
}
.screen2-container .index-s2-text1 {
  margin-top: 125px;
  margin-left: calc((100% - 600px) / 2);
  height: 132px;
  width: 600px;
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 66px;
  text-align: center;
}
.screen2-container .width987 {
  width: 1014px;
  margin-left: calc((100% - 1014px) / 2);
  margin-top: 56px;
}
.screen2-container .width987 .rectanglews {
  height: 307px;
  width: 318px;
  float: left;
  margin-right: 30px;
  background-color: #FFFFFF;
  box-shadow: 0 0 22px 0 rgba(82,82,102,0.14);
}
.screen2-container .width987 .rectanglews:last-child {
  margin-right: 0px;
}
.screen2-container .width987 .searchi {
  background: url(images/icon_searchi.svg) no-repeat center 40px;
}
.screen2-container .width987 .timei {
  background: url(images/icon_timei.svg) no-repeat center 40px;
}
.screen2-container .width987 .likei {
  background: url(images/icon_likei.svg) no-repeat center 40px;
}
.screen2-container .width987 .rt_title {
  height: 24px;
  margin-top: 160px;
  width: 100%;
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-bottom: 7px;
}
.screen2-container .width987 .rt_descr {
  min-height: 75px;
  width: 100%;
  color: #5B5E6C;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
#renting_register {
  padding: 50px;
  margin-bottom: 30px;
  width: 100%;
  float: left;
  box-shadow: 0 0 24px 0 rgba(82,82,102,0.19);
}
#renting_register form {
  width: 100%;
  float: left;
}
#renting_register .r_title {
  height: 52px;
  width: auto;
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 52px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 63px;
  float: left;
}
#renting_register .r_title:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 3px;
  height: 48px;
  width: 6px;
  background-color: #199cd0;
}
#renting_register .removeaddr {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 15px;
  top: 5px;
  border-radius: 50%;
  background: url(images/del1.png) no-repeat center center rgba(228,231,236,0.9);
}
#renting_register .rightborderdiv3 {
  width: 65%;
  float: left;
  position: relative;
}
#renting_register .rightborderdiv3 #newaddr {
  box-sizing: border-box;
  height: 43px;
  width: 229px;
  border: 1px solid #BABBCC;
  color: #84879C;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  float: left;
  margin-left: 315px;
  background: url(images/plussm.png) no-repeat 20px center #FFFFFF;
  padding-left: 32px;
  outline: none;
}
#renting_register .rightborderdiv2 {
  width: 65%;
  float: left;
  position: relative;
}
#renting_register .rightborderdiv2 #submit_form {
  box-sizing: border-box;
  height: 43px;
  width: 128px;
  background-color: #1A3B49;
  border: none;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  float: right;
  margin-left: 16px;
}
#renting_register .rightborderdiv2 #reset_form {
  box-sizing: border-box;
  height: 43px;
  width: 128px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  color: #777987;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  float: right;
}
#renting_register .rightborderdiv {
  width: 65%;
  float: left;
  position: relative;
}
#renting_register .rightborderdiv:after {
  content: '';
  width: 4px;
  height: calc(100% - 73px);
  position: absolute;
  right: -25px;
  top: 53px;
  background-color: #C0C3DB;
}
#renting_register .rightborderdiv h3 {
  margin-left: 99px;
  margin-bottom: 12px;
  height: 42px;
  width: 687px;
  float: left;
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 42px;
}
#renting_register .rightborderdiv .row_line,
#renting_register .rightborderdiv .row_line_double {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#renting_register .rightborderdiv .row_line label,
#renting_register .rightborderdiv .row_line_double label {
  height: 20px;
  float: left;
  width: 251px;
  color: #454859;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  margin-top: 10px;
}
#renting_register .rightborderdiv .row_line input,
#renting_register .rightborderdiv .row_line_double input {
  padding: 12px 23px;
  color: #84879C;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 15px;
  float: right;
  box-sizing: border-box;
  height: 41px;
  width: 471px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
}
#renting_register .rightborderdiv .row_line select,
#renting_register .rightborderdiv .row_line_double select {
  padding: 5px 23px;
  color: #84879C;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 15px;
  float: right;
  box-sizing: border-box;
  height: 41px;
  width: 471px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
}
#renting_register .rightborderdiv .row_line_double input {
  width: 230px;
}
#renting_register .rightborderdiv .row_line_double input#admin_phoneo,
#renting_register .rightborderdiv .row_line_double input#admin_firstname,
#renting_register .rightborderdiv .row_line_double input#company_phoneo {
  margin-right: 11px;
}
#renting_register #pass_details {
  position: absolute;
  bottom: 50px;
  width: 380px;
  right: -430px;
}
#renting_register #pass_details .okicn,
#renting_register #pass_details .badicn {
  font-family: 'Open Sans', sans-serif;
  color: #656982;
  font-size: 13px;
  line-height: 22px;
  width: 190px;
  height: 22px;
  float: left;
  padding-left: 25px;
  background: url(images/okicn.svg) no-repeat 6px center;
}
#renting_register #pass_details .badicn {
  background: url(images/badicn.svg) no-repeat 6px center;
}
body.projects {
  background-color: #EFF1F6;
}
body.modal-open {
  overflow: hidden;
}
#uploadrdc {
  background-color: #199cd0;
  border-color: #1487b5;
}
.topl-header {
  height: 66px;
  position: fixed;
  z-index: 33;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 -1px 10px 0 rgba(125,130,156,0.14);
}
.topl-header #logo_toph {
  width: 135px;
  height: 30px;
  background: url(images/logo_maroc.png) no-repeat center center;
  float: left;
  display: block;
  margin: 18px 40px 18px 34px;
  background-size: 135px;
}
.topl-header #borderb {
  width: 100%;
  height: 1px;
  float: left;
  background-color: #E0E2F0;
}
.topl-header #borderv {
  height: 65px;
  width: 1px;
  float: left;
  opacity: 0.88;
  background-color: #E0E2F0;
}
.topl-header #top_right_side {
  width: calc(100% - 210px);
  float: left;
  height: 65px;
}
.topl-header #top_right_side #search_right {
  background: url(images/search_right20.svg) no-repeat 27px center #F7F8FB;
  width: calc(100% - 450px);
  margin-top: 12px;
  margin-left: 27px;
  height: 44px;
  float: left;
  cursor: pointer;
  padding-left: 67px;
  border: 1px solid #E2E5F1;
  font-family: 'Open Sans', sans-serif;
  color: #7E839D;
  font-size: 16px;
  line-height: 44px;
}
.topl-header #top_right_side #rightuser {
  min-width: 150px;
  height: 65px;
  float: right;
}
.topl-header #top_right_side #rightuser #notif_icn {
  background: url(images/notif.svg?i=2) no-repeat center center #E4E6EF;
  float: left;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: block;
  position: relative;
  margin-top: 13px;
}
.topl-header #top_right_side #rightuser #notif_icn span {
  display: none;
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background-color: #FF5858;
  top: -2px;
  right: -8px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #fff;
  line-height: 17px;
}
.topl-header #top_right_side #rightuser #notif_icn.note span {
  display: block;
}
.topl-header #top_right_side #rightuser #msg_icn {
  background: url(images/msgnote.svg) no-repeat center center #E4E6EF;
  float: left;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: block;
  position: relative;
  margin-top: 13px;
  margin-right: 27px;
}
.topl-header #top_right_side #rightuser #msg_icn span {
  display: none;
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background-color: #FF5858;
  top: -2px;
  right: -8px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #fff;
  line-height: 17px;
}
.topl-header #top_right_side #rightuser #msg_icn.note span {
  display: block;
}
.topl-header #top_right_side #rightuser .dropdown {
  float: left;
}
.topl-header #top_right_side #rightuser .dropdown .usericn {
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 38px 38px;
  display: block;
  float: left;
  text-decoration: none;
  padding-left: 66px;
  margin-left: 14px;
  height: 65px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #646776;
  font-size: 15px;
  line-height: 65px;
}
.topl-header #top_right_side #right_langs {
  min-width: 138px;
  float: right;
  margin-left: 10px;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #646776;
}
.topl-header #top_right_side #right_langs .dropdown .btn {
  background-color: transparent;
  border: none;
  outline: none;
  line-height: 52px;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
  color: #646776;
}
.left_menu {
  width: 210px;
  position: fixed;
  margin-left: -210px;
  background-color: #FFFFFF;
  float: left;
  min-height: 100%;
  border-right: 1px solid #E0E2F0;
}
.left_menu .newproject {
  height: 40px;
  width: 166px;
  background: url(images/plsw.png) no-repeat 16px center #199cd0;
  box-shadow: 0 6px 12px 0 rgba(85,85,109,0.14);
  padding: 12px 12px 12px 33px;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  display: block;
  text-decoration: none;
  margin: 32px 22px 8px;
}
.left_menu ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  padding-top: 27px;
}
.left_menu ul li {
  width: 100%;
  float: left;
  display: block;
}
.left_menu ul li a {
  height: 56px;
  width: 100%;
  display: block;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: 26px center;
  color: #656982;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 40px;
}
.left_menu ul li a.active {
  background-color: rgba(25,156,208,0.09);
}
.left_menu ul li a.location {
  background-image: url(images/location_icn.svg);
}
.left_menu ul li a.location.active {
  background-image: url(images/location_icnh.svg);
  border-left: 4px solid #199cd0;
  color: #199cd0;
  font-weight: bold;
}
.left_menu ul li a.commandes {
  background-image: url(images/commandes_icn.svg);
}
.left_menu ul li a.commandes.active {
  background-image: url(images/commandes_icnh.svg);
  border-left: 4px solid #199cd0;
  color: #199cd0;
  font-weight: bold;
}
.left_menu ul li a.activity {
  background-image: url(images/activity_icn.svg);
}
.left_menu ul li a.activity.active {
  background-image: url(images/activity_icnh.svg);
  border-left: 4px solid #199cd0;
  color: #199cd0;
  font-weight: bold;
}
.left_menu ul li a.history {
  background-image: url(images/history_icn.svg);
}
.left_menu ul li a.history.active {
  background-image: url(images/history_icnh.svg);
  border-left: 4px solid #199cd0;
  color: #199cd0;
  font-weight: bold;
}
.left_menu ul li a.gestion {
  background-image: url(images/gestion_icn.svg);
}
.left_menu ul li a.gestion.active {
  background-image: url(images/gestion_icnh.svg);
  border-left: 4px solid #199cd0;
  color: #199cd0;
  font-weight: bold;
}
.left_menu ul li a.invoices {
  background-image: url(images/invoice_icn.svg);
}
.left_menu ul li a.invoices.active {
  background-image: url(images/invoice_icnh.svg);
  border-left: 4px solid #199cd0;
  color: #199cd0;
  font-weight: bold;
}
.left_menu ul li a.settings {
  background-image: url(images/param_icn.svg);
}
.left_menu ul li a.settings.active {
  background-image: url(images/param_icnh.svg);
  border-left: 4px solid #199cd0;
  color: #199cd0;
  font-weight: bold;
}
.left_menu ul li a.contact {
  background-image: url(images/contact.svg);
}
.left_menu ul li a.contact.active {
  background-image: url(images/contacth.svg);
  border-left: 4px solid #199cd0;
  color: #199cd0;
  font-weight: bold;
}
.left_menu ul li a.admin {
  background-image: url(images/admin.svg);
}
.left_menu ul li a.admin.active {
  background-image: url(images/adminh.svg);
  border-left: 4px solid #199cd0;
  color: #199cd0;
  font-weight: bold;
}
.left_menu #bottom_left {
  position: absolute;
  bottom: 80px;
  left: 0px;
  width: 100%;
}
.left_menu #bottom_left .text_btm {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #6B6D7B;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.left_menu #bottom_left .text_btm a {
  color: #74767C;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
}
.left_menu #bottom_left .ln_ln {
  width: 15px;
  height: 15px;
  float: left;
  background: url(images/linkedin.svg) no-repeat center center;
  margin-left: 49px;
}
.left_menu #bottom_left .fb_ln {
  width: 15px;
  height: 15px;
  float: left;
  background: url(images/facebook.svg) no-repeat center center;
  margin-left: 33px;
}
.left_menu #bottom_left .tw_ln {
  width: 15px;
  height: 15px;
  float: left;
  background: url(images/twitter.svg) no-repeat center center;
  margin-left: 49px;
}
.top_part,
.top_part2 {
  height: 144px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  margin-left: 24px;
  margin-top: 21px;
  width: 1045px;
  float: left;
}
.top_part .title,
.top_part2 .title {
  height: 50px;
  width: 100%;
  color: #323C47;
  font-family: 'Open Sans', sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 21px;
}
.top_part .title span,
.top_part2 .title span {
  width: 6px;
  height: 38px;
  background-color: #199cd0;
  display: block;
  float: left;
  margin-top: 8px;
  margin-left: 28px;
  margin-right: 15px;
}
.top_part .bottom_full,
.top_part2 .bottom_full {
  width: 100%;
  height: 36px;
  margin-top: 27px;
  float: left;
  position: relative;
}
.top_part .bottom_full .inside_menu,
.top_part2 .bottom_full .inside_menu {
  float: left;
  margin: 0;
  padding: 0;
  margin-left: 28px;
}
.top_part .bottom_full .inside_menu li,
.top_part2 .bottom_full .inside_menu li {
  margin: 0px;
  margin-right: 15px;
  float: left;
  padding: 0px;
  list-style-type: none;
}
.top_part .bottom_full .inside_menu li a,
.top_part2 .bottom_full .inside_menu li a {
  float: left;
  display: block;
  padding: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #656982;
  text-decoration: none;
}
.top_part .bottom_full .inside_menu li a.sel,
.top_part2 .bottom_full .inside_menu li a.sel {
  border-bottom: 3px solid #199cd0;
  padding: 7px;
  line-height: 18px;
}
.top_part .bottom_full .btnoverright,
.top_part2 .bottom_full .btnoverright {
  border: 1.5px solid #1A3B49;
  border-radius: 19px;
  height: 38px;
  padding: 11px 17px;
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
  color: #1A3B49;
  position: absolute;
  bottom: 65px;
  right: 28px;
  text-decoration: none;
  outline: none;
}
.top_part2 {
  height: 92px;
}
#addmemberdiv #step2_am,
#addmemberdiv #step1_am,
#changememberdiv #step2_am,
#changememberdiv #step1_am {
  display: none;
  width: 100%;
  float: left;
}
#addmemberdiv #step1_am,
#changememberdiv #step1_am {
  display: block;
}
#addmemberdiv #gobackto1,
#changememberdiv #gobackto1 {
  width: 45px;
  height: 20px;
  background: url(images/arrback.svg) no-repeat center center;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 18px;
  top: 16px;
}
#addmemberdiv form,
#changememberdiv form {
  width: 100%;
  float: left;
}
#addmemberdiv form .stitle,
#changememberdiv form .stitle {
  width: 100%;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 8px;
  float: left;
}
#addmemberdiv form .sdescr,
#changememberdiv form .sdescr {
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  width: 100%;
  float: left;
}
#addmemberdiv form .fields,
#changememberdiv form .fields {
  width: 100%;
  float: left;
}
#addmemberdiv form .fields .field,
#addmemberdiv form .fields .field50,
#changememberdiv form .fields .field,
#changememberdiv form .fields .field50 {
  width: 100%;
  float: left;
  padding: 2px;
  margin-bottom: 6px;
}
#addmemberdiv form .fields .field input,
#addmemberdiv form .fields .field50 input,
#changememberdiv form .fields .field input,
#changememberdiv form .fields .field50 input {
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  padding: 12px 20px;
  color: #84879C;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  outline: none;
}
#addmemberdiv form .fields .field select,
#addmemberdiv form .fields .field50 select,
#changememberdiv form .fields .field select,
#changememberdiv form .fields .field50 select {
  width: 100%;
  color: #84879C;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 15px;
  float: left;
  border: 1px solid #BABBCC;
  outline: none;
  padding: 12px 20px;
}
#addmemberdiv form .fields .field50,
#changememberdiv form .fields .field50 {
  width: 50%;
}
#addmemberdiv form .image,
#changememberdiv form .image {
  width: 100%;
  float: left;
}
#addmemberdiv form .image .uploadid,
#changememberdiv form .image .uploadid {
  margin-top: 26px;
  margin-bottom: 28px;
  margin-left: 174px;
  width: 117px;
  height: 113px;
  float: left;
  background: url(images/defaultimg.svg) no-repeat center center;
  position: relative;
  background-size: 117px 113px;
}
#addmemberdiv form .image .uploadid #clickup,
#changememberdiv form .image .uploadid #clickup {
  background: url(images/pluslg.png) no-repeat center center;
  height: 42px;
  width: 42px;
  border: 3px solid #FFFFFF;
  background-color: #E2E5FC;
  border-radius: 50%;
  position: absolute;
  right: -16px;
  bottom: -16px;
  cursor: pointer;
}
#addmemberdiv form .image2,
#changememberdiv form .image2 {
  height: 255px;
  width: 230px;
  background-color: #FFFFFF;
  box-shadow: 0 0 24px 0 rgba(83,83,108,0.19);
  margin-left: calc((100% - 230px) / 2);
  margin-top: 24px;
  margin-bottom: 18px;
  float: left;
}
#addmemberdiv form .image2 .uploadid,
#changememberdiv form .image2 .uploadid {
  margin-top: 20px;
  margin-bottom: 18px;
  margin-left: 62px;
  width: 106px;
  height: 102px;
  float: left;
  background: url(images/defaultimg.svg) no-repeat center center;
  position: relative;
  background-size: 106px 102px;
}
#addmemberdiv form .image2 .name,
#addmemberdiv form .image2 .job,
#addmemberdiv form .image2 .tel,
#addmemberdiv form .image2 .mail,
#changememberdiv form .image2 .name,
#changememberdiv form .image2 .job,
#changememberdiv form .image2 .tel,
#changememberdiv form .image2 .mail {
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 4px;
}
#addmemberdiv form .image2 .job,
#addmemberdiv form .image2 .tel,
#addmemberdiv form .image2 .mail,
#changememberdiv form .image2 .job,
#changememberdiv form .image2 .tel,
#changememberdiv form .image2 .mail {
  font-size: 14px;
  font-weight: normal;
  color: #5B5E6C;
}
#addmemberdiv form .infocreate,
#changememberdiv form .infocreate {
  color: #5B5E6C;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  width: 100%;
  float: left;
}
#addmemberdiv form #hidden_dd,
#changememberdiv form #hidden_dd {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#addmemberdiv form #addmemberbtn,
#addmemberdiv form #addmemberbtns,
#addmemberdiv form #editmemberbtn,
#changememberdiv form #addmemberbtn,
#changememberdiv form #addmemberbtns,
#changememberdiv form #editmemberbtn {
  border: none;
  width: 70%;
  margin-left: 15%;
  margin-top: 28px;
  margin-bottom: 28px;
  height: 40px;
  background-color: #1A3B49;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
#addmemberdiv form #addmemberbtns,
#changememberdiv form #addmemberbtns {
  margin-top: 18px;
  margin-bottom: 32px;
}
.steps {
  width: 200px;
  float: left;
  margin-left: calc((100% - 200px) / 2);
  height: 25px;
}
.steps .step {
  width: 25px;
  height: 25px;
  border: 3px solid #84879C;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  float: left;
  position: relative;
  border-radius: 50%;
}
.steps .step span {
  display: block;
  position: absolute;
  left: -17px;
  top: 24px;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
.steps .step span.ll {
  left: -36px;
}
.steps .step.sel {
  color: #1A3B49;
  font-weight: bold;
  border-color: #1A3B49;
}
.steps .step.sel span {
  font-weight: bold;
  color: #1A3B49;
}
.steps .line {
  width: 150px;
  height: 25px;
  float: left;
}
.steps .line span {
  float: left;
  height: 2px;
  width: 150px;
  background-color: #84879C;
  margin-top: 12px;
}
.no_team_members,
.no_stock_found,
.no_providers_found {
  width: 420px;
  height: 380px;
  margin-left: calc(((100% - 420px) / 2));
  margin-top: calc((100% - 750px) / 2);
  padding-top: 270px;
  position: relative;
  background: url(images/no_members.svg) no-repeat center top;
}
.no_team_members .msg,
.no_stock_found .msg,
.no_providers_found .msg {
  width: 100%;
  float: left;
  margin-bottom: 31px;
  color: #3F4152;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
}
.no_team_members .btntocenter,
.no_team_members .btncenter2,
.no_stock_found .btntocenter,
.no_stock_found .btncenter2,
.no_providers_found .btntocenter,
.no_providers_found .btncenter2 {
  border: 1.5px solid #1A3B49;
  border-radius: 19px;
  height: 38px;
  padding: 11px 17px;
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
  color: #1A3B49;
  position: relative;
  text-decoration: none;
  float: left;
}
.no_team_members .btntocenter.en,
.no_stock_found .btntocenter.en,
.no_providers_found .btntocenter.en {
  margin-left: calc((100% - 119px) / 2);
}
.no_team_members .btntocenter.fr,
.no_stock_found .btntocenter.fr,
.no_providers_found .btntocenter.fr {
  margin-left: calc((100% - 161px) / 2);
}
.no_providers_found {
  width: 49.5%;
  margin-left: 0px;
  margin-right: 1%;
  margin-top: 0px;
  float: right;
}
.no_providers_found:nth-child(1) {
  margin-right: 0;
}
.no_stock_found {
  background: url(images/stock_empty.svg) no-repeat center top;
}
.no_stock_found .btntocenter.en {
  margin-left: calc((100% - 149px) / 2);
}
.no_stock_found .btntocenter.fr {
  margin-left: calc((100% - 167px) / 2);
}
.no_providers_found {
  margin-top: calc((100% - 550px) / 2);
}
.no_providers_found .btntocenter.en {
  margin-left: calc((100% - 197px) / 2);
}
.no_providers_found .btntocenter.fr {
  margin-left: calc((100% - 250px) / 2);
}
#mynotif_popover,
#mymsg_popover {
  position: fixed;
  width: 466px;
  height: 375px;
  top: 67px;
  left: 1110px;
  border-radius: 0px;
  display: none;
  padding: 7px 12px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  box-shadow: 0 21px 32px 0 rgba(58,62,76,0.15);
}
#mynotif_popover .notif_title,
#mymsg_popover .notif_title {
  width: 100%;
  float: left;
  opacity: 0.87;
  color: #656982;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  border-bottom: 1px solid #E2E5F1;
  padding-bottom: 5px;
}
#mynotif_popover .notif_title #closenotif,
#mynotif_popover .notif_title #closenotifm,
#mymsg_popover .notif_title #closenotif,
#mymsg_popover .notif_title #closenotifm {
  width: 14px;
  height: 14px;
  float: right;
  display: block;
  text-decoration: none;
  margin-right: 3px;
  margin-top: 6px;
  color: #84879C;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
#mynotif_popover .notifs_container,
#mynotif_popover .mnotifs_container,
#mymsg_popover .notifs_container,
#mymsg_popover .mnotifs_container {
  width: 100%;
  height: 274px;
  overflow-y: auto;
  float: left;
}
#mynotif_popover .notifs_container .notif,
#mynotif_popover .mnotifs_container .notif,
#mymsg_popover .notifs_container .notif,
#mymsg_popover .mnotifs_container .notif {
  width: 100%;
  font-family: "Open Sans";
  line-height: 22px;
  font-size: 16px;
  color: #7A7E97;
  background-color: #fff;
  padding: 17px;
  padding-left: 85px;
  cursor: pointer;
  border-bottom: 1px solid #edf0ff;
}
#mynotif_popover .notifs_container .notif .xtime,
#mynotif_popover .mnotifs_container .notif .xtime,
#mymsg_popover .notifs_container .notif .xtime,
#mymsg_popover .mnotifs_container .notif .xtime {
  font-size: 12px;
  color: #656982;
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 5px;
}
#mynotif_popover .notifs_container .notif.new_order,
#mynotif_popover .mnotifs_container .notif.new_order,
#mymsg_popover .notifs_container .notif.new_order,
#mymsg_popover .mnotifs_container .notif.new_order {
  background: url(images/orderok.svg) 6px center no-repeat;
}
#mynotif_popover .notifs_container .notif.new_trorder,
#mynotif_popover .mnotifs_container .notif.new_trorder,
#mymsg_popover .notifs_container .notif.new_trorder,
#mymsg_popover .mnotifs_container .notif.new_trorder {
  background: url(images/delivery.svg) 6px center no-repeat;
}
#mynotif_popover .notifs_container .notif.new_msg,
#mynotif_popover .mnotifs_container .notif.new_msg,
#mymsg_popover .notifs_container .notif.new_msg,
#mymsg_popover .mnotifs_container .notif.new_msg {
  background: url(images/chat_icon.svg) 6px center no-repeat;
}
#mynotif_popover .notifs_container .notif.order_ok,
#mynotif_popover .mnotifs_container .notif.order_ok,
#mymsg_popover .notifs_container .notif.order_ok,
#mymsg_popover .mnotifs_container .notif.order_ok {
  background: url(images/neworder.svg) 6px center no-repeat;
}
#mynotif_popover .notifs_container .notif.order_ipaid,
#mynotif_popover .mnotifs_container .notif.order_ipaid,
#mymsg_popover .notifs_container .notif.order_ipaid,
#mymsg_popover .mnotifs_container .notif.order_ipaid {
  background: url(images/inv2.svg?i=2) 6px center no-repeat;
}
#mynotif_popover .notifs_container .notif.order_paid,
#mynotif_popover .mnotifs_container .notif.order_paid,
#mymsg_popover .notifs_container .notif.order_paid,
#mymsg_popover .mnotifs_container .notif.order_paid {
  background: url(images/inv1.svg?=1) 6px center no-repeat;
}
#mynotif_popover .notifs_container .notif.unread,
#mynotif_popover .mnotifs_container .notif.unread,
#mymsg_popover .notifs_container .notif.unread,
#mymsg_popover .mnotifs_container .notif.unread {
  background-color: rgba(25,156,208,0.09);
}
#mynotif_popover .notifs_allnotifs,
#mymsg_popover .notifs_allnotifs {
  width: 100%;
  float: left;
  text-align: center;
}
#mynotif_popover .notifs_allnotifs a,
#mymsg_popover .notifs_allnotifs a {
  font-family: "Open Sans";
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
  font-size: 15px;
  color: #7A7E97;
  text-align: center;
}
#activity_notifications {
  overflow-y: auto;
  border: 1px solid #E2E5F1;
}
#activity_notifications .notif {
  width: 100%;
  font-family: "Open Sans";
  line-height: 22px;
  font-size: 16px;
  color: #7A7E97;
  background-color: #fff;
  padding: 17px;
  padding-left: 85px;
  cursor: pointer;
  border-bottom: 1px solid #edf0ff;
}
#activity_notifications .notif .xtime {
  font-size: 12px;
  color: #656982;
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 5px;
}
#activity_notifications .notif.new_order {
  background: url(images/orderok.svg) 6px center no-repeat #fff;
}
#activity_notifications .notif.new_trorder {
  background: url(images/delivery.svg) 6px center no-repeat #fff;
}
#activity_notifications .notif.new_msg {
  background: url(images/chat_icon.svg) 6px center no-repeat #fff;
}
#activity_notifications .notif.order_ok {
  background: url(images/neworder.svg) 6px center no-repeat #fff;
}
#activity_notifications .notif.order_ipaid {
  background: url(images/inv2.svg?i=2) 6px center no-repeat;
}
#activity_notifications .notif.order_paid {
  background: url(images/inv1.svg?=1) 6px center no-repeat;
}
#activity_notifications .notif.unread {
  background-color: #cfcfcf;
}
.content {
  width: 1045px;
  float: left;
  margin-left: 24px;
  margin-top: 21px;
}
.ord_invoice {
  width: 100%;
  float: left;
  display: block;
  text-decoration: none;
  background: #fff;
  padding: 18px;
  border: 1px solid #E2E5F1;
}
.ord_invoice .ttl {
  width: 355px;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 19px;
  color: #656982;
  position: relative;
}
.ord_invoice .date {
  width: 239px;
  float: left;
  margin-left: 7px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 19px;
  color: #656982;
  text-align: center;
}
.ord_invoice .price {
  width: 190px;
  float: left;
  margin-left: 7px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 19px;
  color: #656982;
  text-align: center;
}
.ord_invoice .vdiv {
  width: 1px;
  height: 17px;
  margin-top: 1px;
  background: #E2E5F1;
  float: left;
}
.ord_invoice .tip {
  width: 161px;
  float: left;
  margin-left: 7px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 19px;
  color: #656982;
  text-align: center;
}
.ord_invoice.invoice .ttl:after {
  content: '';
  position: absolute;
  top: -18px;
  width: 373px;
  left: -18px;
  height: 4px;
  background-color: #199cd0;
}
.ord_invoice.proforma .ttl:after {
  content: '';
  position: absolute;
  top: -18px;
  width: 373px;
  left: -18px;
  height: 4px;
  background-color: #323C47;
}
.filters {
  padding: 12px 0px 0px;
  margin-top: 8px;
}
.filters #search_name1stock {
  height: 54px;
  width: 401px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  padding: 18px 5px 17px 35px;
  background: url(images/search_right20.svg) no-repeat 9px center #FFFFFF;
  outline: none;
  float: left;
}
.filters #search_cat1stock {
  height: 54px;
  width: 209px;
  border: 1px solid #E2E5F1;
  background: url(images/selectarr.svg) no-repeat 180px center #FFFFFF;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  outline: none;
  padding: 13px 20px 10px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  float: left;
  margin-left: 7px;
}
.filters #search_cat2stock {
  height: 54px;
  width: 252px;
  border: 1px solid #E2E5F1;
  background: url(images/selectarr.svg) no-repeat 223px center #FFFFFF;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  outline: none;
  padding: 13px 20px 10px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  float: left;
  margin-left: 7px;
}
.filters #search_sloc {
  height: 54px;
  width: 162px;
  border: 1px solid #E2E5F1;
  background: url(images/selectarr.svg) no-repeat 133px center #FFFFFF;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  outline: none;
  padding: 13px 20px 10px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  float: left;
  margin-left: 7px;
}
.filters #activity_status {
  height: 54px;
  width: 155px;
  border: 1px solid #E2E5F1;
  background: url(images/selectarr.svg) no-repeat 126px center #FFFFFF;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  outline: none;
  padding: 13px 20px 10px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  float: left;
  margin-left: 7px;
}
.filters #search_activity_prod,
.filters #search_activity_adr,
.filters #search_invoicenr {
  height: 54px;
  width: 301px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  padding: 18px 5px 17px 35px;
  background: url(images/search_right20.svg) no-repeat 9px center #FFFFFF;
  outline: none;
  float: left;
}
.filters #search_activity_prod.tr,
.filters #search_activity_adr.tr {
  width: 237px;
}
.filters #search_activity_adr.tr {
  margin-left: 7px;
}
.filters #search_invoicenr {
  width: 370px;
}
.filters #search_activity_pay,
.filters #search_activity_km,
.filters #search_invoice_val {
  height: 54px;
  width: 101px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  padding: 18px 5px 17px 32px;
  background: url(images/eurosign.svg) no-repeat 6px center #FFFFFF;
  outline: none;
  float: left;
  margin-left: 7px;
}
.filters #search_invoice_val {
  width: 191px;
}
.filters #search_activity_km {
  background-image: none;
  padding-left: 17px;
}
.filters #search_activity_quantity,
.filters #search_activity_ml {
  height: 54px;
  width: 91px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  padding: 18px 5px 17px 5px;
  background: #FFFFFF;
  outline: none;
  float: left;
  margin-left: 7px;
}
.filters #search_activity_ml {
  padding-left: 17px;
}
.filters #activity_tip,
.filters #invoice_tip {
  height: 54px;
  width: 120px;
  border: 1px solid #E2E5F1;
  background: url(images/selectarr.svg) no-repeat 91px center #FFFFFF;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  outline: none;
  padding: 13px 20px 10px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  float: left;
  margin-left: 7px;
}
.filters #invoice_tip {
  width: 220px;
  background: url(images/selectarr.svg) no-repeat 191px center #FFFFFF;
}
.filters #datesel {
  height: 54px;
  width: 242px;
  border: 1px solid #E2E5F1;
  background: #FFFFFF;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  float: left;
  margin-left: 7px;
}
.filters #datesel span {
  line-height: 54px;
  width: 60px;
  float: left;
  margin-left: 15px;
}
.filters #datesel #dl {
  width: 160px;
  height: 27px;
  float: right;
  font-size: 12px;
  line-height: 19px;
  padding-top: 8px;
}
.filters #datesel #dr {
  width: 160px;
  height: 27px;
  float: right;
  font-size: 12px;
  line-height: 19px;
  padding-bottom: 8px;
}
.filters input[type=number]::-webkit-inner-spin-button,
.filters input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.btns_dt1 {
  margin-bottom: 8px;
}
.btns_dt1 button {
  padding: 5px;
  border: 1px solid #E2E5F1;
  background: #199cd0;
  font-weight: bold;
  color: #323C47;
  margin-left: 18px;
}
.btns_dt1 button:first-child {
  margin-left: 0px;
}
.editsociete,
.editprices {
  padding: 12px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  position: relative;
}
.editsociete .head,
.editprices .head {
  padding: 16px;
  width: 100%;
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  border-bottom: 1px solid rgba(192,195,219,0.6);
  margin-bottom: 25px;
}
.editsociete .head span,
.editprices .head span {
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
  margin-left: 10px;
}
.editsociete form,
.editprices form {
  width: 100%;
  float: left;
}
.editsociete .r_title,
.editprices .r_title {
  height: 52px;
  width: auto;
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 52px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 63px;
  float: left;
}
.editsociete .r_title:after,
.editprices .r_title:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 3px;
  height: 48px;
  width: 6px;
  background-color: #199cd0;
}
.editsociete .removeaddr_del,
.editprices .removeaddr_del {
  min-width: 45px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  height: 30px;
  padding-left: 35px;
  padding-right: 10px;
  line-height: 30px;
  display: block;
  text-decoration: none;
  color: #1A3B49;
  position: absolute;
  right: 15px;
  top: 5px;
  border-radius: 5px;
  background: url(images/del1.png) no-repeat 10px center rgba(228,231,236,0.9);
}
.editsociete .rightborderdiv3,
.editprices .rightborderdiv3 {
  width: 65%;
  float: left;
  position: relative;
}
.editsociete .rightborderdiv3 #newaddr,
.editsociete .rightborderdiv3 #newbnkibn,
.editsociete .rightborderdiv3 #newkycdoc,
.editprices .rightborderdiv3 #newaddr,
.editprices .rightborderdiv3 #newbnkibn,
.editprices .rightborderdiv3 #newkycdoc {
  box-sizing: border-box;
  height: 43px;
  width: 229px;
  border: 1px solid #BABBCC;
  color: #84879C;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  float: left;
  margin-left: 315px;
  background: url(images/plussm.png) no-repeat 20px center #FFFFFF;
  padding-left: 32px;
  outline: none;
}
.editsociete .rightborderdiv3 #newbnkibn,
.editprices .rightborderdiv3 #newbnkibn {
  width: 300px;
}
.editsociete .rightborderdiv3 #newkycdoc,
.editprices .rightborderdiv3 #newkycdoc {
  width: 350px;
}
.editsociete .rightborderdiv2d,
.editprices .rightborderdiv2d {
  width: 65%;
  float: left;
  margin-bottom: 110px;
}
.editsociete .rightborderdiv2d #submit_form,
.editprices .rightborderdiv2d #submit_form {
  box-sizing: border-box;
  height: 43px;
  width: 228px;
  background-color: #1A3B49;
  border: none;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  float: right;
  margin-left: 16px;
}
.editsociete .rightborderdiv2,
.editprices .rightborderdiv2 {
  width: 25%;
  float: right;
  right: 70px;
  top: 170px;
  position: absolute;
}
.editsociete .rightborderdiv2 .question1,
.editprices .rightborderdiv2 .question1 {
  height: 20px;
  width: 100%;
  text-align: right;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.editsociete .rightborderdiv2 #submit_form,
.editprices .rightborderdiv2 #submit_form {
  box-sizing: border-box;
  height: 43px;
  width: 128px;
  background-color: #1A3B49;
  border: none;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  float: right;
  margin-left: 16px;
}
.editsociete .rightborderdiv2 #reset_form,
.editprices .rightborderdiv2 #reset_form {
  box-sizing: border-box;
  height: 43px;
  width: 128px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  color: #777987;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  float: right;
}
.editsociete .norightborderdivex,
.editprices .norightborderdivex {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 100px;
}
.editsociete .norightborderdivex h3,
.editprices .norightborderdivex h3 {
  margin-left: 29px;
  margin-bottom: 12px;
  height: 42px;
  width: 687px;
  float: left;
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 42px;
}
.editsociete .norightborderdivex .row_lazy,
.editprices .norightborderdivex .row_lazy {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.editsociete .norightborderdivex .row_lazy label,
.editprices .norightborderdivex .row_lazy label {
  height: 20px;
  float: left;
  width: 180px;
  color: #454859;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  margin-top: 10px;
}
.editsociete .rightborderdiv,
.editprices .rightborderdiv {
  width: 65%;
  float: left;
  position: relative;
}
.editsociete .rightborderdiv:after,
.editprices .rightborderdiv:after {
  content: '';
  width: 4px;
  height: calc(100% - 73px);
  position: absolute;
  right: -25px;
  top: 53px;
  background-color: #C0C3DB;
}
.editsociete .rightborderdiv h3,
.editprices .rightborderdiv h3 {
  margin-left: 29px;
  margin-bottom: 12px;
  height: 42px;
  width: 687px;
  float: left;
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 42px;
}
.editsociete .rightborderdiv .row_line,
.editsociete .rightborderdiv .row_line_double,
.editprices .rightborderdiv .row_line,
.editprices .rightborderdiv .row_line_double {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.editsociete .rightborderdiv .row_line label,
.editsociete .rightborderdiv .row_line_double label,
.editprices .rightborderdiv .row_line label,
.editprices .rightborderdiv .row_line_double label {
  height: 20px;
  float: left;
  width: 180px;
  color: #454859;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  margin-top: 10px;
}
.editsociete .rightborderdiv .row_line input,
.editsociete .rightborderdiv .row_line_double input,
.editprices .rightborderdiv .row_line input,
.editprices .rightborderdiv .row_line_double input {
  padding: 12px 23px;
  color: #84879C;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 15px;
  float: right;
  box-sizing: border-box;
  height: 41px;
  width: 471px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  outline: none;
}
.editsociete .rightborderdiv .row_line input:focus,
.editsociete .rightborderdiv .row_line_double input:focus,
.editprices .rightborderdiv .row_line input:focus,
.editprices .rightborderdiv .row_line_double input:focus {
  border: 1.6px solid #F4C52C;
}
.editsociete .rightborderdiv .row_line select.exsl,
.editsociete .rightborderdiv .row_line_double select.exsl,
.editprices .rightborderdiv .row_line select.exsl,
.editprices .rightborderdiv .row_line_double select.exsl {
  padding: 2px 23px;
  color: #84879C;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 15px;
  float: right;
  box-sizing: border-box;
  height: 41px;
  width: 471px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  outline: none;
}
.editsociete .rightborderdiv .row_line select.exsl:focus,
.editsociete .rightborderdiv .row_line_double select.exsl:focus,
.editprices .rightborderdiv .row_line select.exsl:focus,
.editprices .rightborderdiv .row_line_double select.exsl:focus {
  border: 1.6px solid #F4C52C;
}
.editsociete .rightborderdiv .row_line textarea,
.editsociete .rightborderdiv .row_line_double textarea,
.editprices .rightborderdiv .row_line textarea,
.editprices .rightborderdiv .row_line_double textarea {
  box-sizing: border-box;
  height: 135px;
  width: 471px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  float: right;
  padding: 12px 23px;
  color: #84879C;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 15px;
  outline: none;
}
.editsociete .rightborderdiv .row_line textarea:focus,
.editsociete .rightborderdiv .row_line_double textarea:focus,
.editprices .rightborderdiv .row_line textarea:focus,
.editprices .rightborderdiv .row_line_double textarea:focus {
  border: 1.6px solid #F4C52C;
}
.editsociete .rightborderdiv .row_line_double input,
.editprices .rightborderdiv .row_line_double input {
  width: 230px;
  outline: none;
}
.editsociete .rightborderdiv .row_line_double input:focus,
.editprices .rightborderdiv .row_line_double input:focus {
  border: 1.6px solid #F4C52C;
}
.editsociete .rightborderdiv .row_line_double input#company_teloffice,
.editprices .rightborderdiv .row_line_double input#company_teloffice {
  margin-right: 11px;
}
.editsociete .rightborderdiv .row_lazy,
.editprices .rightborderdiv .row_lazy {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.editsociete .rightborderdiv .row_lazy label,
.editprices .rightborderdiv .row_lazy label {
  height: 20px;
  float: left;
  width: 180px;
  color: #454859;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  margin-top: 10px;
}
#disposetxta1,
#disposetxta2 {
  top: 11px;
  right: 10px;
  position: absolute;
  cursor: pointer;
}
.editadmin {
  padding: 12px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  position: relative;
}
.editadmin .head {
  padding: 16px;
  width: 100%;
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  border-bottom: 1px solid rgba(192,195,219,0.6);
  margin-bottom: 25px;
}
.editadmin .head span {
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
  margin-left: 10px;
}
.editadmin h5.subtitle {
  height: 42px;
  width: 600px;
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 42px;
  margin-left: 60px;
  margin-top: 22px;
}
.editadmin .line_form1 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.editadmin .line_form1 input {
  box-sizing: border-box;
  height: 35px;
  width: 466px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  float: left;
  padding: 9px 20px;
  color: #84879C;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 15px;
  outline: none;
}
.editadmin .line_form1 input:focus {
  border: 1.6px solid #F4C52C;
}
.editadmin .line_form1 select {
  box-sizing: border-box;
  height: 35px;
  width: 466px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  float: left;
  padding: 1px 20px;
  color: #84879C;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 15px;
  outline: none;
}
.editadmin .line_form1 select:focus {
  border: 1.6px solid #F4C52C;
}
.editadmin .line_form1 input.s50 {
  width: 223px;
  margin-right: 20px;
}
.editadmin .line_form1 label {
  height: 35px;
  width: 180px;
  color: #454859;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 35px;
  text-align: right;
  float: left;
  margin-right: 20px;
}
.editadmin .bottomstk {
  width: 666px;
  float: left;
  margin-bottom: 25px;
}
.editadmin .bottomstk .question1 {
  height: 20px;
  width: 100%;
  text-align: right;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding-right: 40px;
  margin-bottom: 10px;
}
.editadmin .bottomstk .okbtn {
  height: 40px;
  width: 130px;
  background-color: #1A3B49;
  float: right;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  padding: 9px;
  border: none;
  margin-left: 18px;
}
.editadmin .bottomstk #closedtx1 {
  border: 1.2px solid #CACDE0;
  background-color: #FFFFFF;
  height: 40px;
  width: 127px;
  color: #888BA6;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  padding: 9px;
  float: right;
}
.editadmin #pass_details {
  position: absolute;
  bottom: 192px;
  width: 380px;
  right: -24px;
}
.editadmin #pass_details .okicn,
.editadmin #pass_details .badicn {
  font-family: 'Open Sans', sans-serif;
  color: #656982;
  font-size: 13px;
  line-height: 22px;
  width: 180px;
  height: 22px;
  float: left;
  padding-left: 25px;
  background: url(images/okicn.svg) no-repeat 6px center;
}
.editadmin #pass_details .min {
  width: 150px;
}
.editadmin #pass_details .badicn {
  background: url(images/badicn.svg) no-repeat 6px center;
}
.contact2 {
  padding: 12px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
}
.contact2 .head {
  padding: 16px;
  width: 100%;
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  border-bottom: 1px solid rgba(192,195,219,0.6);
  margin-bottom: 25px;
}
.contact2 .head span {
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
  margin-left: 10px;
}
.contact2 .line_form1 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.contact2 .line_form1 input {
  box-sizing: border-box;
  height: 35px;
  width: 466px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  float: left;
  padding: 9px 20px;
  color: #84879C;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 15px;
  outline: none;
}
.contact2 .line_form1 input:focus {
  border: 1.6px solid #F4C52C;
}
.contact2 .line_form1 textarea {
  box-sizing: border-box;
  height: 135px;
  width: 466px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  float: left;
  padding: 9px 20px;
  color: #84879C;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 15px;
  outline: none;
}
.contact2 .line_form1 textarea:focus {
  border: 1.6px solid #F4C52C;
}
.contact2 .line_form1 select {
  box-sizing: border-box;
  height: 35px;
  width: 466px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  float: left;
  padding: 1px 20px;
  color: #84879C;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 15px;
  outline: none;
}
.contact2 .line_form1 select:focus {
  border: 1.6px solid #F4C52C;
}
.contact2 .line_form1 input.s50 {
  width: 223px;
  margin-right: 20px;
}
.contact2 .line_form1 label {
  height: 35px;
  width: 180px;
  color: #454859;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 35px;
  text-align: right;
  float: left;
  margin-right: 20px;
}
.contact2 .bottomstk {
  width: 666px;
  float: left;
  margin-bottom: 25px;
}
.contact2 .bottomstk .okbtn {
  height: 40px;
  width: 195px;
  background-color: #1A3B49;
  float: right;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  padding: 9px;
  border: none;
  margin-left: 18px;
}
.commands.list .order {
  padding: 16px 16px 16px 5px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  min-height: 89px;
  margin-bottom: 20px;
  cursor: pointer;
  width: 100%;
  float: left;
  position: relative;
}
.commands.list .order img {
  width: 85px;
  height: 85px;
  float: left;
  margin-right: 5px;
}
.commands.list .order .prod_info {
  width: 315px;
  float: left;
  min-height: 90px;
}
.commands.list .order .prod_info .cat {
  color: #656982;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
}
.commands.list .order .prod_info .ttl {
  color: #323C47;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}
.commands.list .order .prod_info .cmd_ord {
  color: #656982;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: 5px;
}
.commands.list .order .livraison {
  width: 135px;
  float: left;
  min-height: 90px;
  font-weight: 600;
}
.commands.list .order .livraison .liv {
  width: 100%;
  float: left;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 18px;
  margin-top: 20px;
}
.commands.list .order .livraison .retur {
  width: 100%;
  float: left;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 18px;
  margin-top: 12px;
}
.commands.list .order .lspd {
  font-size: 12px;
}
.commands.list .order .lspd span {
  font-variant-caps: all-small-caps;
}
.commands.list .order .quanti {
  width: 100px;
  float: left;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
.commands.list .order .quanti span {
  font-weight: bold;
  width: 100%;
  float: left;
  display: block;
  margin-top: 17px;
  margin-bottom: 12px;
}
.commands.list .order .vdiv {
  width: 1px;
  float: left;
  height: 60px;
  background-color: #D4D6E3;
  margin-top: 15px;
  margin-right: 10px;
}
.commands.list .order .vdiv.ul2 {
  margin-left: 10px;
}
.commands.list .order .client {
  width: 110px;
  float: left;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 10px;
  padding-left: 5px;
}
.commands.list .order .client .client2 {
  width: 100%;
  float: left;
  color: #000;
  text-transform: uppercase;
  margin-top: 7px;
}
.commands.list .order .client .client2 span {
  font-variant-caps: all-small-caps;
  font-size: 13px;
}
.commands.list .order .verticaltxt {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  padding-left: 95px;
  padding-top: 100px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  width: 410px;
  height: 122px;
  text-align: left;
  border-top: 4px solid #323C47;
}
.commands.list .order .verticaltxt.green {
  color: #199cd0;
  padding-left: 95px;
  border-top: 4px solid #199cd0;
}
.commands.list .order .price {
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: bold;
  line-height: 90px;
  width: 100px;
  float: left;
  text-align: center;
}
.commands.list .order .price.wthtr {
  padding-top: 12px;
  line-height: 26px;
}
.commands.list .order .price.wthtr span {
  color: #656982;
}
.commands.list .order .price.wthtr span.wgr {
  color: #323C47;
  border-top: 1px solid #D6D6D6;
}
.commands.list .order .status {
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: bold;
  line-height: 90px;
  width: 110px;
  float: left;
  text-align: center;
  text-transform: uppercase;
}
.commands.list .order .title {
  color: #323C47;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}
.commands.list .order .quantity_status {
  width: 370px;
  margin-top: 6px;
  color: #5C5F6C;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
}
.commands.list .order .statuses {
  width: 370px;
  margin-top: 9px;
}
.commands.list .order .statuses .step {
  height: 6px;
  width: 84px;
  opacity: 0.18;
  border-radius: 3px;
  background-color: #1A3B49;
  margin-right: 8px;
  float: left;
}
.commands.list .order .statuses .step.active {
  opacity: 1;
}
.commands.list .ord_transp {
  min-height: 59px;
}
.commands.list .ord_transp .prod_info {
  min-height: 59px;
  line-height: 59px;
  width: 145px;
}
.commands.list .ord_transp .prod_info .ttl {
  line-height: 28px;
}
.commands.list .ord_transp .vdiv {
  height: 30px;
}
.commands.list .ord_transp .livraison {
  min-height: 59px;
  line-height: 29px;
}
.commands.list .ord_transp .price {
  min-height: 59p;
  line-height: 59px;
}
.commands.list .ord_transp .quanti {
  line-height: 59px;
  width: 50px;
}
.commands.list .ord_transp .company {
  font-size: 13px;
  font-family: "Open Sans";
  line-height: 14px;
  float: left;
  width: 330px;
}
.commands.list .ord_transp .company span {
  font-variant-caps: all-small-caps;
  font-size: 12px;
}
.commands.grid .order {
  padding: 20px 18px 15px 18px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  height: 160px;
  width: 380px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.commands.grid .order .title {
  color: #323C47;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  width: 100%;
  margin-top: 8px;
}
.commands.grid .order .quantity_status {
  width: 100%;
  margin-top: 6px;
  color: #5C5F6C;
  float: left;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
}
.commands.grid .order .ref {
  position: absolute;
  right: 12px;
  top: 2px;
  color: #8D90A4;
  font-family: "Open Sans";
  font-size: 14px;
}
#order_loc_view,
#comm_ord_view,
#transporter_film {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #EFF1F6;
  z-index: 1041;
  position: fixed;
  display: none;
  overflow-y: auto;
  padding-bottom: 40px;
}
#order_loc_view .top_bg,
#comm_ord_view .top_bg,
#transporter_film .top_bg {
  left: 0;
  top: 0;
  right: 0;
  background-color: #199cd0;
  height: 160px;
  position: absolute;
}
#order_loc_view .top_bg2,
#comm_ord_view .top_bg2,
#transporter_film .top_bg2 {
  left: 0;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  height: 160px;
  position: absolute;
  border: 1px solid #E2E5F1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#order_loc_view .top_bg2.pro2j,
#comm_ord_view .top_bg2.pro2j,
#transporter_film .top_bg2.pro2j {
  height: 220px;
}
#order_loc_view .top_bg3,
#comm_ord_view .top_bg3,
#transporter_film .top_bg3 {
  left: 0;
  top: 0;
  right: 0;
  background-color: #B0B2C1;
  height: 160px;
  position: absolute;
  border: 1px solid #E2E5F1;
}
#order_loc_view .container,
#comm_ord_view .container,
#transporter_film .container {
  position: relative;
}
#order_loc_view .container #return,
#order_loc_view .container #return2,
#order_loc_view .container #return3,
#comm_ord_view .container #return,
#comm_ord_view .container #return2,
#comm_ord_view .container #return3,
#transporter_film .container #return,
#transporter_film .container #return2,
#transporter_film .container #return3 {
  height: 44px;
  width: 44px;
  display: block;
  top: 32px;
  left: -68px;
  border-radius: 50%;
  cursor: pointer;
  background: url(images/leftarrow-md.svg) no-repeat center center rgba(255,255,255,0.4);
  position: absolute;
}
#order_loc_view .container .demandeur_x3,
#comm_ord_view .container .demandeur_x3,
#transporter_film .container .demandeur_x3 {
  color: #1A3B49;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 20px;
  width: 100%;
  float: left;
  margin-top: 10px;
}
#order_loc_view .container #return2,
#comm_ord_view .container #return2,
#transporter_film .container #return2 {
  background-color: rgba(237,240,246,0.8);
}
#order_loc_view .container .base_info,
#order_loc_view .container .props_base,
#order_loc_view .container .pay_base,
#comm_ord_view .container .base_info,
#comm_ord_view .container .props_base,
#comm_ord_view .container .pay_base,
#transporter_film .container .base_info,
#transporter_film .container .props_base,
#transporter_film .container .pay_base {
  min-height: 375px;
  width: 696px;
  float: left;
  margin-top: 20px;
}
#order_loc_view .container .base_info .info_location,
#order_loc_view .container .props_base .info_location,
#order_loc_view .container .pay_base .info_location,
#comm_ord_view .container .base_info .info_location,
#comm_ord_view .container .props_base .info_location,
#comm_ord_view .container .pay_base .info_location,
#transporter_film .container .base_info .info_location,
#transporter_film .container .props_base .info_location,
#transporter_film .container .pay_base .info_location {
  border: 1px solid #E2E5F1;
  width: 100%;
  min-height: 357px;
  background-color: #FFFFFF;
  float: left;
  padding: 28px;
}
#order_loc_view .container .base_info .info_location .info_loc,
#order_loc_view .container .base_info .info_location .info_ll,
#order_loc_view .container .props_base .info_location .info_loc,
#order_loc_view .container .props_base .info_location .info_ll,
#order_loc_view .container .pay_base .info_location .info_loc,
#order_loc_view .container .pay_base .info_location .info_ll,
#comm_ord_view .container .base_info .info_location .info_loc,
#comm_ord_view .container .base_info .info_location .info_ll,
#comm_ord_view .container .props_base .info_location .info_loc,
#comm_ord_view .container .props_base .info_location .info_ll,
#comm_ord_view .container .pay_base .info_location .info_loc,
#comm_ord_view .container .pay_base .info_location .info_ll,
#transporter_film .container .base_info .info_location .info_loc,
#transporter_film .container .base_info .info_location .info_ll,
#transporter_film .container .props_base .info_location .info_loc,
#transporter_film .container .props_base .info_location .info_ll,
#transporter_film .container .pay_base .info_location .info_loc,
#transporter_film .container .pay_base .info_location .info_ll {
  width: 100%;
  border-bottom: 1px solid rgba(192,195,219,0.6);
  float: left;
  margin-bottom: 16px;
}
#order_loc_view .container .base_info .info_location .info_loc .label,
#order_loc_view .container .base_info .info_location .info_ll .label,
#order_loc_view .container .props_base .info_location .info_loc .label,
#order_loc_view .container .props_base .info_location .info_ll .label,
#order_loc_view .container .pay_base .info_location .info_loc .label,
#order_loc_view .container .pay_base .info_location .info_ll .label,
#comm_ord_view .container .base_info .info_location .info_loc .label,
#comm_ord_view .container .base_info .info_location .info_ll .label,
#comm_ord_view .container .props_base .info_location .info_loc .label,
#comm_ord_view .container .props_base .info_location .info_ll .label,
#comm_ord_view .container .pay_base .info_location .info_loc .label,
#comm_ord_view .container .pay_base .info_location .info_ll .label,
#transporter_film .container .base_info .info_location .info_loc .label,
#transporter_film .container .base_info .info_location .info_ll .label,
#transporter_film .container .props_base .info_location .info_loc .label,
#transporter_film .container .props_base .info_location .info_ll .label,
#transporter_film .container .pay_base .info_location .info_loc .label,
#transporter_film .container .pay_base .info_location .info_ll .label {
  height: 18px;
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}
#order_loc_view .container .base_info .info_location .info_loc .labelo,
#order_loc_view .container .base_info .info_location .info_ll .labelo,
#order_loc_view .container .props_base .info_location .info_loc .labelo,
#order_loc_view .container .props_base .info_location .info_ll .labelo,
#order_loc_view .container .pay_base .info_location .info_loc .labelo,
#order_loc_view .container .pay_base .info_location .info_ll .labelo,
#comm_ord_view .container .base_info .info_location .info_loc .labelo,
#comm_ord_view .container .base_info .info_location .info_ll .labelo,
#comm_ord_view .container .props_base .info_location .info_loc .labelo,
#comm_ord_view .container .props_base .info_location .info_ll .labelo,
#comm_ord_view .container .pay_base .info_location .info_loc .labelo,
#comm_ord_view .container .pay_base .info_location .info_ll .labelo,
#transporter_film .container .base_info .info_location .info_loc .labelo,
#transporter_film .container .base_info .info_location .info_ll .labelo,
#transporter_film .container .props_base .info_location .info_loc .labelo,
#transporter_film .container .props_base .info_location .info_ll .labelo,
#transporter_film .container .pay_base .info_location .info_loc .labelo,
#transporter_film .container .pay_base .info_location .info_ll .labelo {
  min-height: 27px;
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 27px;
  margin-top: 5px;
  text-align: left;
  margin-bottom: 16px;
}
#order_loc_view .container .base_info .info_location .info_ll.facture,
#order_loc_view .container .props_base .info_location .info_ll.facture,
#order_loc_view .container .pay_base .info_location .info_ll.facture,
#comm_ord_view .container .base_info .info_location .info_ll.facture,
#comm_ord_view .container .props_base .info_location .info_ll.facture,
#comm_ord_view .container .pay_base .info_location .info_ll.facture,
#transporter_film .container .base_info .info_location .info_ll.facture,
#transporter_film .container .props_base .info_location .info_ll.facture,
#transporter_film .container .pay_base .info_location .info_ll.facture {
  border-left: 1px solid rgba(192,195,219,0.6);
  padding-left: 15px;
}
#order_loc_view .container .base_info .info_location .info_ll.facture .labelo a,
#order_loc_view .container .props_base .info_location .info_ll.facture .labelo a,
#order_loc_view .container .pay_base .info_location .info_ll.facture .labelo a,
#comm_ord_view .container .base_info .info_location .info_ll.facture .labelo a,
#comm_ord_view .container .props_base .info_location .info_ll.facture .labelo a,
#comm_ord_view .container .pay_base .info_location .info_ll.facture .labelo a,
#transporter_film .container .base_info .info_location .info_ll.facture .labelo a,
#transporter_film .container .props_base .info_location .info_ll.facture .labelo a,
#transporter_film .container .pay_base .info_location .info_ll.facture .labelo a {
  background-image: url(images/pdf33.jpg);
  background-size: 18px;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: left center;
}
#order_loc_view .container .base_info .info_location .info_ll,
#order_loc_view .container .props_base .info_location .info_ll,
#order_loc_view .container .pay_base .info_location .info_ll,
#comm_ord_view .container .base_info .info_location .info_ll,
#comm_ord_view .container .props_base .info_location .info_ll,
#comm_ord_view .container .pay_base .info_location .info_ll,
#transporter_film .container .base_info .info_location .info_ll,
#transporter_film .container .props_base .info_location .info_ll,
#transporter_film .container .pay_base .info_location .info_ll {
  min-width: 50px;
  max-width: 160px;
  margin-right: 15px;
  float: left;
  width: auto;
  margin-bottom: 2px;
  border-bottom: 0px;
}
#order_loc_view .container .base_info .info_location .linelow,
#order_loc_view .container .props_base .info_location .linelow,
#order_loc_view .container .pay_base .info_location .linelow,
#comm_ord_view .container .base_info .info_location .linelow,
#comm_ord_view .container .props_base .info_location .linelow,
#comm_ord_view .container .pay_base .info_location .linelow,
#transporter_film .container .base_info .info_location .linelow,
#transporter_film .container .props_base .info_location .linelow,
#transporter_film .container .pay_base .info_location .linelow {
  width: 100%;
  height: 1px;
  background: rgba(192,195,219,0.6);
  margin-bottom: 14px;
  float: left;
}
#order_loc_view .container .base_info .info_location .info_liv,
#order_loc_view .container .base_info .info_location .info_liv.last2,
#order_loc_view .container .props_base .info_location .info_liv,
#order_loc_view .container .props_base .info_location .info_liv.last2,
#order_loc_view .container .pay_base .info_location .info_liv,
#order_loc_view .container .pay_base .info_location .info_liv.last2,
#comm_ord_view .container .base_info .info_location .info_liv,
#comm_ord_view .container .base_info .info_location .info_liv.last2,
#comm_ord_view .container .props_base .info_location .info_liv,
#comm_ord_view .container .props_base .info_location .info_liv.last2,
#comm_ord_view .container .pay_base .info_location .info_liv,
#comm_ord_view .container .pay_base .info_location .info_liv.last2,
#transporter_film .container .base_info .info_location .info_liv,
#transporter_film .container .base_info .info_location .info_liv.last2,
#transporter_film .container .props_base .info_location .info_liv,
#transporter_film .container .props_base .info_location .info_liv.last2,
#transporter_film .container .pay_base .info_location .info_liv,
#transporter_film .container .pay_base .info_location .info_liv.last2 {
  padding-right: 5px;
  float: left;
  border-right: 1px solid rgba(192,195,219,0.6);
  margin-right: 9px;
  margin-bottom: 14px;
}
#order_loc_view .container .base_info .info_location .info_liv .label,
#order_loc_view .container .base_info .info_location .info_liv.last2 .label,
#order_loc_view .container .props_base .info_location .info_liv .label,
#order_loc_view .container .props_base .info_location .info_liv.last2 .label,
#order_loc_view .container .pay_base .info_location .info_liv .label,
#order_loc_view .container .pay_base .info_location .info_liv.last2 .label,
#comm_ord_view .container .base_info .info_location .info_liv .label,
#comm_ord_view .container .base_info .info_location .info_liv.last2 .label,
#comm_ord_view .container .props_base .info_location .info_liv .label,
#comm_ord_view .container .props_base .info_location .info_liv.last2 .label,
#comm_ord_view .container .pay_base .info_location .info_liv .label,
#comm_ord_view .container .pay_base .info_location .info_liv.last2 .label,
#transporter_film .container .base_info .info_location .info_liv .label,
#transporter_film .container .base_info .info_location .info_liv.last2 .label,
#transporter_film .container .props_base .info_location .info_liv .label,
#transporter_film .container .props_base .info_location .info_liv.last2 .label,
#transporter_film .container .pay_base .info_location .info_liv .label,
#transporter_film .container .pay_base .info_location .info_liv.last2 .label {
  height: 18px;
  width: 159px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}
#order_loc_view .container .base_info .info_location .info_liv .labelo,
#order_loc_view .container .base_info .info_location .info_liv.last2 .labelo,
#order_loc_view .container .props_base .info_location .info_liv .labelo,
#order_loc_view .container .props_base .info_location .info_liv.last2 .labelo,
#order_loc_view .container .pay_base .info_location .info_liv .labelo,
#order_loc_view .container .pay_base .info_location .info_liv.last2 .labelo,
#comm_ord_view .container .base_info .info_location .info_liv .labelo,
#comm_ord_view .container .base_info .info_location .info_liv.last2 .labelo,
#comm_ord_view .container .props_base .info_location .info_liv .labelo,
#comm_ord_view .container .props_base .info_location .info_liv.last2 .labelo,
#comm_ord_view .container .pay_base .info_location .info_liv .labelo,
#comm_ord_view .container .pay_base .info_location .info_liv.last2 .labelo,
#transporter_film .container .base_info .info_location .info_liv .labelo,
#transporter_film .container .base_info .info_location .info_liv.last2 .labelo,
#transporter_film .container .props_base .info_location .info_liv .labelo,
#transporter_film .container .props_base .info_location .info_liv.last2 .labelo,
#transporter_film .container .pay_base .info_location .info_liv .labelo,
#transporter_film .container .pay_base .info_location .info_liv.last2 .labelo {
  height: 27px;
  width: 159px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 27px;
  margin-top: 5px;
  text-align: left;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}
#order_loc_view .container .base_info .info_location .domarginbord,
#order_loc_view .container .props_base .info_location .domarginbord,
#order_loc_view .container .pay_base .info_location .domarginbord,
#comm_ord_view .container .base_info .info_location .domarginbord,
#comm_ord_view .container .props_base .info_location .domarginbord,
#comm_ord_view .container .pay_base .info_location .domarginbord,
#transporter_film .container .base_info .info_location .domarginbord,
#transporter_film .container .props_base .info_location .domarginbord,
#transporter_film .container .pay_base .info_location .domarginbord {
  padding-right: 30px;
  border-right: 1px solid rgba(192,195,219,0.6);
  margin-right: 30px;
}
#order_loc_view .container .base_info .info_location .info_liv.last,
#order_loc_view .container .props_base .info_location .info_liv.last,
#order_loc_view .container .pay_base .info_location .info_liv.last,
#comm_ord_view .container .base_info .info_location .info_liv.last,
#comm_ord_view .container .props_base .info_location .info_liv.last,
#comm_ord_view .container .pay_base .info_location .info_liv.last,
#transporter_film .container .base_info .info_location .info_liv.last,
#transporter_film .container .props_base .info_location .info_liv.last,
#transporter_film .container .pay_base .info_location .info_liv.last {
  border-right: 0px;
  margin-right: 0px;
  padding-right: 0px;
}
#order_loc_view .container .base_info .info_location .info_liv.last .label,
#order_loc_view .container .base_info .info_location .info_liv.last .labelo,
#order_loc_view .container .props_base .info_location .info_liv.last .label,
#order_loc_view .container .props_base .info_location .info_liv.last .labelo,
#order_loc_view .container .pay_base .info_location .info_liv.last .label,
#order_loc_view .container .pay_base .info_location .info_liv.last .labelo,
#comm_ord_view .container .base_info .info_location .info_liv.last .label,
#comm_ord_view .container .base_info .info_location .info_liv.last .labelo,
#comm_ord_view .container .props_base .info_location .info_liv.last .label,
#comm_ord_view .container .props_base .info_location .info_liv.last .labelo,
#comm_ord_view .container .pay_base .info_location .info_liv.last .label,
#comm_ord_view .container .pay_base .info_location .info_liv.last .labelo,
#transporter_film .container .base_info .info_location .info_liv.last .label,
#transporter_film .container .base_info .info_location .info_liv.last .labelo,
#transporter_film .container .props_base .info_location .info_liv.last .label,
#transporter_film .container .props_base .info_location .info_liv.last .labelo,
#transporter_film .container .pay_base .info_location .info_liv.last .label,
#transporter_film .container .pay_base .info_location .info_liv.last .labelo {
  width: 110px;
}
#order_loc_view .container .base_info .info_loc_times,
#order_loc_view .container .props_base .info_loc_times,
#order_loc_view .container .pay_base .info_loc_times,
#comm_ord_view .container .base_info .info_loc_times,
#comm_ord_view .container .props_base .info_loc_times,
#comm_ord_view .container .pay_base .info_loc_times,
#transporter_film .container .base_info .info_loc_times,
#transporter_film .container .props_base .info_loc_times,
#transporter_film .container .pay_base .info_loc_times {
  border: 1px solid #E2E5F1;
  width: 100%;
  height: 106px;
  background-color: #FFFFFF;
  float: left;
  margin-top: 20px;
  padding: 28px;
  margin-bottom: 20px;
}
#order_loc_view .container .base_info #info_prod,
#order_loc_view .container .base_info #info_prod2,
#order_loc_view .container .base_info #hidden_prods_off,
#order_loc_view .container .props_base #info_prod,
#order_loc_view .container .props_base #info_prod2,
#order_loc_view .container .props_base #hidden_prods_off,
#order_loc_view .container .pay_base #info_prod,
#order_loc_view .container .pay_base #info_prod2,
#order_loc_view .container .pay_base #hidden_prods_off,
#comm_ord_view .container .base_info #info_prod,
#comm_ord_view .container .base_info #info_prod2,
#comm_ord_view .container .base_info #hidden_prods_off,
#comm_ord_view .container .props_base #info_prod,
#comm_ord_view .container .props_base #info_prod2,
#comm_ord_view .container .props_base #hidden_prods_off,
#comm_ord_view .container .pay_base #info_prod,
#comm_ord_view .container .pay_base #info_prod2,
#comm_ord_view .container .pay_base #hidden_prods_off,
#transporter_film .container .base_info #info_prod,
#transporter_film .container .base_info #info_prod2,
#transporter_film .container .base_info #hidden_prods_off,
#transporter_film .container .props_base #info_prod,
#transporter_film .container .props_base #info_prod2,
#transporter_film .container .props_base #hidden_prods_off,
#transporter_film .container .pay_base #info_prod,
#transporter_film .container .pay_base #info_prod2,
#transporter_film .container .pay_base #hidden_prods_off {
  width: 100%;
  height: 95px;
  float: left;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  position: relative;
}
#order_loc_view .container .base_info #info_prod .produit,
#order_loc_view .container .base_info #info_prod2 .produit,
#order_loc_view .container .base_info #hidden_prods_off .produit,
#order_loc_view .container .props_base #info_prod .produit,
#order_loc_view .container .props_base #info_prod2 .produit,
#order_loc_view .container .props_base #hidden_prods_off .produit,
#order_loc_view .container .pay_base #info_prod .produit,
#order_loc_view .container .pay_base #info_prod2 .produit,
#order_loc_view .container .pay_base #hidden_prods_off .produit,
#comm_ord_view .container .base_info #info_prod .produit,
#comm_ord_view .container .base_info #info_prod2 .produit,
#comm_ord_view .container .base_info #hidden_prods_off .produit,
#comm_ord_view .container .props_base #info_prod .produit,
#comm_ord_view .container .props_base #info_prod2 .produit,
#comm_ord_view .container .props_base #hidden_prods_off .produit,
#comm_ord_view .container .pay_base #info_prod .produit,
#comm_ord_view .container .pay_base #info_prod2 .produit,
#comm_ord_view .container .pay_base #hidden_prods_off .produit,
#transporter_film .container .base_info #info_prod .produit,
#transporter_film .container .base_info #info_prod2 .produit,
#transporter_film .container .base_info #hidden_prods_off .produit,
#transporter_film .container .props_base #info_prod .produit,
#transporter_film .container .props_base #info_prod2 .produit,
#transporter_film .container .props_base #hidden_prods_off .produit,
#transporter_film .container .pay_base #info_prod .produit,
#transporter_film .container .pay_base #info_prod2 .produit,
#transporter_film .container .pay_base #hidden_prods_off .produit {
  width: 100%;
  padding: 5px;
  float: left;
  background: #fff;
  height: 75px;
}
#order_loc_view .container .base_info #info_prod .produit .leftprod,
#order_loc_view .container .base_info #info_prod2 .produit .leftprod,
#order_loc_view .container .base_info #hidden_prods_off .produit .leftprod,
#order_loc_view .container .props_base #info_prod .produit .leftprod,
#order_loc_view .container .props_base #info_prod2 .produit .leftprod,
#order_loc_view .container .props_base #hidden_prods_off .produit .leftprod,
#order_loc_view .container .pay_base #info_prod .produit .leftprod,
#order_loc_view .container .pay_base #info_prod2 .produit .leftprod,
#order_loc_view .container .pay_base #hidden_prods_off .produit .leftprod,
#comm_ord_view .container .base_info #info_prod .produit .leftprod,
#comm_ord_view .container .base_info #info_prod2 .produit .leftprod,
#comm_ord_view .container .base_info #hidden_prods_off .produit .leftprod,
#comm_ord_view .container .props_base #info_prod .produit .leftprod,
#comm_ord_view .container .props_base #info_prod2 .produit .leftprod,
#comm_ord_view .container .props_base #hidden_prods_off .produit .leftprod,
#comm_ord_view .container .pay_base #info_prod .produit .leftprod,
#comm_ord_view .container .pay_base #info_prod2 .produit .leftprod,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .leftprod,
#transporter_film .container .base_info #info_prod .produit .leftprod,
#transporter_film .container .base_info #info_prod2 .produit .leftprod,
#transporter_film .container .base_info #hidden_prods_off .produit .leftprod,
#transporter_film .container .props_base #info_prod .produit .leftprod,
#transporter_film .container .props_base #info_prod2 .produit .leftprod,
#transporter_film .container .props_base #hidden_prods_off .produit .leftprod,
#transporter_film .container .pay_base #info_prod .produit .leftprod,
#transporter_film .container .pay_base #info_prod2 .produit .leftprod,
#transporter_film .container .pay_base #hidden_prods_off .produit .leftprod {
  width: 371px;
  float: left;
}
#order_loc_view .container .base_info #info_prod .produit .leftprod .imgleft,
#order_loc_view .container .base_info #info_prod2 .produit .leftprod .imgleft,
#order_loc_view .container .base_info #hidden_prods_off .produit .leftprod .imgleft,
#order_loc_view .container .props_base #info_prod .produit .leftprod .imgleft,
#order_loc_view .container .props_base #info_prod2 .produit .leftprod .imgleft,
#order_loc_view .container .props_base #hidden_prods_off .produit .leftprod .imgleft,
#order_loc_view .container .pay_base #info_prod .produit .leftprod .imgleft,
#order_loc_view .container .pay_base #info_prod2 .produit .leftprod .imgleft,
#order_loc_view .container .pay_base #hidden_prods_off .produit .leftprod .imgleft,
#comm_ord_view .container .base_info #info_prod .produit .leftprod .imgleft,
#comm_ord_view .container .base_info #info_prod2 .produit .leftprod .imgleft,
#comm_ord_view .container .base_info #hidden_prods_off .produit .leftprod .imgleft,
#comm_ord_view .container .props_base #info_prod .produit .leftprod .imgleft,
#comm_ord_view .container .props_base #info_prod2 .produit .leftprod .imgleft,
#comm_ord_view .container .props_base #hidden_prods_off .produit .leftprod .imgleft,
#comm_ord_view .container .pay_base #info_prod .produit .leftprod .imgleft,
#comm_ord_view .container .pay_base #info_prod2 .produit .leftprod .imgleft,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .leftprod .imgleft,
#transporter_film .container .base_info #info_prod .produit .leftprod .imgleft,
#transporter_film .container .base_info #info_prod2 .produit .leftprod .imgleft,
#transporter_film .container .base_info #hidden_prods_off .produit .leftprod .imgleft,
#transporter_film .container .props_base #info_prod .produit .leftprod .imgleft,
#transporter_film .container .props_base #info_prod2 .produit .leftprod .imgleft,
#transporter_film .container .props_base #hidden_prods_off .produit .leftprod .imgleft,
#transporter_film .container .pay_base #info_prod .produit .leftprod .imgleft,
#transporter_film .container .pay_base #info_prod2 .produit .leftprod .imgleft,
#transporter_film .container .pay_base #hidden_prods_off .produit .leftprod .imgleft {
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 6px;
}
#order_loc_view .container .base_info #info_prod .produit .leftprod .topcat,
#order_loc_view .container .base_info #info_prod2 .produit .leftprod .topcat,
#order_loc_view .container .base_info #hidden_prods_off .produit .leftprod .topcat,
#order_loc_view .container .props_base #info_prod .produit .leftprod .topcat,
#order_loc_view .container .props_base #info_prod2 .produit .leftprod .topcat,
#order_loc_view .container .props_base #hidden_prods_off .produit .leftprod .topcat,
#order_loc_view .container .pay_base #info_prod .produit .leftprod .topcat,
#order_loc_view .container .pay_base #info_prod2 .produit .leftprod .topcat,
#order_loc_view .container .pay_base #hidden_prods_off .produit .leftprod .topcat,
#comm_ord_view .container .base_info #info_prod .produit .leftprod .topcat,
#comm_ord_view .container .base_info #info_prod2 .produit .leftprod .topcat,
#comm_ord_view .container .base_info #hidden_prods_off .produit .leftprod .topcat,
#comm_ord_view .container .props_base #info_prod .produit .leftprod .topcat,
#comm_ord_view .container .props_base #info_prod2 .produit .leftprod .topcat,
#comm_ord_view .container .props_base #hidden_prods_off .produit .leftprod .topcat,
#comm_ord_view .container .pay_base #info_prod .produit .leftprod .topcat,
#comm_ord_view .container .pay_base #info_prod2 .produit .leftprod .topcat,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .leftprod .topcat,
#transporter_film .container .base_info #info_prod .produit .leftprod .topcat,
#transporter_film .container .base_info #info_prod2 .produit .leftprod .topcat,
#transporter_film .container .base_info #hidden_prods_off .produit .leftprod .topcat,
#transporter_film .container .props_base #info_prod .produit .leftprod .topcat,
#transporter_film .container .props_base #info_prod2 .produit .leftprod .topcat,
#transporter_film .container .props_base #hidden_prods_off .produit .leftprod .topcat,
#transporter_film .container .pay_base #info_prod .produit .leftprod .topcat,
#transporter_film .container .pay_base #info_prod2 .produit .leftprod .topcat,
#transporter_film .container .pay_base #hidden_prods_off .produit .leftprod .topcat {
  height: 15px;
  width: 300px;
  color: #656982;
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
}
#order_loc_view .container .base_info #info_prod .produit .leftprod .nomprod,
#order_loc_view .container .base_info #info_prod2 .produit .leftprod .nomprod,
#order_loc_view .container .base_info #hidden_prods_off .produit .leftprod .nomprod,
#order_loc_view .container .props_base #info_prod .produit .leftprod .nomprod,
#order_loc_view .container .props_base #info_prod2 .produit .leftprod .nomprod,
#order_loc_view .container .props_base #hidden_prods_off .produit .leftprod .nomprod,
#order_loc_view .container .pay_base #info_prod .produit .leftprod .nomprod,
#order_loc_view .container .pay_base #info_prod2 .produit .leftprod .nomprod,
#order_loc_view .container .pay_base #hidden_prods_off .produit .leftprod .nomprod,
#comm_ord_view .container .base_info #info_prod .produit .leftprod .nomprod,
#comm_ord_view .container .base_info #info_prod2 .produit .leftprod .nomprod,
#comm_ord_view .container .base_info #hidden_prods_off .produit .leftprod .nomprod,
#comm_ord_view .container .props_base #info_prod .produit .leftprod .nomprod,
#comm_ord_view .container .props_base #info_prod2 .produit .leftprod .nomprod,
#comm_ord_view .container .props_base #hidden_prods_off .produit .leftprod .nomprod,
#comm_ord_view .container .pay_base #info_prod .produit .leftprod .nomprod,
#comm_ord_view .container .pay_base #info_prod2 .produit .leftprod .nomprod,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .leftprod .nomprod,
#transporter_film .container .base_info #info_prod .produit .leftprod .nomprod,
#transporter_film .container .base_info #info_prod2 .produit .leftprod .nomprod,
#transporter_film .container .base_info #hidden_prods_off .produit .leftprod .nomprod,
#transporter_film .container .props_base #info_prod .produit .leftprod .nomprod,
#transporter_film .container .props_base #info_prod2 .produit .leftprod .nomprod,
#transporter_film .container .props_base #hidden_prods_off .produit .leftprod .nomprod,
#transporter_film .container .pay_base #info_prod .produit .leftprod .nomprod,
#transporter_film .container .pay_base #info_prod2 .produit .leftprod .nomprod,
#transporter_film .container .pay_base #hidden_prods_off .produit .leftprod .nomprod {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  width: 300px;
  float: left;
}
#order_loc_view .container .base_info #info_prod .produit .info_loc,
#order_loc_view .container .base_info #info_prod2 .produit .info_loc,
#order_loc_view .container .base_info #hidden_prods_off .produit .info_loc,
#order_loc_view .container .props_base #info_prod .produit .info_loc,
#order_loc_view .container .props_base #info_prod2 .produit .info_loc,
#order_loc_view .container .props_base #hidden_prods_off .produit .info_loc,
#order_loc_view .container .pay_base #info_prod .produit .info_loc,
#order_loc_view .container .pay_base #info_prod2 .produit .info_loc,
#order_loc_view .container .pay_base #hidden_prods_off .produit .info_loc,
#comm_ord_view .container .base_info #info_prod .produit .info_loc,
#comm_ord_view .container .base_info #info_prod2 .produit .info_loc,
#comm_ord_view .container .base_info #hidden_prods_off .produit .info_loc,
#comm_ord_view .container .props_base #info_prod .produit .info_loc,
#comm_ord_view .container .props_base #info_prod2 .produit .info_loc,
#comm_ord_view .container .props_base #hidden_prods_off .produit .info_loc,
#comm_ord_view .container .pay_base #info_prod .produit .info_loc,
#comm_ord_view .container .pay_base #info_prod2 .produit .info_loc,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .info_loc,
#transporter_film .container .base_info #info_prod .produit .info_loc,
#transporter_film .container .base_info #info_prod2 .produit .info_loc,
#transporter_film .container .base_info #hidden_prods_off .produit .info_loc,
#transporter_film .container .props_base #info_prod .produit .info_loc,
#transporter_film .container .props_base #info_prod2 .produit .info_loc,
#transporter_film .container .props_base #hidden_prods_off .produit .info_loc,
#transporter_film .container .pay_base #info_prod .produit .info_loc,
#transporter_film .container .pay_base #info_prod2 .produit .info_loc,
#transporter_film .container .pay_base #hidden_prods_off .produit .info_loc {
  width: auto;
  border-left: 1px solid rgba(192,195,219,0.6);
  float: left;
  padding: 2px 10px;
  margin-top: 10px;
}
#order_loc_view .container .base_info #info_prod .produit .info_loc .label,
#order_loc_view .container .base_info #info_prod2 .produit .info_loc .label,
#order_loc_view .container .base_info #hidden_prods_off .produit .info_loc .label,
#order_loc_view .container .props_base #info_prod .produit .info_loc .label,
#order_loc_view .container .props_base #info_prod2 .produit .info_loc .label,
#order_loc_view .container .props_base #hidden_prods_off .produit .info_loc .label,
#order_loc_view .container .pay_base #info_prod .produit .info_loc .label,
#order_loc_view .container .pay_base #info_prod2 .produit .info_loc .label,
#order_loc_view .container .pay_base #hidden_prods_off .produit .info_loc .label,
#comm_ord_view .container .base_info #info_prod .produit .info_loc .label,
#comm_ord_view .container .base_info #info_prod2 .produit .info_loc .label,
#comm_ord_view .container .base_info #hidden_prods_off .produit .info_loc .label,
#comm_ord_view .container .props_base #info_prod .produit .info_loc .label,
#comm_ord_view .container .props_base #info_prod2 .produit .info_loc .label,
#comm_ord_view .container .props_base #hidden_prods_off .produit .info_loc .label,
#comm_ord_view .container .pay_base #info_prod .produit .info_loc .label,
#comm_ord_view .container .pay_base #info_prod2 .produit .info_loc .label,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .info_loc .label,
#transporter_film .container .base_info #info_prod .produit .info_loc .label,
#transporter_film .container .base_info #info_prod2 .produit .info_loc .label,
#transporter_film .container .base_info #hidden_prods_off .produit .info_loc .label,
#transporter_film .container .props_base #info_prod .produit .info_loc .label,
#transporter_film .container .props_base #info_prod2 .produit .info_loc .label,
#transporter_film .container .props_base #hidden_prods_off .produit .info_loc .label,
#transporter_film .container .pay_base #info_prod .produit .info_loc .label,
#transporter_film .container .pay_base #info_prod2 .produit .info_loc .label,
#transporter_film .container .pay_base #hidden_prods_off .produit .info_loc .label {
  height: 18px;
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}
#order_loc_view .container .base_info #info_prod .produit .info_loc .labelo,
#order_loc_view .container .base_info #info_prod2 .produit .info_loc .labelo,
#order_loc_view .container .base_info #hidden_prods_off .produit .info_loc .labelo,
#order_loc_view .container .props_base #info_prod .produit .info_loc .labelo,
#order_loc_view .container .props_base #info_prod2 .produit .info_loc .labelo,
#order_loc_view .container .props_base #hidden_prods_off .produit .info_loc .labelo,
#order_loc_view .container .pay_base #info_prod .produit .info_loc .labelo,
#order_loc_view .container .pay_base #info_prod2 .produit .info_loc .labelo,
#order_loc_view .container .pay_base #hidden_prods_off .produit .info_loc .labelo,
#comm_ord_view .container .base_info #info_prod .produit .info_loc .labelo,
#comm_ord_view .container .base_info #info_prod2 .produit .info_loc .labelo,
#comm_ord_view .container .base_info #hidden_prods_off .produit .info_loc .labelo,
#comm_ord_view .container .props_base #info_prod .produit .info_loc .labelo,
#comm_ord_view .container .props_base #info_prod2 .produit .info_loc .labelo,
#comm_ord_view .container .props_base #hidden_prods_off .produit .info_loc .labelo,
#comm_ord_view .container .pay_base #info_prod .produit .info_loc .labelo,
#comm_ord_view .container .pay_base #info_prod2 .produit .info_loc .labelo,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .info_loc .labelo,
#transporter_film .container .base_info #info_prod .produit .info_loc .labelo,
#transporter_film .container .base_info #info_prod2 .produit .info_loc .labelo,
#transporter_film .container .base_info #hidden_prods_off .produit .info_loc .labelo,
#transporter_film .container .props_base #info_prod .produit .info_loc .labelo,
#transporter_film .container .props_base #info_prod2 .produit .info_loc .labelo,
#transporter_film .container .props_base #hidden_prods_off .produit .info_loc .labelo,
#transporter_film .container .pay_base #info_prod .produit .info_loc .labelo,
#transporter_film .container .pay_base #info_prod2 .produit .info_loc .labelo,
#transporter_film .container .pay_base #hidden_prods_off .produit .info_loc .labelo {
  min-height: 21px;
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 17px;
  margin-top: 5px;
  text-align: left;
  margin-bottom: 0px;
}
#order_loc_view .container .base_info #info_prod .produit .numofprods,
#order_loc_view .container .base_info #info_prod .produit .numofitems,
#order_loc_view .container .base_info #info_prod2 .produit .numofprods,
#order_loc_view .container .base_info #info_prod2 .produit .numofitems,
#order_loc_view .container .base_info #hidden_prods_off .produit .numofprods,
#order_loc_view .container .base_info #hidden_prods_off .produit .numofitems,
#order_loc_view .container .props_base #info_prod .produit .numofprods,
#order_loc_view .container .props_base #info_prod .produit .numofitems,
#order_loc_view .container .props_base #info_prod2 .produit .numofprods,
#order_loc_view .container .props_base #info_prod2 .produit .numofitems,
#order_loc_view .container .props_base #hidden_prods_off .produit .numofprods,
#order_loc_view .container .props_base #hidden_prods_off .produit .numofitems,
#order_loc_view .container .pay_base #info_prod .produit .numofprods,
#order_loc_view .container .pay_base #info_prod .produit .numofitems,
#order_loc_view .container .pay_base #info_prod2 .produit .numofprods,
#order_loc_view .container .pay_base #info_prod2 .produit .numofitems,
#order_loc_view .container .pay_base #hidden_prods_off .produit .numofprods,
#order_loc_view .container .pay_base #hidden_prods_off .produit .numofitems,
#comm_ord_view .container .base_info #info_prod .produit .numofprods,
#comm_ord_view .container .base_info #info_prod .produit .numofitems,
#comm_ord_view .container .base_info #info_prod2 .produit .numofprods,
#comm_ord_view .container .base_info #info_prod2 .produit .numofitems,
#comm_ord_view .container .base_info #hidden_prods_off .produit .numofprods,
#comm_ord_view .container .base_info #hidden_prods_off .produit .numofitems,
#comm_ord_view .container .props_base #info_prod .produit .numofprods,
#comm_ord_view .container .props_base #info_prod .produit .numofitems,
#comm_ord_view .container .props_base #info_prod2 .produit .numofprods,
#comm_ord_view .container .props_base #info_prod2 .produit .numofitems,
#comm_ord_view .container .props_base #hidden_prods_off .produit .numofprods,
#comm_ord_view .container .props_base #hidden_prods_off .produit .numofitems,
#comm_ord_view .container .pay_base #info_prod .produit .numofprods,
#comm_ord_view .container .pay_base #info_prod .produit .numofitems,
#comm_ord_view .container .pay_base #info_prod2 .produit .numofprods,
#comm_ord_view .container .pay_base #info_prod2 .produit .numofitems,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .numofprods,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .numofitems,
#transporter_film .container .base_info #info_prod .produit .numofprods,
#transporter_film .container .base_info #info_prod .produit .numofitems,
#transporter_film .container .base_info #info_prod2 .produit .numofprods,
#transporter_film .container .base_info #info_prod2 .produit .numofitems,
#transporter_film .container .base_info #hidden_prods_off .produit .numofprods,
#transporter_film .container .base_info #hidden_prods_off .produit .numofitems,
#transporter_film .container .props_base #info_prod .produit .numofprods,
#transporter_film .container .props_base #info_prod .produit .numofitems,
#transporter_film .container .props_base #info_prod2 .produit .numofprods,
#transporter_film .container .props_base #info_prod2 .produit .numofitems,
#transporter_film .container .props_base #hidden_prods_off .produit .numofprods,
#transporter_film .container .props_base #hidden_prods_off .produit .numofitems,
#transporter_film .container .pay_base #info_prod .produit .numofprods,
#transporter_film .container .pay_base #info_prod .produit .numofitems,
#transporter_film .container .pay_base #info_prod2 .produit .numofprods,
#transporter_film .container .pay_base #info_prod2 .produit .numofitems,
#transporter_film .container .pay_base #hidden_prods_off .produit .numofprods,
#transporter_film .container .pay_base #hidden_prods_off .produit .numofitems {
  border-right: 1px solid #D4D6E3;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 27px;
  width: auto;
  float: left;
  padding: 5px;
  padding-right: 15px;
  margin-right: 10px;
}
#order_loc_view .container .base_info #info_prod .produit .numofprods strong,
#order_loc_view .container .base_info #info_prod .produit .numofitems strong,
#order_loc_view .container .base_info #info_prod2 .produit .numofprods strong,
#order_loc_view .container .base_info #info_prod2 .produit .numofitems strong,
#order_loc_view .container .base_info #hidden_prods_off .produit .numofprods strong,
#order_loc_view .container .base_info #hidden_prods_off .produit .numofitems strong,
#order_loc_view .container .props_base #info_prod .produit .numofprods strong,
#order_loc_view .container .props_base #info_prod .produit .numofitems strong,
#order_loc_view .container .props_base #info_prod2 .produit .numofprods strong,
#order_loc_view .container .props_base #info_prod2 .produit .numofitems strong,
#order_loc_view .container .props_base #hidden_prods_off .produit .numofprods strong,
#order_loc_view .container .props_base #hidden_prods_off .produit .numofitems strong,
#order_loc_view .container .pay_base #info_prod .produit .numofprods strong,
#order_loc_view .container .pay_base #info_prod .produit .numofitems strong,
#order_loc_view .container .pay_base #info_prod2 .produit .numofprods strong,
#order_loc_view .container .pay_base #info_prod2 .produit .numofitems strong,
#order_loc_view .container .pay_base #hidden_prods_off .produit .numofprods strong,
#order_loc_view .container .pay_base #hidden_prods_off .produit .numofitems strong,
#comm_ord_view .container .base_info #info_prod .produit .numofprods strong,
#comm_ord_view .container .base_info #info_prod .produit .numofitems strong,
#comm_ord_view .container .base_info #info_prod2 .produit .numofprods strong,
#comm_ord_view .container .base_info #info_prod2 .produit .numofitems strong,
#comm_ord_view .container .base_info #hidden_prods_off .produit .numofprods strong,
#comm_ord_view .container .base_info #hidden_prods_off .produit .numofitems strong,
#comm_ord_view .container .props_base #info_prod .produit .numofprods strong,
#comm_ord_view .container .props_base #info_prod .produit .numofitems strong,
#comm_ord_view .container .props_base #info_prod2 .produit .numofprods strong,
#comm_ord_view .container .props_base #info_prod2 .produit .numofitems strong,
#comm_ord_view .container .props_base #hidden_prods_off .produit .numofprods strong,
#comm_ord_view .container .props_base #hidden_prods_off .produit .numofitems strong,
#comm_ord_view .container .pay_base #info_prod .produit .numofprods strong,
#comm_ord_view .container .pay_base #info_prod .produit .numofitems strong,
#comm_ord_view .container .pay_base #info_prod2 .produit .numofprods strong,
#comm_ord_view .container .pay_base #info_prod2 .produit .numofitems strong,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .numofprods strong,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .numofitems strong,
#transporter_film .container .base_info #info_prod .produit .numofprods strong,
#transporter_film .container .base_info #info_prod .produit .numofitems strong,
#transporter_film .container .base_info #info_prod2 .produit .numofprods strong,
#transporter_film .container .base_info #info_prod2 .produit .numofitems strong,
#transporter_film .container .base_info #hidden_prods_off .produit .numofprods strong,
#transporter_film .container .base_info #hidden_prods_off .produit .numofitems strong,
#transporter_film .container .props_base #info_prod .produit .numofprods strong,
#transporter_film .container .props_base #info_prod .produit .numofitems strong,
#transporter_film .container .props_base #info_prod2 .produit .numofprods strong,
#transporter_film .container .props_base #info_prod2 .produit .numofitems strong,
#transporter_film .container .props_base #hidden_prods_off .produit .numofprods strong,
#transporter_film .container .props_base #hidden_prods_off .produit .numofitems strong,
#transporter_film .container .pay_base #info_prod .produit .numofprods strong,
#transporter_film .container .pay_base #info_prod .produit .numofitems strong,
#transporter_film .container .pay_base #info_prod2 .produit .numofprods strong,
#transporter_film .container .pay_base #info_prod2 .produit .numofitems strong,
#transporter_film .container .pay_base #hidden_prods_off .produit .numofprods strong,
#transporter_film .container .pay_base #hidden_prods_off .produit .numofitems strong {
  font-weight: 600;
  line-height: 24px;
  font-size: 12px;
}
#order_loc_view .container .base_info #info_prod .produit .numofitems,
#order_loc_view .container .base_info #info_prod2 .produit .numofitems,
#order_loc_view .container .base_info #hidden_prods_off .produit .numofitems,
#order_loc_view .container .props_base #info_prod .produit .numofitems,
#order_loc_view .container .props_base #info_prod2 .produit .numofitems,
#order_loc_view .container .props_base #hidden_prods_off .produit .numofitems,
#order_loc_view .container .pay_base #info_prod .produit .numofitems,
#order_loc_view .container .pay_base #info_prod2 .produit .numofitems,
#order_loc_view .container .pay_base #hidden_prods_off .produit .numofitems,
#comm_ord_view .container .base_info #info_prod .produit .numofitems,
#comm_ord_view .container .base_info #info_prod2 .produit .numofitems,
#comm_ord_view .container .base_info #hidden_prods_off .produit .numofitems,
#comm_ord_view .container .props_base #info_prod .produit .numofitems,
#comm_ord_view .container .props_base #info_prod2 .produit .numofitems,
#comm_ord_view .container .props_base #hidden_prods_off .produit .numofitems,
#comm_ord_view .container .pay_base #info_prod .produit .numofitems,
#comm_ord_view .container .pay_base #info_prod2 .produit .numofitems,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .numofitems,
#transporter_film .container .base_info #info_prod .produit .numofitems,
#transporter_film .container .base_info #info_prod2 .produit .numofitems,
#transporter_film .container .base_info #hidden_prods_off .produit .numofitems,
#transporter_film .container .props_base #info_prod .produit .numofitems,
#transporter_film .container .props_base #info_prod2 .produit .numofitems,
#transporter_film .container .props_base #hidden_prods_off .produit .numofitems,
#transporter_film .container .pay_base #info_prod .produit .numofitems,
#transporter_film .container .pay_base #info_prod2 .produit .numofitems,
#transporter_film .container .pay_base #hidden_prods_off .produit .numofitems {
  border-right: none;
}
#order_loc_view .container .base_info #info_prod .produit .doorderx3,
#order_loc_view .container .base_info #info_prod .produit .doorderx2,
#order_loc_view .container .base_info #info_prod .produit .doorderx5,
#order_loc_view .container .base_info #info_prod2 .produit .doorderx3,
#order_loc_view .container .base_info #info_prod2 .produit .doorderx2,
#order_loc_view .container .base_info #info_prod2 .produit .doorderx5,
#order_loc_view .container .base_info #hidden_prods_off .produit .doorderx3,
#order_loc_view .container .base_info #hidden_prods_off .produit .doorderx2,
#order_loc_view .container .base_info #hidden_prods_off .produit .doorderx5,
#order_loc_view .container .props_base #info_prod .produit .doorderx3,
#order_loc_view .container .props_base #info_prod .produit .doorderx2,
#order_loc_view .container .props_base #info_prod .produit .doorderx5,
#order_loc_view .container .props_base #info_prod2 .produit .doorderx3,
#order_loc_view .container .props_base #info_prod2 .produit .doorderx2,
#order_loc_view .container .props_base #info_prod2 .produit .doorderx5,
#order_loc_view .container .props_base #hidden_prods_off .produit .doorderx3,
#order_loc_view .container .props_base #hidden_prods_off .produit .doorderx2,
#order_loc_view .container .props_base #hidden_prods_off .produit .doorderx5,
#order_loc_view .container .pay_base #info_prod .produit .doorderx3,
#order_loc_view .container .pay_base #info_prod .produit .doorderx2,
#order_loc_view .container .pay_base #info_prod .produit .doorderx5,
#order_loc_view .container .pay_base #info_prod2 .produit .doorderx3,
#order_loc_view .container .pay_base #info_prod2 .produit .doorderx2,
#order_loc_view .container .pay_base #info_prod2 .produit .doorderx5,
#order_loc_view .container .pay_base #hidden_prods_off .produit .doorderx3,
#order_loc_view .container .pay_base #hidden_prods_off .produit .doorderx2,
#order_loc_view .container .pay_base #hidden_prods_off .produit .doorderx5,
#comm_ord_view .container .base_info #info_prod .produit .doorderx3,
#comm_ord_view .container .base_info #info_prod .produit .doorderx2,
#comm_ord_view .container .base_info #info_prod .produit .doorderx5,
#comm_ord_view .container .base_info #info_prod2 .produit .doorderx3,
#comm_ord_view .container .base_info #info_prod2 .produit .doorderx2,
#comm_ord_view .container .base_info #info_prod2 .produit .doorderx5,
#comm_ord_view .container .base_info #hidden_prods_off .produit .doorderx3,
#comm_ord_view .container .base_info #hidden_prods_off .produit .doorderx2,
#comm_ord_view .container .base_info #hidden_prods_off .produit .doorderx5,
#comm_ord_view .container .props_base #info_prod .produit .doorderx3,
#comm_ord_view .container .props_base #info_prod .produit .doorderx2,
#comm_ord_view .container .props_base #info_prod .produit .doorderx5,
#comm_ord_view .container .props_base #info_prod2 .produit .doorderx3,
#comm_ord_view .container .props_base #info_prod2 .produit .doorderx2,
#comm_ord_view .container .props_base #info_prod2 .produit .doorderx5,
#comm_ord_view .container .props_base #hidden_prods_off .produit .doorderx3,
#comm_ord_view .container .props_base #hidden_prods_off .produit .doorderx2,
#comm_ord_view .container .props_base #hidden_prods_off .produit .doorderx5,
#comm_ord_view .container .pay_base #info_prod .produit .doorderx3,
#comm_ord_view .container .pay_base #info_prod .produit .doorderx2,
#comm_ord_view .container .pay_base #info_prod .produit .doorderx5,
#comm_ord_view .container .pay_base #info_prod2 .produit .doorderx3,
#comm_ord_view .container .pay_base #info_prod2 .produit .doorderx2,
#comm_ord_view .container .pay_base #info_prod2 .produit .doorderx5,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .doorderx3,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .doorderx2,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .doorderx5,
#transporter_film .container .base_info #info_prod .produit .doorderx3,
#transporter_film .container .base_info #info_prod .produit .doorderx2,
#transporter_film .container .base_info #info_prod .produit .doorderx5,
#transporter_film .container .base_info #info_prod2 .produit .doorderx3,
#transporter_film .container .base_info #info_prod2 .produit .doorderx2,
#transporter_film .container .base_info #info_prod2 .produit .doorderx5,
#transporter_film .container .base_info #hidden_prods_off .produit .doorderx3,
#transporter_film .container .base_info #hidden_prods_off .produit .doorderx2,
#transporter_film .container .base_info #hidden_prods_off .produit .doorderx5,
#transporter_film .container .props_base #info_prod .produit .doorderx3,
#transporter_film .container .props_base #info_prod .produit .doorderx2,
#transporter_film .container .props_base #info_prod .produit .doorderx5,
#transporter_film .container .props_base #info_prod2 .produit .doorderx3,
#transporter_film .container .props_base #info_prod2 .produit .doorderx2,
#transporter_film .container .props_base #info_prod2 .produit .doorderx5,
#transporter_film .container .props_base #hidden_prods_off .produit .doorderx3,
#transporter_film .container .props_base #hidden_prods_off .produit .doorderx2,
#transporter_film .container .props_base #hidden_prods_off .produit .doorderx5,
#transporter_film .container .pay_base #info_prod .produit .doorderx3,
#transporter_film .container .pay_base #info_prod .produit .doorderx2,
#transporter_film .container .pay_base #info_prod .produit .doorderx5,
#transporter_film .container .pay_base #info_prod2 .produit .doorderx3,
#transporter_film .container .pay_base #info_prod2 .produit .doorderx2,
#transporter_film .container .pay_base #info_prod2 .produit .doorderx5,
#transporter_film .container .pay_base #hidden_prods_off .produit .doorderx3,
#transporter_film .container .pay_base #hidden_prods_off .produit .doorderx2,
#transporter_film .container .pay_base #hidden_prods_off .produit .doorderx5 {
  cursor: pointer;
}
#order_loc_view .container .base_info #info_prod .produit .rightprod,
#order_loc_view .container .base_info #info_prod2 .produit .rightprod,
#order_loc_view .container .base_info #hidden_prods_off .produit .rightprod,
#order_loc_view .container .props_base #info_prod .produit .rightprod,
#order_loc_view .container .props_base #info_prod2 .produit .rightprod,
#order_loc_view .container .props_base #hidden_prods_off .produit .rightprod,
#order_loc_view .container .pay_base #info_prod .produit .rightprod,
#order_loc_view .container .pay_base #info_prod2 .produit .rightprod,
#order_loc_view .container .pay_base #hidden_prods_off .produit .rightprod,
#comm_ord_view .container .base_info #info_prod .produit .rightprod,
#comm_ord_view .container .base_info #info_prod2 .produit .rightprod,
#comm_ord_view .container .base_info #hidden_prods_off .produit .rightprod,
#comm_ord_view .container .props_base #info_prod .produit .rightprod,
#comm_ord_view .container .props_base #info_prod2 .produit .rightprod,
#comm_ord_view .container .props_base #hidden_prods_off .produit .rightprod,
#comm_ord_view .container .pay_base #info_prod .produit .rightprod,
#comm_ord_view .container .pay_base #info_prod2 .produit .rightprod,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .rightprod,
#transporter_film .container .base_info #info_prod .produit .rightprod,
#transporter_film .container .base_info #info_prod2 .produit .rightprod,
#transporter_film .container .base_info #hidden_prods_off .produit .rightprod,
#transporter_film .container .props_base #info_prod .produit .rightprod,
#transporter_film .container .props_base #info_prod2 .produit .rightprod,
#transporter_film .container .props_base #hidden_prods_off .produit .rightprod,
#transporter_film .container .pay_base #info_prod .produit .rightprod,
#transporter_film .container .pay_base #info_prod2 .produit .rightprod,
#transporter_film .container .pay_base #hidden_prods_off .produit .rightprod {
  border-left: 1px solid #D4D6E3;
  width: 200px;
  float: left;
  height: 51px;
  margin-top: 7px;
  border-right: 1px solid #D4D6E3;
}
#order_loc_view .container .base_info #info_prod .produit .rightprod .lum,
#order_loc_view .container .base_info #info_prod2 .produit .rightprod .lum,
#order_loc_view .container .base_info #hidden_prods_off .produit .rightprod .lum,
#order_loc_view .container .props_base #info_prod .produit .rightprod .lum,
#order_loc_view .container .props_base #info_prod2 .produit .rightprod .lum,
#order_loc_view .container .props_base #hidden_prods_off .produit .rightprod .lum,
#order_loc_view .container .pay_base #info_prod .produit .rightprod .lum,
#order_loc_view .container .pay_base #info_prod2 .produit .rightprod .lum,
#order_loc_view .container .pay_base #hidden_prods_off .produit .rightprod .lum,
#comm_ord_view .container .base_info #info_prod .produit .rightprod .lum,
#comm_ord_view .container .base_info #info_prod2 .produit .rightprod .lum,
#comm_ord_view .container .base_info #hidden_prods_off .produit .rightprod .lum,
#comm_ord_view .container .props_base #info_prod .produit .rightprod .lum,
#comm_ord_view .container .props_base #info_prod2 .produit .rightprod .lum,
#comm_ord_view .container .props_base #hidden_prods_off .produit .rightprod .lum,
#comm_ord_view .container .pay_base #info_prod .produit .rightprod .lum,
#comm_ord_view .container .pay_base #info_prod2 .produit .rightprod .lum,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .rightprod .lum,
#transporter_film .container .base_info #info_prod .produit .rightprod .lum,
#transporter_film .container .base_info #info_prod2 .produit .rightprod .lum,
#transporter_film .container .base_info #hidden_prods_off .produit .rightprod .lum,
#transporter_film .container .props_base #info_prod .produit .rightprod .lum,
#transporter_film .container .props_base #info_prod2 .produit .rightprod .lum,
#transporter_film .container .props_base #hidden_prods_off .produit .rightprod .lum,
#transporter_film .container .pay_base #info_prod .produit .rightprod .lum,
#transporter_film .container .pay_base #info_prod2 .produit .rightprod .lum,
#transporter_film .container .pay_base #hidden_prods_off .produit .rightprod .lum {
  padding: 0px 10px;
  min-width: 80px;
  max-width: 110px;
  float: left;
  width: auto;
}
#order_loc_view .container .base_info #info_prod .produit .rightprod .lum .label,
#order_loc_view .container .base_info #info_prod2 .produit .rightprod .lum .label,
#order_loc_view .container .base_info #hidden_prods_off .produit .rightprod .lum .label,
#order_loc_view .container .props_base #info_prod .produit .rightprod .lum .label,
#order_loc_view .container .props_base #info_prod2 .produit .rightprod .lum .label,
#order_loc_view .container .props_base #hidden_prods_off .produit .rightprod .lum .label,
#order_loc_view .container .pay_base #info_prod .produit .rightprod .lum .label,
#order_loc_view .container .pay_base #info_prod2 .produit .rightprod .lum .label,
#order_loc_view .container .pay_base #hidden_prods_off .produit .rightprod .lum .label,
#comm_ord_view .container .base_info #info_prod .produit .rightprod .lum .label,
#comm_ord_view .container .base_info #info_prod2 .produit .rightprod .lum .label,
#comm_ord_view .container .base_info #hidden_prods_off .produit .rightprod .lum .label,
#comm_ord_view .container .props_base #info_prod .produit .rightprod .lum .label,
#comm_ord_view .container .props_base #info_prod2 .produit .rightprod .lum .label,
#comm_ord_view .container .props_base #hidden_prods_off .produit .rightprod .lum .label,
#comm_ord_view .container .pay_base #info_prod .produit .rightprod .lum .label,
#comm_ord_view .container .pay_base #info_prod2 .produit .rightprod .lum .label,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .rightprod .lum .label,
#transporter_film .container .base_info #info_prod .produit .rightprod .lum .label,
#transporter_film .container .base_info #info_prod2 .produit .rightprod .lum .label,
#transporter_film .container .base_info #hidden_prods_off .produit .rightprod .lum .label,
#transporter_film .container .props_base #info_prod .produit .rightprod .lum .label,
#transporter_film .container .props_base #info_prod2 .produit .rightprod .lum .label,
#transporter_film .container .props_base #hidden_prods_off .produit .rightprod .lum .label,
#transporter_film .container .pay_base #info_prod .produit .rightprod .lum .label,
#transporter_film .container .pay_base #info_prod2 .produit .rightprod .lum .label,
#transporter_film .container .pay_base #hidden_prods_off .produit .rightprod .lum .label {
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}
#order_loc_view .container .base_info #info_prod .produit .rightprod .lum .val,
#order_loc_view .container .base_info #info_prod2 .produit .rightprod .lum .val,
#order_loc_view .container .base_info #hidden_prods_off .produit .rightprod .lum .val,
#order_loc_view .container .props_base #info_prod .produit .rightprod .lum .val,
#order_loc_view .container .props_base #info_prod2 .produit .rightprod .lum .val,
#order_loc_view .container .props_base #hidden_prods_off .produit .rightprod .lum .val,
#order_loc_view .container .pay_base #info_prod .produit .rightprod .lum .val,
#order_loc_view .container .pay_base #info_prod2 .produit .rightprod .lum .val,
#order_loc_view .container .pay_base #hidden_prods_off .produit .rightprod .lum .val,
#comm_ord_view .container .base_info #info_prod .produit .rightprod .lum .val,
#comm_ord_view .container .base_info #info_prod2 .produit .rightprod .lum .val,
#comm_ord_view .container .base_info #hidden_prods_off .produit .rightprod .lum .val,
#comm_ord_view .container .props_base #info_prod .produit .rightprod .lum .val,
#comm_ord_view .container .props_base #info_prod2 .produit .rightprod .lum .val,
#comm_ord_view .container .props_base #hidden_prods_off .produit .rightprod .lum .val,
#comm_ord_view .container .pay_base #info_prod .produit .rightprod .lum .val,
#comm_ord_view .container .pay_base #info_prod2 .produit .rightprod .lum .val,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .rightprod .lum .val,
#transporter_film .container .base_info #info_prod .produit .rightprod .lum .val,
#transporter_film .container .base_info #info_prod2 .produit .rightprod .lum .val,
#transporter_film .container .base_info #hidden_prods_off .produit .rightprod .lum .val,
#transporter_film .container .props_base #info_prod .produit .rightprod .lum .val,
#transporter_film .container .props_base #info_prod2 .produit .rightprod .lum .val,
#transporter_film .container .props_base #hidden_prods_off .produit .rightprod .lum .val,
#transporter_film .container .pay_base #info_prod .produit .rightprod .lum .val,
#transporter_film .container .pay_base #info_prod2 .produit .rightprod .lum .val,
#transporter_film .container .pay_base #hidden_prods_off .produit .rightprod .lum .val {
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 27px;
}
#order_loc_view .container .base_info #info_prod .produit .quantity_prods,
#order_loc_view .container .base_info #info_prod .produit .quantity_total,
#order_loc_view .container .base_info #info_prod2 .produit .quantity_prods,
#order_loc_view .container .base_info #info_prod2 .produit .quantity_total,
#order_loc_view .container .base_info #hidden_prods_off .produit .quantity_prods,
#order_loc_view .container .base_info #hidden_prods_off .produit .quantity_total,
#order_loc_view .container .props_base #info_prod .produit .quantity_prods,
#order_loc_view .container .props_base #info_prod .produit .quantity_total,
#order_loc_view .container .props_base #info_prod2 .produit .quantity_prods,
#order_loc_view .container .props_base #info_prod2 .produit .quantity_total,
#order_loc_view .container .props_base #hidden_prods_off .produit .quantity_prods,
#order_loc_view .container .props_base #hidden_prods_off .produit .quantity_total,
#order_loc_view .container .pay_base #info_prod .produit .quantity_prods,
#order_loc_view .container .pay_base #info_prod .produit .quantity_total,
#order_loc_view .container .pay_base #info_prod2 .produit .quantity_prods,
#order_loc_view .container .pay_base #info_prod2 .produit .quantity_total,
#order_loc_view .container .pay_base #hidden_prods_off .produit .quantity_prods,
#order_loc_view .container .pay_base #hidden_prods_off .produit .quantity_total,
#comm_ord_view .container .base_info #info_prod .produit .quantity_prods,
#comm_ord_view .container .base_info #info_prod .produit .quantity_total,
#comm_ord_view .container .base_info #info_prod2 .produit .quantity_prods,
#comm_ord_view .container .base_info #info_prod2 .produit .quantity_total,
#comm_ord_view .container .base_info #hidden_prods_off .produit .quantity_prods,
#comm_ord_view .container .base_info #hidden_prods_off .produit .quantity_total,
#comm_ord_view .container .props_base #info_prod .produit .quantity_prods,
#comm_ord_view .container .props_base #info_prod .produit .quantity_total,
#comm_ord_view .container .props_base #info_prod2 .produit .quantity_prods,
#comm_ord_view .container .props_base #info_prod2 .produit .quantity_total,
#comm_ord_view .container .props_base #hidden_prods_off .produit .quantity_prods,
#comm_ord_view .container .props_base #hidden_prods_off .produit .quantity_total,
#comm_ord_view .container .pay_base #info_prod .produit .quantity_prods,
#comm_ord_view .container .pay_base #info_prod .produit .quantity_total,
#comm_ord_view .container .pay_base #info_prod2 .produit .quantity_prods,
#comm_ord_view .container .pay_base #info_prod2 .produit .quantity_total,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .quantity_prods,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .quantity_total,
#transporter_film .container .base_info #info_prod .produit .quantity_prods,
#transporter_film .container .base_info #info_prod .produit .quantity_total,
#transporter_film .container .base_info #info_prod2 .produit .quantity_prods,
#transporter_film .container .base_info #info_prod2 .produit .quantity_total,
#transporter_film .container .base_info #hidden_prods_off .produit .quantity_prods,
#transporter_film .container .base_info #hidden_prods_off .produit .quantity_total,
#transporter_film .container .props_base #info_prod .produit .quantity_prods,
#transporter_film .container .props_base #info_prod .produit .quantity_total,
#transporter_film .container .props_base #info_prod2 .produit .quantity_prods,
#transporter_film .container .props_base #info_prod2 .produit .quantity_total,
#transporter_film .container .props_base #hidden_prods_off .produit .quantity_prods,
#transporter_film .container .props_base #hidden_prods_off .produit .quantity_total,
#transporter_film .container .pay_base #info_prod .produit .quantity_prods,
#transporter_film .container .pay_base #info_prod .produit .quantity_total,
#transporter_film .container .pay_base #info_prod2 .produit .quantity_prods,
#transporter_film .container .pay_base #info_prod2 .produit .quantity_total,
#transporter_film .container .pay_base #hidden_prods_off .produit .quantity_prods,
#transporter_film .container .pay_base #hidden_prods_off .produit .quantity_total {
  width: 48%;
  float: left;
  height: 100%;
}
#order_loc_view .container .base_info #info_prod .produit .quantity_prods .label,
#order_loc_view .container .base_info #info_prod .produit .quantity_prods .value,
#order_loc_view .container .base_info #info_prod .produit .quantity_total .label,
#order_loc_view .container .base_info #info_prod .produit .quantity_total .value,
#order_loc_view .container .base_info #info_prod2 .produit .quantity_prods .label,
#order_loc_view .container .base_info #info_prod2 .produit .quantity_prods .value,
#order_loc_view .container .base_info #info_prod2 .produit .quantity_total .label,
#order_loc_view .container .base_info #info_prod2 .produit .quantity_total .value,
#order_loc_view .container .base_info #hidden_prods_off .produit .quantity_prods .label,
#order_loc_view .container .base_info #hidden_prods_off .produit .quantity_prods .value,
#order_loc_view .container .base_info #hidden_prods_off .produit .quantity_total .label,
#order_loc_view .container .base_info #hidden_prods_off .produit .quantity_total .value,
#order_loc_view .container .props_base #info_prod .produit .quantity_prods .label,
#order_loc_view .container .props_base #info_prod .produit .quantity_prods .value,
#order_loc_view .container .props_base #info_prod .produit .quantity_total .label,
#order_loc_view .container .props_base #info_prod .produit .quantity_total .value,
#order_loc_view .container .props_base #info_prod2 .produit .quantity_prods .label,
#order_loc_view .container .props_base #info_prod2 .produit .quantity_prods .value,
#order_loc_view .container .props_base #info_prod2 .produit .quantity_total .label,
#order_loc_view .container .props_base #info_prod2 .produit .quantity_total .value,
#order_loc_view .container .props_base #hidden_prods_off .produit .quantity_prods .label,
#order_loc_view .container .props_base #hidden_prods_off .produit .quantity_prods .value,
#order_loc_view .container .props_base #hidden_prods_off .produit .quantity_total .label,
#order_loc_view .container .props_base #hidden_prods_off .produit .quantity_total .value,
#order_loc_view .container .pay_base #info_prod .produit .quantity_prods .label,
#order_loc_view .container .pay_base #info_prod .produit .quantity_prods .value,
#order_loc_view .container .pay_base #info_prod .produit .quantity_total .label,
#order_loc_view .container .pay_base #info_prod .produit .quantity_total .value,
#order_loc_view .container .pay_base #info_prod2 .produit .quantity_prods .label,
#order_loc_view .container .pay_base #info_prod2 .produit .quantity_prods .value,
#order_loc_view .container .pay_base #info_prod2 .produit .quantity_total .label,
#order_loc_view .container .pay_base #info_prod2 .produit .quantity_total .value,
#order_loc_view .container .pay_base #hidden_prods_off .produit .quantity_prods .label,
#order_loc_view .container .pay_base #hidden_prods_off .produit .quantity_prods .value,
#order_loc_view .container .pay_base #hidden_prods_off .produit .quantity_total .label,
#order_loc_view .container .pay_base #hidden_prods_off .produit .quantity_total .value,
#comm_ord_view .container .base_info #info_prod .produit .quantity_prods .label,
#comm_ord_view .container .base_info #info_prod .produit .quantity_prods .value,
#comm_ord_view .container .base_info #info_prod .produit .quantity_total .label,
#comm_ord_view .container .base_info #info_prod .produit .quantity_total .value,
#comm_ord_view .container .base_info #info_prod2 .produit .quantity_prods .label,
#comm_ord_view .container .base_info #info_prod2 .produit .quantity_prods .value,
#comm_ord_view .container .base_info #info_prod2 .produit .quantity_total .label,
#comm_ord_view .container .base_info #info_prod2 .produit .quantity_total .value,
#comm_ord_view .container .base_info #hidden_prods_off .produit .quantity_prods .label,
#comm_ord_view .container .base_info #hidden_prods_off .produit .quantity_prods .value,
#comm_ord_view .container .base_info #hidden_prods_off .produit .quantity_total .label,
#comm_ord_view .container .base_info #hidden_prods_off .produit .quantity_total .value,
#comm_ord_view .container .props_base #info_prod .produit .quantity_prods .label,
#comm_ord_view .container .props_base #info_prod .produit .quantity_prods .value,
#comm_ord_view .container .props_base #info_prod .produit .quantity_total .label,
#comm_ord_view .container .props_base #info_prod .produit .quantity_total .value,
#comm_ord_view .container .props_base #info_prod2 .produit .quantity_prods .label,
#comm_ord_view .container .props_base #info_prod2 .produit .quantity_prods .value,
#comm_ord_view .container .props_base #info_prod2 .produit .quantity_total .label,
#comm_ord_view .container .props_base #info_prod2 .produit .quantity_total .value,
#comm_ord_view .container .props_base #hidden_prods_off .produit .quantity_prods .label,
#comm_ord_view .container .props_base #hidden_prods_off .produit .quantity_prods .value,
#comm_ord_view .container .props_base #hidden_prods_off .produit .quantity_total .label,
#comm_ord_view .container .props_base #hidden_prods_off .produit .quantity_total .value,
#comm_ord_view .container .pay_base #info_prod .produit .quantity_prods .label,
#comm_ord_view .container .pay_base #info_prod .produit .quantity_prods .value,
#comm_ord_view .container .pay_base #info_prod .produit .quantity_total .label,
#comm_ord_view .container .pay_base #info_prod .produit .quantity_total .value,
#comm_ord_view .container .pay_base #info_prod2 .produit .quantity_prods .label,
#comm_ord_view .container .pay_base #info_prod2 .produit .quantity_prods .value,
#comm_ord_view .container .pay_base #info_prod2 .produit .quantity_total .label,
#comm_ord_view .container .pay_base #info_prod2 .produit .quantity_total .value,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .quantity_prods .label,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .quantity_prods .value,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .quantity_total .label,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .quantity_total .value,
#transporter_film .container .base_info #info_prod .produit .quantity_prods .label,
#transporter_film .container .base_info #info_prod .produit .quantity_prods .value,
#transporter_film .container .base_info #info_prod .produit .quantity_total .label,
#transporter_film .container .base_info #info_prod .produit .quantity_total .value,
#transporter_film .container .base_info #info_prod2 .produit .quantity_prods .label,
#transporter_film .container .base_info #info_prod2 .produit .quantity_prods .value,
#transporter_film .container .base_info #info_prod2 .produit .quantity_total .label,
#transporter_film .container .base_info #info_prod2 .produit .quantity_total .value,
#transporter_film .container .base_info #hidden_prods_off .produit .quantity_prods .label,
#transporter_film .container .base_info #hidden_prods_off .produit .quantity_prods .value,
#transporter_film .container .base_info #hidden_prods_off .produit .quantity_total .label,
#transporter_film .container .base_info #hidden_prods_off .produit .quantity_total .value,
#transporter_film .container .props_base #info_prod .produit .quantity_prods .label,
#transporter_film .container .props_base #info_prod .produit .quantity_prods .value,
#transporter_film .container .props_base #info_prod .produit .quantity_total .label,
#transporter_film .container .props_base #info_prod .produit .quantity_total .value,
#transporter_film .container .props_base #info_prod2 .produit .quantity_prods .label,
#transporter_film .container .props_base #info_prod2 .produit .quantity_prods .value,
#transporter_film .container .props_base #info_prod2 .produit .quantity_total .label,
#transporter_film .container .props_base #info_prod2 .produit .quantity_total .value,
#transporter_film .container .props_base #hidden_prods_off .produit .quantity_prods .label,
#transporter_film .container .props_base #hidden_prods_off .produit .quantity_prods .value,
#transporter_film .container .props_base #hidden_prods_off .produit .quantity_total .label,
#transporter_film .container .props_base #hidden_prods_off .produit .quantity_total .value,
#transporter_film .container .pay_base #info_prod .produit .quantity_prods .label,
#transporter_film .container .pay_base #info_prod .produit .quantity_prods .value,
#transporter_film .container .pay_base #info_prod .produit .quantity_total .label,
#transporter_film .container .pay_base #info_prod .produit .quantity_total .value,
#transporter_film .container .pay_base #info_prod2 .produit .quantity_prods .label,
#transporter_film .container .pay_base #info_prod2 .produit .quantity_prods .value,
#transporter_film .container .pay_base #info_prod2 .produit .quantity_total .label,
#transporter_film .container .pay_base #info_prod2 .produit .quantity_total .value,
#transporter_film .container .pay_base #hidden_prods_off .produit .quantity_prods .label,
#transporter_film .container .pay_base #hidden_prods_off .produit .quantity_prods .value,
#transporter_film .container .pay_base #hidden_prods_off .produit .quantity_total .label,
#transporter_film .container .pay_base #hidden_prods_off .produit .quantity_total .value {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: #323C47;
  width: 100%;
  float: left;
}
#order_loc_view .container .base_info #info_prod .produit .quantity_prods .value,
#order_loc_view .container .base_info #info_prod .produit .quantity_total .value,
#order_loc_view .container .base_info #info_prod2 .produit .quantity_prods .value,
#order_loc_view .container .base_info #info_prod2 .produit .quantity_total .value,
#order_loc_view .container .base_info #hidden_prods_off .produit .quantity_prods .value,
#order_loc_view .container .base_info #hidden_prods_off .produit .quantity_total .value,
#order_loc_view .container .props_base #info_prod .produit .quantity_prods .value,
#order_loc_view .container .props_base #info_prod .produit .quantity_total .value,
#order_loc_view .container .props_base #info_prod2 .produit .quantity_prods .value,
#order_loc_view .container .props_base #info_prod2 .produit .quantity_total .value,
#order_loc_view .container .props_base #hidden_prods_off .produit .quantity_prods .value,
#order_loc_view .container .props_base #hidden_prods_off .produit .quantity_total .value,
#order_loc_view .container .pay_base #info_prod .produit .quantity_prods .value,
#order_loc_view .container .pay_base #info_prod .produit .quantity_total .value,
#order_loc_view .container .pay_base #info_prod2 .produit .quantity_prods .value,
#order_loc_view .container .pay_base #info_prod2 .produit .quantity_total .value,
#order_loc_view .container .pay_base #hidden_prods_off .produit .quantity_prods .value,
#order_loc_view .container .pay_base #hidden_prods_off .produit .quantity_total .value,
#comm_ord_view .container .base_info #info_prod .produit .quantity_prods .value,
#comm_ord_view .container .base_info #info_prod .produit .quantity_total .value,
#comm_ord_view .container .base_info #info_prod2 .produit .quantity_prods .value,
#comm_ord_view .container .base_info #info_prod2 .produit .quantity_total .value,
#comm_ord_view .container .base_info #hidden_prods_off .produit .quantity_prods .value,
#comm_ord_view .container .base_info #hidden_prods_off .produit .quantity_total .value,
#comm_ord_view .container .props_base #info_prod .produit .quantity_prods .value,
#comm_ord_view .container .props_base #info_prod .produit .quantity_total .value,
#comm_ord_view .container .props_base #info_prod2 .produit .quantity_prods .value,
#comm_ord_view .container .props_base #info_prod2 .produit .quantity_total .value,
#comm_ord_view .container .props_base #hidden_prods_off .produit .quantity_prods .value,
#comm_ord_view .container .props_base #hidden_prods_off .produit .quantity_total .value,
#comm_ord_view .container .pay_base #info_prod .produit .quantity_prods .value,
#comm_ord_view .container .pay_base #info_prod .produit .quantity_total .value,
#comm_ord_view .container .pay_base #info_prod2 .produit .quantity_prods .value,
#comm_ord_view .container .pay_base #info_prod2 .produit .quantity_total .value,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .quantity_prods .value,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .quantity_total .value,
#transporter_film .container .base_info #info_prod .produit .quantity_prods .value,
#transporter_film .container .base_info #info_prod .produit .quantity_total .value,
#transporter_film .container .base_info #info_prod2 .produit .quantity_prods .value,
#transporter_film .container .base_info #info_prod2 .produit .quantity_total .value,
#transporter_film .container .base_info #hidden_prods_off .produit .quantity_prods .value,
#transporter_film .container .base_info #hidden_prods_off .produit .quantity_total .value,
#transporter_film .container .props_base #info_prod .produit .quantity_prods .value,
#transporter_film .container .props_base #info_prod .produit .quantity_total .value,
#transporter_film .container .props_base #info_prod2 .produit .quantity_prods .value,
#transporter_film .container .props_base #info_prod2 .produit .quantity_total .value,
#transporter_film .container .props_base #hidden_prods_off .produit .quantity_prods .value,
#transporter_film .container .props_base #hidden_prods_off .produit .quantity_total .value,
#transporter_film .container .pay_base #info_prod .produit .quantity_prods .value,
#transporter_film .container .pay_base #info_prod .produit .quantity_total .value,
#transporter_film .container .pay_base #info_prod2 .produit .quantity_prods .value,
#transporter_film .container .pay_base #info_prod2 .produit .quantity_total .value,
#transporter_film .container .pay_base #hidden_prods_off .produit .quantity_prods .value,
#transporter_film .container .pay_base #hidden_prods_off .produit .quantity_total .value {
  font-weight: bold;
}
#order_loc_view .container .base_info #info_prod .produit .bright,
#order_loc_view .container .base_info #info_prod2 .produit .bright,
#order_loc_view .container .base_info #hidden_prods_off .produit .bright,
#order_loc_view .container .props_base #info_prod .produit .bright,
#order_loc_view .container .props_base #info_prod2 .produit .bright,
#order_loc_view .container .props_base #hidden_prods_off .produit .bright,
#order_loc_view .container .pay_base #info_prod .produit .bright,
#order_loc_view .container .pay_base #info_prod2 .produit .bright,
#order_loc_view .container .pay_base #hidden_prods_off .produit .bright,
#comm_ord_view .container .base_info #info_prod .produit .bright,
#comm_ord_view .container .base_info #info_prod2 .produit .bright,
#comm_ord_view .container .base_info #hidden_prods_off .produit .bright,
#comm_ord_view .container .props_base #info_prod .produit .bright,
#comm_ord_view .container .props_base #info_prod2 .produit .bright,
#comm_ord_view .container .props_base #hidden_prods_off .produit .bright,
#comm_ord_view .container .pay_base #info_prod .produit .bright,
#comm_ord_view .container .pay_base #info_prod2 .produit .bright,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .bright,
#transporter_film .container .base_info #info_prod .produit .bright,
#transporter_film .container .base_info #info_prod2 .produit .bright,
#transporter_film .container .base_info #hidden_prods_off .produit .bright,
#transporter_film .container .props_base #info_prod .produit .bright,
#transporter_film .container .props_base #info_prod2 .produit .bright,
#transporter_film .container .props_base #hidden_prods_off .produit .bright,
#transporter_film .container .pay_base #info_prod .produit .bright,
#transporter_film .container .pay_base #info_prod2 .produit .bright,
#transporter_film .container .pay_base #hidden_prods_off .produit .bright {
  border-right: 1px solid rgba(192,195,219,0.6);
  margin-right: 3.8%;
}
#order_loc_view .container .base_info #info_prod .produit .last,
#order_loc_view .container .base_info #info_prod2 .produit .last,
#order_loc_view .container .base_info #hidden_prods_off .produit .last,
#order_loc_view .container .props_base #info_prod .produit .last,
#order_loc_view .container .props_base #info_prod2 .produit .last,
#order_loc_view .container .props_base #hidden_prods_off .produit .last,
#order_loc_view .container .pay_base #info_prod .produit .last,
#order_loc_view .container .pay_base #info_prod2 .produit .last,
#order_loc_view .container .pay_base #hidden_prods_off .produit .last,
#comm_ord_view .container .base_info #info_prod .produit .last,
#comm_ord_view .container .base_info #info_prod2 .produit .last,
#comm_ord_view .container .base_info #hidden_prods_off .produit .last,
#comm_ord_view .container .props_base #info_prod .produit .last,
#comm_ord_view .container .props_base #info_prod2 .produit .last,
#comm_ord_view .container .props_base #hidden_prods_off .produit .last,
#comm_ord_view .container .pay_base #info_prod .produit .last,
#comm_ord_view .container .pay_base #info_prod2 .produit .last,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .last,
#transporter_film .container .base_info #info_prod .produit .last,
#transporter_film .container .base_info #info_prod2 .produit .last,
#transporter_film .container .base_info #hidden_prods_off .produit .last,
#transporter_film .container .props_base #info_prod .produit .last,
#transporter_film .container .props_base #info_prod2 .produit .last,
#transporter_film .container .props_base #hidden_prods_off .produit .last,
#transporter_film .container .pay_base #info_prod .produit .last,
#transporter_film .container .pay_base #info_prod2 .produit .last,
#transporter_film .container .pay_base #hidden_prods_off .produit .last {
  padding: 0px 10px;
  float: left;
  width: auto;
  height: 51px;
  margin-top: 7px;
  border-left: 1px solid #D4D6E3;
}
#order_loc_view .container .base_info #info_prod .produit .last .label,
#order_loc_view .container .base_info #info_prod2 .produit .last .label,
#order_loc_view .container .base_info #hidden_prods_off .produit .last .label,
#order_loc_view .container .props_base #info_prod .produit .last .label,
#order_loc_view .container .props_base #info_prod2 .produit .last .label,
#order_loc_view .container .props_base #hidden_prods_off .produit .last .label,
#order_loc_view .container .pay_base #info_prod .produit .last .label,
#order_loc_view .container .pay_base #info_prod2 .produit .last .label,
#order_loc_view .container .pay_base #hidden_prods_off .produit .last .label,
#comm_ord_view .container .base_info #info_prod .produit .last .label,
#comm_ord_view .container .base_info #info_prod2 .produit .last .label,
#comm_ord_view .container .base_info #hidden_prods_off .produit .last .label,
#comm_ord_view .container .props_base #info_prod .produit .last .label,
#comm_ord_view .container .props_base #info_prod2 .produit .last .label,
#comm_ord_view .container .props_base #hidden_prods_off .produit .last .label,
#comm_ord_view .container .pay_base #info_prod .produit .last .label,
#comm_ord_view .container .pay_base #info_prod2 .produit .last .label,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .last .label,
#transporter_film .container .base_info #info_prod .produit .last .label,
#transporter_film .container .base_info #info_prod2 .produit .last .label,
#transporter_film .container .base_info #hidden_prods_off .produit .last .label,
#transporter_film .container .props_base #info_prod .produit .last .label,
#transporter_film .container .props_base #info_prod2 .produit .last .label,
#transporter_film .container .props_base #hidden_prods_off .produit .last .label,
#transporter_film .container .pay_base #info_prod .produit .last .label,
#transporter_film .container .pay_base #info_prod2 .produit .last .label,
#transporter_film .container .pay_base #hidden_prods_off .produit .last .label {
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}
#order_loc_view .container .base_info #info_prod .produit .last .val,
#order_loc_view .container .base_info #info_prod2 .produit .last .val,
#order_loc_view .container .base_info #hidden_prods_off .produit .last .val,
#order_loc_view .container .props_base #info_prod .produit .last .val,
#order_loc_view .container .props_base #info_prod2 .produit .last .val,
#order_loc_view .container .props_base #hidden_prods_off .produit .last .val,
#order_loc_view .container .pay_base #info_prod .produit .last .val,
#order_loc_view .container .pay_base #info_prod2 .produit .last .val,
#order_loc_view .container .pay_base #hidden_prods_off .produit .last .val,
#comm_ord_view .container .base_info #info_prod .produit .last .val,
#comm_ord_view .container .base_info #info_prod2 .produit .last .val,
#comm_ord_view .container .base_info #hidden_prods_off .produit .last .val,
#comm_ord_view .container .props_base #info_prod .produit .last .val,
#comm_ord_view .container .props_base #info_prod2 .produit .last .val,
#comm_ord_view .container .props_base #hidden_prods_off .produit .last .val,
#comm_ord_view .container .pay_base #info_prod .produit .last .val,
#comm_ord_view .container .pay_base #info_prod2 .produit .last .val,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .last .val,
#transporter_film .container .base_info #info_prod .produit .last .val,
#transporter_film .container .base_info #info_prod2 .produit .last .val,
#transporter_film .container .base_info #hidden_prods_off .produit .last .val,
#transporter_film .container .props_base #info_prod .produit .last .val,
#transporter_film .container .props_base #info_prod2 .produit .last .val,
#transporter_film .container .props_base #hidden_prods_off .produit .last .val,
#transporter_film .container .pay_base #info_prod .produit .last .val,
#transporter_film .container .pay_base #info_prod2 .produit .last .val,
#transporter_film .container .pay_base #hidden_prods_off .produit .last .val {
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 27px;
}
#order_loc_view .container .base_info #info_prod .produit .last #editprodquantities,
#order_loc_view .container .base_info #info_prod2 .produit .last #editprodquantities,
#order_loc_view .container .base_info #hidden_prods_off .produit .last #editprodquantities,
#order_loc_view .container .props_base #info_prod .produit .last #editprodquantities,
#order_loc_view .container .props_base #info_prod2 .produit .last #editprodquantities,
#order_loc_view .container .props_base #hidden_prods_off .produit .last #editprodquantities,
#order_loc_view .container .pay_base #info_prod .produit .last #editprodquantities,
#order_loc_view .container .pay_base #info_prod2 .produit .last #editprodquantities,
#order_loc_view .container .pay_base #hidden_prods_off .produit .last #editprodquantities,
#comm_ord_view .container .base_info #info_prod .produit .last #editprodquantities,
#comm_ord_view .container .base_info #info_prod2 .produit .last #editprodquantities,
#comm_ord_view .container .base_info #hidden_prods_off .produit .last #editprodquantities,
#comm_ord_view .container .props_base #info_prod .produit .last #editprodquantities,
#comm_ord_view .container .props_base #info_prod2 .produit .last #editprodquantities,
#comm_ord_view .container .props_base #hidden_prods_off .produit .last #editprodquantities,
#comm_ord_view .container .pay_base #info_prod .produit .last #editprodquantities,
#comm_ord_view .container .pay_base #info_prod2 .produit .last #editprodquantities,
#comm_ord_view .container .pay_base #hidden_prods_off .produit .last #editprodquantities,
#transporter_film .container .base_info #info_prod .produit .last #editprodquantities,
#transporter_film .container .base_info #info_prod2 .produit .last #editprodquantities,
#transporter_film .container .base_info #hidden_prods_off .produit .last #editprodquantities,
#transporter_film .container .props_base #info_prod .produit .last #editprodquantities,
#transporter_film .container .props_base #info_prod2 .produit .last #editprodquantities,
#transporter_film .container .props_base #hidden_prods_off .produit .last #editprodquantities,
#transporter_film .container .pay_base #info_prod .produit .last #editprodquantities,
#transporter_film .container .pay_base #info_prod2 .produit .last #editprodquantities,
#transporter_film .container .pay_base #hidden_prods_off .produit .last #editprodquantities {
  border: 2px solid #1A3B49;
  padding: 4px 5px;
  color: #1A3B49;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  background: url(images/pencil-sm.svg) no-repeat 5px center #fff;
  padding-left: 26px;
  margin-top: 12px;
  display: block;
  text-decoration: none;
}
#order_loc_view .container .base_info #info_prod .produit #questionmark,
#order_loc_view .container .base_info #info_prod2 .produit #questionmark,
#order_loc_view .container .base_info #hidden_prods_off .produit #questionmark,
#order_loc_view .container .props_base #info_prod .produit #questionmark,
#order_loc_view .container .props_base #info_prod2 .produit #questionmark,
#order_loc_view .container .props_base #hidden_prods_off .produit #questionmark,
#order_loc_view .container .pay_base #info_prod .produit #questionmark,
#order_loc_view .container .pay_base #info_prod2 .produit #questionmark,
#order_loc_view .container .pay_base #hidden_prods_off .produit #questionmark,
#comm_ord_view .container .base_info #info_prod .produit #questionmark,
#comm_ord_view .container .base_info #info_prod2 .produit #questionmark,
#comm_ord_view .container .base_info #hidden_prods_off .produit #questionmark,
#comm_ord_view .container .props_base #info_prod .produit #questionmark,
#comm_ord_view .container .props_base #info_prod2 .produit #questionmark,
#comm_ord_view .container .props_base #hidden_prods_off .produit #questionmark,
#comm_ord_view .container .pay_base #info_prod .produit #questionmark,
#comm_ord_view .container .pay_base #info_prod2 .produit #questionmark,
#comm_ord_view .container .pay_base #hidden_prods_off .produit #questionmark,
#transporter_film .container .base_info #info_prod .produit #questionmark,
#transporter_film .container .base_info #info_prod2 .produit #questionmark,
#transporter_film .container .base_info #hidden_prods_off .produit #questionmark,
#transporter_film .container .props_base #info_prod .produit #questionmark,
#transporter_film .container .props_base #info_prod2 .produit #questionmark,
#transporter_film .container .props_base #hidden_prods_off .produit #questionmark,
#transporter_film .container .pay_base #info_prod .produit #questionmark,
#transporter_film .container .pay_base #info_prod2 .produit #questionmark,
#transporter_film .container .pay_base #hidden_prods_off .produit #questionmark {
  position: absolute;
  right: 90px;
  top: 34px;
  font-weight: bold;
  font-family: "Open Sans";
  color: #199cd0;
  font-size: 22px;
}
#order_loc_view .container .base_info #info_prod .produit:hover #questionmark,
#order_loc_view .container .base_info #info_prod2 .produit:hover #questionmark,
#order_loc_view .container .base_info #hidden_prods_off .produit:hover #questionmark,
#order_loc_view .container .props_base #info_prod .produit:hover #questionmark,
#order_loc_view .container .props_base #info_prod2 .produit:hover #questionmark,
#order_loc_view .container .props_base #hidden_prods_off .produit:hover #questionmark,
#order_loc_view .container .pay_base #info_prod .produit:hover #questionmark,
#order_loc_view .container .pay_base #info_prod2 .produit:hover #questionmark,
#order_loc_view .container .pay_base #hidden_prods_off .produit:hover #questionmark,
#comm_ord_view .container .base_info #info_prod .produit:hover #questionmark,
#comm_ord_view .container .base_info #info_prod2 .produit:hover #questionmark,
#comm_ord_view .container .base_info #hidden_prods_off .produit:hover #questionmark,
#comm_ord_view .container .props_base #info_prod .produit:hover #questionmark,
#comm_ord_view .container .props_base #info_prod2 .produit:hover #questionmark,
#comm_ord_view .container .props_base #hidden_prods_off .produit:hover #questionmark,
#comm_ord_view .container .pay_base #info_prod .produit:hover #questionmark,
#comm_ord_view .container .pay_base #info_prod2 .produit:hover #questionmark,
#comm_ord_view .container .pay_base #hidden_prods_off .produit:hover #questionmark,
#transporter_film .container .base_info #info_prod .produit:hover #questionmark,
#transporter_film .container .base_info #info_prod2 .produit:hover #questionmark,
#transporter_film .container .base_info #hidden_prods_off .produit:hover #questionmark,
#transporter_film .container .props_base #info_prod .produit:hover #questionmark,
#transporter_film .container .props_base #info_prod2 .produit:hover #questionmark,
#transporter_film .container .props_base #hidden_prods_off .produit:hover #questionmark,
#transporter_film .container .pay_base #info_prod .produit:hover #questionmark,
#transporter_film .container .pay_base #info_prod2 .produit:hover #questionmark,
#transporter_film .container .pay_base #hidden_prods_off .produit:hover #questionmark {
  text-decoration: underline;
}
#order_loc_view .container .base_info .gotoproducts,
#order_loc_view .container .props_base .gotoproducts,
#order_loc_view .container .pay_base .gotoproducts,
#comm_ord_view .container .base_info .gotoproducts,
#comm_ord_view .container .props_base .gotoproducts,
#comm_ord_view .container .pay_base .gotoproducts,
#transporter_film .container .base_info .gotoproducts,
#transporter_film .container .props_base .gotoproducts,
#transporter_film .container .pay_base .gotoproducts {
  cursor: pointer;
}
#order_loc_view .container .base_info #hidden_prods_off,
#order_loc_view .container .props_base #hidden_prods_off,
#order_loc_view .container .pay_base #hidden_prods_off,
#comm_ord_view .container .base_info #hidden_prods_off,
#comm_ord_view .container .props_base #hidden_prods_off,
#comm_ord_view .container .pay_base #hidden_prods_off,
#transporter_film .container .base_info #hidden_prods_off,
#transporter_film .container .props_base #hidden_prods_off,
#transporter_film .container .pay_base #hidden_prods_off {
  display: none;
  position: absolute;
  border: 2px solid #323C47;
  height: auto;
  left: 0;
  top: 100px;
}
#order_loc_view .container #info_prod .produit #questionmark,
#comm_ord_view .container #info_prod .produit #questionmark,
#transporter_film .container #info_prod .produit #questionmark {
  position: absolute;
  right: 350px !important;
  top: 40px !important;
  font-weight: bold;
  font-family: "Open Sans";
  color: #199cd0;
  font-size: 22px;
}
#order_loc_view .container #info_prod .produit:hover #questionmark,
#comm_ord_view .container #info_prod .produit:hover #questionmark,
#transporter_film .container #info_prod .produit:hover #questionmark {
  text-decoration: underline;
}
#order_loc_view .container .mystocks,
#comm_ord_view .container .mystocks,
#transporter_film .container .mystocks {
  width: 336px;
  float: left;
  margin-top: 20px;
  margin-left: 10px;
  position: relative;
  background-color: #FFFFFF;
  padding: 18px;
  border: 1px solid #E2E5F1;
}
#order_loc_view .container .mystocks .title_mystocks,
#comm_ord_view .container .mystocks .title_mystocks,
#transporter_film .container .mystocks .title_mystocks {
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid #E2E5F1;
  margin-bottom: 6px;
}
#order_loc_view .container .mystocks #mystocks_cnt,
#comm_ord_view .container .mystocks #mystocks_cnt,
#transporter_film .container .mystocks #mystocks_cnt {
  width: 100%;
  float: left;
  margin-bottom: 6px;
  padding: 0px 10px;
}
#order_loc_view .container .mystocks #mystocks_cnt .stock_addr,
#comm_ord_view .container .mystocks #mystocks_cnt .stock_addr,
#transporter_film .container .mystocks #mystocks_cnt .stock_addr {
  width: 100%;
  float: left;
  margin-bottom: 6px;
  border-bottom: 1px solid #E2E5F1;
}
#order_loc_view .container .mystocks #mystocks_cnt .stock_addr .location,
#comm_ord_view .container .mystocks #mystocks_cnt .stock_addr .location,
#transporter_film .container .mystocks #mystocks_cnt .stock_addr .location {
  width: 100%;
  float: left;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 500;
}
#order_loc_view .container .mystocks #mystocks_cnt .stock_addr .stock_pieces,
#comm_ord_view .container .mystocks #mystocks_cnt .stock_addr .stock_pieces,
#transporter_film .container .mystocks #mystocks_cnt .stock_addr .stock_pieces {
  width: 100%;
  float: left;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
}
#order_loc_view .container .info_chat_cnt,
#comm_ord_view .container .info_chat_cnt,
#transporter_film .container .info_chat_cnt {
  width: 336px;
  float: left;
  margin-top: 20px;
  margin-left: 10px;
  min-height: 415px;
  position: relative;
}
#order_loc_view .container .info_chat_cnt .info_chat,
#comm_ord_view .container .info_chat_cnt .info_chat,
#transporter_film .container .info_chat_cnt .info_chat {
  min-height: 375px;
  width: 336px;
  float: left;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  padding: 18px 3px 18px 18px;
  position: relative;
  margin-bottom: 10px;
}
#order_loc_view .container .info_chat_cnt .info_chat .labeltop,
#comm_ord_view .container .info_chat_cnt .info_chat .labeltop,
#transporter_film .container .info_chat_cnt .info_chat .labeltop {
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid #E2E5F1;
  margin-bottom: 6px;
}
#order_loc_view .container .info_chat_cnt .info_chat #chat_content,
#comm_ord_view .container .info_chat_cnt .info_chat #chat_content,
#transporter_film .container .info_chat_cnt .info_chat #chat_content {
  width: 100%;
  float: left;
  margin-bottom: 6px;
  max-height: 300px;
  overflow-y: auto;
}
#order_loc_view .container .info_chat_cnt .info_chat #chat_content .chat_row,
#comm_ord_view .container .info_chat_cnt .info_chat #chat_content .chat_row,
#transporter_film .container .info_chat_cnt .info_chat #chat_content .chat_row {
  width: 100%;
  float: left;
  border-bottom: 1px solid #E2E5F1;
  padding: 4px 0px;
}
#order_loc_view .container .info_chat_cnt .info_chat #chat_content .chat_row .chat_by,
#comm_ord_view .container .info_chat_cnt .info_chat #chat_content .chat_row .chat_by,
#transporter_film .container .info_chat_cnt .info_chat #chat_content .chat_row .chat_by {
  width: 245px;
  float: left;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  color: #323C47;
}
#order_loc_view .container .info_chat_cnt .info_chat #chat_content .chat_row .chat_time,
#comm_ord_view .container .info_chat_cnt .info_chat #chat_content .chat_row .chat_time,
#transporter_film .container .info_chat_cnt .info_chat #chat_content .chat_row .chat_time {
  float: right;
  width: 27px;
  height: 27px;
  background: url(images/clock.svg) no-repeat center center;
}
#order_loc_view .container .info_chat_cnt .info_chat #chat_content .chat_row .chat_msg,
#comm_ord_view .container .info_chat_cnt .info_chat #chat_content .chat_row .chat_msg,
#transporter_film .container .info_chat_cnt .info_chat #chat_content .chat_row .chat_msg {
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #323C47;
  width: 100%;
  float: left;
}
#order_loc_view .container .info_chat_cnt .info_chat #chat_content .chat_row.r,
#comm_ord_view .container .info_chat_cnt .info_chat #chat_content .chat_row.r,
#transporter_film .container .info_chat_cnt .info_chat #chat_content .chat_row.r {
  width: 99%;
  float: right;
  border-bottom: 1px solid #E2E5F1;
  padding: 4px 0px;
  margin-right: 1%;
}
#order_loc_view .container .info_chat_cnt .info_chat #chat_content .chat_row.r .chat_by,
#comm_ord_view .container .info_chat_cnt .info_chat #chat_content .chat_row.r .chat_by,
#transporter_film .container .info_chat_cnt .info_chat #chat_content .chat_row.r .chat_by {
  width: 245px;
  float: right;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  color: #323C47;
  text-align: right;
}
#order_loc_view .container .info_chat_cnt .info_chat #chat_content .chat_row.r .chat_time,
#comm_ord_view .container .info_chat_cnt .info_chat #chat_content .chat_row.r .chat_time,
#transporter_film .container .info_chat_cnt .info_chat #chat_content .chat_row.r .chat_time {
  float: left;
  width: 27px;
  height: 27px;
  background: url(images/clock.svg) no-repeat center center;
}
#order_loc_view .container .info_chat_cnt .info_chat #chat_content .chat_row.r .chat_msg,
#comm_ord_view .container .info_chat_cnt .info_chat #chat_content .chat_row.r .chat_msg,
#transporter_film .container .info_chat_cnt .info_chat #chat_content .chat_row.r .chat_msg {
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #323C47;
  width: 100%;
  float: right;
  text-align: right;
}
#order_loc_view .container .info_chat_cnt .info_chat ::-webkit-scrollbar-track-piece,
#comm_ord_view .container .info_chat_cnt .info_chat ::-webkit-scrollbar-track-piece,
#transporter_film .container .info_chat_cnt .info_chat ::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
#order_loc_view .container .info_chat_cnt .info_chat ::-webkit-scrollbar,
#comm_ord_view .container .info_chat_cnt .info_chat ::-webkit-scrollbar,
#transporter_film .container .info_chat_cnt .info_chat ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#order_loc_view .container .info_chat_cnt .info_chat ::-webkit-scrollbar-thumb,
#comm_ord_view .container .info_chat_cnt .info_chat ::-webkit-scrollbar-thumb,
#transporter_film .container .info_chat_cnt .info_chat ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #999;
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
#order_loc_view .container .info_chat_cnt .info_chat ::-webkit-scrollbar-thumb:hover,
#comm_ord_view .container .info_chat_cnt .info_chat ::-webkit-scrollbar-thumb:hover,
#transporter_film .container .info_chat_cnt .info_chat ::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #9f9f9f;
  -webkit-border-radius: 4px;
}
#order_loc_view .container .info_chat_cnt .labelbottom,
#comm_ord_view .container .info_chat_cnt .labelbottom,
#transporter_film .container .info_chat_cnt .labelbottom {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  border-top: 1px solid #E2E5F1;
  padding: 5px 18px;
}
#order_loc_view .container .info_chat_cnt .labelbottom input,
#comm_ord_view .container .info_chat_cnt .labelbottom input,
#transporter_film .container .info_chat_cnt .labelbottom input {
  color: #323C47;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  width: 260px;
  border-right: 1px solid #E2E5F1;
  outline: none;
}
#order_loc_view .container .info_chat_cnt .labelbottom button,
#comm_ord_view .container .info_chat_cnt .labelbottom button,
#transporter_film .container .info_chat_cnt .labelbottom button {
  width: 26px;
  height: 26px;
  background: url(images/send.svg) no-repeat center center;
  border: none;
  outline: none;
  float: right;
  cursor: pointer;
}
#order_loc_view .container .left_part_loc,
#comm_ord_view .container .left_part_loc,
#transporter_film .container .left_part_loc {
  width: 50%;
  float: left;
  height: 160px;
}
#order_loc_view .container .left_part_loc #title_loc,
#order_loc_view .container .left_part_loc #title_loc2,
#comm_ord_view .container .left_part_loc #title_loc,
#comm_ord_view .container .left_part_loc #title_loc2,
#transporter_film .container .left_part_loc #title_loc,
#transporter_film .container .left_part_loc #title_loc2 {
  min-height: 50px;
  width: 100%;
  color: #1A3B49;
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 27px;
}
#order_loc_view .container .left_part_loc #order_loc_tabs,
#comm_ord_view .container .left_part_loc #order_loc_tabs,
#transporter_film .container .left_part_loc #order_loc_tabs {
  height: 40px;
  float: left;
  margin-top: 44px;
  width: 300px;
}
#order_loc_view .container .left_part_loc #order_loc_tabs .tab,
#comm_ord_view .container .left_part_loc #order_loc_tabs .tab,
#transporter_film .container .left_part_loc #order_loc_tabs .tab {
  color: rgba(26,59,73,0.9);
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  float: left;
  margin-right: 65px;
  padding-bottom: 17px;
  display: block;
  cursor: pointer;
}
#order_loc_view .container .left_part_loc #order_loc_tabs .tab:last-child,
#comm_ord_view .container .left_part_loc #order_loc_tabs .tab:last-child,
#transporter_film .container .left_part_loc #order_loc_tabs .tab:last-child {
  margin-right: 0px;
}
#order_loc_view .container .left_part_loc #order_loc_tabs .tab.canbe,
#comm_ord_view .container .left_part_loc #order_loc_tabs .tab.canbe,
#transporter_film .container .left_part_loc #order_loc_tabs .tab.canbe {
  background: repeating-linear-gradient(45deg,#efefef,#efefef 5px,#e0e0e0 5px,#e0e0e0 12px);
}
#order_loc_view .container .left_part_loc #order_loc_tabs .tab.sel,
#comm_ord_view .container .left_part_loc #order_loc_tabs .tab.sel,
#transporter_film .container .left_part_loc #order_loc_tabs .tab.sel {
  border-bottom: 3px solid #1A3B49;
}
#order_loc_view .container .right_part_loc,
#comm_ord_view .container .right_part_loc,
#transporter_film .container .right_part_loc {
  width: 50%;
  float: right;
  height: 160px;
}
#order_loc_view .container .right_part_loc .btn_location_cnt,
#comm_ord_view .container .right_part_loc .btn_location_cnt,
#transporter_film .container .right_part_loc .btn_location_cnt {
  margin-right: 10px;
  margin-top: 20px;
  float: right;
  width: 402px;
}
#order_loc_view .container .right_part_loc .btn_location_cnt .btnact,
#comm_ord_view .container .right_part_loc .btn_location_cnt .btnact,
#transporter_film .container .right_part_loc .btn_location_cnt .btnact {
  height: 40px;
  width: 195px;
  border: 2px solid #1A3B49;
  border-radius: 20px;
  color: #1A3B49;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
  padding: 12px;
  float: left;
  margin-right: 12px;
  cursor: pointer;
}
#order_loc_view .container .right_part_loc .btn_location_cnt .btnactok,
#comm_ord_view .container .right_part_loc .btn_location_cnt .btnactok,
#transporter_film .container .right_part_loc .btn_location_cnt .btnactok {
  height: 40px;
  width: 195px;
  border: 2px solid #1A3B49;
  border-radius: 20px;
  color: #1A3B49;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
  padding: 12px;
  background: url(images/checkmark-sm.png) no-repeat 22px center;
  float: left;
  padding-left: 40px;
  cursor: pointer;
}
#order_loc_view .container .right_part_loc .btn_location_cnt #yourejected,
#order_loc_view .container .right_part_loc .btn_location_cnt #wasrejected,
#order_loc_view .container .right_part_loc .btn_location_cnt #youacceptedpending,
#comm_ord_view .container .right_part_loc .btn_location_cnt #yourejected,
#comm_ord_view .container .right_part_loc .btn_location_cnt #wasrejected,
#comm_ord_view .container .right_part_loc .btn_location_cnt #youacceptedpending,
#transporter_film .container .right_part_loc .btn_location_cnt #yourejected,
#transporter_film .container .right_part_loc .btn_location_cnt #wasrejected,
#transporter_film .container .right_part_loc .btn_location_cnt #youacceptedpending {
  display: none;
}
#order_loc_view .container .right_part_loc .phase,
#comm_ord_view .container .right_part_loc .phase,
#transporter_film .container .right_part_loc .phase {
  width: 380px;
  height: 50px;
  margin-right: 25px;
  float: right;
  position: relative;
  margin-top: 29px;
}
#order_loc_view .container .right_part_loc .phase .lineth,
#comm_ord_view .container .right_part_loc .phase .lineth,
#transporter_film .container .right_part_loc .phase .lineth {
  width: 320px;
  float: left;
  margin-left: 30px;
  margin-top: 12px;
  height: 1px;
  background-color: rgba(26,59,73,0.8);
}
#order_loc_view .container .right_part_loc .phase .r,
#comm_ord_view .container .right_part_loc .phase .r,
#transporter_film .container .right_part_loc .phase .r {
  box-sizing: border-box;
  height: 24px;
  width: 24px;
  border: 1px solid rgba(26,59,73,0.8);
  background-color: #199cd0;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: rgba(26,59,73,0.8);
  border-radius: 50%;
}
#order_loc_view .container .right_part_loc .phase .r span,
#comm_ord_view .container .right_part_loc .phase .r span,
#transporter_film .container .right_part_loc .phase .r span {
  display: block;
  float: left;
  position: absolute;
  color: #1A3B49;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  top: 24px;
}
#order_loc_view .container .right_part_loc .phase .r1,
#comm_ord_view .container .right_part_loc .phase .r1,
#transporter_film .container .right_part_loc .phase .r1 {
  position: absolute;
  left: 18px;
  top: 0px;
}
#order_loc_view .container .right_part_loc .phase .r1 span,
#comm_ord_view .container .right_part_loc .phase .r1 span,
#transporter_film .container .right_part_loc .phase .r1 span {
  left: -16px;
}
#order_loc_view .container .right_part_loc .phase .r2,
#comm_ord_view .container .right_part_loc .phase .r2,
#transporter_film .container .right_part_loc .phase .r2 {
  position: absolute;
  left: 124px;
  top: 0px;
}
#order_loc_view .container .right_part_loc .phase .r2 span,
#comm_ord_view .container .right_part_loc .phase .r2 span,
#transporter_film .container .right_part_loc .phase .r2 span {
  left: -22px;
}
#order_loc_view .container .right_part_loc .phase .r3,
#comm_ord_view .container .right_part_loc .phase .r3,
#transporter_film .container .right_part_loc .phase .r3 {
  position: absolute;
  left: 231px;
  top: 0px;
}
#order_loc_view .container .right_part_loc .phase .r3 span,
#comm_ord_view .container .right_part_loc .phase .r3 span,
#transporter_film .container .right_part_loc .phase .r3 span {
  left: -22px;
}
#order_loc_view .container .right_part_loc .phase .r4,
#comm_ord_view .container .right_part_loc .phase .r4,
#transporter_film .container .right_part_loc .phase .r4 {
  position: absolute;
  left: 338px;
  top: 0px;
}
#order_loc_view .container .right_part_loc .phase .r4 span,
#comm_ord_view .container .right_part_loc .phase .r4 span,
#transporter_film .container .right_part_loc .phase .r4 span {
  left: -18px;
}
#order_loc_view .container .right_part_loc .phase .r.sel,
#comm_ord_view .container .right_part_loc .phase .r.sel,
#transporter_film .container .right_part_loc .phase .r.sel {
  border: 2px solid #1A3B49;
  color: #1A3B49;
}
#transporter_film .container .base_info .info_location .info_loc {
  margin-bottom: 6px;
}
#transporter_film .container .base_info .info_location .info_loc .labelo {
  margin-bottom: 6px;
}
#comm_ord_view .container .base_info {
  width: 573px;
  float: right;
}
#comm_ord_view .container .left_part_loc {
  width: 100%;
  float: left;
  height: 158px;
}
#comm_ord_view .container .left_part_loc #title_loc,
#comm_ord_view .container .left_part_loc #title_loc2 {
  height: 50px;
  width: 72%;
  color: #1A3B49;
  font-family: "Open Sans";
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 27px;
  float: left;
}
#comm_ord_view .container .left_part_loc #title_loc span,
#comm_ord_view .container .left_part_loc #title_loc2 span {
  font-size: 14px;
  width: 100%;
  float: left;
  display: block;
  line-height: 25px;
  font-style: italic;
}
#comm_ord_view .container .left_part_loc #order_loc_tabs2 {
  height: 40px;
  float: left;
  margin-top: 40px;
  width: 100%;
}
#comm_ord_view .container .left_part_loc #order_loc_tabs2 .tab {
  color: #656982;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  float: left;
  margin-right: 65px;
  padding-bottom: 17px;
  display: block;
  cursor: pointer;
}
#comm_ord_view .container .left_part_loc #order_loc_tabs2 .tab:last-child {
  margin-right: 0px;
}
#comm_ord_view .container .left_part_loc #order_loc_tabs2 .tab.canbe {
  background: repeating-linear-gradient(45deg,#fefefe,#fefefe 3px,#efefef 3px,#efefef 6px);
}
#comm_ord_view .container .left_part_loc #order_loc_tabs2 .tab.sel {
  color: #323C47;
  border-bottom: 3px solid #199cd0;
}
#comm_ord_view .container .left_part_loc .editproject {
  height: 40px;
  min-width: 159px;
  border: 2px solid #1A3B49;
  border-radius: 20px;
  color: #1A3B49;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  line-height: 37px;
  text-align: left;
  right: 230px;
  top: 105px;
  display: block;
  background: url(images/penciledit.svg) no-repeat 18px center;
  padding-left: 46px;
  text-decoration: none;
  ouline: none;
}
#comm_ord_view .container .left_part_loc .delproject {
  height: 40px;
  min-width: 189px;
  border: 2px solid #1A3B49;
  border-radius: 20px;
  color: #1A3B49;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  line-height: 37px;
  text-align: left;
  right: 410px;
  top: 105px;
  display: block;
  background: url(images/delsm.png) no-repeat 18px center;
  padding-left: 46px;
  text-decoration: none;
  ouline: none;
}
#comm_ord_view .container .left_part_loc .sendprojtosrv,
#comm_ord_view .container .left_part_loc .sendprojtosrv_cnc {
  height: 40px;
  min-width: 189px;
  border: 2px solid #1A3B49;
  border-radius: 20px;
  color: #1A3B49;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  line-height: 37px;
  text-align: left;
  right: 30px;
  top: 105px;
  display: block;
  background: url(images/chkmark.png) no-repeat 18px center #199cd0;
  padding-left: 46px;
  text-decoration: none;
  ouline: none;
}
#comm_ord_view .container .left_part_loc .sendprojtosrv div.load,
#comm_ord_view .container .left_part_loc .sendprojtosrv_cnc div.load {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 13px;
  top: -1px;
}
#comm_ord_view .container .left_part_loc .sendprojtosrv div.load img,
#comm_ord_view .container .left_part_loc .sendprojtosrv_cnc div.load img {
  width: 100%;
  height: 100%;
}
#comm_ord_view .container .left_part_loc .sendprojtosrv_cnc {
  background: url(images/delsm.png) no-repeat 18px center #AEB9C9;
}
#comm_ord_view .container .left_part_loc .phase {
  width: 300px;
  height: 50px;
  margin-right: 25px;
  float: right;
  position: relative;
  margin-top: 29px;
}
#comm_ord_view .container .left_part_loc .phase .lineth {
  width: 240px;
  float: left;
  margin-left: 30px;
  margin-top: 12px;
  height: 2px;
  background-color: #323C47;
}
#comm_ord_view .container .left_part_loc .phase .r {
  box-sizing: border-box;
  height: 24px;
  width: 24px;
  border: 2px solid #323c47;
  background-color: #FFF;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #323C47;
  border-radius: 50%;
}
#comm_ord_view .container .left_part_loc .phase .r span {
  display: block;
  float: left;
  position: absolute;
  color: #1A3B49;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  top: 24px;
}
#comm_ord_view .container .left_part_loc .phase .r1 {
  position: absolute;
  left: 18px;
  top: 0px;
}
#comm_ord_view .container .left_part_loc .phase .r1 span {
  left: -24px;
}
#comm_ord_view .container .left_part_loc .phase .r2 {
  position: absolute;
  left: 138px;
  top: 0px;
}
#comm_ord_view .container .left_part_loc .phase .r2 span {
  left: -14px;
}
#comm_ord_view .container .left_part_loc .phase .r3 {
  position: absolute;
  left: 258px;
  top: 0px;
}
#comm_ord_view .container .left_part_loc .phase .r3 span {
  left: -18px;
}
#comm_ord_view .container .left_part_loc .phase .r.sel {
  border: 2px solid #323c47;
  color: #FFF;
  background-color: #323C47;
}
#comm_ord_view .container .prods_base .filters_wbtns {
  width: 100%;
  height: 60px;
  border-top: 1px solid #E2E5F1;
  float: left;
}
#comm_ord_view .container .prods_base .filters_wbtns .addnewprods_toproj {
  height: 38px;
  width: 191px;
  border: 2px solid #1A3B49;
  border-radius: 19px;
  color: #1A3B49;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  background: url(images/pls.png) no-repeat 20px center #ffffff;
  padding-left: 41px;
  margin-top: 10px;
  margin-left: 20px;
  line-height: 35px;
  display: none;
  float: left;
}
#comm_ord_view .container .prods_base .filters_wbtns .extradets {
  width: 70%;
  float: right;
  height: 38px;
  margin-top: 10px;
}
#comm_ord_view .container .prods_base .filters_wbtns .extradets .livr,
#comm_ord_view .container .prods_base .filters_wbtns .extradets .repr,
#comm_ord_view .container .prods_base .filters_wbtns .extradets .util {
  width: 30%;
  float: left;
  margin: 0% 1.5%;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  color: #1A3B49;
  height: 38px;
  line-height: 38px;
}
#comm_ord_view .container .prods_base .filters_wbtns .extradets .livr span,
#comm_ord_view .container .prods_base .filters_wbtns .extradets .repr span,
#comm_ord_view .container .prods_base .filters_wbtns .extradets .util span {
  margin-left: 10px;
}
#comm_ord_view .container .prods_base #w8prods_container {
  float: left;
  width: 100%;
}
#comm_ord_view .container .prods_base #w8prods_container .produit {
  width: 100%;
  padding: 5px;
  float: left;
  background: #fff;
  height: 75px;
  border: 1px solid #E2E5F1;
  margin-top: 9px;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .leftprod {
  width: 671px;
  float: left;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .leftprod .imgleft {
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 6px;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .leftprod .topcat {
  height: 15px;
  width: 600px;
  color: #656982;
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .leftprod .nomprod {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  width: 600px;
  float: left;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .info_loc {
  width: auto;
  border-left: 1px solid rgba(192,195,219,0.6);
  float: left;
  padding: 2px 10px;
  margin-top: 10px;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .info_loc .label {
  height: 18px;
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .info_loc .labelo {
  min-height: 21px;
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 17px;
  margin-top: 5px;
  text-align: left;
  margin-bottom: 0px;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .doorderx3,
#comm_ord_view .container .prods_base #w8prods_container .produit .doorderx2 {
  cursor: pointer;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .rightprod {
  border-left: 1px solid #D4D6E3;
  width: 200px;
  float: left;
  height: 51px;
  margin-top: 7px;
  border-right: 1px solid #D4D6E3;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .rightprod .lum {
  padding: 0px 10px;
  min-width: 80px;
  max-width: 110px;
  float: left;
  width: auto;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .rightprod .lum .label {
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .rightprod .lum .val {
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 27px;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .delppq,
#comm_ord_view .container .prods_base #w8prods_container .produit .editppq {
  height: 40px;
  min-width: 101px;
  border: 2px solid #1A3B49;
  float: right;
  margin-right: 28px;
  padding-left: 33px;
  color: #1A3B49;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 37px;
  display: block;
  text-decoration: none;
  padding-right: 10px;
  margin-top: 11px;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .editppq {
  background: url(images/penciledit.svg) no-repeat 10px center;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .delppq {
  background: url(images/delsm.png) no-repeat 10px center;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .last {
  padding: 0px 10px;
  float: left;
  width: auto;
  height: 51px;
  margin-top: 7px;
  border-left: 1px solid #D4D6E3;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .last .label {
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .last .val {
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 27px;
}
#comm_ord_view .container .prods_base #w8prods_container .produit .last #editprodquantities {
  border: 2px solid #1A3B49;
  padding: 4px 5px;
  color: #1A3B49;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  background: url(images/pencil-sm.svg) no-repeat 5px center #fff;
  padding-left: 26px;
  margin-top: 12px;
  display: block;
  text-decoration: none;
}
#comm_ord_view .container .props_base {
  display: block;
  width: 650px;
  min-height: 620px;
  max-height: 660px;
  overflow-y: auto;
}
#comm_ord_view .container .props_base .prop_view {
  height: 289px;
  width: 248px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  position: relative;
}
#comm_ord_view .container .props_base .prop_view .furniseur_ttl {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 5px;
  color: #8D90A4;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 17px;
}
#comm_ord_view .container .props_base .prop_view .title_ptop {
  height: 18px;
  width: 248px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  margin-top: 24px;
}
#comm_ord_view .container .props_base .prop_view .price_ptop {
  height: 48px;
  width: 248px;
  color: #3F4152;
  font-family: "Open Sans";
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  margin-top: 12px;
}
#comm_ord_view .container .props_base .prop_view .price_ptop span {
  font-size: 18px;
}
#comm_ord_view .container .props_base .prop_view .price_ptop.cc {
  margin-top: 2px;
}
#comm_ord_view .container .props_base .prop_view .price_ttop {
  height: 20px;
  width: 248px;
  color: #8D90A4;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  margin-top: 0px;
  font-variant-caps: small-caps;
  text-transform: lowercase;
}
#comm_ord_view .container .props_base .prop_view .price_ptott {
  height: 20px;
  width: 248px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  margin-top: 0px;
  font-variant-caps: small-caps;
  text-transform: lowercase;
}
#comm_ord_view .container .props_base .prop_view .line_divider {
  height: 1px;
  width: 100px;
  transform: scaleY(-1);
  border-radius: 1px;
  margin: 18px 0px 18px 75px;
  background-color: #E7E8F0;
}
#comm_ord_view .container .props_base .prop_view .line_divider.cc {
  margin: 8px 0px 18px 75px;
}
#comm_ord_view .container .props_base .prop_view .fnote {
  height: 18px;
  width: 248px;
  color: #656982;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
#comm_ord_view .container .props_base .prop_view .fval {
  height: 18px;
  width: 216px;
  color: #656982;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin: 7px 16px 0px;
}
#comm_ord_view .container .props_base .prop_view .resp_pend {
  height: 18px;
  width: 248px;
  color: #656982;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
#comm_ord_view .container .props_base .prop_view .resp_pend.green {
  color: #4f9c4e;
  cursor: pointer;
}
#comm_ord_view .container .props_base .prop_view .resp_pend.yellow {
  color: #F0C334;
}
#comm_ord_view .container .props_base .prop_view .resp_pend.red {
  color: #fb502f;
}
#comm_ord_view .container .props_base .prop_view .openchatm {
  width: 26px;
  height: 26px;
  background: url(images/chat.svg) no-repeat center center #fff;
  position: absolute;
  right: 15px;
  top: 145px;
  border: 1px solid #199cd0;
  border-radius: 4px;
  cursor: pointer;
}
#comm_ord_view .container .props_base .prop_view .accof {
  height: 34px;
  width: 94px;
  border-radius: 18px;
  background-color: #1A3B49;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 8px 1px 7px 1px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
#comm_ord_view .container .props_base .prop_view .accof:hover {
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.18);
}
#comm_ord_view .container .props_base .prop_view .rejof {
  height: 34px;
  width: 94px;
  border-radius: 18px;
  background-color: rgba(26,59,73,0.5);
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 8px 1px 7px 1px;
  display: block;
  float: left;
  text-decoration: none;
}
#comm_ord_view .container .props_base .prop_view .rejof:hover {
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.18);
}
#comm_ord_view .container .props_base .prop_view:hover {
  box-shadow: 0 0 24px 0 rgba(101,101,125,0.18);
}
#comm_ord_view .container .props_base .prop_view:first-child {
  margin-left: 0px;
}
#comm_ord_view .container .props_base .prop_view:nth-child(odd) {
  margin-left: 0px;
}
#comm_ord_view .container .props_base .prop_view.accepted {
  border-top: 5px solid #4f9c4e;
  border-bottom: 2px solid #4f9c4e;
}
#comm_ord_view .container .props_base .prop_view.accepted .price_ptop {
  color: #4f9c4e;
}
#comm_ord_view .container .props_base .no_provider_responded {
  background: url(images/no_provider_responded.png) no-repeat center 100px;
  color: #3F4152;
  width: 100%;
  height: 100%;
  float: left;
  padding-top: 280px;
  font-family: "Open Sans";
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
#comm_ord_view .container ::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
#comm_ord_view .container ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#comm_ord_view .container ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #999;
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
#comm_ord_view .container ::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #9f9f9f;
  -webkit-border-radius: 4px;
}
#comm_ord_view .container .pay_base {
  display: none;
  width: 100%;
}
#comm_ord_view .container .pay_base .left_column {
  width: 450px;
  float: left;
}
#comm_ord_view .container .pay_base .left_column .livliv_info {
  min-height: 326px;
  width: 450px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  padding: 28px;
  float: left;
}
#comm_ord_view .container .pay_base .left_column .livliv_info .title {
  width: 394px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(192,195,219,0.6);
  text-transform: uppercase;
  margin-bottom: 16px;
}
#comm_ord_view .container .pay_base .left_column .livliv_info .c50px {
  width: 50%;
  float: left;
}
#comm_ord_view .container .pay_base .left_column .livliv_info .c50px .label {
  height: 18px;
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  float: left;
}
#comm_ord_view .container .pay_base .left_column .livliv_info .c50px .value {
  height: 28px;
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 27px;
  margin-top: 5px;
  float: left;
}
#comm_ord_view .container .pay_base .left_column .livliv_info .dividerline {
  width: 394px;
  height: 1px;
  background-color: rgba(192,195,219,0.6);
  margin-top: 16px;
  margin-bottom: 16px;
  float: left;
}
#comm_ord_view .container .pay_base .left_column .livliv_info .devauto,
#comm_ord_view .container .pay_base .left_column .livliv_info .devauto2 {
  width: auto;
  float: left;
  margin-right: 37px;
}
#comm_ord_view .container .pay_base .left_column .livliv_info .devauto .label,
#comm_ord_view .container .pay_base .left_column .livliv_info .devauto2 .label {
  height: 18px;
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
#comm_ord_view .container .pay_base .left_column .livliv_info .devauto .value,
#comm_ord_view .container .pay_base .left_column .livliv_info .devauto2 .value {
  height: 28px;
  width: 100%;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 27px;
  margin-top: 5px;
}
#comm_ord_view .container .pay_base .left_column .livliv_info .devauto:last-child,
#comm_ord_view .container .pay_base .left_column .livliv_info .devauto2:last-child {
  margin-right: 0px;
}
#comm_ord_view .container .pay_base .left_column .livliv_info .devauto2 {
  margin-right: 16px;
}
#comm_ord_view .container .pay_base .left_column .livliv_info .devauto2:last-child {
  margin-right: 0px;
}
#comm_ord_view .container .pay_base .left_column .livliv_infofur {
  height: 238px;
  width: 450px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  padding: 28px;
  float: left;
  margin-top: 20px;
}
#comm_ord_view .container .pay_base .left_column .livliv_infofur .title {
  width: 394px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(192,195,219,0.6);
  text-transform: uppercase;
  margin-bottom: 16px;
}
#comm_ord_view .container .pay_base .left_column .livliv_infofur .furname {
  height: 23px;
  width: 394px;
  color: #3F4152;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  margin: 0px 0px 16px;
  float: left;
}
#comm_ord_view .container .pay_base .left_column .livliv_infofur .furnote_pay {
  height: 92px;
  width: 394px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  padding: 14px 16px;
  color: #656982;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 27px;
  float: left;
}
#comm_ord_view .container .pay_base .right_column {
  width: 700px;
  margin-left: 20px;
  float: left;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod {
  min-height: 261px;
  width: 700px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  padding: 28px;
  margin-bottom: 20px;
  float: left;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .title {
  width: 644px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(192,195,219,0.6);
  text-transform: uppercase;
  margin-bottom: 16px;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .doorderx3 {
  cursor: pointer;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .xprod {
  height: 100px;
  width: 653px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  padding: 14px;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .xprod .img {
  width: 72px;
  height: 72px;
  float: left;
  margin-right: 14px;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .xprod .img img {
  width: 100%;
  height: 100%;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .xprod .fpart {
  width: 280px;
  float: left;
  margin-top: 7px;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .xprod .fpart .catp {
  height: 17px;
  width: 280px;
  color: #656982;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 2px;
  float: left;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .xprod .fpart .namep {
  height: 38px;
  width: 280px;
  color: #3F4152;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  float: left;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .xprod .spart {
  width: 135px;
  float: left;
  height: 64px;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 10px;
  margin-top: 4px;
  border-left: 1px solid rgba(192,195,219,0.6);
  border-right: 1px solid rgba(192,195,219,0.6);
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .xprod .spart .lbal {
  height: 34px;
  width: 110px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  float: left;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .xprod .spart .pprice {
  height: 24px;
  width: 110px;
  color: rgba(101,105,130,0.53);
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
  margin-top: 6px;
  float: left;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .xprod .spart .pprice span {
  color: #3F4152;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .xprod .totalprods {
  width: 90px;
  float: left;
  margin-left: 15px;
  height: 64px;
  margin-top: 4px;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .xprod .totalprods .lbal {
  height: 17px;
  width: 90px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  float: left;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .xprod .totalprods .val {
  height: 26px;
  width: 90px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 26px;
  float: left;
  margin-top: 4px;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .totalpay_left {
  width: 315px;
  float: left;
  position: relative;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .totalpay_left:after {
  content: '';
  position: absolute;
  right: -5px;
  top: 5%;
  height: 90%;
  width: 1px;
  background: rgba(211,211,211,0.4);
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .totalpay_right {
  width: 315px;
  float: right;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .totaltopay2,
#comm_ord_view .container .pay_base .right_column .livpay_prod .totaltopay2b {
  height: 38px;
  width: 315px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 38px;
  float: left;
  margin-top: 16px;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .totaltopay3,
#comm_ord_view .container .pay_base .right_column .livpay_prod .totaltopay3b {
  height: 18px;
  width: 315px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  float: left;
  margin-top: 16px;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .totaltopay3 .pluspoint,
#comm_ord_view .container .pay_base .right_column .livpay_prod .totaltopay3b .pluspoint {
  color: rgba(101,105,130,0.53);
  margin-left: 40px;
  float: right;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod .totaltopay4,
#comm_ord_view .container .pay_base .right_column .livpay_prod .totaltopay4b {
  height: 28px;
  width: 315px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  float: left;
  margin-top: 16px;
  border-bottom: 1px solid rgba(192,195,219,0.6);
  padding-bottom: 10px;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod #totaltopaynow2,
#comm_ord_view .container .pay_base .right_column .livpay_prod #totaltopaynow2b {
  color: rgba(101,105,130,0.53);
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  text-align: right;
  margin-left: 10px;
  float: right;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod #totaltopaynow2 span,
#comm_ord_view .container .pay_base .right_column .livpay_prod #totaltopaynow2b span {
  color: #3F4152;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod #totaltopaynow4,
#comm_ord_view .container .pay_base .right_column .livpay_prod #totaltopaynow4b,
#comm_ord_view .container .pay_base .right_column .livpay_prod #totaltopaynow5,
#comm_ord_view .container .pay_base .right_column .livpay_prod #totaltopaynow5b {
  color: rgba(101,105,130,0.53);
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: right;
  margin-left: 10px;
  float: right;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod #totaltopaynow4 span,
#comm_ord_view .container .pay_base .right_column .livpay_prod #totaltopaynow4b span,
#comm_ord_view .container .pay_base .right_column .livpay_prod #totaltopaynow5 span,
#comm_ord_view .container .pay_base .right_column .livpay_prod #totaltopaynow5b span {
  color: #3F4152;
}
#comm_ord_view .container .pay_base .right_column .livpay_prod #totaltopaynow5,
#comm_ord_view .container .pay_base .right_column .livpay_prod #totaltopaynow5b {
  margin-right: 48px;
}
#comm_ord_view .container .pay_base .right_column .livpay_pay {
  height: 269px;
  width: 700px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  padding: 28px;
  margin-bottom: 20px;
  float: left;
}
#comm_ord_view .container .pay_base .right_column .livpay_pay .title {
  width: 644px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(192,195,219,0.6);
  text-transform: uppercase;
  margin-bottom: 16px;
}
#comm_ord_view .container .pay_base .right_column .livpay_pay .card {
  background: url(images/cardpayment.svg) no-repeat center 29px #fff;
  height: 114px;
  width: 134px;
  border: 1px solid #E2E5F1;
  padding-top: 73px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  position: relative;
  margin-top: 12px;
  margin-right: 17px;
  float: left;
  cursor: pointer;
}
#comm_ord_view .container .pay_base .right_column .livpay_pay .dis:before {
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 134px;
  height: 114px;
  background: repeating-linear-gradient(45deg,transparent,transparent 5px,rgba(204,204,204,0.5) 5px,rgba(204,204,204,0.6) 12px), linear-gradient(to bottom,rgba(238,238,238,0.4),rgba(153,153,153,0.6));
}
#comm_ord_view .container .pay_base .right_column .livpay_pay .card.sel {
  border: 2px solid #F4C52C;
}
#comm_ord_view .container .pay_base .right_column .livpay_pay .card.sel:after {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: -11px;
  right: -11px;
  background: url(images/chk-sm1.svg) no-repeat center center #199cd0;
  position: absolute;
}
#comm_ord_view .container .pay_base .right_column .livpay_pay .oder {
  margin-top: 21px;
  width: 250px;
  float: left;
  margin-left: 21px;
  height: 114px;
}
#comm_ord_view .container .pay_base .right_column .livpay_pay .oder .totaltopay {
  height: 38px;
  width: 315px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 38px;
  float: left;
}
#comm_ord_view .container .pay_base .right_column .livpay_pay .oder #totaltopaynow {
  color: rgba(101,105,130,0.53);
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  text-align: right;
  margin-left: 10px;
  float: right;
}
#comm_ord_view .container .pay_base .right_column .livpay_pay .oder #totaltopaynow span {
  color: #3F4152;
}
#comm_ord_view .container .pay_base .right_column .livpay_pay .oder .paybtnx {
  height: 42px;
  width: 195px;
  border: 1px solid #B3B6C6;
  background-color: #FFFFFF;
  color: #3F4152;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  margin-top: 16px;
  outline: none;
  cursor: pointer;
}
#comm_ord_view .container .pay_base .right_column .livpay_pay .oder .paybtnx.sel {
  background-color: #F0C334;
  color: #FFFFFF;
  font-weight: bold;
  border-color: #F0C334;
}
#comm_ord_view .container .pay_base .right_column .livpay_pay .paynoteonpaypage {
  height: 20px;
  width: 100%;
  float: left;
  color: #656982;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 20px;
  margin-top: 16px;
}
.equipe {
  padding: 12px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
}
.equipe .head {
  padding: 16px;
  width: 100%;
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  border-bottom: 1px solid rgba(192,195,219,0.6);
  margin-bottom: 25px;
}
.equipe .head span {
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
  margin-left: 10px;
}
.equipe .equipe_user {
  width: 318px;
  padding: 12px;
  border: 1px solid #E2E5F1;
  height: 66px;
  float: left;
  margin-left: 16px;
  background-color: #FFFFFF;
  margin-bottom: 16px;
  position: relative;
  transition: all 0.5s ease;
}
.equipe .equipe_user img {
  height: 40px;
  width: 40px;
  float: left;
  margin-right: 12px;
}
.equipe .equipe_user .name {
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  width: 184px;
  float: left;
}
.equipe .equipe_user .func {
  color: #525560;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  width: 184px;
  float: left;
}
.equipe .equipe_user .extra {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  height: 50px;
  background: #fff;
  width: 292px;
  padding-top: 10px;
  border-top: 1px solid rgba(212,214,227,0.86);
}
.equipe .equipe_user .extra .edit {
  background: url(images/edit.svg) no-repeat 8px center;
  padding-left: 30px;
  color: #525560;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  width: 197px;
  float: left;
  display: block;
}
.equipe .equipe_user:hover {
  height: 126px;
  box-shadow: 0 4px 13px 0 rgba(23,23,29,0.21);
}
.equipe .equipe_user:hover .extra {
  display: block;
}
#scriptoptions {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 9999872;
}
#scriptoptions #options_avariable {
  width: 450px;
  height: 420px;
  position: absolute;
  top: calc((100% - 426px) / 2);
  left: calc((100% - 456px) / 2);
  background: #fff;
  border: 3px solid #323C47;
  border-radius: 8px;
  overflow: hidden;
}
#scriptoptions #options_avariable h3.title {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background: #199cd0;
  color: #323C47;
  padding: 8px 12px;
  font-weight: bold;
  text-align: center;
}
#scriptoptions #options_avariable h3.title span {
  font-variant: small-caps;
  color: #fff;
  font-weight: bold;
  text-align: left;
  margin-right: 10px;
  font-size: 12px;
}
#scriptoptions #options_avariable h4,
#scriptoptions #options_avariable h5,
#scriptoptions #options_avariable h6 {
  font-family: 'Open Sans', sans-serif;
  color: #323C47;
  padding: 5px 12px;
  margin: 0px;
}
#scriptoptions #options_avariable .form-group {
  padding: 8px 12px;
  margin-bottom: 4px;
}
#scriptoptions #close_optav {
  background: url(images/delf.svg) no-repeat center center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(((100% - 426px) / 2) + 10px);
  left: calc(((100% - 456px) / 2) + 425px);
  z-index: 5;
  cursor: pointer;
}
.providers,
.clients {
  padding: 14px 10px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  width: 49.5%;
  margin-right: 1%;
  float: left;
}
.providers .head,
.clients .head {
  padding: 16px;
  width: 100%;
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  border-bottom: 1px solid rgba(192,195,219,0.6);
  margin-bottom: 25px;
}
.providers .head span,
.clients .head span {
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
  margin-left: 10px;
}
.providers .provider,
.providers .client1,
.clients .provider,
.clients .client1 {
  height: 64px;
  width: 243px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  margin-left: 8px;
  margin-bottom: 16px;
  float: left;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
}
.providers .provider .img,
.providers .client1 .img,
.clients .provider .img,
.clients .client1 .img {
  width: 40px;
  height: 40px;
  float: left;
  margin: 12px;
  background-color: #FFF4DB;
  color: #4D5864;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
}
.providers .provider .comp_name,
.providers .client1 .comp_name,
.clients .provider .comp_name,
.clients .client1 .comp_name {
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  width: 170px;
  float: left;
  margin-top: 7px;
  text-transform: capitalize;
}
.providers .provider .comp_loc,
.providers .client1 .comp_loc,
.clients .provider .comp_loc,
.clients .client1 .comp_loc {
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  width: 170px;
  float: left;
}
.providers .provider .comp_paym,
.providers .client1 .comp_paym,
.clients .provider .comp_paym,
.clients .client1 .comp_paym {
  color: #525560;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  width: 170px;
  float: left;
}
.providers .provider .more_more,
.providers .client1 .more_more,
.clients .provider .more_more,
.clients .client1 .more_more {
  width: 18px;
  height: 10px;
  cursor: pointer;
  background: url(images/more.svg) no-repeat center center;
  position: absolute;
  right: 5px;
  top: 4px;
}
.providers .provider .deloct,
.providers .client1 .deloct,
.clients .provider .deloct,
.clients .client1 .deloct {
  width: 100%;
  position: absolute;
  height: 62px;
  top: 0px;
  background: #fff;
  display: none;
  box-shadow: 0 4px 13px 0 rgba(23,23,29,0.21);
  left: 0;
}
.providers .provider .deloct a.delsup,
.providers .client1 .deloct a.delsup,
.clients .provider .deloct a.delsup,
.clients .client1 .deloct a.delsup {
  background: url(images/delf.svg) no-repeat 14px 15px;
  height: 34px;
  padding-left: 44px;
  width: 90%;
  color: #525560;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 18px;
  padding-top: 10px;
  float: left;
  margin-left: 2%;
  border-top: 1px solid rgba(212,214,227,0.86);
}
.providers .provider .deloct a.accclient,
.providers .client1 .deloct a.accclient,
.clients .provider .deloct a.accclient,
.clients .client1 .deloct a.accclient {
  background: url(images/okicn.svg) no-repeat 14px 6px;
  height: 24px;
  padding-left: 44px;
  width: 90%;
  color: #525560;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 15px;
  padding-top: 4px;
  float: left;
  margin-left: 2%;
}
.providers .provider .deloct a.changepaydate,
.providers .client1 .deloct a.changepaydate,
.clients .provider .deloct a.changepaydate,
.clients .client1 .deloct a.changepaydate {
  background: url(images/paycal.svg?i=1) no-repeat 14px 6px;
  height: 24px;
  padding-left: 44px;
  width: 90%;
  color: #525560;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 15px;
  padding-top: 4px;
  float: left;
  margin-left: 2%;
}
.providers .provider .deloct a.rejclient,
.providers .client1 .deloct a.rejclient,
.clients .provider .deloct a.rejclient,
.clients .client1 .deloct a.rejclient {
  background: url(images/badicn.svg) no-repeat 14px 6px;
  height: 24px;
  padding-left: 44px;
  width: 90%;
  color: #525560;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 15px;
  padding-top: 4px;
  float: left;
  margin-left: 2%;
  border-top: 1px solid rgba(212,214,227,0.86);
}
.providers .provider .deloct a.delclientinc,
.providers .client1 .deloct a.delclientinc,
.clients .provider .deloct a.delclientinc,
.clients .client1 .deloct a.delclientinc {
  background: url(images/badicn.svg) no-repeat 14px 6px;
  height: 24px;
  padding-left: 44px;
  width: 90%;
  color: #525560;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 15px;
  padding-top: 4px;
  float: left;
  margin-left: 2%;
  border-top: 1px solid rgba(212,214,227,0.86);
}
.providers .provider .deloct a.closethisoct,
.providers .client1 .deloct a.closethisoct,
.clients .provider .deloct a.closethisoct,
.clients .client1 .deloct a.closethisoct {
  background: url(images/delf.svg) no-repeat center center;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 2px;
  top: 2px;
  margin-bottom: 3px;
}
.providers .provider:hover,
.providers .client1:hover,
.clients .provider:hover,
.clients .client1:hover {
  box-shadow: 0 4px 13px 0 rgba(23,23,29,0.21);
}
.providers .provider:nth-child(2n+0),
.providers .client1:nth-child(2n+0),
.clients .provider:nth-child(2n+0),
.clients .client1:nth-child(2n+0) {
  margin-left: 0px;
}
.providers .provider.pnd,
.providers .client1.pnd,
.clients .provider.pnd,
.clients .client1.pnd {
  border: 1px solid #199cd0;
}
.providers .provider.acc,
.providers .client1.acc,
.clients .provider.acc,
.clients .client1.acc {
  border: 1px solid #27E08C;
}
.providers .provider.rej,
.providers .client1.rej,
.clients .provider.rej,
.clients .client1.rej {
  border: 1px solid #FE6140;
}
#importstock2 .close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
}
#importstock2 #gobackto2 {
  position: absolute;
  background: url(images/arrback.svg) no-repeat center center;
  left: 16px;
  top: 10px;
  z-index: 3;
  width: 40px;
  height: 30px;
  display: none;
}
#importstock2 .sublinestock {
  width: 100%;
  margin-top: -15px;
  height: 46px;
  position: relative;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}
#importstock2 .sublinestock:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -15px;
  right: -15px;
  height: 1px;
  background: #E2E5F1;
}
#importstock2 .substockdescr {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  margin-top: 28px;
}
#importstock2 #stock_main_1 {
  width: 100%;
  float: left;
  display: block;
  transition: all 0.5s ease;
}
#importstock2 .stock500w {
  width: 500px;
  margin-left: calc((100% - 500px) / 2);
  margin-bottom: 44px;
  float: left;
}
#importstock2 .stock500w .wleft,
#importstock2 .stock500w .wright {
  height: 218px;
  width: 218px;
  float: left;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 0 24px 0 rgba(83,83,108,0.19);
  color: #3F4152;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  padding-top: 177px;
  background: url(images/eximp.svg) no-repeat center 58px;
  margin-bottom: 19px;
  cursor: pointer;
}
#importstock2 .stock500w .wleft:hover,
#importstock2 .stock500w .wright:hover {
  box-shadow: 0 0 24px 0 rgba(83,83,108,0.29);
}
#importstock2 .stock500w .wright {
  background: url(images/manualimp.svg) no-repeat center 58px;
  margin-left: 61px;
}
#importstock2 .stock500w .wleftd,
#importstock2 .stock500w .wrightd {
  width: 218px;
  float: left;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  height: 70px;
}
#importstock2 .stock500w .wrightd {
  margin-left: 61px;
}
#importstock2 #stock_main_2 {
  width: 100%;
  float: left;
  display: none;
  transition: all 0.5s ease;
}
#importstock2 .stock500d {
  width: 660px;
  margin-left: calc((100% - 660px) / 2);
  margin-bottom: 44px;
  float: left;
  background: url(images/lfarr.svg) no-repeat center center;
}
#importstock2 .stock500d .wleft2,
#importstock2 .stock500d .wright2 {
  height: 270px;
  width: 218px;
  float: left;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 0 24px 0 rgba(83,83,108,0.19);
  color: #3F4152;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  padding-top: 167px;
  background: url(images/eximp.svg) no-repeat center 65px;
  margin-bottom: 19px;
  cursor: pointer;
}
#importstock2 .stock500d .wright2 {
  background: url(images/cloudup.svg) no-repeat center 12px;
  margin-left: 218px;
  padding-top: 105px;
  box-shadow: none;
  border: 2px dashed rgba(26,59,73,0.34);
  margin-bottom: 19px;
}
#importstock2 .stock500d .wright2 div.uploadifive-queue-item {
  display: none;
}
#importstock2 .stock500d .wright2 #upsizeloadicsv {
  height: 4px;
  width: 176px;
  border-radius: 3px;
  background-color: rgba(26,59,73,0.18);
  margin-left: 22px;
  margin-top: 20px;
  position: relative;
}
#importstock2 .stock500d .wright2 #upsizeloadicsv div#inscsvl {
  height: 4px;
  width: 0%;
  border-radius: 3px;
  background-color: #1A3B49;
}
#importstock2 .stock500d .wright2 #percentlcsv {
  height: 17px;
  width: 218px;
  color: #3F4152;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  margin-top: 6px;
  float: left;
}
#importstock2 .stock500d .wleft2 .stock_vv,
#importstock2 .stock500d .wright2 .stock_vv {
  width: 218px;
  float: left;
}
#importstock2 .stock500d .wleft2 .stock_vv .ool,
#importstock2 .stock500d .wright2 .stock_vv .ool {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
#importstock2 .stock500d .wleft2 .stock_vv select,
#importstock2 .stock500d .wright2 .stock_vv select {
  width: 90%;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  float: left;
  padding: 2px 3px;
  margin-top: 4px;
  outline: none;
  border: 1px solid #E2E5F1;
  border-radius: 4px;
  margin-left: 5%;
}
#importstock2 .stock500d .wleft2 .stock_vv {
  margin-top: 10px;
}
#importstock2 .stock500d .wrightd {
  width: 218px;
  float: right;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  height: 70px;
}
#importstock2 .stock500d .wleftd {
  width: 218px;
  float: left;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  height: 70px;
}
#importstock2 .stock500d .btncenter3 {
  border: 1.5px solid #1A3B49;
  border-radius: 19px;
  height: 38px;
  padding: 11px 17px;
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
  color: #1A3B49;
  position: relative;
  text-decoration: none;
  float: left;
}
#importstock2 .stock500d #downloadexcell {
  width: 183px;
  position: relative;
  float: left;
  margin-left: 18px;
}
#importstock2 .stock500d #uploadexcell {
  width: 183px;
  position: relative;
  float: right;
  margin-right: 18px;
}
#importstock2 .stock500d #hidden_dtf {
  width: 0px;
  height: 0px;
  position: absolute;
  left: -999px;
  top: -999px;
}
.admin-action-menu {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  background: #F9F9F9;
  border: 1px solid #EEE;
}
.admin-action-menu div.intro {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.admin-action-menu div.intro span {
  display: block;
  color: #199cd0;
  margin-bottom: 15px;
}
.admin-action-menu div.intro span i {
  color: #199cd0;
  margin-right: 8px;
  font-size: 18px;
}
.admin-action-menu a {
  display: block;
  text-decoration: none;
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
  background: #199cd0;
  padding: 15px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.admin-action-menu a i {
  display: block;
  color: #FFF;
  font-size: 22px;
  margin-bottom: 5px;
  opacity: .6;
}
.admin-action-menu a span {
  display: block;
  color: #FFF;
}
.admin-action-menu a:hover {
  background: #35b4e7;
  text-decoration: none;
}
.admin-action-menu a:hover i {
  opacity: 1;
}
#pictures_container_uploadify {
  width: 100%;
  float: left;
}
#pictures_container_uploadify #pic_cnt {
  margin-top: 22px;
  width: 100%;
  float: left;
}
#pictures_container_uploadify #pic_cnt img {
  width: 150px;
  float: left;
  margin-left: 11px;
  margin-bottom: 10px;
}
#pictures_container_uploadify #pic_cnt img.sel {
  border: 2px solid #199cd0;
}
#contextmenu {
  position: absolute;
  width: 200px;
  border-radius: 5px;
  overflow: hidden;
  display: none;
  height: 55px;
  background-color: #199cd0;
  border: 1px solid #BABBCC;
  box-sizing: border-box;
  border-top: 0px;
}
#contextmenu a {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  display: block;
  float: left;
  font-size: 12px;
  padding: 4px 8px;
  text-align: left;
  height: 27px;
  line-height: 15px;
  border-top: 1px solid #BABBCC;
  text-decoration: none;
  color: #1A3B49;
}
#contextmenu a:hover {
  background-color: #887D5A;
  text-decoration: none;
  color: #000;
}
#selectafilepic {
  padding: 2px 23px;
  color: #1A3B49;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 15px;
  float: right;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  height: 41px;
  width: 471px;
  border: 1px solid #BABBCC;
  background-color: #199cd0;
  outline: none;
}
#hiddenqueue,
#upsizepic {
  width: 0;
  height: 0;
  position: absolute;
  left: -999px;
  top: -999px;
}
#importstock3 .close,
#addnewproviders .close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
}
#importstock3 .sublinestock2,
#addnewproviders .sublinestock2 {
  width: 100%;
  margin-top: -15px;
  height: 36px;
  margin-bottom: 0px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
#importstock3 .substockdescr2,
#addnewproviders .substockdescr2 {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  position: relative;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 14px;
}
#importstock3 .substockdescr2:after,
#addnewproviders .substockdescr2:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -15px;
  right: -15px;
  height: 1px;
  background: #E2E5F1;
}
#importstock3 .sublinestock3,
#addnewproviders .sublinestock3 {
  width: 100%;
  position: relative;
  height: 36px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
#importstock3 .sublinestock3:after,
#addnewproviders .sublinestock3:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #E2E5F1;
}
#importstock3 .search_provider,
#addnewproviders .search_provider {
  float: left;
  width: 650px;
  height: 54px;
  margin-left: calc((100% - 650px) / 2);
  background-color: transparent;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  outline: none;
  margin-top: 18px;
  background: url(images/search_right20.svg) no-repeat 29px center #FFFFFF;
  border: 1px solid #E2E5F1;
  padding: 18px 60px;
}
#importstock3 .stock_items_search,
#addnewproviders .stock_items_search {
  width: 100%;
  float: left;
  margin-top: 13px;
  margin-bottom: 30px;
}
#importstock3 .stock_items_search .stock_item_search_inputs,
#addnewproviders .stock_items_search .stock_item_search_inputs {
  width: 662px;
  float: left;
  margin-left: 30px;
  height: 62px;
  border: 1px solid #E2E5F1;
  border-radius: 4px;
  background: url(images/search_right20.svg) no-repeat 29px center #FFFFFF;
}
#importstock3 .stock_items_search .stock_item_search_inputs input,
#addnewproviders .stock_items_search .stock_item_search_inputs input {
  float: left;
  width: 350px;
  margin-left: 65px;
  border: none;
  background-color: transparent;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  outline: none;
  margin-top: 18px;
}
#importstock3 .stock_items_search .stock_item_search_inputs #xdelcnt,
#addnewproviders .stock_items_search .stock_item_search_inputs #xdelcnt {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  float: left;
  display: block;
  margin: 20px 5px;
  cursor: pointer;
  background: url(images/delsm.png) no-repeat center center rgba(228,231,236,0.9);
  background-size: 9px;
}
#importstock3 .stock_items_search .stock_item_search_inputs .rvline,
#addnewproviders .stock_items_search .stock_item_search_inputs .rvline {
  height: 60px;
  width: 1px;
  float: left;
  margin-left: 10px;
  background-color: #E2E5F1;
}
#importstock3 .stock_items_search .stock_item_search_inputs select,
#addnewproviders .stock_items_search .stock_item_search_inputs select {
  width: 165px;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  float: left;
  border: none;
  margin-top: 20px;
  margin-left: 15px;
  outline: none;
}
#importstock3 .stock_items_search .stock_item_search_inputs select.nomup,
#addnewproviders .stock_items_search .stock_item_search_inputs select.nomup {
  margin-top: 5px;
}
#importstock3 .stock_items_search .stock_vv,
#addnewproviders .stock_items_search .stock_vv {
  width: 215px;
  float: left;
  margin-left: 20px;
}
#importstock3 .stock_items_search .stock_vv .ool,
#addnewproviders .stock_items_search .stock_vv .ool {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
#importstock3 .stock_items_search .stock_vv select,
#addnewproviders .stock_items_search .stock_vv select {
  width: 100%;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  float: left;
  padding: 8px 3px;
  margin-top: 4px;
  outline: none;
  border: 1px solid #E2E5F1;
  border-radius: 4px;
}
#importstock3 .stock_items_search #dosearchstock,
#addnewproviders .stock_items_search #dosearchstock {
  height: 60px;
  width: 138px;
  border-radius: 4px;
  background-color: #1A3B49;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  padding: 20px 24px;
  margin-left: 13px;
  float: left;
  border: none;
}
#importstock3 .stock_items_search #doprodpropose,
#addnewproviders .stock_items_search #doprodpropose {
  height: 60px;
  width: 138px;
  border: 2px solid #1A3B49;
  border-radius: 4px;
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  padding: 20px 24px;
  margin-left: 13px;
  float: left;
  background: #fff;
}
#importstock3 .stock_items_data,
#addnewproviders .stock_items_data {
  width: 100%;
  float: left;
  min-height: 518px;
  max-height: 518px;
  overflow-y: auto;
  height: 100%;
}
#importstock3 .stock_items_data .istockid,
#addnewproviders .stock_items_data .istockid {
  height: 122px;
  width: 100%;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding: 16px;
}
#importstock3 .stock_items_data .istockid img,
#addnewproviders .stock_items_data .istockid img {
  width: 90px;
  height: 90px;
  float: left;
}
#importstock3 .stock_items_data .istockid .first-part,
#addnewproviders .stock_items_data .istockid .first-part {
  width: 390px;
  border-right: 1px solid #D4D6E3;
  height: 70px;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 16px;
  float: left;
  margin-right: 10px;
}
#importstock3 .stock_items_data .istockid .first-part .fcat,
#addnewproviders .stock_items_data .istockid .first-part .fcat {
  height: 17px;
  width: 100%;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  float: left;
  margin-bottom: 3px;
}
#importstock3 .stock_items_data .istockid .first-part .fname,
#addnewproviders .stock_items_data .istockid .first-part .fname {
  color: #3F4152;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  width: 100%;
}
#importstock3 .stock_items_data .istockid .second-part,
#addnewproviders .stock_items_data .istockid .second-part {
  width: 560px;
  float: left;
  height: 70px;
}
#importstock3 .stock_items_data .istockid .second-part .cond,
#importstock3 .stock_items_data .istockid .second-part .invh,
#importstock3 .stock_items_data .istockid .second-part .invw,
#importstock3 .stock_items_data .istockid .second-part .invd,
#importstock3 .stock_items_data .istockid .second-part .invq,
#importstock3 .stock_items_data .istockid .second-part .invp,
#addnewproviders .stock_items_data .istockid .second-part .cond,
#addnewproviders .stock_items_data .istockid .second-part .invh,
#addnewproviders .stock_items_data .istockid .second-part .invw,
#addnewproviders .stock_items_data .istockid .second-part .invd,
#addnewproviders .stock_items_data .istockid .second-part .invq,
#addnewproviders .stock_items_data .istockid .second-part .invp {
  width: 112px;
  color: #323C47;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  height: 100%;
  float: left;
}
#importstock3 .stock_items_data .istockid .second-part .cond .top,
#importstock3 .stock_items_data .istockid .second-part .invh .top,
#importstock3 .stock_items_data .istockid .second-part .invw .top,
#importstock3 .stock_items_data .istockid .second-part .invd .top,
#importstock3 .stock_items_data .istockid .second-part .invq .top,
#importstock3 .stock_items_data .istockid .second-part .invp .top,
#addnewproviders .stock_items_data .istockid .second-part .cond .top,
#addnewproviders .stock_items_data .istockid .second-part .invh .top,
#addnewproviders .stock_items_data .istockid .second-part .invw .top,
#addnewproviders .stock_items_data .istockid .second-part .invd .top,
#addnewproviders .stock_items_data .istockid .second-part .invq .top,
#addnewproviders .stock_items_data .istockid .second-part .invp .top {
  width: 100%;
  float: left;
  height: 20px;
  margin-bottom: 10px;
}
#importstock3 .stock_items_data .istockid .second-part .cond .bottom,
#importstock3 .stock_items_data .istockid .second-part .invh .bottom,
#importstock3 .stock_items_data .istockid .second-part .invw .bottom,
#importstock3 .stock_items_data .istockid .second-part .invd .bottom,
#importstock3 .stock_items_data .istockid .second-part .invq .bottom,
#importstock3 .stock_items_data .istockid .second-part .invp .bottom,
#addnewproviders .stock_items_data .istockid .second-part .cond .bottom,
#addnewproviders .stock_items_data .istockid .second-part .invh .bottom,
#addnewproviders .stock_items_data .istockid .second-part .invw .bottom,
#addnewproviders .stock_items_data .istockid .second-part .invd .bottom,
#addnewproviders .stock_items_data .istockid .second-part .invq .bottom,
#addnewproviders .stock_items_data .istockid .second-part .invp .bottom {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}
#importstock3 .stock_items_data .istockid .second-part .cond .bottom input,
#importstock3 .stock_items_data .istockid .second-part .invh .bottom input,
#importstock3 .stock_items_data .istockid .second-part .invw .bottom input,
#importstock3 .stock_items_data .istockid .second-part .invd .bottom input,
#importstock3 .stock_items_data .istockid .second-part .invq .bottom input,
#importstock3 .stock_items_data .istockid .second-part .invp .bottom input,
#addnewproviders .stock_items_data .istockid .second-part .cond .bottom input,
#addnewproviders .stock_items_data .istockid .second-part .invh .bottom input,
#addnewproviders .stock_items_data .istockid .second-part .invw .bottom input,
#addnewproviders .stock_items_data .istockid .second-part .invd .bottom input,
#addnewproviders .stock_items_data .istockid .second-part .invq .bottom input,
#addnewproviders .stock_items_data .istockid .second-part .invp .bottom input {
  outline: none;
  padding: 7px 0px;
  height: 38px;
  width: 50px;
  border: 1px solid #C6C8D6;
  background-color: #FFFFFF;
  color: #3F4152;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
#importstock3 .stock_items_data .istockid .second-part .cond .bottom span,
#importstock3 .stock_items_data .istockid .second-part .invh .bottom span,
#importstock3 .stock_items_data .istockid .second-part .invw .bottom span,
#importstock3 .stock_items_data .istockid .second-part .invd .bottom span,
#importstock3 .stock_items_data .istockid .second-part .invq .bottom span,
#importstock3 .stock_items_data .istockid .second-part .invp .bottom span,
#addnewproviders .stock_items_data .istockid .second-part .cond .bottom span,
#addnewproviders .stock_items_data .istockid .second-part .invh .bottom span,
#addnewproviders .stock_items_data .istockid .second-part .invw .bottom span,
#addnewproviders .stock_items_data .istockid .second-part .invd .bottom span,
#addnewproviders .stock_items_data .istockid .second-part .invq .bottom span,
#addnewproviders .stock_items_data .istockid .second-part .invp .bottom span {
  height: 27px;
  width: 24px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 27px;
  margin-top: 6px;
  margin-right: 8px;
}
#importstock3 .stock_items_data .istockid .second-part .invh,
#importstock3 .stock_items_data .istockid .second-part .invw,
#importstock3 .stock_items_data .istockid .second-part .invq,
#importstock3 .stock_items_data .istockid .second-part .invp,
#addnewproviders .stock_items_data .istockid .second-part .invh,
#addnewproviders .stock_items_data .istockid .second-part .invw,
#addnewproviders .stock_items_data .istockid .second-part .invq,
#addnewproviders .stock_items_data .istockid .second-part .invp {
  width: 60px;
  margin-left: 25px;
}
#importstock3 .stock_items_data .istockid .second-part .invd,
#addnewproviders .stock_items_data .istockid .second-part .invd {
  width: 74px;
  margin-left: 25px;
}
#importstock3 .stock_items_data .istockid .second-part .invp,
#addnewproviders .stock_items_data .istockid .second-part .invp {
  width: 70px;
  margin-left: 15px;
}
#importstock3 .stock_items_data .istockid .second-part .invp .bottom input,
#addnewproviders .stock_items_data .istockid .second-part .invp .bottom input {
  width: 70px;
}
#importstock3 .stock_items_data .istockid .last-part,
#addnewproviders .stock_items_data .istockid .last-part {
  width: 132px;
  float: right;
}
#importstock3 .stock_items_data .istockid .last-part button.addtostock,
#addnewproviders .stock_items_data .istockid .last-part button.addtostock {
  margin-top: 26px;
  border-radius: 19px;
  background-color: #F6C834;
  padding: 10px;
  float: left;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
}
#importstock3 ::-webkit-scrollbar-track-piece,
#addnewproviders ::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
#importstock3 ::-webkit-scrollbar,
#addnewproviders ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#importstock3 ::-webkit-scrollbar-thumb,
#addnewproviders ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #999;
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
#importstock3 ::-webkit-scrollbar-thumb:hover,
#addnewproviders ::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #9f9f9f;
  -webkit-border-radius: 4px;
}
#addnewproviders .modal-lg {
  max-width: 900px;
}
#addnewproviders .modal-content {
  height: 620px;
  width: 900px;
  position: relative;
  padding: 16px;
}
#addnewproviders #results_providers_div {
  width: 100%;
  height: 392px;
  float: left;
  margin-top: 23px;
  overflow-y: auto;
}
#addnewproviders #results_providers_div .provider {
  height: 64px;
  width: 262px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  margin-left: 16px;
  margin-bottom: 16px;
  float: left;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
}
#addnewproviders #results_providers_div .provider .img {
  width: 40px;
  height: 40px;
  float: left;
  margin: 12px;
  background-color: #FFF4DB;
  color: #4D5864;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
}
#addnewproviders #results_providers_div .provider .comp_name {
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  width: 190px;
  float: left;
  margin-top: 7px;
  text-transform: capitalize;
}
#addnewproviders #results_providers_div .provider .comp_loc {
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  width: 190px;
  float: left;
}
#addnewproviders #results_providers_div .provider .comp_paym {
  color: #525560;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  width: 190px;
  float: left;
}
#addnewproviders #results_providers_div .provider:hover {
  box-shadow: 0 0 12px 0 rgba(101,101,125,0.16);
}
#addnewproviders #results_providers_div .provider.sel {
  border: 2px solid #199cd0;
}
#addnewproviders #results_providers_div .provider.sel:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url(images/chk-sm.svg) no-repeat center center #199cd0;
  position: absolute;
  right: -9px;
  top: -9px;
  border-radius: 50%;
}
#addnewproviders #bottom_provider_div {
  position: absolute;
  width: calc(100% - 32px);
  height: 72px;
  bottom: 0;
}
#addnewproviders #bottom_provider_div #cancel_provf {
  height: 40px;
  width: 94px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  margin: 16px;
  color: #757884;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  float: right;
  outline: none;
  margin-right: 10px;
  cursor: pointer;
}
#addnewproviders #bottom_provider_div #iselected_prov {
  height: 40px;
  width: 196px;
  border: 1px solid #BABBCC;
  background-color: #F0C334;
  margin: 16px 0px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  float: right;
  outline: none;
  cursor: pointer;
}
#addnewproviders #bottom_provider_div #label_provider_selected {
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-left: 240px;
  display: none;
  float: left;
  margin-top: 26px;
}
#createnewproject,
#editheproject1 {
  background-color: rgba(0,0,0,0.5);
}
#createnewproject .modal-lg,
#editheproject1 .modal-lg {
  max-width: 900px;
}
#createnewproject .modal-content,
#editheproject1 .modal-content {
  width: 850px;
  height: 660px;
  position: relative;
  padding: 16px;
}
#createnewproject .modal-content .close,
#editheproject1 .modal-content .close {
  position: absolute;
  right: 16px;
  top: 0px;
  z-index: 2;
}
#createnewproject .modal-content .modal-body,
#editheproject1 .modal-content .modal-body {
  padding: 0;
}
#createnewproject .modal-content .sublinestock,
#editheproject1 .modal-content .sublinestock {
  width: 100%;
  margin-top: -15px;
  height: 46px;
  position: relative;
  margin-bottom: 30px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}
#createnewproject .modal-content .sublinestock:after,
#editheproject1 .modal-content .sublinestock:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -15px;
  right: -15px;
  height: 1px;
  background: #E2E5F1;
}
#createnewproject .modal-content .btn-close,
#editheproject1 .modal-content .btn-close {
  border-radius: 0;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
#createnewproject .modal-content .xtra_lend,
#editheproject1 .modal-content .xtra_lend {
  width: 100%;
  float: left;
  margin-top: 24px;
}
#createnewproject .modal-content .xtra_lend .xtransp,
#editheproject1 .modal-content .xtra_lend .xtransp {
  width: 137px;
  box-sizing: border-box;
  height: 52px;
  float: left;
  margin-top: 23px;
  margin-right: 15px;
}
#createnewproject .modal-content .xtra_lend .xtransp .zlabel,
#editheproject1 .modal-content .xtra_lend .xtransp .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#createnewproject .modal-content .xtra_lend .xtransp .container_inputs,
#editheproject1 .modal-content .xtra_lend .xtransp .container_inputs {
  box-sizing: border-box;
  height: 52px;
  width: 100%;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
}
#createnewproject .modal-content .xtra_lend .xtransp .container_inputs .customchk,
#editheproject1 .modal-content .xtra_lend .xtransp .container_inputs .customchk {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-top: 18px;
  width: 55px;
}
#createnewproject .modal-content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#editheproject1 .modal-content .xtra_lend .xtransp .container_inputs .customchk:first-child {
  margin-left: 15px;
}
#createnewproject .modal-content .xtra_lend .xtransp .container_inputs .customchk input,
#editheproject1 .modal-content .xtra_lend .xtransp .container_inputs .customchk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#createnewproject .modal-content .xtra_lend .xtransp .container_inputs .checkmark,
#editheproject1 .modal-content .xtra_lend .xtransp .container_inputs .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
}
#createnewproject .modal-content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#editheproject1 .modal-content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark {
  border: 1px solid #FFCC19;
}
#createnewproject .modal-content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#editheproject1 .modal-content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark {
  border: 1px solid #FFCC19;
  background-color: #199cd0;
}
#createnewproject .modal-content .xtra_lend .xtransp .container_inputs .checkmark:after,
#editheproject1 .modal-content .xtra_lend .xtransp .container_inputs .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#createnewproject .modal-content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#editheproject1 .modal-content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after {
  display: block;
}
#createnewproject .modal-content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#editheproject1 .modal-content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#createnewproject .modal-content .xtra_lend .xtxt,
#editheproject1 .modal-content .xtra_lend .xtxt {
  width: 580px;
  box-sizing: border-box;
  height: 52px;
  float: left;
  margin-right: 21px;
}
#createnewproject .modal-content .xtra_lend .xtxt .zlabel,
#editheproject1 .modal-content .xtra_lend .xtxt .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#createnewproject .modal-content .xtra_lend .xtxt .container_inputs,
#editheproject1 .modal-content .xtra_lend .xtxt .container_inputs {
  box-sizing: border-box;
  height: 75px;
  width: 100%;
}
#createnewproject .modal-content .xtra_lend .xtxt .container_inputs textarea,
#editheproject1 .modal-content .xtra_lend .xtxt .container_inputs textarea {
  height: 75px;
  width: 100%;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  resize: none;
  background: #fff;
  padding: 10px 16px;
  outline: none;
  float: left;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
}
#createnewproject .modal-content .xtra_lend .xitem,
#createnewproject .modal-content .xtra_lend .xitem3,
#editheproject1 .modal-content .xtra_lend .xitem,
#editheproject1 .modal-content .xtra_lend .xitem3 {
  width: 305px;
  float: left;
  margin-right: 15px;
  margin-top: 23px;
}
#createnewproject .modal-content .xtra_lend .xitem label,
#createnewproject .modal-content .xtra_lend .xitem3 label,
#editheproject1 .modal-content .xtra_lend .xitem label,
#editheproject1 .modal-content .xtra_lend .xitem3 label {
  height: 18px;
  float: left;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  margin-bottom: 8px;
}
#createnewproject .modal-content .xtra_lend .xitem input,
#createnewproject .modal-content .xtra_lend .xitem3 input,
#editheproject1 .modal-content .xtra_lend .xitem input,
#editheproject1 .modal-content .xtra_lend .xitem3 input {
  padding: 12px 23px;
  color: #656982;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 15px;
  float: right;
  box-sizing: border-box;
  height: 41px;
  width: 100%;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
}
#createnewproject .modal-content .xtra_lend .xitem select,
#createnewproject .modal-content .xtra_lend .xitem3 select,
#editheproject1 .modal-content .xtra_lend .xitem select,
#editheproject1 .modal-content .xtra_lend .xitem3 select {
  height: 52px;
  outline: none;
  float: right;
  width: 100%;
  border: 1px solid #BABBCC;
  background: url(images/arr-r.svg) no-repeat 95% center #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 20px;
  color: #656982;
}
#createnewproject .modal-content .xtra_lend .xitem .btnsubm,
#createnewproject .modal-content .xtra_lend .xitem3 .btnsubm,
#editheproject1 .modal-content .xtra_lend .xitem .btnsubm,
#editheproject1 .modal-content .xtra_lend .xitem3 .btnsubm {
  height: 40px;
  width: 194px;
  background-color: #1A3B49;
  padding: 10px 0px;
  border: none;
  float: right;
  margin-top: 8px;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
#createnewproject .modal-content .btn-reuse,
#editheproject1 .modal-content .btn-reuse {
  background-color: #1A3B49;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  border-radius: 0;
  float: right;
}
#createnewproject .modal-content .row_line,
#editheproject1 .modal-content .row_line {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#createnewproject .modal-content .row_line label,
#editheproject1 .modal-content .row_line label {
  height: 20px;
  float: left;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  margin-top: 10px;
}
#createnewproject .modal-content .row_line input,
#editheproject1 .modal-content .row_line input {
  padding: 12px 23px;
  color: #656982;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 15px;
  float: right;
  box-sizing: border-box;
  height: 41px;
  width: 100%;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
}
#createnewproject .modal-content .row_line textarea,
#editheproject1 .modal-content .row_line textarea {
  color: #656982;
}
#createnewproject .modal-content .row_line select,
#editheproject1 .modal-content .row_line select {
  height: 44px;
  outline: none;
  float: right;
  width: 100%;
  border: 1px solid #BABBCC;
  background: url(images/arr-r.svg) no-repeat 95% center #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 20px;
}
#createnewproject .modal-content .row_line .btnsubm,
#editheproject1 .modal-content .row_line .btnsubm {
  height: 40px;
  width: 194px;
  background-color: #1A3B49;
  padding: 10px 0px;
  border: none;
  float: right;
  margin-top: 8px;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
#createnewproject .modal-content .long_lend,
#editheproject1 .modal-content .long_lend {
  width: 100%;
  float: left;
  margin-top: 24px;
}
#createnewproject .modal-content .long_lend .xitem,
#createnewproject .modal-content .long_lend .xitem3,
#editheproject1 .modal-content .long_lend .xitem,
#editheproject1 .modal-content .long_lend .xitem3 {
  width: 305px;
  float: left;
  margin-right: 15px;
}
#createnewproject .modal-content .long_lend .xitem .zlabel,
#createnewproject .modal-content .long_lend .xitem3 .zlabel,
#editheproject1 .modal-content .long_lend .xitem .zlabel,
#editheproject1 .modal-content .long_lend .xitem3 .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#createnewproject .modal-content .long_lend .xitem .container_inputs,
#createnewproject .modal-content .long_lend .xitem3 .container_inputs,
#editheproject1 .modal-content .long_lend .xitem .container_inputs,
#editheproject1 .modal-content .long_lend .xitem3 .container_inputs {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
}
#createnewproject .modal-content .long_lend .xitem .container_inputs input,
#createnewproject .modal-content .long_lend .xitem3 .container_inputs input,
#editheproject1 .modal-content .long_lend .xitem .container_inputs input,
#editheproject1 .modal-content .long_lend .xitem3 .container_inputs input {
  height: 44px;
  width: 158px;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  float: left;
}
#createnewproject .modal-content .long_lend .xitem .container_inputs .opencccal,
#createnewproject .modal-content .long_lend .xitem .container_inputs .opencccal2,
#createnewproject .modal-content .long_lend .xitem .container_inputs .opencccal3,
#createnewproject .modal-content .long_lend .xitem .container_inputs .opencccal4,
#createnewproject .modal-content .long_lend .xitem .container_inputs .opencccal6,
#createnewproject .modal-content .long_lend .xitem .container_inputs .opencccal7,
#createnewproject .modal-content .long_lend .xitem3 .container_inputs .opencccal,
#createnewproject .modal-content .long_lend .xitem3 .container_inputs .opencccal2,
#createnewproject .modal-content .long_lend .xitem3 .container_inputs .opencccal3,
#createnewproject .modal-content .long_lend .xitem3 .container_inputs .opencccal4,
#createnewproject .modal-content .long_lend .xitem3 .container_inputs .opencccal6,
#createnewproject .modal-content .long_lend .xitem3 .container_inputs .opencccal7,
#editheproject1 .modal-content .long_lend .xitem .container_inputs .opencccal,
#editheproject1 .modal-content .long_lend .xitem .container_inputs .opencccal2,
#editheproject1 .modal-content .long_lend .xitem .container_inputs .opencccal3,
#editheproject1 .modal-content .long_lend .xitem .container_inputs .opencccal4,
#editheproject1 .modal-content .long_lend .xitem .container_inputs .opencccal6,
#editheproject1 .modal-content .long_lend .xitem .container_inputs .opencccal7,
#editheproject1 .modal-content .long_lend .xitem3 .container_inputs .opencccal,
#editheproject1 .modal-content .long_lend .xitem3 .container_inputs .opencccal2,
#editheproject1 .modal-content .long_lend .xitem3 .container_inputs .opencccal3,
#editheproject1 .modal-content .long_lend .xitem3 .container_inputs .opencccal4,
#editheproject1 .modal-content .long_lend .xitem3 .container_inputs .opencccal6,
#editheproject1 .modal-content .long_lend .xitem3 .container_inputs .opencccal7 {
  height: 44px;
  width: 46px;
  border-left: 1px solid #CCCDDB;
  background-color: #F7F9FE;
  background: url(images/cal.svg) no-repeat center center;
  float: left;
  cursor: pointer;
}
#createnewproject .modal-content .long_lend .xitem .container_inputs select,
#createnewproject .modal-content .long_lend .xitem3 .container_inputs select,
#editheproject1 .modal-content .long_lend .xitem .container_inputs select,
#editheproject1 .modal-content .long_lend .xitem3 .container_inputs select {
  height: 44px;
  border: none;
  outline: none;
  float: right;
  width: 99px;
  border-left: 1px solid #babbcc;
  background: url(images/arr-r.svg) no-repeat 78px center #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 20px;
  color: #656982;
}
#createnewproject .modal-content .long_lend .xitem3,
#editheproject1 .modal-content .long_lend .xitem3 {
  width: 95px;
  height: 46px;
  margin-left: 0px;
  margin-right: 0px;
}
#createnewproject .modal-content .long_lend .xitem3 .zlabel,
#editheproject1 .modal-content .long_lend .xitem3 .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#createnewproject .modal-content .long_lend .xitem3 .container_inputs,
#editheproject1 .modal-content .long_lend .xitem3 .container_inputs {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
  color: rgba(50,60,71,0.59);
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 43px;
}
#createnewproject .modal-content .long_lend .xitem3 .container_inputs input,
#editheproject1 .modal-content .long_lend .xitem3 .container_inputs input {
  height: 44px;
  width: 48px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  float: left;
  text-align: center;
}
#createnewproject,
#ordernewaddr {
  z-index: 99991;
}
#editstock3 .close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
}
#editstock3 .sublinestock {
  width: 100%;
  margin-top: -15px;
  height: 46px;
  position: relative;
  margin-bottom: 30px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}
#editstock3 .sublinestock:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -15px;
  right: -15px;
  height: 1px;
  background: #E2E5F1;
}
#editstock3 .line_form1 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#editstock3 .line_form1 input {
  box-sizing: border-box;
  height: 35px;
  width: 566px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  float: left;
  padding: 9px 20px;
  color: #84879C;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 15px;
}
#editstock3 .line_form1 input:focus {
  border: 1.6px solid #F4C52C;
}
#editstock3 .line_form1 select {
  box-sizing: border-box;
  height: 35px;
  width: 566px;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
  float: left;
  padding: 1px 20px;
  color: #84879C;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 15px;
  outline: none;
}
#editstock3 .line_form1 select:focus {
  border: 1.6px solid #F4C52C;
}
#editstock3 .line_form1 label {
  height: 35px;
  width: 180px;
  color: #454859;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 35px;
  text-align: right;
  float: left;
  margin-right: 20px;
}
#editstock3 .bottomstk {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
#editstock3 .bottomstk .question1 {
  height: 20px;
  width: 100%;
  text-align: right;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding-right: 40px;
  margin-bottom: 10px;
}
#editstock3 .bottomstk #sendediteddt {
  height: 40px;
  width: 130px;
  background-color: #1A3B49;
  float: right;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  padding: 9px;
  border: none;
  margin-left: 18px;
}
#editstock3 .bottomstk #closedtx1 {
  border: 1.2px solid #CACDE0;
  background-color: #FFFFFF;
  height: 40px;
  width: 127px;
  color: #888BA6;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  padding: 9px;
  float: right;
}
.stock {
  padding-top: 20px;
  margin-top: 0px;
}
.stock .stock_prod {
  height: 122px;
  width: 100%;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding: 16px;
}
.stock .stock_prod img {
  width: 90px;
  height: 90px;
  float: left;
}
.stock .stock_prod .first-part {
  width: 390px;
  border-right: 1px solid #D4D6E3;
  height: 70px;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
.stock .stock_prod .first-part .fcat {
  height: 17px;
  width: 100%;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  float: left;
  margin-bottom: 3px;
}
.stock .stock_prod .first-part .fname {
  color: #3F4152;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  width: 100%;
}
.stock .stock_prod .second-part {
  width: 312px;
  float: left;
  padding: 9px 20px;
}
.stock .stock_prod .second-part .quantite {
  height: 18px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  float: left;
  width: 35%;
  margin-right: 5%;
}
.stock .stock_prod .second-part .quantite .top {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
}
.stock .stock_prod .second-part .quantite .bottom {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  font-weight: 400;
  line-height: 27px;
}
.stock .stock_prod .second-part .quantite .bottom span {
  font-weight: 600;
}
.stock .stock_prod .second-part .disponibilite {
  height: 18px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  float: left;
  width: 33%;
  margin-right: 5%;
}
.stock .stock_prod .second-part .disponibilite .top {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
}
.stock .stock_prod .second-part .disponibilite .bottom {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  font-weight: 400;
  line-height: 27px;
}
.stock .stock_prod .second-part .price {
  height: 18px;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  float: left;
  width: 22%;
}
.stock .stock_prod .second-part .price .top {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
}
.stock .stock_prod .second-part .price .bottom {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  font-weight: 400;
  line-height: 27px;
}
.stock .stock_prod .change_stock,
.stock .stock_prod .dodel_stock {
  background: url(images/pen.svg) no-repeat 10px center;
  display: block;
  text-decoration: none;
  float: right;
  margin-right: 35px;
  margin-top: 0px;
  height: 40px;
  width: 101px;
  border: 2px solid #1A3B49;
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  padding: 9px 10px 11px 33px;
}
.stock .stock_prod .dodel_stock {
  width: 120px;
  background: url(images/x-md.svg) no-repeat 10px center;
  margin-top: 5px;
}
.stock #laststockvl {
  width: 140px;
  padding: 8px 20px;
  float: left;
  margin-left: calc((100% - 140px) / 2);
  border: 2px solid #1A3B49;
  color: #1A3B49;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-decoration: none;
  text-align: center;
  transition: all 0.1s ease;
}
.stock #laststockvl:hover {
  background-color: #199cd0;
  font-weight: bold;
}
#command_search_box,
#product_search_box,
#myproj_psearch {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
  background-color: rgba(0,0,0,0.5);
  overflow-y: auto;
}
#command_search_box input[type=number]::-webkit-inner-spin-button,
#command_search_box input[type=number]::-webkit-outer-spin-button,
#product_search_box input[type=number]::-webkit-inner-spin-button,
#product_search_box input[type=number]::-webkit-outer-spin-button,
#myproj_psearch input[type=number]::-webkit-inner-spin-button,
#myproj_psearch input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
#command_search_box .container,
#product_search_box .container,
#myproj_psearch .container {
  background: #FDFEFE;
}
#command_search_box .doclose,
#command_search_box .doclose3,
#product_search_box .doclose,
#product_search_box .doclose3,
#myproj_psearch .doclose,
#myproj_psearch .doclose3 {
  width: 54px;
  height: 54px;
  position: fixed;
  background: url(images/x-md.svg) no-repeat center center rgba(237,240,246,0.84);
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  right: 35px;
  top: 20px;
  display: block;
  z-index: 112;
}
#command_search_box #products_grid,
#command_search_box #myproducts_grid,
#command_search_box #myproducts_grid2,
#product_search_box #products_grid,
#product_search_box #myproducts_grid,
#product_search_box #myproducts_grid2,
#myproj_psearch #products_grid,
#myproj_psearch #myproducts_grid,
#myproj_psearch #myproducts_grid2 {
  width: 88%;
  padding-bottom: 30px;
  margin-top: 226px;
  float: left;
}
#command_search_box #products_grid .cmd_prod,
#command_search_box #myproducts_grid .cmd_prod,
#command_search_box #myproducts_grid2 .cmd_prod,
#product_search_box #products_grid .cmd_prod,
#product_search_box #myproducts_grid .cmd_prod,
#product_search_box #myproducts_grid2 .cmd_prod,
#myproj_psearch #products_grid .cmd_prod,
#myproj_psearch #myproducts_grid .cmd_prod,
#myproj_psearch #myproducts_grid2 .cmd_prod {
  height: 109px;
  width: 100%;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  padding: 16px;
  margin-bottom: 0px;
  display: block;
  cursor: pointer;
}
#command_search_box #products_grid .cmd_prod:hover,
#command_search_box #myproducts_grid .cmd_prod:hover,
#command_search_box #myproducts_grid2 .cmd_prod:hover,
#product_search_box #products_grid .cmd_prod:hover,
#product_search_box #myproducts_grid .cmd_prod:hover,
#product_search_box #myproducts_grid2 .cmd_prod:hover,
#myproj_psearch #products_grid .cmd_prod:hover,
#myproj_psearch #myproducts_grid .cmd_prod:hover,
#myproj_psearch #myproducts_grid2 .cmd_prod:hover {
  background-color: #f7f1de;
  text-decoration: none;
}
#command_search_box #products_grid .cmd_prod img,
#command_search_box #myproducts_grid .cmd_prod img,
#command_search_box #myproducts_grid2 .cmd_prod img,
#product_search_box #products_grid .cmd_prod img,
#product_search_box #myproducts_grid .cmd_prod img,
#product_search_box #myproducts_grid2 .cmd_prod img,
#myproj_psearch #products_grid .cmd_prod img,
#myproj_psearch #myproducts_grid .cmd_prod img,
#myproj_psearch #myproducts_grid2 .cmd_prod img {
  width: 77px;
  height: 77px;
  float: left;
}
#command_search_box #products_grid .cmd_prod .first-part,
#command_search_box #myproducts_grid .cmd_prod .first-part,
#command_search_box #myproducts_grid2 .cmd_prod .first-part,
#product_search_box #products_grid .cmd_prod .first-part,
#product_search_box #myproducts_grid .cmd_prod .first-part,
#product_search_box #myproducts_grid2 .cmd_prod .first-part,
#myproj_psearch #products_grid .cmd_prod .first-part,
#myproj_psearch #myproducts_grid .cmd_prod .first-part,
#myproj_psearch #myproducts_grid2 .cmd_prod .first-part {
  width: 600px;
  height: 70px;
  margin-top: 4px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
#command_search_box #products_grid .cmd_prod .first-part .fcat,
#command_search_box #myproducts_grid .cmd_prod .first-part .fcat,
#command_search_box #myproducts_grid2 .cmd_prod .first-part .fcat,
#product_search_box #products_grid .cmd_prod .first-part .fcat,
#product_search_box #myproducts_grid .cmd_prod .first-part .fcat,
#product_search_box #myproducts_grid2 .cmd_prod .first-part .fcat,
#myproj_psearch #products_grid .cmd_prod .first-part .fcat,
#myproj_psearch #myproducts_grid .cmd_prod .first-part .fcat,
#myproj_psearch #myproducts_grid2 .cmd_prod .first-part .fcat {
  height: 17px;
  width: 100%;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  float: left;
  margin-bottom: 3px;
}
#command_search_box #products_grid .cmd_prod .first-part .fname,
#command_search_box #myproducts_grid .cmd_prod .first-part .fname,
#command_search_box #myproducts_grid2 .cmd_prod .first-part .fname,
#product_search_box #products_grid .cmd_prod .first-part .fname,
#product_search_box #myproducts_grid .cmd_prod .first-part .fname,
#product_search_box #myproducts_grid2 .cmd_prod .first-part .fname,
#myproj_psearch #products_grid .cmd_prod .first-part .fname,
#myproj_psearch #myproducts_grid .cmd_prod .first-part .fname,
#myproj_psearch #myproducts_grid2 .cmd_prod .first-part .fname {
  color: #3F4152;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  width: 100%;
  float: left;
}
#command_search_box #products_grid .cmd_prod .first-part .fnm-km,
#command_search_box #myproducts_grid .cmd_prod .first-part .fnm-km,
#command_search_box #myproducts_grid2 .cmd_prod .first-part .fnm-km,
#product_search_box #products_grid .cmd_prod .first-part .fnm-km,
#product_search_box #myproducts_grid .cmd_prod .first-part .fnm-km,
#product_search_box #myproducts_grid2 .cmd_prod .first-part .fnm-km,
#myproj_psearch #products_grid .cmd_prod .first-part .fnm-km,
#myproj_psearch #myproducts_grid .cmd_prod .first-part .fnm-km,
#myproj_psearch #myproducts_grid2 .cmd_prod .first-part .fnm-km {
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  width: 100%;
  float: left;
  margin-top: 4px;
}
#command_search_box #products_grid .cmd_prod .second-part,
#command_search_box #myproducts_grid .cmd_prod .second-part,
#command_search_box #myproducts_grid2 .cmd_prod .second-part,
#product_search_box #products_grid .cmd_prod .second-part,
#product_search_box #myproducts_grid .cmd_prod .second-part,
#product_search_box #myproducts_grid2 .cmd_prod .second-part,
#myproj_psearch #products_grid .cmd_prod .second-part,
#myproj_psearch #myproducts_grid .cmd_prod .second-part,
#myproj_psearch #myproducts_grid2 .cmd_prod .second-part {
  width: 161px;
  height: 70px;
  margin-top: 4px;
  margin-right: 12px;
  float: left;
}
#command_search_box #products_grid .cmd_prod .second-part .ast,
#command_search_box #myproducts_grid .cmd_prod .second-part .ast,
#command_search_box #myproducts_grid2 .cmd_prod .second-part .ast,
#product_search_box #products_grid .cmd_prod .second-part .ast,
#product_search_box #myproducts_grid .cmd_prod .second-part .ast,
#product_search_box #myproducts_grid2 .cmd_prod .second-part .ast,
#myproj_psearch #products_grid .cmd_prod .second-part .ast,
#myproj_psearch #myproducts_grid .cmd_prod .second-part .ast,
#myproj_psearch #myproducts_grid2 .cmd_prod .second-part .ast {
  height: 18px;
  width: 100%;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 4px;
}
#command_search_box #products_grid .cmd_prod .second-part .uval,
#command_search_box #myproducts_grid .cmd_prod .second-part .uval,
#command_search_box #myproducts_grid2 .cmd_prod .second-part .uval,
#product_search_box #products_grid .cmd_prod .second-part .uval,
#product_search_box #myproducts_grid .cmd_prod .second-part .uval,
#product_search_box #myproducts_grid2 .cmd_prod .second-part .uval,
#myproj_psearch #products_grid .cmd_prod .second-part .uval,
#myproj_psearch #myproducts_grid .cmd_prod .second-part .uval,
#myproj_psearch #myproducts_grid2 .cmd_prod .second-part .uval {
  font-family: "Open Sans", sans-serif;
  height: 38px;
  font-size: 28px;
  line-height: 38px;
  color: #3F4152;
  width: 100%;
  font-weight: bold;
}
#command_search_box #products_grid .cmd_prod .second-part .uval span,
#command_search_box #myproducts_grid .cmd_prod .second-part .uval span,
#command_search_box #myproducts_grid2 .cmd_prod .second-part .uval span,
#product_search_box #products_grid .cmd_prod .second-part .uval span,
#product_search_box #myproducts_grid .cmd_prod .second-part .uval span,
#product_search_box #myproducts_grid2 .cmd_prod .second-part .uval span,
#myproj_psearch #products_grid .cmd_prod .second-part .uval span,
#myproj_psearch #myproducts_grid .cmd_prod .second-part .uval span,
#myproj_psearch #myproducts_grid2 .cmd_prod .second-part .uval span {
  color: rgba(101,105,130,0.53);
  font-weight: 600;
}
#command_search_box #products_grid .cmd_prod .doorder,
#command_search_box #products_grid .cmd_prod .doorder2,
#command_search_box #myproducts_grid .cmd_prod .doorder,
#command_search_box #myproducts_grid .cmd_prod .doorder2,
#command_search_box #myproducts_grid2 .cmd_prod .doorder,
#command_search_box #myproducts_grid2 .cmd_prod .doorder2,
#product_search_box #products_grid .cmd_prod .doorder,
#product_search_box #products_grid .cmd_prod .doorder2,
#product_search_box #myproducts_grid .cmd_prod .doorder,
#product_search_box #myproducts_grid .cmd_prod .doorder2,
#product_search_box #myproducts_grid2 .cmd_prod .doorder,
#product_search_box #myproducts_grid2 .cmd_prod .doorder2,
#myproj_psearch #products_grid .cmd_prod .doorder,
#myproj_psearch #products_grid .cmd_prod .doorder2,
#myproj_psearch #myproducts_grid .cmd_prod .doorder,
#myproj_psearch #myproducts_grid .cmd_prod .doorder2,
#myproj_psearch #myproducts_grid2 .cmd_prod .doorder,
#myproj_psearch #myproducts_grid2 .cmd_prod .doorder2 {
  height: 40px;
  width: 173px;
  border: 1.5px solid #1A3B49;
  padding: 11px 0px;
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  float: right;
  background: none;
  margin-right: 10px;
  margin-top: 18px;
  text-align: center;
  cursor: pointer;
}
#command_search_box #myproducts_grid,
#product_search_box #myproducts_grid,
#myproj_psearch #myproducts_grid {
  margin-top: 131px;
}
#command_search_box .command_items_search,
#product_search_box .command_items_search,
#myproj_psearch .command_items_search {
  width: 100%;
  float: left;
  top: 33px;
  margin-bottom: 20px;
  position: fixed;
  z-index: 12;
}
#command_search_box .command_items_search .command_item_search_inputs,
#command_search_box .command_items_search .command_item_search_inputs2,
#product_search_box .command_items_search .command_item_search_inputs,
#product_search_box .command_items_search .command_item_search_inputs2,
#myproj_psearch .command_items_search .command_item_search_inputs,
#myproj_psearch .command_items_search .command_item_search_inputs2 {
  width: 662px;
  float: left;
  height: 62px;
  border: 1px solid #E2E5F1;
  border-radius: 4px;
  background: url(images/search_right20.svg) no-repeat 29px center #FFFFFF;
}
#command_search_box .command_items_search .command_item_search_inputs input,
#command_search_box .command_items_search .command_item_search_inputs2 input,
#product_search_box .command_items_search .command_item_search_inputs input,
#product_search_box .command_items_search .command_item_search_inputs2 input,
#myproj_psearch .command_items_search .command_item_search_inputs input,
#myproj_psearch .command_items_search .command_item_search_inputs2 input {
  float: left;
  width: 350px;
  margin-left: 65px;
  border: none;
  background-color: transparent;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  outline: none;
  margin-top: 18px;
}
#command_search_box .command_items_search .command_item_search_inputs input#searchinprods2,
#command_search_box .command_items_search .command_item_search_inputs2 input#searchinprods2,
#product_search_box .command_items_search .command_item_search_inputs input#searchinprods2,
#product_search_box .command_items_search .command_item_search_inputs2 input#searchinprods2,
#myproj_psearch .command_items_search .command_item_search_inputs input#searchinprods2,
#myproj_psearch .command_items_search .command_item_search_inputs2 input#searchinprods2 {
  width: 260px;
}
#command_search_box .command_items_search .command_item_search_inputs #xdelcnt,
#command_search_box .command_items_search .command_item_search_inputs #xdelcnt2,
#command_search_box .command_items_search .command_item_search_inputs2 #xdelcnt,
#command_search_box .command_items_search .command_item_search_inputs2 #xdelcnt2,
#product_search_box .command_items_search .command_item_search_inputs #xdelcnt,
#product_search_box .command_items_search .command_item_search_inputs #xdelcnt2,
#product_search_box .command_items_search .command_item_search_inputs2 #xdelcnt,
#product_search_box .command_items_search .command_item_search_inputs2 #xdelcnt2,
#myproj_psearch .command_items_search .command_item_search_inputs #xdelcnt,
#myproj_psearch .command_items_search .command_item_search_inputs #xdelcnt2,
#myproj_psearch .command_items_search .command_item_search_inputs2 #xdelcnt,
#myproj_psearch .command_items_search .command_item_search_inputs2 #xdelcnt2 {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  float: left;
  display: block;
  margin: 20px 5px;
  cursor: pointer;
  background: url(images/delsm.png) no-repeat center center rgba(228,231,236,0.9);
  background-size: 9px;
}
#command_search_box .command_items_search .command_item_search_inputs .rvline,
#command_search_box .command_items_search .command_item_search_inputs2 .rvline,
#product_search_box .command_items_search .command_item_search_inputs .rvline,
#product_search_box .command_items_search .command_item_search_inputs2 .rvline,
#myproj_psearch .command_items_search .command_item_search_inputs .rvline,
#myproj_psearch .command_items_search .command_item_search_inputs2 .rvline {
  height: 60px;
  width: 1px;
  float: left;
  margin-left: 10px;
  background-color: #E2E5F1;
}
#command_search_box .command_items_search .command_item_search_inputs select,
#command_search_box .command_items_search .command_item_search_inputs2 select,
#product_search_box .command_items_search .command_item_search_inputs select,
#product_search_box .command_items_search .command_item_search_inputs2 select,
#myproj_psearch .command_items_search .command_item_search_inputs select,
#myproj_psearch .command_items_search .command_item_search_inputs2 select {
  width: 165px;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  float: left;
  border: none;
  margin-top: 20px;
  margin-left: 15px;
  outline: none;
}
#command_search_box .command_items_search .command_item_search_inputs select#catmeprod,
#command_search_box .command_items_search .command_item_search_inputs2 select#catmeprod,
#product_search_box .command_items_search .command_item_search_inputs select#catmeprod,
#product_search_box .command_items_search .command_item_search_inputs2 select#catmeprod,
#myproj_psearch .command_items_search .command_item_search_inputs select#catmeprod,
#myproj_psearch .command_items_search .command_item_search_inputs2 select#catmeprod {
  width: 235px;
  text-transform: uppercase;
}
#command_search_box .command_items_search .command_item_search_inputs2,
#product_search_box .command_items_search .command_item_search_inputs2,
#myproj_psearch .command_items_search .command_item_search_inputs2 {
  width: 821px;
}
#command_search_box .command_items_search #dosearchstocks,
#command_search_box .command_items_search #dosearchprods,
#command_search_box .command_items_search #dosearchprods2,
#product_search_box .command_items_search #dosearchstocks,
#product_search_box .command_items_search #dosearchprods,
#product_search_box .command_items_search #dosearchprods2,
#myproj_psearch .command_items_search #dosearchstocks,
#myproj_psearch .command_items_search #dosearchprods,
#myproj_psearch .command_items_search #dosearchprods2 {
  height: 60px;
  width: 138px;
  border-radius: 0px;
  background-color: #1A3B49;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  padding: 20px 24px;
  margin-left: 13px;
  float: left;
  border: none;
}
#command_search_box .command_items_search .newproject,
#product_search_box .command_items_search .newproject,
#myproj_psearch .command_items_search .newproject {
  height: 60px;
  width: 166px;
  background: url(images/plsw.png) no-repeat 10px center #199cd0;
  box-shadow: 0 6px 12px 0 rgba(85,85,109,0.14);
  padding: 12px 8px 12px 28px;
  float: left;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  display: block;
  text-decoration: none;
  margin-left: 13px;
}
#command_search_box .command_items_search #doprodproposes,
#product_search_box .command_items_search #doprodproposes,
#myproj_psearch .command_items_search #doprodproposes {
  height: 60px;
  width: 138px;
  border: 2px solid #1A3B49;
  border-radius: 0px;
  color: #1A3B49;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  padding: 20px 24px;
  margin-left: 13px;
  float: left;
  background: #fff;
}
#command_search_box .command_under,
#command_search_box .command_under2,
#product_search_box .command_under,
#product_search_box .command_under2,
#myproj_psearch .command_under,
#myproj_psearch .command_under2 {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 215px;
  z-index: 10;
}
#command_search_box .command_under2,
#product_search_box .command_under2,
#myproj_psearch .command_under2 {
  height: 130px;
}
#command_search_box .command_items_search2,
#product_search_box .command_items_search2,
#myproj_psearch .command_items_search2 {
  width: 100%;
  float: left;
  top: 118px;
  margin-bottom: 30px;
  margin-left: 80px;
  position: fixed;
  z-index: 13;
}
#command_search_box .command_items_search2 .xitem,
#command_search_box .command_items_search2 .xstep,
#command_search_box .command_items_search2 .addrl,
#product_search_box .command_items_search2 .xitem,
#product_search_box .command_items_search2 .xstep,
#product_search_box .command_items_search2 .addrl,
#myproj_psearch .command_items_search2 .xitem,
#myproj_psearch .command_items_search2 .xstep,
#myproj_psearch .command_items_search2 .addrl {
  width: 245px;
  float: left;
  margin-right: 18px;
}
#command_search_box .command_items_search2 .xitem .zlabel,
#command_search_box .command_items_search2 .xstep .zlabel,
#command_search_box .command_items_search2 .addrl .zlabel,
#product_search_box .command_items_search2 .xitem .zlabel,
#product_search_box .command_items_search2 .xstep .zlabel,
#product_search_box .command_items_search2 .addrl .zlabel,
#myproj_psearch .command_items_search2 .xitem .zlabel,
#myproj_psearch .command_items_search2 .xstep .zlabel,
#myproj_psearch .command_items_search2 .addrl .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#command_search_box .command_items_search2 .xitem .container_inputs,
#command_search_box .command_items_search2 .xstep .container_inputs,
#command_search_box .command_items_search2 .addrl .container_inputs,
#product_search_box .command_items_search2 .xitem .container_inputs,
#product_search_box .command_items_search2 .xstep .container_inputs,
#product_search_box .command_items_search2 .addrl .container_inputs,
#myproj_psearch .command_items_search2 .xitem .container_inputs,
#myproj_psearch .command_items_search2 .xstep .container_inputs,
#myproj_psearch .command_items_search2 .addrl .container_inputs {
  box-sizing: border-box;
  height: 52px;
  width: 100%;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
}
#command_search_box .command_items_search2 .xitem .container_inputs input,
#command_search_box .command_items_search2 .xstep .container_inputs input,
#command_search_box .command_items_search2 .addrl .container_inputs input,
#product_search_box .command_items_search2 .xitem .container_inputs input,
#product_search_box .command_items_search2 .xstep .container_inputs input,
#product_search_box .command_items_search2 .addrl .container_inputs input,
#myproj_psearch .command_items_search2 .xitem .container_inputs input,
#myproj_psearch .command_items_search2 .xstep .container_inputs input,
#myproj_psearch .command_items_search2 .addrl .container_inputs input {
  height: 50px;
  width: 143px;
  color: #656982;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: url(images/arr-r.svg) no-repeat 125px center #fff;
  padding-left: 10px;
  padding-right: 20px;
  outline: none;
}
#command_search_box .command_items_search2 .xitem .container_inputs select,
#command_search_box .command_items_search2 .xstep .container_inputs select,
#command_search_box .command_items_search2 .addrl .container_inputs select,
#product_search_box .command_items_search2 .xitem .container_inputs select,
#product_search_box .command_items_search2 .xstep .container_inputs select,
#product_search_box .command_items_search2 .addrl .container_inputs select,
#myproj_psearch .command_items_search2 .xitem .container_inputs select,
#myproj_psearch .command_items_search2 .xstep .container_inputs select,
#myproj_psearch .command_items_search2 .addrl .container_inputs select {
  height: 50px;
  border: none;
  outline: none;
  float: right;
  width: 99px;
  border-left: 1px solid #E2E5F1;
  background: url(images/arr-r.svg) no-repeat 78px center #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 20px;
}
#command_search_box .command_items_search2 .addrl,
#product_search_box .command_items_search2 .addrl,
#myproj_psearch .command_items_search2 .addrl {
  width: 204px;
}
#command_search_box .command_items_search2 .addrl .container_inputs select,
#product_search_box .command_items_search2 .addrl .container_inputs select,
#myproj_psearch .command_items_search2 .addrl .container_inputs select {
  border-left: none;
  width: 100%;
  background: url(images/arr-r.svg) no-repeat 180px center #fff;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 27px;
}
#command_search_box .command_items_search2 .xstep,
#product_search_box .command_items_search2 .xstep,
#myproj_psearch .command_items_search2 .xstep {
  box-sizing: border-box;
  height: 52px;
  width: 97px;
  background-color: #FFFFFF;
  color: #323C47;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 27px;
}
#command_search_box .command_items_search2 .xstep input,
#product_search_box .command_items_search2 .xstep input,
#myproj_psearch .command_items_search2 .xstep input {
  width: 68px !important;
  background-image: none !important;
  outline: none;
  color: #323C47;
  font-size: 13px;
  line-height: 27px;
}
#command_search_box .command_items_search2 .xtransp,
#product_search_box .command_items_search2 .xtransp,
#myproj_psearch .command_items_search2 .xtransp {
  width: 137px;
  box-sizing: border-box;
  height: 52px;
  float: left;
  margin-right: 18px;
}
#command_search_box .command_items_search2 .xtransp .zlabel,
#product_search_box .command_items_search2 .xtransp .zlabel,
#myproj_psearch .command_items_search2 .xtransp .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#command_search_box .command_items_search2 .xtransp .container_inputs,
#product_search_box .command_items_search2 .xtransp .container_inputs,
#myproj_psearch .command_items_search2 .xtransp .container_inputs {
  box-sizing: border-box;
  height: 52px;
  width: 100%;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
}
#command_search_box .command_items_search2 .xtransp .container_inputs .customchk,
#product_search_box .command_items_search2 .xtransp .container_inputs .customchk,
#myproj_psearch .command_items_search2 .xtransp .container_inputs .customchk {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-top: 18px;
  width: 55px;
}
#command_search_box .command_items_search2 .xtransp .container_inputs .customchk:first-child,
#product_search_box .command_items_search2 .xtransp .container_inputs .customchk:first-child,
#myproj_psearch .command_items_search2 .xtransp .container_inputs .customchk:first-child {
  margin-left: 15px;
}
#command_search_box .command_items_search2 .xtransp .container_inputs .customchk input,
#product_search_box .command_items_search2 .xtransp .container_inputs .customchk input,
#myproj_psearch .command_items_search2 .xtransp .container_inputs .customchk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#command_search_box .command_items_search2 .xtransp .container_inputs .checkmark,
#product_search_box .command_items_search2 .xtransp .container_inputs .checkmark,
#myproj_psearch .command_items_search2 .xtransp .container_inputs .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
}
#command_search_box .command_items_search2 .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#product_search_box .command_items_search2 .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#myproj_psearch .command_items_search2 .xtransp .container_inputs .customchk:hover input ~ .checkmark {
  border: 1px solid #FFCC19;
}
#command_search_box .command_items_search2 .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#product_search_box .command_items_search2 .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#myproj_psearch .command_items_search2 .xtransp .container_inputs .customchk input:checked ~ .checkmark {
  border: 1px solid #FFCC19;
  background-color: #199cd0;
}
#command_search_box .command_items_search2 .xtransp .container_inputs .checkmark:after,
#product_search_box .command_items_search2 .xtransp .container_inputs .checkmark:after,
#myproj_psearch .command_items_search2 .xtransp .container_inputs .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#command_search_box .command_items_search2 .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#product_search_box .command_items_search2 .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#myproj_psearch .command_items_search2 .xtransp .container_inputs .customchk input:checked ~ .checkmark:after {
  display: block;
}
#command_search_box .command_items_search2 .xtransp .container_inputs .customchk .checkmark:after,
#product_search_box .command_items_search2 .xtransp .container_inputs .customchk .checkmark:after,
#myproj_psearch .command_items_search2 .xtransp .container_inputs .customchk .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tooltip {
  z-index: 99999;
}
.tooltip .tooltip-inner {
  background-color: #199cd0;
  color: #1A3B48;
  font-weight: 600;
}
.tooltip .arrow:before {
  border-top-color: #199cd0;
  border-bottom-color: #199cd0;
}
.modal-xl {
  max-width: calc(1340px - 70px);
  max-height: calc(100% - 100px);
}
@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}
