.photoPnl{
    width:120px;
    height: 160px;
    float:left;
    position: relative;
    margin: 10px;
    border: solid 1px #E7EEF6;
    text-align: center;
}
.photoPnl .photoHeader{
    position: absolute;
    top:0px;
    right:0px;
    height:30px;
    padding: 5px;
}
.photoHeader .glyphicon{
    color: #4cae4c;
    background-color: #ffffff;
    border: solid 1px #E7EEF6;
}
.photoPnl img{
    width:100px;
    height:120px;
}
.photoPnl .progress{
    position: relative;
    bottom: 0px;
    margin-bottom:0px;
    border-radius:0px;
    height:2px;
}
.photoPnl .progress-bar{
    background-color: #f20d0d;
}
.photoPnl .photoToolbar{
    position: absolute;
    top: 60px;
    height:30px;
    width:100%;
    text-align: right;
    padding: 5px;
    background-color:rgba(0,0,0,0.6);
}
.photoPnl strong{
    display: block;
    height:30px;
    width: 100%;
    text-align: center;
    padding: 5px;
}
.photoPnl.tempPnl img{
    opacity: 0.2;
}
attachment .photoErrInfo{
    display: inline-block;
    color: red;
    padding: 5px;
}
.x2 {

    color:#ffffff;
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    padding-top:25px;
    padding-bottom:25px;
    padding-left:5px;
    padding-right:5px;
    text-align:center;
    width: 121px;
    height: 153px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    right: 0px;
    bottom: 260px;
    box-shadow:2px 2px 3px #aaaaaa;
    background-color:#0274BD ;
    background-size:cover;
    background-image: url(../images/jjzf.png);
    }