﻿
body {
    font-family: 微軟正黑體 !important;
    background: #f4f6f9;
}

/*header*/
.header_bar {
    /*background: linear-gradient(to right, #00b0f0, #1f4f8a, 50%, #1764c2);*/
    min-height: 100px;
    background: #00b3ff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: linear-gradient( 135deg, #027cbc 0%, #1373b0 100%);
    background-size: 600% 600%;
}
/*h1 a.logo {
    display: inline-block;
    background: url(../img/home3/logo.svg) left center no-repeat;
    width: 490px;
    height: 66px;
    text-indent: -9999px;
    background-size: contain;
}*/

h1 .logo.pc {
    display: inline-block;
    width: 490px;
    height: 66px;
    background-size: contain;
}

h1 .logo.mobile {
    display: none;
}

header .width1200 {
    position: sticky;
    left: 5rem;
    top: 2rem;
}
@media screen and (max-width:800px) {
    h1 a.logo {
        background: url(../img/home3/logo_mobile.svg) left center no-repeat;
        width: 267px;
        height: 66px;
        background-size: contain;
    }

    header .width1200 {
        position: absolute;
        left: 0;
    }
}


.logo {
    display: inline-table;
    vertical-align: bottom;
}

.logo-text {
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
}

.logo-text-sm {
    vertical-align: sub;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
}

.logo-text-mid {
    vertical-align: sub;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
}

.topnav {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.075);
    font-weight:700;
    font-size:1.25rem;
}
/*footer*/
#footer {
    background-color: #0d0d0d;
    padding: 2.5rem;
    color: white;
}

.footer_title {
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    font-size:1.25rem;
}

.footer_content{
    margin-bottom:20px;
}

.footer_menu {
    list-style: none;
    padding-left: 0;
}

.footer_menu li {
    margin-bottom:15px;
}

#footer a {
    text-decoration:underline;
}

/*content*/
.main_box {
    margin: auto !important;
    padding:10px 0 10px 0; 
    width: 80%;
}

.w-40 {
    width: 40%;
}

.w-90 {
    width:90%;
}

.card-title {
    font-size: 1.2rem !important; 
    font-weight:700;
}

.card-title i{
    margin-right:5px;
}

.card-title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    border-left: 5px solid #3281f2;
    border-bottom: 0;
}

.data-list {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
}

.data-list .num-total {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.8px;
    font-size: 60px;
}

.data-list .num-unit {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.7px;
    color: #4a4a4a;
}

.data-list .text-md {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    color: #4a4a4a;
}

.data-list .text-normal {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #6c757d;
}

.color-class1 {
    color: #bce480;
}

.color-class2 {
    color: #ff8a8a;
}

.color-class3 {
    color: #f9b66e;
}

.color-class4 {
    color: #6dadd7;
}

.result .dataTables_wrapper .form-control {
    display: inline-block;
    width: auto;
}
.result_list_title {
    font-weight:700;
    padding:0.5rem;
}
.result_list_title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    border-left: 5px solid #3281f2;
    border-bottom: 0;
}

.SideArea {
    padding: 0 10px;
}
.SideArea .info-title {
    font-weight:700;
}
.SideArea .info-text {
    /*color: #007bff; */
    color: #065384; 
    font-weight: 700;
}
.SideArea .link a {
    color: rgba(0, 0, 0, 0.5);
    font-size:1.1rem;
    font-weight:700;
}
.SideArea .link a.active, .SideArea .link a:hover {
    color: #FF8000;
}

/*step by step*/
.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.stepwizard a {
    background-color: #fff;
    border-color: #fff;
    opacity: 1 !important;
    color: #000000;
}
.stepwizard a.active, .stepwizard a:hover {
    border-radius: 50%;
    background-color: #007bff;
    color: #ffffff !important;
}

/*手風琴效果*/
.accordion {
    /*max-width:800px;*/
    width:100%;
}
.accordion .btn-link {
    font-weight: 700;
    font-size:1.1rem !important;
}
.accordion .btn-link[aria-expanded=false] {
    color: #666;
}
.accordion .btn-link[aria-expanded=false]::before {
    border-left: 5px solid #666;
}
.accordion .btn-link[aria-expanded=true] {
    color: #3281f2;
}
.accordion .btn-link[aria-expanded=true]::before {
    border-left: 5px solid #3281f2;
}
.accordion li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.accordion li .download_file {
    float:right;
    margin-bottom:5px;
}
.accordion li .download_file img {
    width: 25px;
}

/*Dropzone*/
.dropzone{
    border-radius:10px;
}

/*report*/
.report .group {
    margin-bottom: 1rem;
}
.report .item {
    font-weight:700;
    margin-right:0.25rem;
}
.report .total {
    font-weight: 700;
    margin-right: 0.5rem;
}
.report ul {
    list-style:none;
}
.report li {
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #6c757d;
}

.report_detail .num {
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.report_detail .title {
    font-weight: 700;
    font-size: 1.1rem;
}

.report_detail .title div {
    margin-bottom:0.75rem;
}

.report_detail .connect {
    margin-left:0.5rem;
}

.breadcrumb-item.active {
    color: #3A3C41;
}

.btn-primary {
    color: #fff;
    background-color: #004F9E;
    border-color: #004F9E;
    box-shadow: none;
}

#footer a {
    text-decoration: underline;
    color: #fff;
}