﻿html {
  margin: 0;
  padding:0;
  height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "微軟正黑體", "新細明體";
    color: #333333;
    font-size: 12pt;
    background-color:#FCFCFC;
}
::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: #C8E8F9;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #99CCFF;
}
.mainDiv {
    width: 100%;
    max-width: 768px;
    display: flex;
    min-height: 100%;
    position: relative;
    flex-direction: column;
    touch-action: manipulation;
    margin-left: auto;
    margin-right: auto;
    
    background-color: white;
    margin-top: 5px;
    border-radius: 2px;
}
img {
    BORDER: 0px;
    max-width: 100%;
    border-radius:2px;
}
a:link {
    color: #333333;
    font-weight: bold;    
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

a:active {
    text-decoration: none;
    
}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    font-family: "微軟正黑體", "新細明體";
    /*color: #333333;*/
}

input:focus {
    padding: 4px 10px 4px 10px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    background-color: #3498DB;
    border: 1px solid #3498DB;
    border-radius: 8px;
}

.titleBrBrown {
    background-color: #704214;
    color: #FFFFFF;
    padding: 10px;
    font-weight: bold;
    font-family: "微軟正黑體","Noto Sans TC","sans-serif";
}

.titleBrLightGray {
    background-color: #FAFAFA;
    color: #333333;
    padding: 10px;
    font-weight: bold;
    font-family: "微軟正黑體","Noto Sans TC","sans-serif";
}
.titleBrDimGray {
    background-color: #666666;
    color: White;
    padding: 10px;
    font-weight: bold;
}
.textBoxStyle {
    font-family: "微軟正黑體", "新細明體";
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    font-size: 16px;
    height: 30px;
    /*background-color: #FFFBCB;*/
}

.itemStyle {
    font-family: "微軟正黑體", "新細明體";
    border-radius: 4px;
    /*border: 1px solid #CCCCCC;*/
    font-size: 16px;
}

.buttonStyle {
    /*padding: 10px;
    font-weight: bold;
    border-radius: 4px;
    font-family: "微軟正黑體", "新細明體";
    font-size: 16px;
    background-color: White;
    border: 1px solid #CCCCCC;
    height: 51px;*/
    -webkit-appearance: none;
    padding: 4px 10px 4px 10px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    background-color: white;
    border: 1px solid #3498DB;
    border-radius: 8px;
}

    .buttonStyle:hover,
    .buttonStyle:focus {
        /* border: 1px solid #22B0EB;
        background: #22B0EB;
        color: #ffffff;*/
        text-decoration: none;
        padding: 4px 10px 4px 10px;
        font-size: 22px;
        font-weight: bold;
        color: white;
        background-color: #3498DB;
        border: 1px solid #3498DB;
        border-radius: 8px;
    }

    .buttonStyle:active {
        /* border: 1px solid #22B0EB;
        background: #22B0EB;
        color: #ffffff;*/
        text-decoration: none;
        padding: 4px 10px 4px 10px;
        font-size: 22px;
        font-weight: bold;
        color: white;
        background-color: #3498DB;
        border: 1px solid #3498DB;
        border-radius: 8px;
    }

.buttonStyle_blue {
    -webkit-appearance: none;
    padding: 4px 10px 4px 10px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    background-color: #3498DB;
    border: 1px solid #3498DB;
    border-radius: 8px;
}

    .buttonStyle_blue:hover,
    .buttonStyle_blue:focus {
        text-decoration: none;
        padding: 4px 10px 4px 10px;
        font-size: 22px;
        font-weight: bold;
        color: #333333;
        background-color: white;
        border: 1px solid #3498DB;
        border-radius: 8px;
    }

    .buttonStyle_blue:active {
        text-decoration: none;
        padding: 4px 10px 4px 10px;
        font-size: 22px;
        font-weight: bold;
        color: #333333;
        background-color: white;
        border: 1px solid #3498DB;
        border-radius: 8px;
    }

.buttonStyle_warning {
    /*padding: 10px;
    font-weight: bold;
    border-radius: 4px;
    font-family: "微軟正黑體", "新細明體";
    font-size: 16px;
    background-color: White;
    border: 1px solid #CCCCCC;
    height: 51px;*/
    -webkit-appearance: none;
    padding: 4px 10px 4px 10px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #F4AD39;
    border: 1px solid #F4AD39;
    border-radius: 8px;
}

    .buttonStyle_warning:hover,
    .buttonStyle_warning:focus {
        /* border: 1px solid #22B0EB;
        background: #22B0EB;
        color: #ffffff;*/
        text-decoration: none;
        padding: 4px 10px 4px 10px;
        font-size: 22px;
        font-weight: bold;
        color: white;
        background-color: #F4AD39;
        border: 1px solid #F4AD39;
        border-radius: 8px;
    }

    .buttonStyle_warning:active {
        /* border: 1px solid #22B0EB;
        background: #22B0EB;
        color: #ffffff;*/
        text-decoration: none;
        padding: 4px 10px 4px 10px;
        font-size: 22px;
        font-weight: bold;
        color: white;
        background-color: #F4AD39;
        border: 1px solid #F4AD39;
        border-radius: 8px;
    }


.newGvButtonStyle {
    height: 50px;
    font-size: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #333333;
    background-color: white;
    border: 1px solid #3498DB;
    border-radius: 8px;
    padding: 0px;
}
    .newGvButtonStyle:hover {
        height: 50px;
        font-size: 20px;
        justify-content: center;
        display: flex;
        align-items: center;
        font-weight: bold;
        color: white;
        background-color: #3498DB;
        border: 1px solid #3498DB dashed;
        border-radius: 8px;
        padding: 0px;
    }

.buttonStyleDel {
    padding: 4px 10px 4px 10px;
    font-weight: bold;
    border-radius: 8px;
    font-family: "微軟正黑體", "新細明體";
    font-size: 22px;
    background-color: #CE0000;
    border: 1px solid #CCCCCC;
    color: White;
}
.addButtomStyle {
    /*    font-family: "微軟正黑體", "新細明體";
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0px solid #CCCCCC;
    font-weight: 900;
    color: white;
    font-size: 20px;
    height: 35px;
    width: 35px;
    background-color: #0080FF;*/

    width: 50px;
    height: 50px;
    font-size: 30px;
    justify-content: center;
   /* display: flex;*/
    align-items: center;
    font-weight: bold;
    color: white;
    background-color: #3498DB;
    border: 1px solid #3498DB;
    border-radius: 8px;
    padding: 0px;
}

.delButtomStyle {
    /*    font-family: "微軟正黑體", "新細明體";
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 0px solid #CCCCCC;
    font-weight: 900;
    color: white;
    font-size: 20px;
    height: 35px;
    width: 35px;
    background-color: #9D9D9D;*/

    width: 50px;
    height: 50px;
    font-size: 30px;
    justify-content: center;
    
    align-items: center;
    font-weight: bold;
    color: #333333;
    background-color: white;
    border: 1px solid #3498DB;
    border-radius: 8px;
    padding: 0px;
}

.buttonCloseStyle {
    padding: 0px;
    font-weight: bold;
    border-radius: 40px;
    font-family: "微軟正黑體", "新細明體";
    font-size: 16px;
    background-color: #FFFFFF;
    border: 1px dashed #999999;
    color: #333333;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}
.rowStyle {
    border-top: solid 0px #CCCCCC;
    border-left: solid 0px #FFFFFF;
    border-right: solid 0px #FFFFFF;
    border-bottom: dashed 3px #C0C0C0;
}
   

    .defaultGv {
        border-color: #EEEEEE;
    }

    .defaultGv tr td {
        padding: 4px;
    }

        .defaultGv input {
            font-family: "微軟正黑體","Noto Sans TC","sans-serif";
            border-width: 1px;
            padding: 4px 10px 4px 10px;
            font-size: 22px;
            font-weight: bold;
            color: #333333;
            border-radius: 8px;

/*            padding: 2px;
            font-weight: bold;
            font-family: "微軟正黑體","Noto Sans TC","sans-serif";
            font-size: 20px;
            border-width: 1px;*/
        }

    .defaultGv .pagerStyle {
    }

        .defaultGv .pagerStyle tr td {
        }

    .defaultGv tr:hover {
        background-color: #FFF1AC;
        font-weight: bold;
    }

.defaultGvSelectedRow {
    background-color: #FFF1AC;
    font-weight: bold;
}
/*超連結*/
.defaultGv a:link {
    display: block;
    padding: 5px 5px 5px 5px;
    background-color: #FFFFFF;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.defaultGv a:hover {
    display: block;
    /*height:20px;
    width:20px;*/
    background-color: #666666;
    color: #22B0EB;
    font-weight: bold;
    border: 1px solid #F0F0F0;
    /*text-align: center;*/
    text-decoration: none;
    color: White;
}

.defaultGv span {
    
    text-decoration: none;
}
/*
.defaultGv input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    background-color: #FFFFFF;
    color: #333333;
    border: 1px solid #CCCCCC;
    font-weight: 400;
    box-shadow: 0 0 1px #666666;
}

.defaultGv input:focus {
    
    box-shadow: 0 0 1px #666666;
    outline: none;
}*/
    .ProductCfgDiv {
    background-color: #FFFFFF;
    padding: 10px;
    border: solid 4px #EEEEEE;
    border-radius: 10px;
    
}

/*Loading*/
.loader {
    width: 60px;
}

.loader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
}

.loader-text {
    color: #333;
    font-family: arial, sans-serif;
}

    .loader-text:after {
        content: 'Loading';
        animation: load 2s linear infinite;
    }


.MultipleMemoLB {
    /*    padding: 2px 4px 4px 4px;
    background-color: #EEEEEE;
    border-radius: 12px;
    color: #333333;*/

    font-size: 18px;
    color: red;
}

.divA4_P {
    font-family: "新細明體";
    font-size: 16px;
    height: 1123px;
    width: 794px;
}

.divA4_P_Style_Null {
    height: 1123px;
    width: 794px;
}

.JustPrint {
    display: none
}

@media print {
    .JustPrint {
        display: block;
        font: 9pt verdana;
        letter-spacing: 2px;
    }

    .NoPrint {
        display: none
    }

    /*.divFormBroder {
        border-color: White;
        page-break-after: always;
        height: auto;
    }

    .divFormBroderW {
        border-color: White;
        page-break-after: always;
    }

    .divFormInputAreaBorder {
        display: none
    }*/
}

.titleBr {
    padding-left: 10px;
    line-height: 30px;
    font-size: 26px;
    /*height: 30px;*/
    color: #333333;
    font-weight: bold;
}

.titleBrBlue {
    padding-left: 10px;
    line-height: 30px;
    font-size: 20px;
    height: 30px;
    color: #333333;
    font-weight: bold;
    background-color: #99CCFF;
    border: 1px solid #99CCFF;
}

.titleButtonStyle {
    /*padding: 10px;
    font-weight: bold;
    border-radius: 4px;
    font-family: "微軟正黑體", "新細明體";
    font-size: 16px;
    background-color: White;
    border: 1px solid #CCCCCC;
    height: 51px;*/
    -webkit-appearance: none;
    padding: 4px 10px 4px 10px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    background-color: white;
    border: 1px solid white;
    border-radius: 8px;
}

    .titleButtonStyle:hover,
    .titleButtonStyle:focus {
        /* border: 1px solid #22B0EB;
        background: #22B0EB;
        color: #ffffff;*/
        text-decoration: none;
        padding: 4px 10px 4px 10px;
        font-size: 22px;
        font-weight: bold;
        color: white;
        background-color: #3498DB;
        border: 1px solid #3498DB;
        border-radius: 8px;
    }

    .titleButtonStyle:active {
        /* border: 1px solid #22B0EB;
        background: #22B0EB;
        color: #ffffff;*/
        text-decoration: none;
        padding: 4px 10px 4px 10px;
        font-size: 22px;
        font-weight: bold;
        color: white;
        background-color: #3498DB;
        border: 1px solid #3498DB;
        border-radius: 8px;
    }

.buttonStyleBlueSoild {
    padding: 4px 10px 4px 10px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    background-color: white;
    border: 1px solid #3498DB;
    border-radius: 8px;
}
.MemoSpan {
    padding: 4px 10px 4px 10px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #3498DB;
    border: 1px solid #3498DB;
    border-radius: 8px;
}

.MemoSpan_NoFull {
    padding: 4px 10px 4px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    background-color: white;
    border: 4px solid #3498DB;
    border-radius: 8px;
}
.OrderTitleImgDiv {
    max-width: 768px;
    width: 100%;
    height: 200px;
}

.OrderTitleName {
    font-size: 28px;
    font-weight: bold;
    background-color: #FFD133;
    border: 1px solid #FFD133;
    padding: 4px;
}





/* 主色色碼
    #003366;
    #3498DB;
    #99CCFF;
    #FF5734;
    #FF8D34;
    #FFD133;
    未接單 E41373 (紅色系、主要警示色)
    未出單 E40012 (桃紅色系、次要警示色)

*/
.ExampleTitleImgDiv { /*OrderTitleImgDiv*/
    max-width: 768px;
    width: 100%;
    height: 200px;
}
.ExampleTitleName { /*OrderTitleName*/
    font-size: 28px;
    font-weight: bold;
    background-color: #FFD133;
    border: 1px solid #FFD133;
    padding: 4px;
}
.ExampleButtonUnClick { /*buttonStyleBlueSoild*/
    padding: 4px 10px 4px 10px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    background-color: white;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
}
.ExampleButtonClick {
    padding: 4px 10px 4px 10px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    background-color: #3498DB;
    border: 1px solid #3498DB;
    border-radius: 8px;
}
.ExampleButtonClickRed { 
    padding: 4px 10px 4px 10px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    background-color: #E41373;
    border: 1px solid #E41373;
    border-radius: 8px;
}
.ExampleSpan { /*MemoSpan_NoFull*/
    padding: 4px 10px 4px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    background-color: white;
    border: 1px solid #3498DB;
    border-radius: 8px;
}
.ExampleTitlebar { /*titleBrBlue*/
    padding-left: 10px;
    line-height: 30px;
    font-size: 20px;
    height: 30px;
    color: #333333;
    font-weight: bold;
    background-color: #99CCFF;
    border: 1px solid #99CCFF;
}
.ExampleAddButtomStyle { /*addButtomStyle*/
    width: 50px;
    height: 50px;
    font-size: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: white;
    background-color: #3498DB;
    border: 1px solid #3498DB;
    border-radius: 8px;
    padding: 0px;
}
.ExampleDelButtomStyle { /*delButtomStyle*/
    width: 50px;
    height: 50px;
    font-size: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #333333;
    background-color: white;
    border: 1px solid #3498DB;
    border-radius: 8px;
    padding: 0px;
}