﻿#DivContainer {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    background: url(../images/bg.png) no-repeat rgba(255,255,255,0);
    height: auto;
    background-size: cover;
    font-family: 'Microsoft JhengHei',Verdana;
}



.whiteBox {
    background: rgba(255, 255, 255, 0.39);
    height: auto;
    background-size: 100% 100%;
    margin: 0 auto;
    width: 90%;
    padding: 10px;
    border-style: solid;
    border-width: 2pt;
    border-color: #fff;
    border-radius: 15pt;
}


.whiteBox2 {
    position: absolute;
   
    width: 350px;
    background: rgba(255, 255, 255, 0.9);
    top:400px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-style: solid;
    border-width: 2pt;
    border-color: #fff;
    border-radius: 15pt;
    z-index: 99;
}


.greyBox {
    background: rgba(210, 210, 211, 0.6);
    height: auto;
    background-size: 100% 100%;
    margin: 0 auto;
    width: 480px;
    /* 
    width: 90%;
    */
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 2pt;
    border-color: #fff;
    border-radius: 20pt;
}
 

.p_warning {
    font-size: 16pt;
    font-weight: 900;
}


.p_comfirm {
    font-size: 16pt;
    font-weight: 900;
}



.NameField {
    background: url('../Images/NameField.png') no-repeat;
    width: 280px;
    height: 48px;
    margin: 0 auto;
}

.IDField {
    background: url('../Images/IDField.png') no-repeat;
    width: 280px;
    height: 48px;
    margin: 0 auto;
}


.PhoneField {
    background: url('../Images/PhoneField.png') no-repeat;
    width: 280px;
    height: 48px;
    margin: 0 auto;
}


    .NameField input, .IDField input, .PhoneField input {
        position: relative;
        top: 5px;
      
        border-style: none;
    }



.L3 {
    color: #000;
    font-weight: bold;
    font-size: 14pt;
    margin-left: -50%;
}


.LWhite {
    color: #fff;
    font-weight: bold;
    font-size: 20pt;
    
}





.codeClass {
    position: relative;
    top: 100px;
    width: 300px;
    left: 0px;
}


.auto-style1 {
    border-left: 0px solid #379;
    border-right: 0px solid #379;
    border-top: 0px solid #379;
    border-bottom: 5px solid #379;
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background-color: #0a97f5;
    border-radius: 8px;
    padding: 9px 25px 6px 25px;
    box-shadow: inset 0px 1px 3px rgba(255,255,255,.4);
    color: #fff;
    margin: 5px 10px 5px 10px;
    font-weight: 900;
    font-style: normal;
    left: 0px;
    top: 0px;
}

#DivMainContent {
    width: 100%;
}

.redSpan {
    color: red;
}

#DivContentHolder {
    width: 100%;
    font-size: 14pt;
}

#DivRootContent {
    text-align: center;
    width: 100%;
    height: auto;
}

.header {
}

.bgimg {
    width: 80%;
    text-align: center;
}

.bgimg2 {
    width: 60%;
    text-align: center;
}

.register {
    /*
    padding: 50px;
        */
    width: 100%;
    margin: 0 auto;
}

.iconimg {
    width: 150px;
}

.game {
    padding: 50px;
    width: 200px;
    margin: 0 auto;
    border: solid 1px #ffd800;
}

/*
.box {
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 5px solid #000000;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    background-color: lightslategrey;
    
}
*/

.box {
    background: rgba(255, 255, 255, 0.39);
    height: auto;
    background-size: 100% 100%;
    margin: 0 auto;
    width: 90%;
    padding: 10px;
    border-style: solid;
    border-width: 2pt;
    border-color: #fff;
    border-radius: 50pt;
}



.box2 {
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 5px solid #000000;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    color: white;
    /*
 background-color:#10efd4;    
*/
}

.bookcar {
    color: white;
    background-color: #0a97f5;
}

.bookcar2 {
    color: white;
    background-color: #f00;
}

.labelField, inputField {
    display: inline-block;
    text-align: left;
    margin-top: 10px;
}

.labelField {
    width: 150px;
    font-weight: bold;
}

.labelField2 {
    font-weight: bold;
}

.labelField3 {
    font-weight: bold;
}

.inputField {
    width: 200px;
    background: rgba(210, 210, 211, 0);
    border-color: #d2d2d3;
}


.button {
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: linear-gradient(180deg,#44bbdd 0%,#40b5d6 30%,#30a5c6 65%,#129abc 100%);
    background-color: #0a97f5;
    border-radius: 8px;
    border: 0px solid #379;
    border-width: 0px 0px 5px 0px;
    padding: 9px 25px 6px 25px;
    box-shadow: inset 0px 1px 3px rgba(255,255,255,.4);
    color: #fff;
    margin: 5px 10px 5px 10px;
    font-weight: 900;
    font-style: normal;
}

    .button > div {
        color: #999;
        font-size: 14px;
        font-weight: initial;
        font-style: normal;
        text-align: center;
        margin: 0px 0px 0px 0px;
    }

    .button > i {
        color: #fff;
        font-size: 1em;
        background: rgba(0,0,0,0.2);
        border-radius: 100px;
        border: 0px solid transparent;
        border-width: 0px 0px 0px 0px;
        padding: 5px 5px 5px 5px;
        margin: 0px 0px 0px 10px;
        position: static;
        box-shadow: inset 0px 1px 2px rgba(0,0,0,0.4),inset 0px -1px 0px rgba(255,255,255,.5);
    }

    .button > .ld {
        font-size: initial;
    }



.button_area {
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: linear-gradient(180deg,#44bbdd 0%,#40b5d6 30%,#30a5c6 65%,#129abc 100%);
    background-color: #0a97f5;
    border-radius: 8px;
    border: 0px solid #379;
    border-width: 0px 0px 5px 0px;
    padding: 9px 25px 6px 25px;
    box-shadow: inset 0px 1px 3px rgba(255,255,255,.4);
    color: #fff;
    margin: 5px 10px 5px 10px;
    font-weight: 900;
    font-style: normal;
}


.button_yellow {
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: linear-gradient(180deg,#efd14d 0%,#e1c070 30%,#c9b56a 65%,#b1a622 100%);
    background-color: #ebf50a;
    border-radius: 8px;
    border: 0px solid #a59f17;
    border-width: 0px 0px 5px 0px;
    padding: 9px 25px 6px 25px;
    box-shadow: inset 0px 1px 3px rgba(255,255,255,.4);
    color: #ffffff;
    margin: 5px 10px 5px 10px;
    font-weight: 900;
    font-style: normal;
}


.go_button {
    background: url(../images/go.png) no-repeat;
}


.back_button {
    background: url(../images/back.png) no-repeat;
}

.Title2 {
    font-size: 20px;
    color: white;
    font-weight: 200;
}

.Title3 {
    font-size: 26px;
    color: white;
    font-weight: 200;
}

.logodriver {
    width: 80%;
}

.gameimage {
    height: 55px;
}

.gameimage2 {
    height: 55px;
    text-align: left;
}

.ErrorBlock {
    background-color: #FFFF66;
    border: solid 1px #FF0000;
}


.mainMenu {
    margin: 10px;
    width: 100%;
    list-style: none;
    text-align: center;
}

    .mainMenu li {
        display: block;
        width: 140px;
        float: left;
        margin-left: 2px;
        border: 1px solid #000;
    }

    .mainMenu a {
        display: block;
        padding: 3px;
        text-decoration: none;
        background-color: #fff;
        color: #009;
        font-size: 14pt;
    }

        .mainMenu a:hover {
            background-color: #009;
            color: #fff;
        }



.menu_btn {
    display: none;
}


.subtitle_mobile {
    display: none;
    margin: 0 auto;
    width: 140px;
    border: 1px solid #000;
    padding: 3px;
    background-color: #fff;
    color: #009;
    font-size: 14pt;
    margin-bottom: 5px;
}

.gv {
    width: 95%;
    margin: 0 auto;
}

    .gv td, .gv th {
        padding: 1px 5px 1px 5px;
    }

#DivContainer2 {
    text-align: center;
    /*
    width: 850px;  
      */
    width: 1200px;
    margin: 0 auto;
    background: url(../images/bgdriver.png) no-repeat #0094ff;
    background-size: cover;
    font-family: 'Microsoft JhengHei',Verdana;
}

.olClass {
    text-align: left;
}

.preNote {
    font-size: 36px;
}

.reConfirmBox {
    width: 100%;
    margin: 0 auto;
    background-color: #ffd800;
    border: solid 1px #FF0000;
}

.systemimg {
    text-align: center;
}

.gvClass td, .gvClass th {
    padding: 0px 5px 0px 5px;
    border: 1px solid #999;
    font-size: 14px;
}
.gvClass{
    margin:0 auto;
}
.debugClass {
    color: aquamarine;
    font-size: 10px;
}

.highLine {
    font-weight: bold;
    font-size: 14px;
}

.subTitle {
    font-weight: bold;
    font-size: 16px;
}

.aClass {
    color: brown;
}

.bClass {
    color: blue;
}

.cClass {
    color: #ffd800;
}

.gClass {
    color: indigo;
}

.divDetialBoxClass{
    position:relative;
   
    margin:0 auto;

}
 
.applybox {
   height:600px;
}

/*
.ticketbg1000 {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    background: url(../images/QRCode-Date-1000.png) no-repeat;
 
    background-size: contain;
    color: #fff;
}

.ticketbg1030 {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    background: url(../images/QRCode-Date-1030.png) no-repeat;
  
    background-size: contain;
    color: #fff;
}

.ticketbg1100 {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    background: url(../images/QRCode-Date-1100.png) no-repeat;
  
    background-size: contain;
    color: #fff;
}

.ticketbg1130 {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    background: url(../images/QRCode-Date-1130.png) no-repeat;
 
    background-size: contain;
    color: #fff;
}

.ticketbg1200 {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    background: url(../images/QRCode-Date-1200.png) no-repeat;
 
    background-size: contain;
    color: #fff;
}

.ticketbg1230 {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    background: url(../images/QRCode-Date-1230.png) no-repeat;
  
    background-size: contain;
    color: #fff;
}

.ticketbg1400 {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    background: url(../images/QRCode-Date-1400.png) no-repeat;
   
    background-size: contain;
    color: #fff;
}

.ticketbg1430 {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    background: url(../images/QRCode-Date-1430.png) no-repeat;
  
    background-size: contain;
    color: #fff;
}

.ticketbg1500 {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    background: url(../images/QRCode-Date-1500.png) no-repeat;
  
    background-size: contain;
    color: #fff;
}

.ticketbg1530 {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    background: url(../images/QRCode-Date-1530.png) no-repeat;
  
    background-size: contain;
    color: #fff;
}

*/


.ticketbg1000, .ticketbg1030, .ticketbg1100, .ticketbg1130, .ticketbg1200,  .ticketbg1230 {

    text-align: center;
    width: 400px;
    margin: 0 auto;
    /*
    background: url(../images/QRCode-am.png) no-repeat;
    color: #fff;
    */
    background: url();
    color: #000;
    background-size: contain;
    
}



.ticketbg1400, .ticketbg1430, .ticketbg1500, .ticketbg1530, .ticketbg1600 {

    text-align: center;
    width: 400px;
    margin: 0 auto;
    background: url(../images/QRCode-pm.png) no-repeat;
  
    background-size: contain;
    color: #fff;
}




.ticketbg_p1 {
    position: relative;
    top: 70px;
    font-size: 20pt;
}

.ticketbg_p2 {
    position: relative;
    top: 70px;
    font-size: 16pt;
}


.ticketbg_p3 {
    position: relative;
    top: 105px;
    color: #000;
    font-size: 16pt;
}

.enter_hide {
    display: none;
}

.enter_hide2 {
    display: block;
}




.clear {
    display: block;
    clear: both;
}


.footer {
    
    position:relative;
    bottom:0px;
    width: 700px;
    margin: 0 auto;
    
    background: url(../images/footer.png) no-repeat rgba(255,255,255,0);
    height: 300px;
    background-size: cover;
    /*
    margin-top: 10px;
        */
}


.Bottom_resize {
    
    width:132px;
         
}

  
 

@media only screen and (max-width: 767px) {
    #DivContainer {
        text-align: center;
        width: 100%;
        height: auto;
    }

    #DivMainContent {
        width: 100%;
    }

    #DivContentHolder {
        width: 100%;
    }

    #DivRootContent {
        text-align: center;
        width: 100%;
    }

    .bgimg {
        width: 80%;
    }

    .codeClass {
        width: 80%;
    }

    .box, .box2 {
        width: 98%;
    }

    .labelField, .inputField, .labelField2 {
        width: 70%;
        margin-top: 5px;
    }



    .preNote {
        font-size: 24px;
    }

    .systemimg {
        text-align: center;
        width: 70%;
    }

    .youngimg {
        width: 80%;
    }

    .logodriver {
        width: 70%;
    }

    /* 
    .mainMenu li {
        width: 30%;
    }

    .mainMenu a {
        font-size: 20pt;
    }
    */


    #DivContainer2 {
        width: 100%;
    }

    .enter_hide {
        display: block;
    }


    .enter_hide2 {
        display: none;
    }

    .gv {
        word-break: break-all;
        font-size: 14pt;
    }



    .mainMenu {
        margin: 0px;
        display: none;
        z-index: 10000;
        position: absolute;
        top: 35px;
        left: -40px;
        width: 170px;
        float: left;
    }

        .mainMenu > li {
            /*  每個按鈕之間的間距 */
            margin-bottom: 2px; /* 外边距 */
            margin-left: 0px;
        }

        .mainMenu li a {
            display: block; /* 如果沒有, 按鈕則不能佔用整個 width */
        }

    .menu_btn {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 1px;
        background: url(../images/menu_btn.png) no-repeat;
        width: 40px;
        height: 35px;
    }

    .subtitle_mobile {
        display: block;
        background-color: #ffd800;
    }

    .NameField input, .IDField input, .PhoneField input {
                position: relative;
                top: 0px;
            }


    
    .footer { 
         
        width: 100%; 
    }
    
    .whiteBox {
        width: 98%; 
    }

}




@media only screen and (max-width: 480px) {

    .greyBox {
        width: 95%;
    }

    .whiteBox2 {
        width: 90%;
        margin: 0 0; 
    }


}




@media only screen and (max-width: 450px) {


    .ticketbg1000, .ticketbg1030, .ticketbg1100, .ticketbg1130, .ticketbg1200,
    .ticketbg1230, .ticketbg1400, .ticketbg1430, .ticketbg1500, .ticketbg1530, .ticketbg1600 {
        width: 98%;
    }
}

 

@media only screen and (max-width: 400px) {

    .L3, LWhite {
        margin-left: -65%;
    }
     

}



@media only screen and (max-width: 300px) {

    .NameField, .IDField, .PhoneField {
        width: 100%;
    }
}
