﻿.heading-section {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
    color: darkred;
}

html, body {
    background-color: #f8f9fa;
    color: black;
    text-align: center;
    font-family: 'Open Sans', '微軟正黑體', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14pt;
}

.ShowTable {
    width: 100%;
    height: 100%;
    max-width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    background-color: white;
    padding: 0;
    border-color: #ddd;
}

.CssRemark {
    color: red;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 5px 0;
    padding: 0 10px;
    vertical-align: top;
}

th, td {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
}

th {
    background-color: #ff9800;
    font-weight: bold;
}

.CssBD {
    border: 1px solid #ddd;
    font-size: 18px;
    border-left: none;
    border-right: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.container-fluid, .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

tr:nth-child(even) {
    background-color: #fff3d0;
}

tr:nth-child(odd) {
    background-color: white;
}

.CssDate {
    background-color: #ffd700;
    text-align: center;
    width: 160pt;
    height: 35pt;
    font-size: 26px;
}

.CssFacility {
    font-size: 22px;
    font-weight: bold;
    background-color: #fb9932;
    padding: 10px;
}

.CssOperator {
    color: #ff3a2b;
}

.CssProduct {
    color: #325b84;
}

.CssBox {
    background-color: #ffbe7a;
    padding: 8px;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #c6c6c6;
}

.CssBox2 {
    background-color: #0af20f;
    padding: 8px;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #c6c6c6;
}

#cphContent_CBLUseTimeSlot{
    height: 30vh !important;
}
