﻿/* reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

/* 20180822 By Marco: Simplified Login for gratus */
@font-face {
    font-family: NotoSansCJKTCLight;
    src: url(../font/NotoSansCJKtc-Light.otf);
}
/* End 20180822 By Marco: Simplified Login for gratus */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* end reset CSS */


/* common setting */
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
}

td {
    background-color: #F6EBE7;
}


    td img {
        display: block;
    }


.ui-icon-circle-triangle-e {
    background-position: -96px -384px !important;
}

.ui-icon-circle-triangle-s {
    background-position: -128px -384px !important;
}

.ui-icon-circle-triangle-w {
    background-position: -160px -384px !important;
}

.ui-icon-circle-triangle-n {
    background-position: -192px -384px !important;
}

.textbox {
    font-size: 20px;
    font-family: 'Microsoft JhengHei';
    border: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    background: transparent;
}

.textboxDate {
    font-size: 20px;
    font-family: 'Microsoft JhengHei';
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    padding-left: 10px;
}


.selectionbox {
    font-size: 20px;
    font-family: 'Microsoft JhengHei';
    border: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding-left: 10px;
}

    .selectionbox::-ms-expand {
        display: none;
    }

.radiobutton {
    padding: 0;
    margin: 0;
}

.checkbox {
    padding: 0;
    margin: 0;
}

.error {
    /*background-color: #F7FFB5;*/
    color: #E33A1B;
}

input.error::-webkit-input-placeholder {
    color: #E33A1B;
}

input.error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #E33A1B;
}

input.error::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #E33A1B;
}

input.error::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #E33A1B;
}

body, html {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: black;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: black;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: black;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: black;
}

/* end common setting */

/* css in form */
.background {
    background: url(../images/d/form.png?v=1) no-repeat;
    background-size: 100% 100%;
    width: 1280px;
    height: 3479px;
    position: relative;
    margin: 0 auto;
}

.name {
    width: 554px;
    height: 39px;
    left: 45px;
    top: 2701px;
    position: absolute;
}

.age {
    width: 242px;
    height: 39px;
    left: 45px;
    top: 2770px;
    position: absolute;
}

.male {
    width: 25px;
    height: 25px;
    left: 488px;
    top: 2778px;
    position: absolute;
}

.female {
    width: 25px;
    height: 25px;
    left: 395px;
    top: 2778px;
    position: absolute;
}

.tel {
    width: 554px;
    height: 39px;
    left: 45px;
    top: 2839px;
    position: absolute;
}

.email {
    width: 554px;
    height: 39px;
    left: 45px;
    top: 2908px;
    position: absolute;
}

.treatment {
    font-size: 20px;
    font-family: 'Microsoft JhengHei';
    width: 511px;
    line-height: 39px;
    left: 659px;
    top: 2701px;
    position: absolute;
    text-align: left;
    padding-left: 10px;
}

.treatmentLoc {
    width: 554px;
    height: 39px;
    left: 659px;
    top: 2769px;
    position: absolute;
}

.treatmentDate {
    width: 554px;
    height: 39px;
    left: 659px;
    top: 2839px;
    position: absolute;
}

.treatmentTime {
    width: 554px;
    height: 39px;
    left: 659px;
    top: 2908px;
    position: absolute;
}

.agree {
    width: 25px;
    height: 25px;
    left: 53px;
    top: 2985px;
    position: absolute;
    border: none;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.optout_brand {
    width: 25px;
    height: 25px;
    left: 130px;
    top: 2677px;
    position: absolute;
    border: none;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.fblink {
    width: 142px;
    height: 52px;
    left: 823px;
    top: 2204px;
    position: absolute;
    cursor: pointer;
}

.treatmentDTL {
    width: 341px;
    height: 67px;
    left: 469px;
    top: 1934px;
    position: absolute;
    cursor: pointer;
}

.attention {
    width: 106px;
    height: 27px;
    left: 236px;
    top: 2985px;
    position: absolute;
    cursor: pointer;
}

.tAndc {
    width: 122px;
    height: 27px;
    left: 439px;
    top: 2985px;
    position: absolute;
    cursor: pointer;
}

.privacy {
    width: 70px;
    height: 27px;
    left: 352px;
    top: 2985px;
    position: absolute;
    cursor: pointer;
}

/* 20180822 By Marco: Simplified Login for gratus */
.gratus_member {
    width: 25px;
    height: 25px;
    left: 53px;
    top: 3034px;
    position: absolute;
    border: none;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.popup {
    width: 74px;
    height: 27px;
    left: 473px;
    top: 3031px;
    position: absolute;
    cursor: pointer;
}

.gratus_popup {
    font-family: NotoSansCJKTCLight;
    font-size: 20px;
    line-height: 35px;
}

.gratus_privacy {
    width: 70px;
    height: 23px;
    left: 286px;
    top: 3058px;
    position: absolute;
    cursor: pointer;
}

.gratus_tandc {
    width: 72px;
    height: 23px;
    left: 372px;
    top: 3058px;
    position: absolute;
    cursor: pointer;
}
/* END 20180822 By Marco: Simplified Login for gratus */


.submit {
    width: 215px;
    height: 70px;
    left: 656px;
    top: 3338px;
    position: absolute;
    cursor: pointer;
}

.reset {
    width: 215px;
    height: 69px;
    left: 392px;
    top: 3338px;
    position: absolute;
    cursor: pointer;
}

.captcha {
    top: 3242px;
    left: 660px;
    position: absolute;
}

.captchaanswer {
    width: 180px;
    height: 35px;
    left: 990px;
    top: 3260px;
    position: absolute;
    border: 1px solid;
}

.ultherapy {
    width: 225px;
    height: 24px;
    left: 65px;
    top: 3708px;
    position: absolute;
    cursor: pointer;
}


.loading {
    width: 100%;
    height: 3783px;
    top: 0;
    background-color: rgba(30, 30, 30, 0.1);
    position: absolute;
    z-index: 10;
}

.spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 55px;
    height: 55px;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1080px) {

    .textbox {
        font-size: 40px;
        font-family: 'Microsoft JhengHei';
        border: none;
        padding: 0;
        margin: 0;
        background: transparent;
        padding-left: 20px;
    }

    .textboxDate {
        font-size: 40px;
        font-family: 'Microsoft JhengHei';
        border: none;
        padding: 0;
        margin: 0;
        background: transparent;
        padding-left: 20px;
    }

    .selectionbox {
        font-size: 40px;
        font-family: 'Microsoft JhengHei';
        border: none;
        padding: 0;
        margin: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        padding-left: 20px;
    }

    .background {
        background: url(../images/m/form.png?v=1) no-repeat;
        background-size: 100% 100%;
        width: 1081px;
        height: 5801px;
        position: relative;
        margin: 0 auto;
    }

    .name {
    width: 977px;
    height: 74px;
    left: 52px;
    top: 3540px;
    position: absolute;
    }

    .age {
    width: 421px;
    height: 74px;
    left: 52px;
    top: 3659px;
    position: absolute;
    }

    .male {
        width: 50px;
        height: 50px;
        left: 810px;
        top: 3669px;
        position: absolute;
    }

    .female {
        width: 50px;
        height: 50px;
        left: 650px;
        top: 3669px;
        position: absolute;
    }

    .tel {
width: 977px;
    height: 74px;
    left: 52px;
    top: 3778px;
    position: absolute;
    }

    .email {
    width: 977px;
    height: 74px;
    left: 52px;
    top: 3898px;
    position: absolute;
    }


    /*#div_treatmentLoc {
    position:relative;
}*/

    .treatment {
    font-size: 40px;
    width: 950px;
    line-height: 74px;
    left: 53px;
    top: 4017px;
    position: absolute;
    }

    .treatmentLoc {
    width: 977px;
    height: 74px;
    left: 53px;
    top: 4135px;
    position: absolute;
    }

    .treatmentDate {
    width: 977px;
    height: 74px;
    left: 53px;
    top: 4256px;
    position: absolute;
    }

    .treatmentTime {
    width: 977px;
    height: 74px;
    left: 53px;
    top: 4374px;
    position: absolute;
    }

    .agree {
    width: 50px;
    height: 50px;
    left: 70px;
    top: 4507px;
    position: absolute;
    border: none;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    }

    .optout_brand {
        width: 50px;
        height: 50px;
        left: 70px;
        top: 4377px;
        position: absolute;
        border: none;
        background-color: #FFFFFF;
        border-color: #FFFFFF;
    }

    .fblink {
        width: 217px;
        height: 82px;
        left: 432px;
        top: 3543px;
        position: absolute;
        cursor: pointer;
    }

    .treatmentDTL {
    width: 400px;
    height: 91px;
    left: 340px;
    top: 2532px;
    position: absolute;
    cursor: pointer;
    }

    .attention {
        width: 224px;
        height: 50px;
        left: 445px;
        top: 4509px;
        position: absolute;
        cursor: pointer;
    }

    .tAndc {
        width: 260px;
        height: 50px;
        left: 142px;
        top: 4555px;
        position: absolute;
        cursor: pointer;
    }

    .privacy {
        width: 150px;
        height: 50px;
        left: 691px;
        top: 4509px;
        position: absolute;
        cursor: pointer;
    }

    .submit {
        width: 283px;
        height: 92px;
        left: 612px;
        top: 5622px;
        position: absolute;
        cursor: pointer;
    }

    .reset {
        width: 282px;
        height: 92px;
        left: 162px;
        top: 5622px;
        position: absolute;
        cursor: pointer;
    }

    .captcha {
        top: 5490px;
        left: 180px;
        position: absolute;
    }

    .captchaanswer {
        width: 336px;
        height: 72px;
        top: 5490px;
        left: 555px;
        position: absolute;
        border: 1px solid;
    }

    /* 20180822 By Marco: Simplified Login for gratus */
    .gratus_member {
    width: 50px;
    height: 50px;
    left: 70px;
    top: 4672px;
    position: absolute;
    border: none;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    }

    .popup {
        width: 140px;
        height: 50px;
        left: 863px;
        top: 4667px;
        position: absolute;
        cursor: pointer;
    }

    .gratus_popup {
        font-family: NotoSansCJKTCLight;
        font-size: 25px;
        line-height: 40px;
    }

    .gratus_privacy {
        width: 145px;
        height: 49px;
        left: 655px;
        top: 4720px;
        position: absolute;
        cursor: pointer;
    }

    .gratus_tandc {
        width: 142px;
        height: 49px;
        left: 835px;
        top: 4720px;
        position: absolute;
        cursor: pointer;
    }
    /* END 20180822 By Marco: Simplified Login for gratus */
}
