﻿
.w-40 {
    width:40%;
}

.w-100 {
    width: 100%;
}

.w-50px {
    width: 50px;
}

.w-100px {
    width: 100px;
}

.w-150px {
    width: 150px;
}

.w-200px {
    width: 200px;
}

.h-300px {
    height: 300px;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-130 {
    margin-left: 130px;
}

.ml-150 {
    margin-left: 150px;
}


.cb-color-white {
    accent-color: white !important;
}

.display-none {
    display: none;
}

.display-inline {
    display: inline;
}

.display-flex {
    display: inline-flex;
}

.report-title-font {
    font-size: 18pt;
    text-align: center;
    color: blue;
    font-family: 標楷體;
    font-weight: bold;
}

.report-print-time {
    text-align: right;
    font-family: 標楷體;
}

.report-font-type {
    font-family: 標楷體;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.btn-manual {
    float: right;
    text-align: left;
    font-size: 0.85rem;
}

.blue {
    color:blue;
}

.black {
    color: black;
}

.black {
    color: black;
}

.red {
    color: red;
}

.darkred {
    color: darkred;
}

.float-right {
    float: right;
}

.font-bold {
    font-weight: bold;
}

.report-table-border {
    font-family: 標楷體;
    border: 1px solid #f5f5f5;
}

.bg-skin {
    background: #FBE9D8;
}