/**
 * Copyright (C) GOYOURLIFE INC. - All Rights Reserved.
 * Unauthorized copying of this file, via any medium is strictly prohibited.
 * Proprietary and confidential.
 * Written by Doris Wang <doris.wang@goyourlife.com>, July 2020.
 * 
 * @author Doris Wang <doris.wang@goyourlife.com>
 * @link http://www.goyourlife.com
 * @copyright Copyright &copy; 2020 GOYOURLIFE INC.
 */

/* title div */
.header { 
    background-color: white;
    background-position: right;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    height: 80px;
    margin: 0;
    padding-left: 15px
}

.text {
    text-decoration: none;
    font-family:'Noto Sans TC',sans-serif;
    letter-spacing: 0.8;
}
/* 查詢 */
.searchBtn {
    background-color:white; 
    width: 80px;
    border-radius: 2.5px;
    border: 1px #d2d4d4 solid;
    cursor: pointer;
}

#select {
    outline: none;
    background:#F2F2F2; 
    border:1 #d2d4d4 solid;
    width: 150px;
    height: 30px;
    margin-left:5px;
    margin-top: 15px;
}
#select2 {
    /* outline: none;
    background:#F2F2F2; 
    border:1 #d2d4d4 solid;
    width: 150px;
    height: 30px;
    margin-left:5px;
    margin-top: 15px; */
    outline: none;
    background: #FFFFFF; 
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    width: 131px;
    height: 38px;
    margin-right:10px;
}
/* 確定 (選擇表) */
.searchBtn {
    background-color: #FFB701; 
    width: 55px;
    height: 38px;   
    border-radius: 5px;
    border: 1px solid #AAAAAA;
    cursor: pointer;
    margin-right:10px;
}
/* 代碼表下載button */
.downloadBtn {
    background-color: #FFFFFF; 
    /* width: 55px; */
    padding-left:10px;
    padding-right:10px;
    height: 38px;   
    border-radius: 5px;
    border: 1px solid #AAAAAA;
    cursor: pointer;
}
.button {
    background-color:white; 
    width: 80px;
    border-radius: 2.5px;
    border: 1px #d2d4d4 solid;
    cursor: pointer;
    height: 30px;
    margin-left: 15px;
    outline: none
}
.search-bar {
    outline: none;
    background-color:rgba(255, 255, 255, 1); 
    border: 1px solid rgba(170, 170, 170, 1);
    border-radius: 5px 5px 5px 5px;
    width: 223px;
    height: 38px;
    margin-right:10px;
}
#input {
    outline: none;
    background:#F2F2F2; 
    border:1px #d2d4d4 solid;
    width: 150px;
    height: 30px;
    margin-left:5px;
}
/* 下拉式選單選項 */
.option {
    text-decoration: none;
    font-family:'Noto Sans TC',sans-serif;
    letter-spacing: 0.8;
    color: #646464;
}

.deleteBtn{
    background-color:white; 
    width: 60px;
    border-radius: 3px;
    border: 1px #d2d4d4 solid;
    cursor: pointer;
    height: 30px;
    outline: none
}
.changeBtn{
    margin-left:6px;
    background-color:white; 
    width: 60px;
    border-radius: 3px;
    border: 1px #d2d4d4 solid;
    cursor: pointer;
    height: 30px;
    outline: none
}
.addComfirmBtn {
    margin-left: 6px;
    background-color: #0091C3; 
    width: 60px;
    border-radius: 3px;
    border: 1px #d2d4d4 solid;
    cursor: pointer;
    height: 30px;
    outline: none;
    color: white;
}
.change {
    background-color:#FFB701 !important;
}
.delete {
    background-color:#DF2854 !important;
    text-decoration: line-through;
}
.add {
    background-color:#1DB3AA !important;
}
.input {
    width:70%;
    height:30px;
    border-radius: 4.5px;
    border: 1px #d2d4d4 solid;
    text-align:center;
    outline: none
}
.fix {
    text-align: center;
    position: absolute;
    top: 10%;
    width: 100%;
    color: white;
    z-index:1;
}
.a {
    padding: 10px;
    border-radius: 4px;
    background-color: black;
    opacity: 0.7;
}