﻿div#loadingLayer
{
    display:none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
}

div#loadingPanel 
{
    display:none;
    position: absolute;
    left: 50%;
    top:2%;
    font-family: "微軟正黑體", "Microsoft Jhenghei", sans-serif;
}

div#loadingPanel div.inner
{
    display:none;
    margin-top: 270px;
    position: relative;
    left: -50%;
    z-index: 2;
    background-color: transparent;
    width: 95px;
    height: 95px;
    color: Black;
    text-align:center;
    border-radius:10px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    padding:23px;
}

div#loadingPanel h4
{
    color: #036EB8;
    text-align: center;
    font-size: 20px;
}

div.orderTimeMessage
{
    font-family: "微軟正黑體", "Microsoft Jhenghei", sans-serif;
    color: #D7000F;
    width: 98%;
    padding: 5px;
    margin: auto auto 15px auto;
    line-height: 16pt;
    font-size: 16pt;
    font-weight: bold;
    background-color: #F7F8F8;
    border: 3px solid #e6640d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    vertical-align: baseline;
}





div#Ezfunds_CoverScreen {
    z-index: 1000;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
}


div#Ezfunds_Loading {
    z-index: 100;
    position: fixed;
    width: 60px;
    height: 75px;
    margin: auto;
    top: 20%;
    left: 45%;
}

    div#Ezfunds_Loading > div {
        position: absolute;
        background-color: rgb(255,255,255);
        width: 10px;
        height: 23px;
        border-radius: 8px 8px 0 0;
        -o-border-radius: 8px 8px 0 0;
        -ms-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        transform: scale(0.4);
        -o-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        animation-name: fade;
        -o-animation-name: fade;
        -ms-animation-name: fade;
        -webkit-animation-name: fade;
        -moz-animation-name: fade;
        animation-duration: 1.2s;
        -o-animation-duration: 1.2s;
        -ms-animation-duration: 1.2s;
        -webkit-animation-duration: 1.2s;
        -moz-animation-duration: 1.2s;
        animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-direction: normal;
        -o-animation-direction: normal;
        -ms-animation-direction: normal;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
    }

        div#Ezfunds_Loading > div:nth-of-type(1) {
            left: 0;
            top: 27px;
            animation-delay: 0.45s;
            -o-animation-delay: 0.45s;
            -ms-animation-delay: 0.45s;
            -webkit-animation-delay: 0.45s;
            -moz-animation-delay: 0.45s;
            transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
        }

        div#Ezfunds_Loading > div:nth-of-type(2) {
            left: 8px;
            top: 10px;
            animation-delay: 0.6s;
            -o-animation-delay: 0.6s;
            -ms-animation-delay: 0.6s;
            -webkit-animation-delay: 0.6s;
            -moz-animation-delay: 0.6s;
            transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
        }

        div#Ezfunds_Loading > div:nth-of-type(3) {
            left: 25px;
            top: 3px;
            animation-delay: 0.75s;
            -o-animation-delay: 0.75s;
            -ms-animation-delay: 0.75s;
            -webkit-animation-delay: 0.75s;
            -moz-animation-delay: 0.75s;
            transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
        }

        div#Ezfunds_Loading > div:nth-of-type(4) {
            right: 8px;
            top: 10px;
            animation-delay: 0.9s;
            -o-animation-delay: 0.9s;
            -ms-animation-delay: 0.9s;
            -webkit-animation-delay: 0.9s;
            -moz-animation-delay: 0.9s;
            transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
        }

        div#Ezfunds_Loading > div:nth-of-type(5) {
            right: 0;
            top: 27px;
            animation-delay: 1.05s;
            -o-animation-delay: 1.05s;
            -ms-animation-delay: 1.05s;
            -webkit-animation-delay: 1.05s;
            -moz-animation-delay: 1.05s;
            transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
        }

        div#Ezfunds_Loading > div:nth-of-type(6) {
            right: 8px;
            bottom: 7px;
            animation-delay: 1.2s;
            -o-animation-delay: 1.2s;
            -ms-animation-delay: 1.2s;
            -webkit-animation-delay: 1.2s;
            -moz-animation-delay: 1.2s;
            transform: rotate(135deg);
            -o-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
        }

        div#Ezfunds_Loading > div:nth-of-type(7) {
            bottom: 0;
            left: 25px;
            animation-delay: 1.35s;
            -o-animation-delay: 1.35s;
            -ms-animation-delay: 1.35s;
            -webkit-animation-delay: 1.35s;
            -moz-animation-delay: 1.35s;
            transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
        }

        div#Ezfunds_Loading > div:nth-of-type(8) {
            left: 8px;
            bottom: 7px;
            animation-delay: 1.5s;
            -o-animation-delay: 1.5s;
            -ms-animation-delay: 1.5s;
            -webkit-animation-delay: 1.5s;
            -moz-animation-delay: 1.5s;
            transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
        }

@keyframes fade {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes fade {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes fade {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes fade {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes fade {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}



#Ezfunds_Loading_CA {
    z-index: 100;
    width: 500px;
    height: 150px;
    margin: 100px auto 0 auto;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Ezfunds_Lightbox {
    z-index: 100;
    width: 500px;
    height: 150px;
    margin: 100px auto 0 auto;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}