﻿@charset "utf-8";

html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei","sans-serif";
    background-color: #022028;
    color: #CACFCF;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    text-decoration: none;
    color: #CACFCF;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #011a20;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #032f3a;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #053f4e;
    }

.HeaderContainer {
    width: 100%;
    height: 80px;
    background-color: #011a1f;
}

.LogoHolder {
    display: inline-block;
    float: left;
    width: 400px;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
}

    .LogoHolder img {
        width: 60px;
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

.OrgName, .ProjectTitle {
    margin: 0px;
    padding: 0px;
    width: auto;
    letter-spacing: 1px;
}

.OrgName {
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0px 3px;
}

.ProjectTitle {
    font-size: 18px;
    font-weight: bold;
}

.LoginContainer {
    clear: both;
    width: 100%;
    height: calc(100% - 80px); /*height:100%-HeaderContainer的Height*/
    min-height: 400px;
    margin-top: 0px;
}

.LoginHolder {
    width: 500px;
    /*height: 350px;*/
    min-height: 350px;
    height: auto;
    margin: 0px auto;
    /*position: relative;
    top: calc(50% - 175px);*/ /*上方距離:50%-高度的一半*/
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(109,118,120,0.7);
    -moz-box-shadow: 0px 0px 10px 0px rgba(109,118,120,0.7);
    box-shadow: 0px 0px 10px 0px rgba(109,118,120,0.7);
    text-align: center;
}

.LoginTitle {
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 13px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #011a1f;
}

input.LoginUn[type=text], input.LoginPw[type=password] {
    width: 90%;
    padding: 12px 10px;
    margin: 20px 0px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #3F4347;
    font-size: 16px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei","sans-serif";
}

.LoginLabel {
    margin: 0px auto;
    width: 90%;
    display: block;
    text-align: left;
}

.LoginButton {
    width: 90%;
    border: none;
    color: white;
    padding: 12px 10px;
    margin: 15px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei","sans-serif";
}

.IndexSubmit {
    color: #ffffff;
    border: 1px solid #0a454d;
    background-color: #12808f;
}

    .IndexSubmit:hover {
        background-color: rgba(18, 128, 143, 0.5);
    }

p.ForgetPw {
    display: inline-block;
    font-size: 16px;
    letter-spacing: normal;
    margin: 8px 0px;
    font-weight: normal;
}

    p.ForgetPw a {
        text-decoration: none;
    }

        p.ForgetPw a:hover {
            text-decoration: none;
            color: #12808f;
        }

.ContentContainer {
    clear: both;
    width: 100%;
    height: calc(100% - 80px); /*height:100%-HeaderContainer的Height*/
    min-height: 400px;
    display: inline-table;
    margin-top: 0px;
    /*min-width: 990px;*/
}

.NaviHolder {
    width: 80px;
    height: 100%;
    background-color: #032932;
    float: left;
    display: inline-table;
}

ul.Navigation {
    box-sizing: border-box;
}

    ul.Navigation li {
        padding: 0px;
    }

        ul.Navigation li a, ul.Navigation li.active {
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 1px;
            width: 100%;
            height: 50px;
            display: block;
            text-align: center;
            padding: 10px 0px;
        }

            ul.Navigation li a:hover {
                background-color: #12808f;
            }

.Navigation li img {
    width: 30px;
    display: block;
    margin: 0px auto 0px;
}

ul.Navigation li.active {
    background-color: #12808f;
}

    ul.Navigation li.active a {
        padding: 0px !important;
    }

.NaviHolder_M {
    display: none;
}

.ContentHolder {
    width: calc(100% - 80px); /*100%－NaviHolder寬度*/
    float: right;
    padding: 0px 15px 0px 25px;
    box-sizing: border-box;
}

.WeatherHolder {
    width: 100%;
    height: 50px;
}

ul.WeatherInfo {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
}

    ul.WeatherInfo li {
        display: inline-block;
        padding: 10px 5px;
        margin-left: 5px;
        box-sizing: border-box;
        /*background-color: red;*/
    }

        ul.WeatherInfo li img {
            width: 30px;
            vertical-align: middle;
            margin: 0px 10px;
        }

        ul.WeatherInfo li > div {
            display: inline-block;
        }


ul.RowHolder {
    width: 100%;
}

    ul.RowHolder li {
        width: 100%;
        height: auto;
        margin: 20px 0px 40px;
    }

.OverviewHolder, .ConstructionSchedule, .ConstructionMaterial, .ConstructionNote {
    display: inline-block;
    background-color: #163138;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(58,88,96,0.9);
    -moz-box-shadow: 0px 0px 4px 2px rgba(58,88,96,0.9);
    box-shadow: 0px 0px 4px 2px rgba(58,88,96,0.9);
}

.OverViewTitleHolder, .ScheduleTitleHolder, .MaterialTitleHolder {
    width: 100%;
    height: 45px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #0e252b;
    padding: 12px 5px;
    box-sizing: border-box;
}

.OverviewHolder {
    width: 300px;
    height: 365px;
}

.ConstructionSchedule {
    width: calc(100% - 330px);
    height: 365px;
    margin-left: 20px;
}

li.MaterialInfo {
    display: flex;
    justify-content: space-between;
}

.ConstructionMaterial {
    width: 31.3%;
    height: auto;
    position: relative;
}

    .ConstructionMaterial:nth-child(3) {
        margin-right: 10px;
    }

.ConstructionNote {
    display: inherit;
    display: block;
    width: 99%;
    height: 350px;
}

p.ConTitle {
    display: inline-block;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #CACFCF;
    background: url(../Images/Triangle_Title.png) no-repeat 3px 5px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    float: left;
}

p.UpdateInfo {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #CACFCF;
    float: right;
    font-size: 14px;
}

.OvChartHloder, .MtrlChartHloder {
    width: 100%;
    height: 230px;
    text-align: center;
    float: left;
    padding-top: 10px;
    box-sizing: border-box;
}

.ScheduleChartHolder {
    width: 100%;
    height: 265px;
    padding: 15px 0px 10px;
    box-sizing: border-box;
}

table .OvChart {
    width: 100%;
    border: 0px;
}

.OvChart tr:nth-child(1) {
    background-color: #0e252b;
    font-size: 14px;
    letter-spacing: 1px;
}

.OvChart tr:nth-child(2) {
    background-color: #0c1e22;
    font-size: 26px;
    letter-spacing: 1px;
}

.OvChart tr td {
    width: 50%;
    padding: 10px;
    text-align: center;
}

    .OvChart tr td:nth-child(odd) {
        border-right: 1px solid #163138;
    }

div.OvPositive {
    color: #177d97;
    background: url(../Images/Arrow_P.png) no-repeat 100px 8px;
    width: 100%;
    padding-right: 15px;
    text-align: left;
    box-sizing: border-box;
}

div.OvNegative {
    color: #d12b36;
    background: url(../Images/Arrow_N.png) no-repeat 100px 8px;
    width: 100%;
    padding-right: 15px;
    text-align: left;
    box-sizing: border-box;
}

.ChartIndicatorHolder {
    width: 100%;
    height: 50px;
}

.IndicatorGreen, .IndicatorRed {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    letter-spacing: 1px;
    padding: 8px 10px 0px;
    height: 50px;
}

.IndicatorGreen {
    float: left;
    text-align: right;
}

.IndicatorRed {
    float: right;
    text-align: left;
}

.IndicatorText {
    display: block;
}

.LineGreen, .LineRed {
    display: block;
    width: 100px;
    height: 4px;
    margin-top: 10px;
}

.LineGreen {
    float: right;
    background-color: #177d97;
}

.LineRed {
    float: left;
    background-color: #d12b36;
}

table.MaterialList {
    width: 100%;
    border: 0px;
    margin-bottom: 50px;
}

.MaterialList tr:nth-child(odd) {
    background-color: #1d3b43;
}

.MaterialList td {
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 1px;
}

    .MaterialList td:nth-child(1) {
        width: 30px;
        text-align: left;
        padding: inherit;
        padding: 10px 3px 0px 10px;
    }

    .MaterialList td:nth-child(2) {
        width: auto;
        text-align: left;
        font-weight: bold;
    }

    .MaterialList td:nth-child(3) {
        width: 45px;
        text-align: right;
        padding: inherit;
        padding: 12px 0px 8px;
    }

    .MaterialList td:nth-child(4) {
        width: 45px;
        padding: inherit;
        padding: 10px 5px 10px 0px;
        letter-spacing: normal;
        text-align: right;
    }

.LineColorOrg, .LineColorGray, .LineColorGreen, .LineColorYellow, .LineColorBrown {
    width: 30px;
    height: 4px;
    margin-top: -5px;
}

.LineColorOrg {
    background-color: #d05438;
}

.LineColorGray {
    background-color: #4e7982;
}

.LineColorGreen {
    background-color: #7d943a;
}

.LineColorYellow {
    background-color: #ab882c;
}

.LineColorBrown {
    background-color: #54382d;
}

.ExportExcelHolder {
    width: 100%;
    text-align: center;
    /*	margin-top: -5px;*/

    position: absolute;
    bottom: 0px;
}

    .ExportExcelHolder p a {
        display: inline-block;
        margin: 5px 0px 0px;
        padding: 5px 10px 5px 40px;
        font-size: 14px;
        background: url(../Images/Icon_Excel.png) no-repeat 15px 5px;
        background-color: #12808f;
        font-weight: bold;
        letter-spacing: 1px;
        border-radius: 20px;
    }

        .ExportExcelHolder p a:hover {
            background-color: #0C5862;
        }

ul.NoteList {
}

    ul.NoteList li {
        padding: 15px 0px;
        margin: 0px;
        border-bottom: 1px solid #1e3e47;
    }

        ul.NoteList li:nth-last-child(1) {
            border: none;
        }

.TitleHolder {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #3C5760;
    padding: 13px 0px 0px;
    box-sizing: border-box;
}

    .TitleHolder p {
        font-size: 18px;
        font-weight: bold;
        color: #CACFCF;
        margin: 0px;
        letter-spacing: 1px;
        display: inline-block;
        float: left;
        width: auto;
    }

        .TitleHolder p.InfoDate {
            float: right;
            font-weight: normal;
            font-size: 16px;
        }

ul.VideoList {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 5px 0px;
    box-sizing: border-box;
}

    ul.VideoList li {
        width: calc(33.3333% - 2rem);
        margin: 1rem;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        background-color: #163138;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 4px 2px rgba(58,88,96,0.9);
        -moz-box-shadow: 0px 0px 4px 2px rgba(58,88,96,0.9);
        box-shadow: 0px 0px 4px 2px rgba(58,88,96,0.9);
    }

ul.PhotoList li iframe {
    display: block;
    max-width: 100%;
}


ul.PhotoAlbumCover, ul.PhotoAlbum {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 5px 0px;
    box-sizing: border-box;
}

    ul.PhotoAlbumCover li, ul.PhotoAlbum li {
        margin: 1rem;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        background-color: #163138;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 4px 2px rgba(58,88,96,0.9);
        -moz-box-shadow: 0px 0px 4px 2px rgba(58,88,96,0.9);
        box-shadow: 0px 0px 4px 2px rgba(58,88,96,0.9);
    }

    ul.PhotoAlbumCover li {
        width: calc(20% - 2rem);
    }

    ul.PhotoAlbum li {
        width: calc(25% - 2rem);
    }

        ul.PhotoAlbumCover li img, ul.PhotoAlbum li img {
            display: block;
            object-fit: cover;
            object-position: center;
            max-width: 100%;
            height: 200px;
        }

    ul.PhotoAlbumCover li p {
        text-align: center;
    }

p.BackToPhotoAlbum {
    float: right;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: normal;
}

    p.BackToPhotoAlbum a {
        background-color: #12808f;
        padding: 5px 5px;
    }

        p.BackToPhotoAlbum a:hover {
            background-color: #0C5862;
        }

.PhotoAlbum li p {
    text-align: center;
}

.InfoHolder, .InfoDetailHolder {
    width: 100%;
    height: auto;
    margin: 20px 0px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(58,88,96,0.9);
    -moz-box-shadow: 0px 0px 4px 2px rgba(58,88,96,0.9);
    box-shadow: 0px 0px 4px 2px rgba(58,88,96,0.9);
}

.InfoDetailHolder {
    padding: 1px 20px;
    box-sizing: border-box;
}

    .InfoDetailHolder p {
        margin: 18px 0px;
        padding: 0px;
    }

    .InfoDetailHolder img {
        margin: 15px auto;
        display: block;
    }

table.Info {
    width: 100%;
}

    table.Info tr {
        background-color: #163138;
    }

        table.Info tr:nth-child(1) {
            background-color: #0e252b;
        }

            table.Info tr:nth-child(1) img {
                margin-right: 5px;
            }

        table.Info tr:nth-child(2n) {
            background-color: #1d3b43;
        }

    table.Info td {
        padding: 10px;
    }

        table.Info td:nth-child(1) {
            width: calc(100% - 115px);
        }

        table.Info td:nth-child(2) {
            width: 110px;
            box-sizing: border-box;
        }

        table.Info td:nth-child(3) {
            width: 20px;
            padding-top: 10px;
            box-sizing: border-box;
        }

            table.Info td:nth-child(3) img {
                width: 20px;
            }

        table.Info td a {
            color: #cacfcf;
        }

            table.Info td a:hover {
                color: #12808f;
            }

.BackBtHolder {
    width: 100%;
    text-align: center;
}

    .BackBtHolder p a {
        font-size: 12px;
        margin: 5px auto !important;
        display: inline-block;
        padding: 5px 15px;
        background-color: #12808f;
        border-radius: 5px;
        letter-spacing: 1px;
        font-weight: bold;
    }

        .BackBtHolder p a:hover {
            background-color: #0C5862;
        }

.IntroTabContent h1, h2, h3, h4, p {
    margin: 10px 0px;
    padding: 0px;
}

.IpcamTitle {
    width: 100%;
    box-sizing: border-box;
    background-color: #163138;
    margin: 10px 0px 15px;
    padding: 10px 8px;
}

.IpcamBtHolder {
    width: 100%;
}

ul.IpcamBtList {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.IpcamBtList li {
        display: inline-block;
        margin-right: 30px;
        text-align: center;
        width: 120px;
        height: 120px;
    }

        ul.IpcamBtList li img {
            width: 50px;
            margin: 10px 0px 15px;
        }

.IpcamBt a {
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #98a2a5;
    font-size: 14px;
}

    .IpcamBt a:hover {
        background-color: #12808f;
    }

.LoginForm {
    position: relative;
    top: calc(50% - 230px);
} 


@media (max-width: 992px) {
    .ContentContainer {
        min-width: inherit;
    }

    .NaviHolder {
        display: none !important;
    }

    .NaviHolder_M {
        display: inherit;
        position: fixed;
        width: 100%;
        height: 70px;
        bottom: 0px !important;
        background-color: #032932;
        z-index: 10000;
    }

    ul.Navigation {
        list-style: none;
        margin: 0px;
        padding: 2px;
        width: 100%;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
    }

        ul.Navigation li {
            -ms-flex: 1;
            flex: 1;
        }

    .ContentHolder {
        width: inherit;
        width: 100%;
        float: inherit;
        /*padding:0px 15px;*/
        padding: 0px 15px 80px;
        box-sizing: border-box;
    }

    ul.RowHolder li {
        margin-bottom: 35px;
    }

    .OverviewHolder, .ConstructionSchedule, .ConstructionMaterial, .ConstructionNote {
        display: block;
    }

    .OverviewHolder {
        width: 350px;
        margin: 0px auto 35px;
    }

    .ConstructionSchedule {
        width: 100%;
        margin-left: inherit;
    }

    li.MaterialInfo {
        display: inherit;
        display: block;
    }

    .ConstructionMaterial {
        width: 100%;
        display: block;
        margin-bottom: 35px;
        height: auto;
        padding-bottom: 1px;
    }

        .ConstructionMaterial:nth-child(3) {
            margin-right: inherit;
        }

    .ConstructionNote {
        width: 100%;
        margin-bottom: 0px;
    }

    .OvChart tr td {
        padding: 10px;
    }

    .OvChart tr:nth-child(2) {
        font-size: 26px;
    }

    div.OvPositive {
        background: url(../Images/Arrow_P.png) no-repeat 100px 8px;
    }

    div.OvNegative {
        background: url(../Images/Arrow_N.png) no-repeat 100px 8px;
    }

    ul.VideoList li {
        width: calc(50% - 2rem);
    }

    ul.PhotoAlbumCover li, ul.PhotoAlbum li {
        width: calc(33.3333% - 2rem);
    }




    ul.NoteList li {
        margin: inherit !important;
        margin: 0px;
    }

    .MtrlChartHloder {
        height: inherit;
        height: auto;
        padding: inherit;
        padding: 0px 0px 10px;
        box-sizing: border-box;
    }

    .ScheduleChartHolder {
        height: inherit;
        height: auto;
        max-height: 265px;
        padding: 15px 0px 0px;
    }

    .InfoDetailHolder img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .LogoHolder {
        width: 250px;
        padding: 10px 5px 10px 5px;
    }

        .LogoHolder img {
            width: 50px;
        }

    .OrgName {
        font-size: 12px;
    }

    .ProjectTitle {
        font-size: 14px;
    }

    .LoginHolder {
        width: 350px;
        height: 350px;
    }

    ul.VideoList li {
        width: 100%;
    }

    ul.PhotoAlbumCover li, ul.PhotoAlbum li {
        width: calc(50% - 2rem);
    }
}

@media (max-width: 576px) {
    .ConstructionSchedule {
        height: 350px;
    }

    .ChartIndicatorHolder {
        margin-top: -20px;
    }

    .WeatherHolder {
        text-align: center;
        height: auto;
    }

    ul.WeatherInfo {
        float: inherit;
        width: auto;
    }

        ul.WeatherInfo li {
            font-size: 12px;
            font-weight: bold;
        }

            ul.WeatherInfo li img {
                width: 20px;
                margin-left: 0px;
            }
}

@media (max-width: 410px) {
    .LogoHolder {
        width: 200px;
    }

        .LogoHolder img {
            width: 30px;
            margin-top: 10px;
        }

    .OrgName {
        font-size: 10px;
    }

    .ProjectTitle {
        font-size: 12px;
    }

    .OverviewHolder {
        width: 300px;
    }

    ul.WeatherInfo li {
        font-size: 10px;
    }
}

/*
Header Green:#011a1f;
background Green:#022028;
Navi Green:#032932;
hover Green:#12808f;
p color:#CACFCF;

chargtGreen: #177d97;

*/
