﻿body {
    font-family: 'Microsoft JhengHei';
}

.body-content {

}

header{
    background-color:#289503;
    background-image: url('/_File/Download/109test11/image/c2.gif');
    background-size: auto;
    background-position-x: right;
    background-position-y: bottom;
}

/*header > nav >div > #mainNav .navbar-nav{
    background-color:#CDFBD5;
}*/

header >h1 >img
    {
        height: 40px;
        border-radius: 5px;
    }

.btn-success 
{
    background-color:#289503;
    border:#289503 solid 1px;
}
.btn-success:hover{
    background-color:#289503;
    border:#289503 solid 1px;
    -webkit-filter:brightness(0.9);
}

.loginFormTitle{
    background-color:#289503;
}

.bg-columnhead {
    background-color: #eee;
}

.bg-suverycolumnhead {
    background-color: #adaaaa;
}

.text-alert {
    color: #09046c;
}

.bg-flowcomplete {
    background-color: #adaaaa;
}

.bg-flowactive {
    background-color: #fcd481;
}

/*Home/Flow*/
.flowImg {
    max-width: 100%;
    height: auto;
}

/*Home/Read*/
.downloadListDiv {
    padding-left: 25%;
}
.btn-outline-success
{
    border:#289503 solid 1px;
}
.text-success,
.text-success2 
{
    color:#289503 !important;
}
.btn-outline-success:hover,
.btn-outline-success:focus{
    background-color:#289503;
    border:#289503 solid 1px;
}

@media screen and (max-width: 768px) {
    .downloadListDiv {
        padding-left: 15px;
    }
}

.downloadListTitle {
    font-weight: bolder;
    font-family: 'Microsoft JhengHei';
}

.downloadWarn {
    color: red;
}

.downloadLink {
    color: #454545;
}

    .downloadLink:hover {
        color: red;
    }

/*Home/Schedule*/
table.table-bordered > thead > tr > th {
    border: 1px solid grey;
    border-collapse: collapse;
}

table.table-bordered > tbody > tr > td {
    border: 1px solid grey;
}

.scheduleBottomWarnFont {
    color: dimgray;
}

.scheduleTable {
    margin-bottom: 2.5em;
}

.scheduleTableHeader {
    font-size: 1.1em;
    font-weight: bold;
    color: #373737;
}

.scheduleTableTitle{
    font-size: 1em;
    font-weight: bold;
    color: #373737;
}

.scheduleTableContent{
    font-size: 1em;
    font-weight: initial;
    color: #373737;
}

.scheduleTableComment{
    font-size: 0.8em;
    font-weight: initial;
    color: #373737;
}

.scheduleTableHeaderRow{
    background-color: #7fb6d2;
}

.scheduleTableTitleRow{
    background-color:#e2f4f7;
}

.scheduleTableCommentRow{
   background-color: #aaccdd;
}
/*.tableDivMobile{
    display: none;
}*/

/*@media screen and (max-width: 992px) {
    .tableDivWeb {
        display: none;
    }

    .tableDivMobile{
        display: initial;
    }
}*/

.OpenIDMemberConfirmTitle{
    background-color: #289503;
}
