﻿@font-face {
    font-family: 'DFHei-Bd-HK-BF';
    src: url('fonts/DFHei-Bd-HK-BF.eot?#iefix') format('embedded-opentype'), url('fonts/DFHei-Bd-HK-BF.woff') format('woff'), url('fonts/DFHei-Bd-HK-BF.woff2') format('woff2'),url('fonts/DFHei-Bd-HK-BF.ttf') format('truetype'), url('fonts/DFHei-Bd-HK-BF.svg#DFHei-Bd-HK-BF') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DFHei-Bd-HK';
    src: url('fonts/DFHei-Bd-HK.eot?#iefix') format('embedded-opentype'), url('fonts/DFHei-Bd-HK.woff') format('woff'), url('fonts/DFHei-Bd-HK.woff2') format('woff2'),url('fonts/DFHei-Bd-HK.ttf') format('truetype'), url('fonts/DFHei-Bd-HK-BF.svg#DFHei-Bd-HK') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PorscheNext-Bold';
    src: url('fonts/PorscheNext-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/PorscheNext-Bold.woff') format('woff'), url('fonts/PorscheNext-Bold.woff2') format('woff2'),url('fonts/PorscheNext-Bold.ttf') format('truetype'), url('fonts/PorscheNext-Boldd.svg#PorscheNext-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'PorscheNext-Regular';
    src: url('fonts/PorscheNext-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/PorscheNext-Regular.woff') format('woff'), url('fonts/PorscheNext-Regular.woff2') format('woff2'), url('fonts/PorscheNext-Regular.ttf') format('truetype'), url('fonts/PorscheNext-Regular.svg#PorscheNext-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.SignLabMemo {
    color: #a4a4a4;
}

.SignLab {
    font-weight: bold;
}

.page-header,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'PorscheNext-Bold','DFHei-Bd-HK-BF';
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    font-family: 'PorscheNext-Regular','DFHei-Bd-HK';
}

.hr3 {
    color: #1b1d1f;
    background-color: #1b1d1f;
    height: 5px;
}

.title {
    /*margin-right: 20px;*/
    text-align: center;
    padding-top: 220px;
    background-image: url('../../userdata/1223.png?new');
    background-size: auto 160px;
    background-repeat: no-repeat;
    background-position: center top;
    font-family: 'PorscheNext-Bold', 'DFHei-Bd-HK-BF';
}

.titleTxt {
    font-family: 'PorscheNext-Bold', 'DFHei-Bd-HK-BF';
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}

.navbar.affix {
    position: fixed;
    top: 0;
    z-index: 9999;
    -webkit-transition: all .6s ease-in-out;
    width: 100%;
}

header {
    height: 0px;
}

.banner {
    margin-left: -960px;
    overflow: hidden;
    display: none;
    /*height:185px;*/
}

.navbar-default {
    background-color: #CC0033;
    /*display:none;*/
}

.footer {
    color: white;
}


#wrapper {
    min-height: 100%;
    position: relative;
    height: auto !important;
    overflow: hidden;
}

.newslist li {
    list-style: none;
    border-bottom: 1px dotted #a4a4a4;
    margin-left: -40px;
    padding: 2px;
}

.MainContent {
    padding-bottom: 350px;
    min-height: 700px;
    font-size: 12pt;
    padding-top: 70px;
}

footer {
    width: 100%;
    min-height: 100px;
    background-color: #1b1d1f;
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    border-top: 3px solid #cbcbcb;
    padding-top: 10px;
    display:none;
}

.page-header {
    margin: 20px 0 20px;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.carousel-caption {
    font-size: 20px;
}


.nav > li > a {
    position: relative;
    display: block;
}



@media screen and (max-width: 767px) {
    /*// 如果使用者之視窗寬度 <= 768px，將會再載入這裡的 CSS。*/
    .navbar-brand::before {
        content: "";
        color: white;
    }

    .banner {
        display: none;
    }

    .MainContent {
        padding-bottom: 650px;
    }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    /*// 如果使用者之視窗寬度介於 768px ~ 979px，將會再載入這裡的 CSS。*/
    .MainContent {
        padding-bottom: 650px;
    }
}

table td {
    padding: 3px;
}


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

.h1, h1 {
    font-size: 32px;
}
