/*------------------------------------viewer--------------------------------*/
.viewer_wrap{
    background-color: white;
    height: calc(100% - 2rem);
    padding-bottom: 1rem;
    min-height: auto;
}

.viewer_wrap .con_main{
    width: 100%;
    height:100%;
    font-size: 0;
    overflow-y: auto;
    padding: 1rem;
    padding-bottom: 0
}

.con_main > div{
    display: inline-block;
    font-size: 0.81rem;
    vertical-align: top;
    height: 100%;
}


/*--------------------toolbar---------------------*/
.toolbar_wrap{
    width: calc(100% - 25.5rem);
    height: 100%;
    border-radius: 2px;
    margin-right: 0.5rem;
    background-color:antiquewhite
}


/*-----------------right_table-------------------*/
.viewer_right_wrap{
    width: 25rem;
    height: 100%;
    position: relative
}

.viewer_right_wrap .margin{
    position: relative
}

.long th{
    width:1%;
    min-width: 9rem;
    border-right: 1px solid white
} 
.long tr:nth-child(even) th{
    border-right: 1px solid #f7f9fb
}


/*-------------top_btn-----------------*/
.viewer_top_btn{
    height: 1.75rem;
    position: relative;
    margin-bottom: 0.25rem
}

.viewer_top_btn > span{
    height: 1.75rem;
    line-height: 1.75rem;
    margin-right: 0.25rem;
    padding: 0 0.5rem
}

.viewer_top_btn .btn_refresh{
    padding-left: 1.75rem;
    background-position: left 6px center;
    position: absolute;
    right: 0;
    margin-right: 0;
    background-color: #828998;
    color: white;
}

/*-------------title-----------------*/
.viewer_wrap .top_title_s{
    position: relative;
}


/*-------------table----------------*/
.viewer_wrap .short .con_tb_scroll tbody{
    max-height: 19vh
}

.viewer_wrap .long .con_tb_scroll tbody{
    max-height: 34rem
}


/*-----------bottom_btn-------------*/
.btn_bottom{
    text-align: right;
}

.btn_bottom .btn_sc{
    text-align: right;
    margin-top: 1rem;
}
