agora/store_ai_backend/src/static/css/old/style.css [563:826]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  #mainSection .item-area {
    position: relative;
    width: calc(100% - 15%); }
    #mainSection .item-area .item-top-area {
      background: #ebecee;
      z-index: 1;
      width: 100%;
      table-layout: fixed; }
    #mainSection .item-area .item-area-box {
      overflow: auto; 
    }
      #mainSection .item-area .item-area-box .px-1 {
        padding: 0rem !important;
        padding: 0 1px !important; }
    #mainSection .item-area .item-box {
      min-width: 131px;
      margin: 5px 1px;
      background: #dedfe1;
      border: 1px solid #a6d0e6;
      border-radius: 3px;
      overflow: hidden;
      cursor: pointer; }
      #mainSection .item-area .item-box .img-box {
        height: 165px; }
        #mainSection .item-area .item-box .img-box img {
          width: 100%; }
      #mainSection .item-area .item-box .txt-box {
        padding: 1px 10px; }
      #mainSection .item-area .item-box .txt-box.item-name {
        display: inline-block; }
        #mainSection .item-area .item-box .txt-box.item-name span {
          width: 200%;
          text-align: center;
          display: inline-flex;
          transition: 2s; }
    #mainSection .item-area .item-box:hover .txt-box.item-name span {
      margin-left: -50%; }

#alertBox .modal-header, #typeNoteBox .modal-header, #holdBox .modal-header {
  border-bottom: none; }
  #alertBox .modal-header h4, #typeNoteBox .modal-header h4, #holdBox .modal-header h4 {
    margin: auto; }

#alertBox .modal-footer, #typeNoteBox .modal-footer, #holdBox .modal-footer {
  border-top: none; }
  #alertBox .modal-footer .btn, #typeNoteBox .modal-footer .btn, #holdBox .modal-footer .btn {
    width: 100px; }

#paymentModal .modal-body .form-row {
  justify-content: space-between; }

#paymentModal .modal-body .part1 p span {
  float: right; }

#paymentModal .modal-body .part2 .form-group {
  max-width: 150px; }

#paymentModal .modal-body .part2 .form-control {
  max-width: 140px;
  height: 25px;
  padding: 5px; }

#paymentModal .modal-body .part2 .form-row.account {
  margin: 0px;
  align-items: center; }
  #paymentModal .modal-body .part2 .form-row.account select {
    float: right;
    margin-left: auto;
    display: inline-block; }

#productBox .form-check {
  margin-bottom: 20px; }

#productBox .form-row .form-group input {
  height: 25px;
  padding: 5px; }

#productBox .label-input-inline .form-group {
  display: flex;
  align-items: baseline; }
  #productBox .label-input-inline .form-group label {
    width: 45%; }

#holdSaleModal thead th,
#allSaleModal thead th {
  padding: 5px 10px; }

#holdSaleModal tr td,
#allSaleModal tr td {
  border: none; }

#holdSaleModal tbody tr,
#allSaleModal tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; }

#holdSaleModal .hold-sale-table,
#allSaleModal .hold-sale-table {
  position: relative;
  overflow: hidden; }
  #holdSaleModal .hold-sale-table thead,
  #allSaleModal .hold-sale-table thead {
    display: table;
    width: 100%;
    table-layout: fixed; }
    #holdSaleModal .hold-sale-table thead tr th:nth-child(1),
    #allSaleModal .hold-sale-table thead tr th:nth-child(1) {
      width: 15%; }
  #holdSaleModal .hold-sale-table .table01 tbody,
  #allSaleModal .hold-sale-table .table01 tbody {
    display: block;
    height: 467px;
    overflow: auto; }
  #holdSaleModal .hold-sale-table .table01 tr td:nth-child(1),
  #holdSaleModal .hold-sale-table .table01 tr th:nth-child(1),
  #allSaleModal .hold-sale-table .table01 tr td:nth-child(1),
  #allSaleModal .hold-sale-table .table01 tr th:nth-child(1) {
    width: 10%; }
  #holdSaleModal .hold-sale-table .table01 tr td:nth-child(2),
  #holdSaleModal .hold-sale-table .table01 tr th:nth-child(2),
  #allSaleModal .hold-sale-table .table01 tr td:nth-child(2),
  #allSaleModal .hold-sale-table .table01 tr th:nth-child(2) {
    width: 55%; }
  #holdSaleModal .hold-sale-table .table01 tr td:nth-child(3),
  #holdSaleModal .hold-sale-table .table01 tr th:nth-child(3),
  #allSaleModal .hold-sale-table .table01 tr td:nth-child(3),
  #allSaleModal .hold-sale-table .table01 tr th:nth-child(3) {
    width: 35%; }

#holdSaleModal .hold-sale-details,
#allSaleModal .hold-sale-details {
  position: relative;
  overflow: hidden; }
  #holdSaleModal .hold-sale-details thead,
  #allSaleModal .hold-sale-details thead {
    display: table;
    width: 100%;
    table-layout: fixed; }
  #holdSaleModal .hold-sale-details .table02 tbody,
  #allSaleModal .hold-sale-details .table02 tbody {
    display: block;
    height: 202px;
    overflow: auto; }
  #holdSaleModal .hold-sale-details .table02 tr td:nth-child(1),
  #holdSaleModal .hold-sale-details .table02 tr th:nth-child(1),
  #allSaleModal .hold-sale-details .table02 tr td:nth-child(1),
  #allSaleModal .hold-sale-details .table02 tr th:nth-child(1) {
    width: 30%; }
  #holdSaleModal .hold-sale-details .sec-final-calculation,
  #allSaleModal .hold-sale-details .sec-final-calculation {
    background: #eaeef1;
    border-radius: 5px; }
    #holdSaleModal .hold-sale-details .sec-final-calculation td,
    #allSaleModal .hold-sale-details .sec-final-calculation td {
      padding: 3px 10px;
      border: none; }
    #holdSaleModal .hold-sale-details .sec-final-calculation td:nth-child(3),
    #allSaleModal .hold-sale-details .sec-final-calculation td:nth-child(3) {
      float: right; }
  #holdSaleModal .hold-sale-details .input-group,
  #allSaleModal .hold-sale-details .input-group {
    margin-bottom: 15px; }
    #holdSaleModal .hold-sale-details .input-group .form-control,
    #allSaleModal .hold-sale-details .input-group .form-control {
      border-right: 0px; }
    #holdSaleModal .hold-sale-details .input-group .form-control:focus,
    #allSaleModal .hold-sale-details .input-group .form-control:focus {
      border: 1px solid #e3e3e3;
      border-right: 0px; }
    #holdSaleModal .hold-sale-details .input-group .input-group-text,
    #allSaleModal .hold-sale-details .input-group .input-group-text {
      background: #fff;
      border: 1px solid #e3e3e3;
      border-left: 0px; }

#holdSaleModal .modal-footer,
#allSaleModal .modal-footer {
  display: block; }
  #holdSaleModal .modal-footer .col-lg-5:first-child .btn,
  #allSaleModal .modal-footer .col-lg-5:first-child .btn {
    width: 100%; }
  #holdSaleModal .modal-footer .bottom-area-btns,
  #allSaleModal .modal-footer .bottom-area-btns {
    display: flex;
    justify-content: space-between; }
    #holdSaleModal .modal-footer .bottom-area-btns .btn,
    #allSaleModal .modal-footer .bottom-area-btns .btn {
      width: 130px;
      margin: 0 1px; }

/*========================================*/
/*========================================*/
/*========================================*/
@media (max-width: 1600px) {
  #mainSection .cart-table tbody {
    max-height: 484px; } }

@media (max-width: 1366px) {
  #mainSection .cart-table tbody {
    max-height: 373px; } }

@media (max-width: 1200px) {
  #mainSection {
    overflow: auto; }
  .top-area-btns {
    position: fixed;
    width: 98%;
    padding: 5px 0 2px 0;
    border-radius: 5px 5px 0 0;
    z-index: 2;
    margin-top: -6px;
    background: #ebecee; }
  .calculation-area {
    margin-top: 100px;
    height: 76vh !important; } }

@media (max-width: 992px) {
  #holdSaleModal .hold-sale-table .table01 tbody, #allSaleModal .hold-sale-table .table01 tbody {
    height: 202px; } }

@media (min-width: 768px) {
  #mainSection .bottom-area-btns {
    display: flex; } }

@media (max-width: 767px) {
  #mainSection .bottom-area-btns {
    display: block;
    text-align: justify; }
    #mainSection .bottom-area-btns .btn {
      width: 32.7%;
      margin: 2px 0;
      padding: 8px;
      height: 50px; }
    #mainSection .bottom-area-btns .btn:last-child {
      width: 100% !important; }
  #mainSection .calculation-area {
    margin-top: 100px;
    height: 79vh !important; } }

@media (min-width: 512px) {
  .mob-btns {
    display: none; } }

@media (max-width: 511px) {
  #mainSection .bottom-area-btns .btn {
    width: 32.4% !important; }
  #mainSection .right-part .btn {
    padding: 8px;
    height: 50px; }
    #mainSection .right-part .btn .fa {
      display: block; }
  #mainSection .cart-table tbody {
    height: 320px; }
  .side-indicator {
    width: calc(100% - 100%) !important;
    height: 94vh !important; }
  .side-indicator.active {
    width: calc(100% - 65%) !important; }
  .item-area {
    width: calc(100% - 0%) !important; }
    .item-area .col-6.full-width-col {
      flex: 100%;
      max-width: 100%; } }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



