﻿

/*===========new視窗========*/
.PostMsg {
    display: none;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.PostFrame {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    width: 50%;
    max-width: 600px;
    min-width: 280px;
    top: 5vh;
}

.PostiFrame {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    max-width: 800px;
    width: 100%;
    min-width: 325px;
    top: 5vh;
}

    .PostiFrame .PostContent::-webkit-scrollbar-thumb {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #444;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

    .PostiFrame .PostContent {
        height: 500px;
        max-width: 800px;
        overflow-x: auto;
        padding: 10px 10px;
    }

        .PostiFrame .PostContent iframe {
            border: 0px;
            padding: 0px;
            margin: 0px;
            width: 100%;
            height: 98%;
        }

.PostHeader {
    background-color: rgb(55, 67, 89);
    padding: 10px;
}

.PostTitle {
    color: #FFF;
    float: left;
}

.close-btn {
    color: #fff;
    background: rgba(0,0,0,0) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAgCAYAAAB+ZAqzAAAACXBIWXMAABYlAAAWJQFJUiTwAAABEElEQVRYw73YzQ3CMAwF4CcmYBRGYARGyAiMwAiMUC6cGaEjlAtzlAnMgSBRK03jv1iK1Kat8ik5PKsgIrBxIKJTYT5qnIloz+dLqJm+lTqghrzWxHH8xQctK3VA/epSg+2zPhrHUcPWUfbAbaLWYJG4JlQNFoFrRm3BPHEiVAvMAydGtcIsOBVKAtPg1CgpTIIzoTSwFpwZpYXVcC4oC2wN54Kywmq4wZoSO9hqBvAqzI+wlnP2uWWrJ+ruma3egewW/BFdggsuqksw4yJbFxMutHWx4CJRJlw0So3rgVLheqHEuJ4oEY5/dA1GNeN4dzH9Xd8AJMTUDOAI4Jnv32zt4lGmwJ0q7dyY/zItnn0AtZQ+iMvwF2EAAAAASUVORK5CYII=') no-repeat;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 20px;
    height: 16px;
    background-size: 20px;
    float: right;
    margin-top: 3px;
    user-select: none;
}

.PostContent {
    padding: 16px 24px;
    text-align: justify;
    font-size: 12pt;
    font-family: 微軟正黑體;
    height: 100%;
    /*max-height: 650px;*/
    max-height: 70vh;
    overflow-y: scroll;
}

.clear {
    clear: both;
    height: 0px;
    width: 0px;
    user-select: none;
}

/*========按鈕=======*/
.PostBtn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.msgbtn {
    display: inline-block;
    border: 1px solid #898989;
    background-color: #898989;
    margin: 10px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    box-sizing: border-box;
    flex: 1 1 auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 8px 40px;
}

    .msgbtn:hover {
        background-color: #FFF;
        color: #898989;
    }

.pink:hover {
    background-color: #FFF;
    color: #f03a61;
}

.pink {
    border: 1px solid #f03a61;
    background-color: #f03a61;
}

.hidden {
    display: none;
}
