﻿.Title {
    font-family: "微軟正黑體";
}

.Desc {
    font-family: "微軟正黑體";
}

.QueryTitle {
    text-align: center;
    font-weight: bolder;
    color: #476616;
}

.QueryItemTitle {
    text-align: right;
    font-weight: bold;
}

.Query_td_Title {
    color: white;
    background-color: #009999;
    border-bottom: solid 1px white;
}

.Query_td_Detail {
    background-color: #D6F1E3;
    border-bottom: solid 1px white;
}

.Query_td_Desc {
    font-weight: bold;
    font-size: 20px;
}

.radSize {
    align-self: center;
    margin: 3px 5px;
    width: 25px;
    height: 25px;
}

.radText {
    padding: 3px 8px;
    font-weight: bold;
    font-size: 20px;
    //background-color: var(--bgcolor);
    //border: 2px solid var(--bdcolor);
    border-radius: 5px;
}


.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;
}


@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;
    }
}

@media(min-width:576px) {
    .DeptTitle {
        font-size: 18px;
        color: white;
    }

    .UpdateTimeTitle {
        font-size: 14px;
        color: white;
    }
}

@media(min-width:768px) {
    .DeptTitle {
        font-size: 18px;
        color: white;
    }

    .UpdateTimeTitle {
        font-size: 14px;
        color: white;
    }
}

@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;
    }
}
