﻿.shipment-out-table .label,
.prepare-shipment-table .label {
  width: 25%;
}


.weight {
  width: 14%
}

.position {
}

.colli {
  width: 10%;
}


.shipment-out-form {

  #scan-item-submit {
    margin-bottom: 10px;
    height: 2.7rem;
  }

  .specify-colli-checkbox-label {
    display: inline-block;
  }

  .colliNumber-selector {
    display: flex;
    align-items: center;
  }

  .colliNumber-selector-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #186483;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
  }

  #colliNumber {
    height: 40px;
    width: 70px;
    text-align: center;
    font-size: 18px;
    margin: 0 5px;
  }

  #decrease {
    border-radius: 4px 0 0 4px;
  }

  #increase {
    border-radius: 0 4px 4px 0;
  }

  .shipment-out-scan-colli-number-selector {
    display: none;
    align-items: flex-end;
    flex-direction: column;
  }
}
