body {
    margin: 0;
    padding: 0;
}
.login .title .up{
    color: #85A5D7;
    padding-left: 0%;
}
.login .title .down{
    font-size:large;
    padding-left: 0%;
}
/* header */
.header{
    padding: 0.5em;
    padding-bottom: 0;
    font-size: 2em;
}
.header a{
    text-decoration: none;
    color: #000;
}
.header .title .up{
    color: #85A5D7;
    font-size: 30px;
}
.header .title .down{
    font-size:medium;
}
.header .logo img{
    width: 70px;
    margin-right: 10px;
}
.flexContainer-left{
    display: flex;
    justify-content: left;
}
/* */
.loginBgBody .logo img{
    width: 150px;
    margin-top:-40px;
}
.flexContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.phoneLoginBgBody{
    background-color: #bde8ff;
    width: 100%;
    height: 1em;
}
.loginBgBody{
    background-image: url('../image/login_bg_web-svg-blue2.svg');
      background-position: right -60% center;
      background-size: 90%;
      background-repeat: no-repeat;
      width: 100%;
      height: 1000px;
}
.bgBody{
    background-image: url('../image/login_bg_web_blue_opa.svg');
      background-position: right -60% center;
      background-size: 90%;
      background-repeat: no-repeat;
      width: 100%;
      height: 1000px;
}
.inputForm .input{
    min-width: 6em;
}
.companyInputForm input{
    width: 30em;
}
#testTypeName{
    width: 20em;
}
.loginContainer{
    font-size: 20px;
    width:40%;
    min-width:580px;
    margin-left:auto;
    margin-right:auto;
}
.login input{
    width:60%;
    margin:0.5em;
    min-height:1em;
    font-size:25px;
    margin-left: auto;
    margin-right: auto;
}
.login .title{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    font-size: 1.5em;
    text-align: center;
}

.punchLoginContainer{
    font-size: 20px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.indexContainer{
    font-size: 20px;
    width:50%;
    min-width:480px;
    background-color:#ccc;
    margin-left:auto;
    margin-right:auto;
}

.container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.sign{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.sign img{
    width:250px;
    margin: 1em;
    border: 1px solid rgb(131, 131, 131);
}
.login{
    padding-top:20%;
    width:100%;
}
.mainOrderItem{
    font-size: 1.2em;
}
.orderItem .item{
    float:left;
    padding:10px;
    padding-left:17px;
}
.clear{
    clear:both;
}
.mainContent{
    background-color:#fff;
    width: 90%;
}
.menu{
    border-right: 1px solid #eee;
    width:15%;
    min-height:1000px;
}
.menu .item{
    text-align:center;
    padding:1em;
    margin:1em;
    border: 1px solid #ccc;
    border-radius:5px;
    cursor: pointer; 
}
.selected{
    background-color:#fd6;
}
.workers{
    float:left;
    width:80%;
    margin-left:1%;
}
.workers .head{
    padding:1em;
}
.head{
    width:100%;
    margin-left:1em;
}
.head .item{
    float:left;
    margin-right:1em;
}
.head .search{
    width:20%;
    min-height:1em;
}
.head .date{
    width:6em;
}
.head .title{
    
    font-size: 1.5em;
}
.head input{
    width:100%;
    min-height:2em;
    font-size:16px;
}
select{
    min-height:2.5em;
    
}
.inputForm{
    margin: 1em;
}
.inputForm .row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.input{
    
    margin:1em;  
    font-size:1em;
}
input{
    
    font-size:1em;
    min-height:1.5em;
}
.punchLoginContainer input{
    width:90%;
    margin:0.5em;
    min-height:2.5em;
    font-size:25px;
    margin-left: auto;
    margin-right: auto;
}
.flex{
    display: flex;
}
.gray{
    background-color:#f5f5f59a;
}
.purple{
    background-color:#c1c9fd;
}
.blue{
    background-color:#bde8ff;
}
.darkblue{
    background-color:#0d7ebb;
    color: rgb(255, 255, 255);
}
.green{
    background-color:#99f0d0;
}
.uploadbutton{
    border: 0;
    border-radius:10px;
    cursor: pointer;
    height:20px;
    line-height:20px;
    padding:5px;
    margin-top:17px;
}
.uploadbutton a:link{
    text-decoration: none;
}
a:-webkit-any-link{
    text-decoration: none;
}
.button{
    border: 0;
    border-radius:10px;
    cursor: pointer;
}
.deleteButton{
    background-color:#ff9eab;
    border-radius:5px;
}
.orderItem .button{
    margin:0.7em;
    padding:0.3em;
}
.orderList{
    width: 100%;
    margin-top:2em;
}
.orderItem {
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.orderItem a{
    text-decoration: none;
    color: #000;
}
.testItemList{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.testItem{
    margin: 1.2em;
    padding: 1.5em;
    border: 1px solid rgb(131, 131, 131);
}
.testItem .item{
    margin: 0.2em;
    padding: 0.2em;
}
.message{
    color: #2196F3;
    font-size: 1.5em;
    margin-left: 1em;
}
.orderItem .projectId{
    width:10%;
}
.orderItem .projectName{
    width:27%;
}
.orderItem .testDate{
    width:8%;
}
.orderItem .requester{
    width:13%;
}
.orderItem .placeId{
    width:30%;
}
.floatRight{
    float:right;
}
.floatLeft{
    float:left;
}
.orderItem .id{
    width:4em;
}

.clearButton{
    padding:0.35em;
    background-color:#eaeaea;
    border-radius:3px;
    cursor: pointer;
    border: 0.1px solid rgb(73, 73, 73);
}
.searchInput input{
    padding:0.35em;
    margin-right: 0.1em;
    margin-left: 0.1em;
    border: 0.1px solid rgb(73, 73, 73);
    border-radius:3px;
}
.addButton{
    float:left;
    background-color:#fd6;
    width:10%;
    text-align:center;
    min-height:35px;
    margin-top: 0.5em;
    line-height:35px;
    
    border-radius:5px;
    cursor: pointer;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.largeFont{
    font-size: 2em;
    text-align: center;
}
.mediumFont{
    font-size: 1.5em;
    text-align: center;
}
.gray{
    background-color:#e8e8e89a;
}





/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 18px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 2px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 14px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .itemFlex{
    display: flex; /* 設定容器為 Flex 容器 */
    flex-direction: row; /* 橫向排列子項目 */
  }