/* body */
body{
  height: 100vh;
  font-size: 100%;
  background-color: #e7edf6;
}
/* end of body */
/* connection container */
.connection_container{
  text-align: center;
  font-size: 20px;
  box-shadow: #8b8b8b 0px 5px 10px;
}
.connection_container .offline{
  display: none;
  background: #dc3545;
  color: #fff;
}
.connection_container .online{
  display: none;
  background: #28a745;
  color: #fff;
}
/* end of connection container */
/* menu container */
.menu_container{
  height: 90%;
}
.menu_container .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
i.d_icons
{
  font-size: 300%;
}
.d_icons_label{
  font-size: 100%;
  margin-bottom: 0px;
}
.menu_container .seperate_column{
  border: 1px dashed grey;
}
.f-30{
  font-size: 30px;
}
/* end of menu container */
/* all container */
.is_container{
  position: absolute;
  left: 0;
  right: 0;
  margin: 3%;
}
.sub_container{
  display: none;
}
.setting_container,
.counter_container,
.import_container,
.list_container{
  margin: 3%;
}
/* end of all container */
/* header container */
.header_container{
  height: 70px;
}
.header_container button.back_btn{
  display: none;
  background-color: transparent;
  border: none;
  font-size: 150%;
  margin: 2%;
}
.header_container select.location_select{
  float: right;
  background: transparent;
  border: none;
  margin: 25px 2%;
}
/* end of header container */
.pointer{
  cursor: pointer;
}

input.invalid{
  border-color: #dc3545!important;
}
.order_no_container{
}
.btn_container_col{
  align-items: center;
  display: flex;
  justify-content: center;
}
.btn_container{
  width: 70%;
  height: 40%;
}
.btn_container button{
  width: 100%;
  /* height: 100%; */
}
.scanned_items{
  background-color: #fff;
}
.fen-ge-xian{
  width: 100%;
  margin: 3% 0px;
  border-top: 1px solid grey;
}
#reader.invalid{
  border: 1px solid red;
}
#reader.valid{
  border: 1px solid green;
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  body{
    /* font-size: 100%; */
  }
}
