﻿html, body {
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #f0f0f0;
    font-family:'Microsoft JhengHei', 'Microsoft YaHei',Arial, Helvetica, sans-serif;
}

.menuProfileIcon {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 30px;
    height: 50px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


.form-register {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-register .form-register-heading,
    .form-register .checkbox {
        margin-bottom: 10px;
    }

    .form-register .checkbox {
        font-weight: normal;
    }

    .form-register .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-register .form-control:focus {
            z-index: 2;
        }

    .form-register input[type="text"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-register input[type="password"] {
        margin-bottom: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    /*.form-register input[id="inputConfirmPassword"] {
margin-bottom: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}*/

    .form-register input[id="inputVerifyCode"] {
        margin-bottom: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.btn-center-default {
    width: 200px;
}


.menuLogo {
    margin-right: 5px;
}

.BrandPageLogo {
    margin-top: 30px;
    margin-bottom: 60px;
}

.navbar-search {
    padding-top: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}


.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.bs-docs-header {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 24px;
    text-align: left;
    background-color: white;
}

.AlbumPhotoFrame {
    background-color: white;
    padding: 15px;
    margin-bottom: 30px;
}

hr {
    border-top: 1px solid #dddddd;
}



.BrandGiolink:hover {
    background-image: url('/Images/SmallLogo/On/Gio.png');
}

.BrandGiolink {
    width: 132px;
    height: 15px;
    margin: 5px;
    background-image: url('/Images/SmallLogo/Off/Gio.png');
    background-repeat: no-repeat;
}


#header, #footer {
    position: fixed;
    height: 50px;
    display: block;
    width: 100%;
    z-index: 9;
    text-align: center;
    background-color: #f0f0f0;
    filter: alpha(opacity=80);
    /* CSS3 standard */
    opacity: 0.8;
}

#header {
    top: 0px;
}

.sliderBackgroundImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 1280px) {
    .sliderBackgroundImage {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

.container-CategoryHoverMenu {
    padding: 0px;
}

.togglerShoppingCart {
    width: 300px;
    height: 150px;
    position: fixed !important;
    position: absolute; /*ie6 */
    z-index: 10;
    float: right;
    top: 60px;
    right: 10px;
    color: white;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 12px;
    padding-right: 12px;
}


.alpha60 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.8);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.unionLoginButton {
    margin-right: 80px;
}

.SiteList {
    margin-top: 5px;
    margin-bottom: 5px;
}

.helpItem {
    margin-top: 10px;
    padding-top: 10px;
    line-height: 30px;
}

.footMobile {
    position: fixed;
    width: 100%;
    z-index: 10000;
    text-align: center;
    /*height: 500px;*/
    font-size: 18px;
    color: #000;
    background: #FFF;
    justify-content: center; /* align horizontal */
    right: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    bottom: -300px;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.8);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    display: flex;
}

.footMobileCloseBtn {
    margin-right: 20px;
    width: 38px;
    height: 38px;
    background-image: url("/Images/Close1.png");
    cursor: pointer;
    float:right;
}


.footMobileOpenBtn {
    background-image: url("/Images/footMobileOpenBtn.png");
    cursor: pointer;
    position: fixed;
    width: 100px;
    height: 100px;
    z-index: 10001;
    text-align: center;
    /*height: 500px;*/
    font-size: 18px;
    display: flex;
    justify-content: center; /* align horizontal */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: -200px;
}

.footMobileOpenBtn_HKTC {
    background-image: url("/Images/footMobileOpenBtn_HKTC.png");
    cursor: pointer;
    position: fixed;
    width: 100px;
    height: 100px;
    z-index: 10001;
    text-align: center;
    /*height: 500px;*/
    font-size: 18px;
    display: flex;
    justify-content: center; /* align horizontal */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: -200px;
}

.footMobileOpenBtn_HKEN {
    background-image: url("/Images/footMobileOpenBtn_HKEN.png");
    cursor: pointer;
    position: fixed;
    width: 100px;
    height: 100px;
    z-index: 10001;
    text-align: center;
    /*height: 500px;*/
    font-size: 18px;
    display: flex;
    justify-content: center; /* align horizontal */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: -200px;
}

.footMobileOpenBtn_MY {
    background-image: url("/Images/footMobileOpenBtn_MY.png");
    cursor: pointer;
    position: fixed;
    width: 100px;
    height: 100px;
    z-index: 10001;
    text-align: center;
    /*height: 500px;*/
    font-size: 18px;
    display: flex;
    justify-content: center; /* align horizontal */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: -200px;
}

.CouponItem {
    background-color: red;
    height: 150px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    margin-bottom:5px;
}

.CouponItemDesc {
    border-left:1px dotted white;
    background-color: red;
    height: 150px;
    padding-left:20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    margin-bottom:5px;
}


.CouponItemExpired {
    background-color: lightgray;
    height: 150px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    margin-bottom:5px;
}

.CouponItemExpiredDesc {
    border-left:1px dotted white;
    background-color: lightgray;
    height: 150px;
    padding-left:20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    margin-bottom:5px;
}