﻿body {
    font-family: 'Microsoft JhengHei';
}
header{
	background-color:#00633ead;
}

.loginFormTitle{
	background-color:#00633ead;
}

.btn-success 
{
    background-color:#00633ead;
    border:#00633ead solid 1px;
}
.btn-success:hover{
    background-color:#00633ef2;
    border:#00633ef2 solid 1px;
    -webkit-filter:brightness(0.9);
}

.btn-outline-success
{
    background-color:#fff;
    border:#00633ef2 solid 1px;
}
    .text-success,
    .text-success2 
    {
        color:#00633ef2 !important;
    }
    .btn-outline-success:hover,
    .btn-outline-success:focus{
        background-color:#00633ef2;
        border:#00633ef2 solid 1px;
    }

.body-content {
}

.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%;
}



@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: #2056ac;
}
