#ed-main{
    display: inline-block;
    width: 100%;
    height: 88.4%;
    margin-top: 100px;
    z-index: 3;
}


#field{
    /*position : absolute;*/
    display: inline-block;
    width: 100%;
    top : 50px;
    height: 100%;
}


.page {
    display:block;
    width: 794px;
    height: 1123px;
    background-color: white;   
    margin-top: 10px;
    outline: 0px solid transparent;
  /*  caret-color: transparent;*/

}

.p-content{
    position: relative;
    display: inline-block;
    width: 744px;
    left: 25px;
    height: 1073px;
    top: 25px;
}

.wording{
    border: 0;
    outline: 0;
    
}


.p-link{
    cursor: pointer;
}

.p-img-con{
    min-width: 15px;
    min-height: 15px;
    max-width: 744px;
    max-height: 1190px;
}

.wording{
    display: inline-block;
    min-width: 1px;
    white-space: pre;
}
.p-img{
    position:absolute;
    left: 0;
}
.p-img{
    display: inline-block;
    cursor: pointer;
    /*min-width: 15px;
    min-height: 15px;*/
    max-width: 744px;
    max-height: 1190px;
}

.no-select-highlight::selection{
    user-select: none;
-moz-user-select: none;
}

::selection{
    background-color: rgb(170, 230, 230);
}

.p-line{
    display: inline-block;
    white-space: nowrap;
}

.resize{
    display: none;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    border : 2px solid cyan;
    position : absolute;
}

.rtop-left{
    top: -7.5px;
    left: -7.5px;
    cursor: nwse-resize;
}
.rtop-right{
    top: -7.5px;
    right: -7.5px;
    cursor: nesw-resize;
}

.rbottom-left{
    bottom: -7.5px;
    left: -7.5px;
    cursor: nesw-resize;
}

.rbottom-right{
    bottom: -7.5px;
    right: -7.5px;
    cursor: nwse-resize;
}


#top-doc-vis-bar{
    width: 100%;
    height: 50px;
    background-color: cadetblue;
    position: fixed;
    z-index: 2;
    display: none;
}

#visual-doc{
    display: inline-block;
    width: 100%;
    height: 100%;
}

#pg-dis-con{
    display: inline-block;
    position:absolute;
    top: 0;
}


#doc-vis-mess{
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}
#ip-nb-page{
    width: 40px;
    text-align: center;
}

#ip-nb-page:focus{
    outline: none !important;
}

#doc-nb-pages-text{
    margin-left: 5px;
    color: white;

}

#displayer{
    display: inline-block;
    width: 100%;
    height: 100%;
}

#field_container{
    display:inline-block;
    width: 794px;
    height: 1123px;
}

#caret{
    display: inline-block;
    position:absolute;
}
