

a#pictures_filter_manage {
    font-size: 80%;
    margin-bottom: 15px;
}


#popupManagement{
    display:none;
}

#mgmt_pictures_filtercontainer label {
    width: 90px;
}

#mgmt_pictures_filtercontainer input[type=text] {
    width: 150px;
}
#mgmt_pictures_filtercontainer input[type=text]#pictures_keyword {
    width: 110px;
}

#mgmt_pictures_filtercontainer select {
    width: 110px;
}


a#mgmt_pictures_filter_apply {
    font-size: 80%;
}

#mgmt_pictures_container  {
    clear: both;
    text-align: center;
    width:700px;
    height:400px;
    overflow-y: scroll;
}

#mgmt_pictures_container div {
    float:left;
    width: 24%;
    height: 70px;  /* placeholder, will be overridden in JS */
    margin: 2px .25%;
    background-repeat:no-repeat;
    background-size:cover;
    position: relative;
}

#mgmt_pictures_container div img.access {
    position: absolute;
    bottom: 2px;
    right: 2px;
}

span#mgmt_pics_empty {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    /* text-align:center; */
}

#mgmt_pictures_status {
    height: 22px;
    line-height: 21px;
    padding-top: 3px;
    padding-right: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    clear: left;
}