.searchForm{
    /* max-width: 500px; */
    margin-bottom: 30px;
}

.page_title{
    font-size: 40px;
    font-weight: bold;
}

.main_block{
    max-width: 800px;
    margin: 0 auto;
}

.main_block.large{
    max-width: 100vw;
    margin: 0 auto;
}

table.text_left th{
    text-align: left;
}

table{
    font-size: 14px;
}

input[type='button']{
    outline: none;
}

table td {
    padding: 5px 5px!important;
}

.checkColor.yes{
    color:green;
    font-weight: bold;
}

.checkColor.no{
    color:red;
    font-weight: bold;
}

.checkColor.move{
    color:orange;
    font-weight: bold;
}

.checkColor.deliver{
    color:blue;
    font-weight: bold;
}

.package:hover{
    background-color: yellow;
}

.packageListTable .p_title{
    text-align: center;
    white-space: nowrap;
}
.packageListTable input, .packageListTable select{
    height: 30px;
    /* border-width:0px; */
}
.packageListTable input, .packageListTable select, .packageListTable textarea{
    
    font-size: 18px;
    /* background-color: transparent; */
    /* color: black; */
}

.packageListTable textarea{
    white-space: pre;
    resize: none;
}


.packageListTable td{
    padding: 5px 10px!important;
}

.modal.large{
    max-width: 1280px;
}

.nowrapTd{
    white-space:nowrap;
}

.packageResult th{
    white-space: nowrap;
    padding-left: 5px;
}

.sortTh{
    position: relative;
}
.sortTh:after{
    /* content: ''; */
    width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 10px 5px;
border-color: transparent transparent #ff0000 transparent;
position: absolute;
top: calc(50% - 5px);
right: 0px;
transform: translateY(-50%);
z-index: 1;
}

.sortTh:before{
    /* content: ''; */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #ff0000 transparent transparent transparent;
position: absolute;
top: calc(50% - 5px);
right: 0px;
transform: translateY(-50%);
z-index: 1;
}

.sortTh.DESC:before{
    content: '';
}
.sortTh.ASC:after{
    content: '';
}

input[type="checkbox"] + label, input[type="radio"] + label{
    padding: 0px;
}

.container_no_cb{
    position: relative;
}

.container_no_cb label{
    position: absolute!important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.65em;
    height: 1.65em;
}

.container_td.clicked{
    background-color: yellow;
}
form.vertical div{
    vertical-align: top;
}

.fas{
    margin-right: 10px;
}

.checkBtn{
    cursor: pointer;
}

.loginForm{
    background-color: white;
    padding: 20px;
    width: 600px;
    margin: 0 auto;
    border-radius: 20px;
}

.loginBanner{
    height: 100vw;
}

.loginBody{
    height: 100vw;
    overflow: hidden;
}

#logoutBtn{
    margin-left: 10px;
    cursor: pointer;
}

#username{
    margin-left: 30px;
}

.modalBtnsDiv{
    margin: 0 auto;
	display: flex;
	justify-content: center;
}

.modalBtnsDiv div {
    margin: 0 0 1em 10px!important;
}

.modalBtnsDiv #deleteBtn{
    background-color: red;
    box-shadow: inset 0 0 0 3px red;
}

.modalBtnsDiv #deleteBtn:hover{
    background-color: brown;
}

.statusLog{
    display: flex;
    flex-wrap: wrap;
}

.statusLog div{
    width: 33%;
    text-align: center;
}

#container_status_log{
    display: flex;
    flex-wrap: wrap;
}

#container_status_log div{
    width: 25%;
    text-align: left;
}

#container_status_log div:nth-child(3n-1){
    width: 50%;
    text-align: left;
}

.printContent{
    position: relative;
    width: 95%;
    margin: 0 auto;
    color: black!important;
    font-weight: bold;
}

.sheetNo{
    position: absolute;
    top: 20px;
    right: 0px;
    font-size: 18px;
}

.printTitle{
    padding-top: 20px;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.printTitle div{
    /* border-style: double; */
    border-bottom: double;
}

.companyInfo{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid black;
    font-size: 16px;
}

.companyInfo div{
    padding: 0px 10px;
}

.customerInfo{
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.customerInfo div{
    width: calc(100%/3);
}

.customerInfo .printAddress{
    width: 100%;
}

.printTable{
    margin-top: 10px;
    margin-bottom: 15px;
    border-color: black!important;
    font-size: 16px;
}

.printTable th{
    background-color: white;
    padding: 5px 0px;
    border-color: black!important;
}

.printTable tr{
    border-color: black!important;
}

.printTable td{
    text-align: center;
    border-color: black!important;
}

.sheet_note{
    text-align: center;
    font-size: 18px;
    min-height: 29px;
    margin-bottom: 15px;
}

.printFooter{
    font-size: 14px;
}

.printBottom {
    font-size: 14px;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

@media print{
    .printBottom{
        page-break-after:always;
    }
  }

  #multipleChangeStatusBtn.opened{
      background-color: #6cc091;
      color: white!important;
  }

  #multipleChangeStatusSeclect{
      text-align: center;
  }

  .multipleChangeFrame.close{
      display: none;
  }

  .package.multipleTarget{
      background-color: yellow;
  }

  .fa-bell.ok{
      color: red;
  }

  .container_td.multipleTarget{
      background-color: yellow;
  }

  .delayFlex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .delayFlex div{
      width: 48%;
      padding: 0px;
  }

  .delayFlex .sent{
      background-color: gray;
      box-shadow: inset 0 0 0 3px gray;
  }

  .delayFlex .sent:hover{
      background-color: gray;
  }

  #package_id_input{
      resize: none;
  }