html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

html {
    position: relative;
    min-height: 100%;
}

body {
}


@media print {
    html, body {
        width: 100% !important;
        height: 100% !important;
        transform: scale(1); /* ÉèÖÃËõ·Å±ÈÀý */
        transform-origin: top left;
    }

    @page {
        size: auto;
        margin: 1mm;
    }
}


a {
    text-decoration: none;
    color: inherit;
}

    a:link {
        text-decoration: none;
        color: inherit;
    }

    a:visited {
        text-decoration: none;
        color: inherit;
    }

    a:hover {
        text-decoration: none;
        color: inherit;
    }

    a:active {
        text-decoration: none;
        color: inherit;
    }

    a:focus {
        text-decoration: none;
        color: inherit;
    }

.font-bold {
    font-weight: bold;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-26 {
    font-size: 26px;
}

.font-30 {
    font-size: 30px;
}

.font-40 {
    font-size: 40px;
}

.font-50 {
    font-size: 50px;
}

.color-head-bg {
    background-color: #FF6200;
}

.color-head-bg2 {
    background-color: #993a01;
}

.color-head-bg-gray {
    background-color: #ccc;
}

.height-2 {
    height: 2px;
}

.height-3 {
    height: 3px;
}

.height-6 {
    height: 6px;
}

.height-34 {
    height: 34px;
}

.height-50-min {
    min-height: 50px;
}

.height-50 {
    height: 50px;
}

.text-color-orange-1 {
    color: #ff6100;
}

.bg-color-orange-1 {
    background-color: #ff6100;
}

.home-flow-bg-1 {
    height: 214px;
    width: 214px;
    background-image: url(/imgs/home-flow-bg.png);
}

.btn, .form-control, div, .form-select {
    border-radius: 0px !important;
}

.form-control, .form-select {
    box-shadow: none !important;
    outline: 0 none;
}

    .form-control:hover, .form-select:hover {
        border-color: #FF6200;
    }

    .form-control:focus, .form-select:focus {
        border: 1px solid #FF6200;
    }

.form-check-user-color {
    accent-color: #FF6200;
}

.btn {
    box-shadow: none !important;
    outline: 0 none;
}

.btn-orange {
    color: #fff;
    background-color: #ff6100;
}

    .btn-orange:hover {
        background-color: #e95a03 !important;
        color: #fff;
    }

.min-height-446 {
    min-height: 446px;
}

.img-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.left-label {
    white-space: nowrap;
    width: 20px;
}

.left-label-right {
    white-space: nowrap;
    width: 20px;
    text-align: right;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-28 {
    line-height: 28px;
}

.line-height-30 {
    line-height: 30px;
}

.bg-orange-light {
    background-color: #ffc28d;
}

.height-100 {
    height: 100px;
}

.height-100-min {
    min-height: 100px;
}

.width-200 {
    width: 200px;
}

.task-box {
    width: 230px;
    height: 230px;
    border: 2px solid #ffc28d;
}

.img-small-15 {
    width: 15px;
    height: 15px;
}

.img-small-20 {
    width: 20px;
    height: 20px;
}

.img-small-30 {
    width: 30px;
}

.img-small-60 {
    width: 60px;
    height: 60px;
}

.memeber-task-box {
    width: 180px;
    height: 180px;
    border: 2px solid #eb601c;
}

.width-900-center {
    width: 900px;
    margin: auto;
}

.highlight {
    border-bottom: 5px solid #FF6200;
}

.w-fix-100 {
    width: 100px;
}

.w-fix-200 {
    width: 200px;
}

.w-fix-300 {
    width: 300px;
}

.w-fix-600 {
    width: 600px;
}

.w-fix-800 {
    width: 800px;
}

input[type='radio'] {
    accent-color: #ff6100;
}

input[type='checkbox'] {
    accent-color: #ff6100;
}

.text-red {
    color: red !important;
}

.bg-cyan {
    background-color: #0281b9 !important;
}

.cursor-pointer {
    cursor: pointer;
}


div {
    border: 0px solid #ff6100;
}


@font-face {
    font-family: custom-sans-serif;
    src: local("Heiti TC"), local("Î¢Ü›ÕýºÚów"), local("Microsoft JhengHei");
    unicode-range: U+4E00-9FFF
}

@font-face {
    font-family: custom-sans-serif;
    src: local(Helvetica), local(Times New Roman);
    unicode-range: U+00-024F;
}

.custom-sans-serif {
    font-family: custom-sans-serif
}

.status-box {
    height: 18px;
    width: 18px;
}

.bg-green {
    background-color: #02B907;
}

.bg-orange {
    background-color: #FF6200;
}

.bg-gray {
    background-color: #707070;
}

.bg-red {
    background-color: #FF0000;
}

.bg-blue {
    background-color: #5078FF;
}

.status-text-green {
    color: #02B907;
}

.status-text-gray {
    color: #707070;
}

.status-text-blue {
    color: #5078FF;
}

.status-text-red {
    color: #FF0000;
}

.height-30 {
    height: 30px;
}


/*div {
    border: 1px solid #ccc;
}*/
