.wp_window {
    display:inline-block;
    position:absolute;
    top:0%;
    left:0%;
    border: 1px solid #ababab;
    border-radius:2px;
    background-color: #FFFFFF;
    opacity:1;
    z-index:99999;
    text-align:left;
    width: 320px;
    height:auto;
    /*height:100%;*/
    /*overflow-x:hidden !important;*/
    /*overflow-y:hidden !important;*/
    overflow: hidden !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:2000px;
    /*transition: 0.1s linear;*/
}
.wp_window:hover {
    border: 1px solid #ababab;
    box-shadow: 0 0 2px #929292;
}
.wp_header {
    display:inline-block;
    float:left;
    clear:both;
    width:300px;
    height:24px;
    margin: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wp_header_txt {
    display:inline-block;
    width:100%;
    color:#212121;
    font-size:18px;
    font-weight:300;
}
.wp_header_txt_ellipsis {
    display:inline-block;
    width:100%;
    /*height:22px;*/
    max-width: 100%;
    color: #212121;
    font-size: 18px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wp_header_table {
    width:100%;
}
.wp_header_table_ellipsis {
   width:100%;
   table-layout:fixed;
}
.wp_close_cross {
    display:inline-block;
    background: url('./../images/close.png') top left no-repeat;
    background-size:24px;
    height: 24px;
    width: 24px;
    display: block;
    float: right;
}
.wp_close_cancel {
    font-size: 18px;
    font-weight: 300;
    color:#5d8c5d;
    cursor: pointer;
}
.wp_close_ready {
    font-size: 18px;
    font-weight: 300;
    color:#5d8c5d;
    cursor: pointer;
}
.wp_bar {
    display:inline-block;
    float:left;
    clear:both;
    width:300px;
    height:auto;
    margin: 10px 10px 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wp_body {
    display:inline-block;
    float:left;
    clear: both;
    width:300px;
    height:auto;
    max-height:320px;
    overflow-y:hidden;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    /*margin: 10px 10px 10px 10px;*/
    margin: 10px 10px 3px 10px;
    /*padding-bottom:100px;*/
    padding-right:5px;
}
.wp_body::-webkit-scrollbar {
    width:4px;
}
.wp_body::-webkit-scrollbar-thumb {
    background:#999999;
}
