@charset "utf-8";
/* CSS Document */
input[type="number"],input[type="password"],input[type="text"],input[type="submit"],input[type="button"],select{
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
    border-radius: 0;
}
input[type="submit"],input[type="button"]{border: 0;background-color:#aa566e; }

html {
    background-color: #eaccd6;  
}
body{
    font-size: 1em;
    margin: 0; 
    color: #6e5a5d;
    font-family:"微軟正黑體","Microsoft JhengHei",  "新細明體", "PMingLiU", AppleGothic, Dotum,Lucida Grande, Verdana ,Sans-serif;}
a{
    text-decoration: none;
}
.L{
    float: left;
}
.atCenter{
    margin: 15px auto;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ded5d8;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ded5d8;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ded5d8;
}
/*
::-webkit-scrollbar-track {
-webkit-border-radius: 10px;
border-radius: 10px;
margin:0px 0 5px 0;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 4px;
border-radius: 4px;
 background-color: #913448;
}*/
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset; -webkit-text-fill-color: #836e76;}
input:-webkit-autofill:focus {-webkit-box-shadow: 0 0 0px 1000px white inset; -webkit-text-fill-color: #836e76;}
input[type="text"],input[type="password"]{
    color: #836e76;
}
.clear {clear:both;}
.hide{display: none;}
div {
    text-align: justify;　
    text-justify: auto;　  
}
.justify:after {
　content: '';
　display: inline-block;
　width: 100%;
}
#loadPage{display: none; width: 100%;height: 100%;position: fixed;background-color:#aa566e;z-index: 4000;opacity: 0.9;}
.loadIcon{position: absolute;top: 30%; width:130px;height: 130px;background: url(../images/flower.svg);}
.loadImg{position: absolute;bottom: 20%;width:130px;height: 130px;background: url(../images/loading.svg);}
.loadIcon,.loadImg{left: 0;right: 0;margin-right: auto;margin-left: auto;background-size: cover;}
/*Login Page*/
#loginDiv{
    width: 70%;
    min-width: 350px;
    max-width: 500px;
    height: 400px;
    margin: 100px auto 0 auto;
}
#loginLogo,.imgLogo{
    width: 100%;
    height: auto;
}
#loginBlock{
    box-sizing: border-box;
    width: 100%;
    height: 320px;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    background: hsla(0,0%,0%,0.2); 
}
.errTxt{
    height: 20px;
    text-align: center;
    color: #e13b3b;
}
.canvas{
    border:#cf95a3 1px solid;
}
.errborder{
    border: 2px solid red;
}
.inputDiv{
    width: 300px;
    margin: 30px auto;
    height: 45px;
    box-sizing: border-box;
    padding-left: 45px;
    background-color: #aa566e;
    background-position: 8px 8px;
    background-size: 30px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.inputTxt{
    outline: none;
    height: 45px;
    border: none;
    width: 100%;
    padding-left: 10px;
    font-size: 18px;
    color: #984A5C;
}
.inputBtn{
    outline: none;
    cursor: pointer;
    width: 300px;
    background-color: #c06c84;
    height: 45px;
    color: #FFF;
    border: none;
    margin-bottom: 20px;
    transition: background-color 0.3s;
}
.inputBtn,.inputBtnLong{
     font-size: 18px;
}
.inputBtn:hover{
    background-color: #cb4260;
}
.inputTitle{
    margin-bottom: 5px;
    color: #ceafaf;
}
.inputBorder,.selectBorder{
    box-sizing: border-box;
    outline: none;
    padding: 5px 10px;
    width: 100%;
    height: 45px;
    border: 0.8px #ceafaf solid;
    font-size: 18px;
    color: #a2738c;
    background-color: #FFF;
    transition:  border 0.3s,background-color 0.3s;
}
.inputUnderline{
    box-sizing: border-box;
    outline: none;
    padding: 5px 10px;
    width: 100%;
    height: 45px;
    border: none;
    background-color: #FFF;
    border-bottom: 0.8px #ceafaf solid;
    font-size: 20px;
    color: #a2738c;
    transition:  border 0.3s;
}
.inputBorder:read-only{
    background-color: #e3e3e3;
}
.inputBorder:hover,.inputBorder:focus,.selectBorder:hover,.selectBorder:focus{
    border: 0.8px #427996 solid;
}
.inputBtnLong{
    outline: none;
    cursor: pointer;
    background-color: #c06c84;
    height: 50px;
    color: #FFF;
    border: none;
    margin-top:30px;
    transition: background-color 0.3s;
}
.inputBtnLong:hover{
    background-color: #cb4260;
}
.errorBorder{
    border: 1px #8ea6b4 solid;
    background: #e7eff3;
}
/*Common Page*/
.mar-btm{
   float: left;
   height: 30px;
   margin-bottom: 20px;
   min-width: 120px;
}
.prettychk{
    display: block;
    cursor: pointer;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-right: 10px;
    border: 0.8px #ceafaf solid;
    transition: background-color 0.3s;
}
.chkTxt{
    display: inline-block;
    height: 27px;
    line-height: 27px;
}
.prettychk:checked{
    background-color: #e4668a;
}
#mainNav{
    width: 100%;
    box-sizing: border-box;
    background-image: url(../images/header_bg.jpg);
    background-size: cover;
    text-align: center;
    color: #fff;
}
#mainCont{
    box-sizing: border-box;
    margin: -60px auto 40px auto;
    background-color: #FFF;
}
.s1,.s2,.s3,.ss2,.ss3{
    box-sizing: border-box;
}
#mainCont h2{
    color: #C1767C;
}
#mainCont .content{
    width: 90%;
    margin: 0 auto;
    color: #984A5C;
}
.flower{
    margin-right: 5px;
    color: #DD2F76;
    font-weight: bolder;
}
#myCanvas{
    margin: 0 auto;
}

.clearBtn{
    outline: none;
    border: none;
    color: #FFF;
    border-radius: 5px;
    padding: 10px 25px;
    background-color: #cf95a3;
    transition: background-color 0.3s;
}
.clearBtn:hover{
    background-color: #c7627b;
}
/*Setting*/
#sideSetMid{
    height: auto;
}
.settingDiv{
    cursor: pointer;
    float: left;
    margin: 20px 3%;
    border-radius: 10px;
    transition: box-shadow 0.3s;
}
.settingDiv:hover{
    box-shadow: 0px 0px 5px #894a5c;
}
.settingIcon{
    margin:  0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.settingTxt{
    padding: 6px 0;
    text-align: center;
}
#alertMsg{
    display: none;
    z-index: 2000;
    padding: 30px 20px;
    color: #FFF;
    background-color: hsla(0,0%,0%,0.68); 
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 300px;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.putTb{
    overflow: scroll;
    height: auto;
    margin: 0 auto;
}
.setTb{
    width: 100%;
   
    margin: 0 auto;
    font-size: 14px;
}
.setTb th{
    padding: 10px 10px;
    background-color: #8ea6b4;
    color: #FFF;
    text-align: center;
}
.setTb td{
    padding: 10px 10px;
    border-bottom: 0.8px #8ea6b4 solid;
    text-align: center;
}
.setBtn{
    display: inline-block;
    cursor: pointer;
    background-color: #c06c84;
    color: #FFF;
    margin-left: 5px;
    margin-top: 8px;
    padding: 5px 8px;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.setBtn:hover{
    background-color: #c03e63;
}
.txtBtn{
    cursor: pointer;
    font-size: 14px;
    color: #c06c84;
}
.txtBtn:hover{
    color: #be3a60;
}
#setAccForm,#delAccForm,#addAccForm,#delShopForm,#addStoreForm,#setStoreForm,#delForm{
    display: none;
    background-color: #FFF;
    z-index: 1200;
    box-shadow: 0px 0px 5px hsla(0,0%,0%,0.68); 
    position: fixed;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: height 0.3s;
}
#setAccForm,#setStoreForm{
    top: 50%;
    left: 50%;
    width: 70%;
    max-width: 500px;
}
#setStoreForm{
    height: 600px;
}
#delAccForm,#delShopForm,#delForm{
    text-align: center;
    padding: 20px 0px;
    top: 50%;
    left: 50%;
    width: 70%;
    max-width: 400px;
    height: 160px;
}
#addAccForm,#addStoreForm{
    top: 50%;
    left: 50%;
    width: 70%;
    max-width: 400px;
    height: 660px;
}
#resetForm{
    padding-top: 40px;
    text-align: center;
}
a.cancelBtn{
    cursor: pointer;
    color: #c194a1;
    font-size: 14px;
}
a.cancelBtn:hover{
    color: #ae4865;
}
.inputDateNum{width: 32%;}
/*PC*/
@media only screen and (min-width: 1450px) {
     ::-webkit-scrollbar {
        width: 5px;
    }
    #sideCont{
        position: absolute;
        width: calc(100% - 50px);
        left: 50px;    
    }
    .mid{
        width: 80%; 
        margin: 0 auto;
    }
    .mids{
        width: 780px; 
        margin: 0 auto;
    }
    #mainNav{
        padding-top: 30px;
        height: 220px;
        font-size: 30px;
    }
    #mainCont{
        width: 70%;
        border-radius: 10px;
        box-shadow: 0px 0px 10px hsla(0,0%,0%,0.58);
    }
    .mainLogo{
        width: 70%;
        max-width: 500px;
        margin: 0px auto;
        margin-bottom: 5px;
    }
    .mainLogo img{
        width: 100%;
        height: auto;
    }
    .leftMargin{
        margin:30px 2%;
    }
    .s1{
        width: 96%;
    }
     .s1small,.s2,.ss2,.ss3{
        width: 46%;
    }
    .s3{
        width: 29.299%;
       
    }
    .inputTitle{
        font-size: 14px;
    }
    .inputBtnLong{
        width: 60%;
        min-width:150px;
        margin-bottom: 30px;
    }
    .inputBtnLong,.inputBtn{
        font-size: 14px;
    }
    #canvasDiv{
        width: 600px;
        height: 280px;
    }
    .mar-btm{
        width: 20%;
    }
    #sideSetMid{
        width: 65%;
        margin: 0 auto;
    }
    .settingDiv{
        padding: 15px 0;
        width: 27.3%;
    }
    .settingIcon{
        width: 80%;
        height: 100px;
    }  
    .putTb{
        width: 650px;
    }
    #setAccForm{
        height: 570px;
    }
}
@media only screen and (min-width: 961px) and (max-width:1450px) {
     ::-webkit-scrollbar {
        width: 5px;
    }
    #waitOver{display: none;z-index: 5000;position: fixed;width: 160px;height: 160px;top: 0;bottom: 0;left: 0;right: 0;margin: auto;
    background-image: url(../images/loading.svg);background-size: contain;
    }
    #sideCont{
        position: absolute;
        width: calc(100% - 50px);
        left: 50px;    
    }
    .mid{
        width: 90%; 
        margin: 0 auto;
    }
    .mids{
        width: 780px; 
        margin: 0 auto;
    }
    #mainNav{
        padding-top: 30px;
        height: 220px;
        font-size: 30px;
    }
    #mainCont{
        width: 85%;
        border-radius: 10px;
        box-shadow: 0px 0px 10px hsla(0,0%,0%,0.58);
    }
     .mainLogo{
        width: 70%;
        max-width: 500px;
        margin: 0px auto;
        margin-bottom: 5px;
    }
    .mainLogo img{
        width: 100%;
        height: auto;
    }
    .leftMargin{
        margin:30px 2%;
    }
    .s1,.ss2{
        width: 96%;
    }
    .s1small,.s2,.ss3{
        width: 46%;
    }
    .s3{
        width: 29.299%;
       
    }
    .s4{
        width: 23%;
    }
    .inputTitle{
        font-size: 14px;
    }
    .inputBtnLong{
        width: 60%;
        min-width:150px;
        margin-bottom: 30px;
    }
    .mar-btm{
        width: 20%;
    }
    #sideSetMid{
        width: 70%;
        margin: 0 auto;
    }
    .settingDiv{
        padding: 15px 0;
        width: 27.3%;
    }
    .settingIcon{
        width: 80%;
        height: 100px;
    } 
    .putTb{
        width: 650px;
    }
    #setAccForm{
        height: 570px;
    }
}
/*Pad*/
@media only screen and (min-width: 551px) and (max-width:960px) {
    ::-webkit-scrollbar {
        width: 5px;
    }
    #waitOver{display: none;z-index: 5000;position: fixed;width: 160px;height: 160px;top: 0;bottom: 0;left: 0;right: 0;margin: auto;
    background-image: url(../images/loading.svg);background-size: contain;
    }
    #sideCont{
        position: absolute;
        width: calc(100% - 50px);
        left: 50px;    
    }
    .mid{
        width: 92%; 
        margin: 0 auto;
    }
    .mids{
        width: 80%; 
        margin: 0 auto;
    }
    #mainNav{
        height: 200px;
        padding-top: 20px;
        font-size: 24px;
    }
    #mainCont{
        width: 95%;
        max-width: 650px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px hsla(0,0%,0%,0.58);
    }
     .mainLogo{
        width: 70%;
        max-width: 500px;
        margin: 0px auto;
        margin-bottom: 5px;
    }
    .mainLogo img{
        width: 100%;
        height: auto;
    }
    .leftMargin{
        margin:10px 2%;
    }
    .s1,.ss2,.ss3{
        width: 96%;
    }
    .s1small{width: 60%;}
    .s2,.s3{
        width: 46%;
    }
    .inputTitle{
        font-size: 18px;
    }
    .inputBtnLong{
        width: 50%;
        min-width:150px;
        margin-bottom: 30px;
    }
    .mar-btm{
        width: 40%;
    }
    #sideSetMid{
        width: 80%;
        margin: 0 auto;
    }
    .settingDiv{
        width: 27.3%;
    }
    .settingIcon{
        width: 70%;
        height: 140px;
    } 
    .settingTxt{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .putTb{
        width: 90%;
    }
    #setAccForm{
        height: 570px;
    }
}
/*mobile*/
@media only screen and (max-width: 550px) {
    ::-webkit-scrollbar {
width: 0px;
}
    #waitOver{display: none;z-index: 5000;position: fixed;width: 160px;height: 160px;top: 0;bottom: 0;left: 0;right: 0;margin: auto;
    background-image: url(../images/loading.svg);background-size: contain;
    }
    .mid{
        width: 100%; 

        margin: 0 auto;
    }
    #mainNav{
        height: 220px;
        padding-top: 20px;
        font-size: 26px;
    }
    #mainCont{
        width: 100%;
    }
     .mainLogo{
        width: 98%;
        max-width: 450px;
        margin: 0px auto;
        margin-bottom: 5px;
    }
    .mainLogo img{
        width: 100%;
        height: auto;
    }
    .leftMargin{
        margin:30px 2%;
    }
    .s1,.ss2,.ss3{
        width: 95%;
    }    
     .s1small,.s2,.s3{
        width: 95%;
        
    }

    .inputTitle{
        font-size: 16px;
    }
    .inputBtnLong{
        width: 100%;
        margin-bottom: 0px;
    }
    .mar-btm{
        width: 150px;
    }
    #sideSetMid{
        width: 70%;
        margin: 0 auto;
    }
    .settingDiv{
        width: 94%;
    }
    .settingIcon{
        width: 80%;
        height: 150px;
    } 
    .settingTxt{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .putTb{
        width: 95%;
    }
    #setAccForm{
        height: 650px;
    }
}
