﻿

/* 於顯示「強制回應彈出式方塊」時，背景項目所用的樣式 */
.modalBackground {
    --background-color: #777;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

/* 強制回應彈出式對話方塊所用的樣式 */
.cssModalPopup {
    font-family: 微軟正黑體;
    background-color: #FFFFFF;
    width: 70%;
    /*height: 600px;*/
    border: 3px solid #999999;
    padding: 5px;
    overflow-y: auto;
}

/* 強制回應彈出式方塊的可拖曳處 */
.cssDragHandler {
}

.cssModalPopup .top_title {
    float: left;
    width: 100%;
    background-color: #808080;
    color: #FFFFFF;
    font-size: 1em;
    /*--padding: 5px;*/
    text-align: center;
    line-height: 30px;
    letter-spacing: 2px;
    /*--padding-right: 2px;*/
}

.PopupContent {
    float: left;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0px solid #999999;
    margin-top: 5px;
    height: 100%;
}

    .PopupContent .panel {
        float: left;
        margin-top: 10px;
        width: 100%;
        border: 0px solid #999999;
        color: #000000;
    }

    .PopupContent .item {
        float: left;
        width: 100%;
        margin-left: 10px;
        /*border: 1px solid #000000;*/
        margin-bottom: 5px;
    }

        .PopupContent .item .title {
            float: left;
            width: 20%;
            margin-left: 10px;
            /*border: 1px solid #000000;*/
            margin-bottom: 5px;
            text-align: right;
        }

        .PopupContent .item .value {
            float: left;
            margin-left: 10px;
            /*border: 1px solid #000000;*/
            margin-bottom: 5px;
        }

    .PopupContent .inner {
        height: 80%;
    }

    .PopupContent .BottomTableArea {
        border: 0px solid #000000;
        margin-top: 0px;
        height: 80%;
    }

    .PopupContent .datapager {
        margin: auto;
        margin-top: 20px;
        text-align: center;
    }

    .PopupContent .BtnArea {
        clear: right;
        float: right;
        margin: auto;
    }

        .PopupContent .BtnArea input[type="submit"] {
            float: left;
            margin-right: 10px;
        }


table.ModalPopup_Table {
    clear: both;
    float: left;
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    margin-top: 10px;
}

    table.ModalPopup_Table .Divider {
        float: left;
        width: 100%;
        height: 1px;
        background-color: #CCCCCC;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    table.ModalPopup_Table th {
        color: #993300;
        text-align: right;
        text-decoration: none;
        font-size: .95em;
        vertical-align: middle;
        border: 0px solid #000000;
        width: 140px;
    }

        table.ModalPopup_Table th[scope=col] {
            color: #ffffff;
            background-color: #808080;
            text-align: center;
            height:30px;
        }

        table.ModalPopup_Table th a {
            color: white;
        }

    table.ModalPopup_Table td {
        /*--background-color: #FF;*/
        text-align: left;
        color: #993300;
        font-size: .9em;
        border: 0px solid #000000;
        font-weight:bolder;
        border-bottom: 1px solid #C0C0C0;
    }

.PopupContent table td .item {
    width: 100%;
    float: left;
}

    .PopupContent table td .item title {
        width: 100px;
    }

.PopupContent .Nodata {
    width: 60%;
    float: left;
    margin-left: 20%;
}

/* 「關閉」按鈕 */
.ModalPopup_close {
    top: 4px;
    right: 5px;
    position: absolute;
    /* still bad on picking color */
    background: #585858;
    /* make a round button */
    /* center text */
    line-height: 20px;
    text-align: center;
    height: 33px;
    width: 40px;
    font-size: 18px;
    padding: 1px;
    color: #ffffff;
    border: 1px solid #ffffff;
   
}
