html, body {
    overflow: hidden;
    *overflow-y: scroll;
}

button {
    white-space: nowrap;
}

#top {
    width: 100%;
    padding-bottom: 5px;
    background-color: #f7f3f7;
    border-bottom: 1px #919b9c solid;
}

.buttons {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    line-height: 32px;
}

.buttons span button {
    margin-bottom: 5px;
}

#nodeName {
    line-height: 16px;
    padding-right: 20px;
    text-align: right;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

#container {
    padding-top: 25px;
    background-color: #d8d8d8;
    overflow-y: auto;
    position: relative;
}

#pages {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-right-width: 3px;
    border-bottom-width: 3px;
    display: table;
}

.page {
    width: 100%;
}

#pages .page iframe {
    margin-left: auto;
    margin-right: auto;
    border: 0 none;
}

.valmiki_page {
    margin-left: auto;
    margin-right: auto;
}

.valmiki_page textarea, .valmiki_page input {
    outline: none;
}

#bottom {
    height: 20px;
}

#pages .tabBar {
    height: 28px;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 15px;
}

#pages .tabs {
    float: left;
    width: 88%;
    height: 29px;
    padding-right: 8px;
    border-left: solid 1px #6c92ad;
    border-bottom: solid 1px #6c92ad;
}

#pages .tabs div {
    float: left;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: solid 1px #6c92ad;
    border-right: solid 1px #6c92ad;
    color: #005590;
    cursor: pointer;
}

#pages .tabs .unselected {
    height: 28px;
    background-color: #edf2f7;
    font-size: 12px;
}

#pages .tabs .selected {
    height: 29px;
    background-color: #ffffff;
    font-size: 13px;
}

.page label input {
    font-size: 12px;
    border: 0;
    padding: 0;
    margin: 0;
}

.valmiki_paralleltext_item_sign_source {
    cursor: pointer;
}

img.valmiki_paralleltext_item_sign_source {
    width: 10px;
    height: 14px;
    border: 0;
    margin-right: 0;
    margin-bottom: 3px;
}

.app_qr {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    text-align: center;
    padding-top: 6px;
}

.app_qr img {
    width: 125px;
    height: 125px;
    border: 0;
    margin: 0;
}

.app_qr div {
    font-size: 12px;
    line-height: 10px;
}

.selectable_member_custom {
    color: red;
}

.page_zd-btn{
    width: 36px;
    height: 48px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgb(160 160 160 / 50%);
    text-align: center;
    padding-top: 6px;
    box-sizing: border-box;
    cursor: pointer;
    right: 38px;
    bottom: 145px;
    POSITION: fixed;
    border: 1px solid #cccccc;
}
.page_zd-btn .page_forn{
color: #999999;
font-size: 10px;
    line-height: 10px;
}

.page_zd-icon-1{
    background: url("./ic_fhdb.png") no-repeat;
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
    display: inline-block;
}
.page_zd-btn:hover .page_zd-icon-1{
    background: url("./ic_fhdb_hov.png") no-repeat;
}
.page_zd-btn:hover{
    box-shadow: 0px 0px 10px 0px rgb(160 160 160 / 80%);
}
.page_zd-btn:hover .page_forn{
    color: #8c8c8c;
}