﻿@charset "UTF-8";

@font-face {
    font-family: 'TimesNewRoman';
    src: local("Times New Roman"), url(Times-New-Roman.ttf);
    unicode-range: U+AA80-AADF;
}

@font-face {
    font-family: 'NormalOthers';
    src: local("Times New Roman"),local("微軟正黑體"), local("Microsoft JhengHei");
}

body {
    font-family: 'NormalOthers','TimesNewRoman'; /*'微軟正黑體', 'Microsoft JhengHei';*/
    color: #545251;
}

.body-content {
    margin: 10px 20px;
}

.logo {
    width: 250px;
    opacity: 0.2;
}

.title {
    font-weight: bold;
    margin: 8px 3px;
}

.subtitle {
    margin-top: 0px;
}

.footer {
    color: #9e9e9e;
    margin-top: 30px;
}

.alert-default {
    background-color: #f4f4f4;
    padding: 20px;
    box-shadow: 2px 2px 0px #cecdcd;
    font-size: 16px;
    /*text-align: justify;*/
    margin: 20px 0 20px 0;
}

.alert-bigicon {
    max-width: 40px;
    font-size: 20px;
    padding-left: 10px;
}

.form-group label:first-child {
    font-weight: bold;
}

.big125 {
    font-size: 125%;
}

.small85 {
    font-size: 85%;
}

.small75 {
    font-size: 75%;
}

.context {
    margin: 10px 0;
    color: #296fb3;
    line-height: 18px;
}

.w-32 {
    width: 28%;
}


/* Bootstrap Style Overwrite */
.alert {
    text-align: justify;
    padding: 7px 15px 7px 15px;
}

.form-group {
    margin-bottom: 15px;
}

.el-reset {
    border-radius: 0;
    display: initial;
}

.bg-warningOW {
    margin-bottom: 10px;
    font-size: 140%;
    font-weight: bold;
    padding: 10px 0;
    color: #924b30;
}

.badge {
    font-size: 100%;
}

.badge-red {
    color: #fff;
    background-color: #ce3e4b;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

ol li {
    margin-bottom: 5px;
}

label small {
    margin-left: 5px;
}

.fas {
    width: 20px;
}

.fa-star {
    color: #ea7459 !important
    /*color: #dc3545 !important;*/
}



/* Elements Style */
#txt_Verification {
    width: 80px;
    text-align: center;
}

#img_CheckCode {
    margin: -1px 0 0 0;
    height: 32px;
    display: initial;
}

#divProgress {
    z-index: 999999;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    line-height: 25px;
    display: none;
}

#divProgressConetnt {
    width: 70%;
    margin: 100px auto 50px auto;
    padding: 30px 20px 20px 20px;
    background-color: #fff;
    border-radius: 10px;
}

#divMaskFrame {
    background-color: #F2F4F7;
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
}



/* Elements Style - Quarantine System for Entry */
.blink {
    color: #ca070d;
    animation: blink 2s linear infinite;
    -webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 2s linear infinite;
    -ms-animation: blink 2s linear infinite;
    -o-animation: blink 2s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.hdcInfo {
    font-size: 150%;
    color: #005aff !important;
}

.hdcNormal {
    background-color: #6eff00 !important;
    padding: 5px;
    border: #22c648 solid 1px;
    font-weight: bold;
    margin-bottom: 10px;
}

    .hdcNormal label {
        font-size: 150%;
        color: forestgreen;
        margin: 0;
    }

.hdcStaff {
    background-color: #fdd974 !important;
    padding: 5px;
    border: #fcac1a solid 1px;
    font-weight: bold;
    margin-bottom: 10px;
}

    .hdcStaff label {
        font-size: 150%;
        color: #fa5f16;
        margin: 0;
    }

.hdcGqs {
    background-color: #b8cee4 !important;
    padding: 5px;
    border: #296fb3 solid 1px;
    font-weight: bold;
    margin-bottom: 10px;
}

    .hdcGqs label {
        font-size: 150%;
        color: #006699;
        margin: 0;
    }

.btn-hdc1 {
    text-align: left;
    /*font-size: 14px;*/
    width: 100%;
    font-weight: bold;
    color: #FFF;
    background: #199c7b;
    border-bottom: solid 4px #037b5d;
    border-right: solid 3px #037b5d;
}

    .btn-hdc1:hover {
        color: #FFF;
        background: #037b5d;
    }

.btn-hdc {
    text-align: left;
    /*font-size: 14px;*/
    width: 100%;
    font-weight: bold;
    color: #FFF;
    background: #0099CC;
    border-bottom: solid 4px #006699;
    border-right: solid 3px #006699;
}

    .btn-hdc:hover {
        color: #FFF;
        background: #006699;
    }



/* Elements Style - Thankyou Print */

.print-alert-default {
    position: relative;
    background-color: #f4f4f4;
    padding: 20px;
    box-shadow: 2px 2px 0px #cecdcd;
    font-size: 16px;
    text-align: justify;
    margin: 20px 0 20px 0;
}

.print-ul {
    list-style-position: outside;
}

.fa-pen {
    color: #ea7459 !important
}
