﻿.Title {
    font-family: "微軟正黑體";
}

.Desc {
    font-family: "微軟正黑體";
}

.QueryTitle {
    text-align: center;
    font-weight: bolder;
    color: #476616;
}

.QueryItemTitle {
    text-align: right;
    font-weight: bold;
}

.shadow-border {
    -webkit-box-shadow: 3px 3px 3px 3px #85a55e;
    -moz-box-shadow: 3px 3px 3px 3px #85a55e;
    box-shadow: 0 0 3px 3px #85a55e;
}

.round-corner {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.login-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--color);
    margin-top: 10px;
    margin-left: 20px;
}

.login-input {
    font-size: 22px !important;
    margin: 5px 20px 10px 20px;
    width: var(--wh);
}

.chnYear {
    width: var(--wh);
    justify-content: center;
}

.chnYear span {
    font-size: 22px;
    align-self: center;
}

.chnYear input {
    width: 40%;
}

.alert-text {
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
}

.Captcha-Img {
    width: 110px;
    vertical-align: middle;
}

.Captcha-Input {
    font-size: 22px;
    font-weight: bold;
    color: var(--color);
    margin-top: 5px;
    vertical-align: middle;
    width: 50%;
}

.bottomborder {
    border-bottom: dashed 2px black;
}

ul {
    list-style: none;
}

.notice_txt {
    font-weight: bold;
    font-size: 20px;
    color: #3b1ff2;
    font-family: "微軟正黑體";
}

.OptionRadDiv {
    width: calc(100% / var(--cnt) - 8px);
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.Selection {
    border: 1px solid #10747e !important;
    color: #10747e;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    height: auto;
}

.Selection input {
    width: 40px;
    height: 30px;
}

.SelectionChose {
    border: 1px solid #10747e !important;
    background-color: #10747e;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    padding-left: 0;
    padding-right: 0;
}

.SelectionChose input {
    width: 40px;
    height: 30px;
    color: #10747e;
}


/*List*/

.List_PatientInfo {
    display: inline;
    font-weight: bolder;
    text-align: center;
    font-size: 1.3rem;
}

.ListTheadTitle {
    font-weight: bold;
    padding: 0 5px;
    font-size: 1.1rem;
}

.ListTheadTr {
    color: white;
    background-color: #009999;
    text-align: center;
}

.ListTBodyTr {
    color: black;
    background-color: #e5dfdf;
    text-align: center;
}

.ListTBodyDesc {
    font-size: 1rem;
}

.List_ControlInfo {
    display: inline;
    font-weight: bolder;
    /*text-align:center;*/
    font-size: 1rem;
}


.ListCHospTitle {
    background-color: #ff0000;
}

.ListCHosp {
    border-left: solid 3px white;
    /*border-bottom:solid 3px white;*/
}

.modal-dialog {
    overflow-y: initial !important;
    max-width: none !important;
}

/*List*/




@media(max-width:576px) {
    .DeptTitle {
        font-size: 18px;
        color: white;
    }

    .UpdateTimeTitle {
        font-size: 14px;
        color: white;
    }

    .QueryItemTitle {
        text-align: center;
        font-weight: bold;
    }

    .radSize {
        align-self: center;
        margin: 3px 5px;
        width: 25px;
        height: 25px;
    }

    .radText {
        padding: 3px 8px;
        font-weight: bold;
        font-size: 22px;
        //background-color: var(--bgcolor);
        //border: 2px solid var(--bdcolor);
        border-radius: 5px;
    }

    .Query_td_Desc {
        font-weight: bold;
        font-size: 16px;
    }

    .app_block {
        border: solid 1px #000000;
        margin-top: 2px;
    }

    .app_block .app_title {
        padding-top: 5px;
        color: #007b88;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
    }

    .app_block .app_detail {
        color: #000000;
        font-size: 18px;
        font-weight: bold;
    }

    .OptionRadDiv {
        width: calc(50% - 8px);
        margin-right: 2px;
        margin-left: 2px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .login-input {
        font-size: 22px !important;
        margin: 5px 20px 10px 20px;
        width: 100%;
    }

    .chnYear {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .chnYear input {
        width: 50%;
    }

    .Captcha-Input {
        font-size: 22px;
        font-weight: bold;
        color: var(--color);
        margin-top: 5px;
        vertical-align: middle;
        width: 100%;
    }
}

@media(min-width:576px) {
    .DeptTitle {
        font-size: 18px;
        color: white;
    }

    .UpdateTimeTitle {
        font-size: 14px;
        color: white;
    }

    .OptionRadDiv {
        width: calc(50% - 8px);
        margin-right: 2px;
        margin-left: 2px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .login-input {
        font-size: 22px !important;
        margin: 5px 20px 10px 20px;
        width: 100%;
    }

    .chnYear {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .chnYear input {
        width: 50%;
    }

    .Captcha-Input {
        font-size: 22px;
        font-weight: bold;
        color: var(--color);
        margin-top: 5px;
        vertical-align: middle;
        width: 100%;
    }
}

@media(min-width:768px) {
    .DeptTitle {
        font-size: 18px;
        color: white;
    }

    .UpdateTimeTitle {
        font-size: 14px;
        color: white;
    }

    .OptionRadDiv {
        width: calc(100% / var(--cnt) - 8px);
        margin-right: 2px;
        margin-left: 2px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .login-input {
        font-size: 22px !important;
        margin: 5px 20px 10px 20px;
        width: var(--wh);
    }

    .chnYear {
        width: var(--wh);
        justify-content: center;
    }

    .chnYear input {
        width: 40%;
    }

    .Captcha-Input {
        font-size: 22px;
        font-weight: bold;
        color: var(--color);
        margin-top: 5px;
        vertical-align: middle;
        width: 50%;
    }
}

@media(min-width:992px) {
    .DeptTitle {
        font-size: 28px;
        color: white;
    }

    .UpdateTimeTitle {
        font-size: 16px;
        color: white;
    }
}

@media(min-width:1200px) {
    .DeptTitle {
        font-size: 28px;
        color: white;
    }

    .UpdateTimeTitle {
        font-size: 16px;
        color: white;
    }
}
