#homeTab_order {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: auto;
}

#homeTab_order .section-order {
  flex: 3;
  height: 100%;

  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#homeTab_order .section-order > .container-orderOption{
  display: flex;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;

  width: 100%;

  flex-wrap: nowrap;
}

#homeTab_order .section-order > .container-orderOption > .itemGroup-orderOption{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#homeTab_order .section-order > .container-orderOption > .itemGroup-orderOption + .itemGroup-orderOption{
  margin-left: 14px;
}

#homeTab_order .section-order > .container-orderOption > .itemGroup-orderOption > .item-orderOption{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#homeTab_order .section-order > .container-orderOption > .itemGroup-orderOption > .item-orderOption + .item-orderOption{
  margin-left: 8px;
}

#homeTab_order .section-order > .container-orderOption > .itemGroup-orderOption > .item-orderOption > .title-orderOptionItem{
  padding-left: 5px;
  height: 28px;
  display: flex;
  align-items: center;
}

#homeTab_order .section-order > .container-orderOption > .itemGroup-orderOption > .item-orderOption > .title-orderOptionItem label{
  font-size: 12px;
  color: #666666;
  font-weight: 600;
  white-space: nowrap;
}

#homeTab_order .section-order > .container-orderOption > .itemGroup-orderOption > .item-orderOption > .contents-orderOptionItem{
  height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#homeTab_order .section-order > .container-orderOption > .itemGroup-orderOption > .item-orderOption > .contents-orderOptionItem * + *{
  margin-left: 8px;
}

#homeTab_order .section-order > .container-orderOption > .itemGroup-orderOption > .item-orderOption > .contents-orderOptionItem input{
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  width: 120px;
  border: 1px #cccccc solid;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  color: #333333;

  text-align: center;
}

#homeTab_order .section-order > .container-orderOption > .itemGroup-orderOption > .item-orderOption > .contents-orderOptionItem button{
  height: 100%;
  width: 65px;
  border: 1px var(--main-color) solid;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  background: rgb(255,255,255);
  cursor: pointer;
  color: var(--main-color);
}

#homeTab_order .section-order > .container-orderOption > .itemGroup-orderOption > .item-orderOption > .contents-orderOptionItem span{
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}

#homeTab_order .section-order > .container-orderOption > .itemGroup-orderOption > .item-orderOption > .contents-orderOptionItem .bins-select-box {
  min-width: 100px;
}



#homeTab_order .section-order > .container-orderListOption {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;

  width: 100%;
}


#homeTab_order .section-order > .container-orderListOption > .contents-orderListPage{
  height: 100%;
  display: flex;
  align-items: center;
}

#homeTab_order .section-order > .container-orderListOption > .contents-orderListPage * + *{
  margin-left: 4px;
}

#homeTab_order .section-order > .container-orderListOption > .contents-orderListPage a{
  border: 1px #cccccc solid;
  width: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;

  background: #f0f0f0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

  cursor: pointer;
}

#homeTab_order .section-order > .container-orderListOption > .contents-orderListPage input{
  height: 32px;
  width: 40px;
  border: 1px #cccccc solid;
  text-align: center;

  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  color: #333333;

  margin-left: 8px;
}

#homeTab_order .section-order > .container-orderListOption > .contents-orderListPage span{
  font-size: 13px;
  font-weight: 600;
  color: #333333;
}

#homeTab_order .section-order > .container-orderListOption > .contents-orderListPage label{
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  margin-right: 4px;
}

#homeTab_order .section-order > .container-orderListOption > .bins-select-box{
  height: 32px;
  margin-left: 12px;
}

#homeTab_order .section-order > .container-oerderList{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 40px;

  flex: 1;
  overflow-y: hidden;

  width: 100%;
}

#homeTab_order .section-order > .container-oerderList .bins-table{
  width: 100%;
  max-height: 100%;

  border: 1px #cccccc solid;
  border-radius: 4px;
}

#homeTab_order .section-order > .container-oerderList .bins-theader{
  width: 100%;
  flex-shrink: 0;
}

#homeTab_order .section-order > .container-oerderList .bins-tbody{
  cursor: pointer;
  overflow-y: auto;

  flex: 1;
  width: 100%;
}


#homeTab_order .section-order > .container-oerderList .bins-tbody .bins-trow{
  cursor: pointer;
  height: 48px;
}

#homeTab_order .section-order > .container-oerderList .bins-tbody .bins-trow *{
  cursor: pointer;
}

#homeTab_order .section-order > .container-oerderList .bins-tbody .bins-trow.select{
  background: var(--main-color-quarter);
}



#homeTab_order .section-order > .container-oerderList .col1{
  min-width: 140px;
  max-width: 140px;
}

#homeTab_order .section-order > .container-oerderList .col2{
  min-width: 80px;
  max-width: 120px;
}

#homeTab_order .section-order > .container-oerderList .col3{
  min-width: 80px;
  max-width: 120px;
}

#homeTab_order .section-order > .container-oerderList .col4{
  min-width: 80px;
  max-width: 120px;
}

#homeTab_order .section-order > .container-oerderList .col5{
  flex: 1;
  min-width: 200px;
}

#homeTab_order .section-order > .container-oerderList .col6{
  min-width: 100px;
  max-width: 160px;
}

#homeTab_order .section-order > .container-oerderList .col7{
  min-width: 110px;
  max-width: 140px;
}

/* #homeTab_order .section-order > .container-oerderList .col7{
  flex: 1;
  min-width: 200px;
} */

#homeTab_order .section-order > .container-oerderList .order{
  color: var(--green-color);
}

#homeTab_order .section-order > .container-oerderList .cancel{
  color: var(--red-color);
}







#homeTab_order > .section-orderDetail {
  min-width: 450px;
  flex: 1;
  border-left: 1px #cccccc dashed;

  display: flex;
  flex-direction: column;
  align-items: center;
}

#homeTab_order > .section-orderDetail > .title-orderDetail {
  padding-top: 20px;
  padding-bottom: 16px;
  width: 100%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

#homeTab_order > .section-orderDetail > .title-orderDetail label {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  color: var(--main-color);
}


#homeTab_order > .section-orderDetail > .container-orderDetail {
  width: 100%;
  flex: 1;

  padding-left: 20px;
  padding-right: 20px;

  overflow-y: hidden;
}

#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail{
  border: 1px #cccccc solid;
  border-radius: 4px;
  height: 100%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}

#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail::-webkit-scrollbar {
  display: inherit !important;
  height: 8px !important;
  width: 8px !important;
}

#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail::-webkit-scrollbar-thumb { background: #444444;  border-radius: 4px;}
#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail::-webkit-scrollbar-track { background: #ececec;}


#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail > .item-orderDetail{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}

#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail > .item-orderDetail + .item-orderDetail{
  border-top: 1px #ededed solid;
}

#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail > .item-orderDetail > .orderDetailItem-hidden{
  display: none;
}

#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail > .item-orderDetail > .orderDetailItem-menuInfo{
  display: flex;
  flex-direction: row;
  align-items: center;
}

#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail > .item-orderDetail > .orderDetailItem-menuInfo > label{
  font-size: 16px;
  font-weight: 600;
  color: #000000;

  display: flex;
  flex-direction: row;
  align-items: center;
}

#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail > .item-orderDetail > .orderDetailItem-menuInfo > label > span{
  font-size: 16px;
  font-weight: 600;
  color: #000000;

  margin-left: 4px;
}

#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail > .item-orderDetail > .orderDetailItem-priceInfo{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;

  margin-top: 4px;
}

#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail > .item-orderDetail > .orderDetailItem-priceInfo > label{
  font-size: 14px;
  font-weight: 400;
  color: #555555;

  letter-spacing: 0.4px;
}

#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail > .item-orderDetail > .orderDetailItem-priceInfo > span{
  font-size: 14px;
  font-weight: 400;
  color: #555555;

  margin-left: 2px;
}


#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail > .item-orderDetail.none{
  margin: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0,0,0,0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}


#homeTab_order > .section-orderDetail > .container-orderDetail > .contents-orderDetail > .item-orderDetail.none label{
  font-size: 13px;
  font-weight: 500;
  color: #888888;
}






#homeTab_order > .section-orderDetail > .container-orderButton{
  width: 100%;
  padding-bottom: 40px;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

#homeTab_order > .section-orderDetail > .container-orderButton > .contents-orderButton{
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100px;
}

#homeTab_order > .section-orderDetail > .container-orderButton > .contents-orderButton + .contents-orderButton {
  margin-left: 10px;
}

#homeTab_order > .section-orderDetail > .container-orderButton > .contents-orderButton > button{
  width: 100%;
  border-radius: 4px;
  border: 1px #333333 solid;

  font-size: 14px;
  font-weight: 600;

  flex: 1;

  cursor: pointer;

  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#homeTab_order > .section-orderDetail > .container-orderButton > .contents-orderButton > button + button{
  margin-top: 6px;
}

#homeTab_order > .section-orderDetail > .container-orderButton > .contents-orderButton > #cancelOrderButton{
  background: var(--gray-color);
  /* border-color: var(--gray-color); */

  color: #ffffff;
}

#homeTab_order > .section-orderDetail > .container-orderButton > .contents-orderButton > #saleOrderButton{
  background: var(--yellow-color);
  /* border-color: var(--yellow-color); */

  color: #ffffff;
}

#homeTab_order > .section-orderDetail > .container-orderButton > .contents-orderButton > #printOrderButton{
  background: var(--green-color);
  /* border-color: var(--green-color); */

  color: #ffffff;
}
