.-screen-widget-name-foldPanel .hide {
    display: none;
}

.-screen-widget-name-foldPanel .clearfix {
    clear: both;
    *zoom: 1;
}
.-screen-widget-name-foldPanel .clearfix:after{
    display: block;
    content:".";
    height: 0;
    visibility: hidden;
    clear: both;
}

.-screen-widget-name-foldPanel .panel-collapse {
    /* position: absolute;
    left: 650px;
    bottom: 20px;
    width: 215px;
    height: 40px;
    border-radius: 4px;
    background-color: #FFFFFF; */
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 15px;
    /* font-size: 13px; 
    font-weight: bold;
    line-height: 40px; */
}

/* .-screen-widget-name-foldPanel .panel-display {
    box-sizing: border-box;
    position: absolute;
    left: 300px;
    bottom: 20px;
    width: 850px;
    height: 200px;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 4px;
} */

.-screen-widget-name-foldPanel .control-box {
    float: right;
    font-size: 12px;
    color: #CCCCCC;
    cursor: pointer;
}

.-screen-widget-name-foldPanel .icon-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 3px;
    margin-bottom: -1px;
}

.-screen-widget-name-foldPanel .icon-up {
    background: url(../img/up.png) center no-repeat;
    background-size: 100% 100%;
}

.-screen-widget-name-foldPanel .icon-down {
    background: url(../img/down.png) center no-repeat;
    background-size: 100% 100%;
}