﻿
#MasterPageCountPlace {
    position: fixed;
    z-index: 9999;
    background: #666;
    color: #fff;
    opacity: 0.9;
    padding: 2px 12px;
    border-radius: 6px;
    left: 20px;
    bottom: 25px;
}

    #MasterPageCountPlace span {
        vertical-align: middle;
    }

@keyframes spaceboots {

    10%,90% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20%,80% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30%,70% {
        transform: translate(0px, 2px) rotate(0deg);
    }

    40%,60% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
}

.shake {
    animation-name: spaceboots;
    animation-duration: 0.8s;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.time__box {
    text-align: right;
    line-height: 30px;
    margin-bottom: 20px;
}

    .time__box span {
        font-size: 16px;
        color: #111111;
    }

        .time__box span#time__count {
            color: #ff6000;
            font-weight: 600;
        }

.btn_all_print {
    width: 100%;
    text-align: right;
    margin: 25px 0;
}

    .btn_all_print.lightbox_contenet {
        margin: 25px 0 0px;
    }

    .btn_all_print a {
        border-radius: 20px;
        border: solid 1px #00994e;
        outline: none;
        font-size: 16px;
        line-height: 35px;
        font-weight: normal;
        font-family: "微軟正黑體";
        color: #00994e;
        padding: 6px 20px;
        margin: 0 5px;
    }

        .btn_all_print a span {
            line-height: 35px;
        }

        .btn_all_print a.yellow {
            border: solid 1px #ff6000;
            color: #fff;
            background: #ff6000;
        }

.time_count {
    width: 50px;
    height: 50px;
    background-image: url(../images/time_count.png);
    background-size: 50px 50px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.time_count_text {
    padding: 0;
    display: inline-block;
    float: left;
    margin: 0;
    margin-bottom: 30px;
}

.orange_span {
    color: #ff6000;
}
