﻿.content-body > div {
    background-color: #FFF;
}


.wrap-content {
    border: dashed 1px #CCC;
    height: calc(100% - 120px);
    margin: 32px;
    background-color: #F3F6F9;
    background-image: linear-gradient(to bottom, #EEF3FE, #F3F6F9);
    outline: 8px solid #F9FBFF;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .wrap-content > * {
        display: inline-flex;
        height: 100%;
    }

.wrap-left, .wrap-right {
    flex-basis: calc(50% - 80px);
    flex-shrink:1;
    flex-shrink:1;
}
.wrap-center {
    width: 158px;
    border-right: dashed 1px #CCC;
    border-left: dashed 1px #CCC;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
}

    .wrap-center > button {
        width: 132px;
        height: 33px;
        margin-bottom: 12px;
    }

.wrap-content > * > textarea {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    padding: 10px;
    resize: none;
    border: none;
}

.enc-Wrap {
    display:flex;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
}
.wrap-reader, .wrap-fileInf {
    display: block;
    width: 50%;
    min-width: 800px;
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0px 0px 20px 0px #CCC;
    padding: 38px;
    text-align: left;
    color: #80989f;
    font-size: 14px;
}

    .wrap-reader > dl, .wrap-fileInf > dl {
        position: relative;
    }
    .wrap-reader > dl > dt {
        font-size:18px;
        height:37px;
        line-height:37px;
    }
        .wrap-reader > dl > dd {
            line-height:27px;
           
        }

        .wrap-fileInf > dl > * {
            display:flex;
            align-items:center;
            justify-content:flex-start;
            margin:18px 0px;
        }
            .wrap-fileInf > dl > * > * {
                display:inline-flex;
            }
            .wrap-fileInf > dl > * > em {
                font-style: normal;
                width: 108px;
                justify-content:flex-end;
                padding-right:4px;
            }
            .wrap-fileInf > dl > * > span {
                flex-grow:1;
                flex-shrink:1;
            }

    .wrap-fileInf button {
        font-size:14px;
        margin-right:18px;
        height:32px;
        line-height:32px;
    }