/* FILTER */
#pictures2_filtercontainer label {
    width: 180px;
}

#pictures2_filtercontainer input[type=text] {
    width: 180px;
}
#pictures2_filtercontainer input[type=text]#pictures_keyword {
    width: 180px;
}

#pictures2_filtercontainer select {
    width: 180px;
}

#panoramio_load_more{
    /*visibility: hidden;*/
    font-size: 80%;

}

#popupDialog{
    z-index: 2;
    top: 160px;
    left: 260px;
}

#popupManagement{
    z-index: 3;
    top: 160px;
    left: 300px;
    right: 50px;
    bottom: 20px;
    overflow: scroll;
    margin: 0;
}

fieldset{
    margin-bottom: 20px;
}


#popup {
    padding-bottom: 45px;
}

a#pictures_filter_apply {
    font-size: 80%;
}

a.download_link {
    font-size: 80%;
}

.ui-datepicker {
    font-size: 90%;
}



.ui-datepicker {
    font-size: 90%;
}


/* PICTURES CONTAINER */
/*#pictures_container img {
    float: left;
    height:auto;
    width: 19%;
    margin: 2px .5%;
}*/

.ol-popup-content {
    max-height: 800px !important;
}

#pictures_container  {
    clear: both;
    text-align: center;
}

#pictures_switch {
    clear: both;
}

#pictures_container div {
    width: 80px;
    height: 70px;  /* placeholder, will be overridden in JS */
    margin: 2px .25%;
    background-repeat:no-repeat;
    background-size:cover;
    position: relative;
}

#pictures_container div img.access {
    position: absolute;
    bottom: 2px;
    right: 2px;
}

span#pics_empty {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    /* text-align:center; */
}

.ui-tooltip {
    padding: 10px;
    color: #333;
    border-radius: 8px;
    font-size: 10px;
    box-shadow: 0 0 7px black;
}

#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;
}

/* PAGINATION */
.pagination {
    height: 22px;
    line-height: 21px;
    clear: both;
    padding-top: 3px;
    padding-right: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.pagination a:link, .pagination a:visited {
    padding: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #EBEBEB;
    margin-left: 10px;
    text-decoration: none;
    background-color: #F5F5F5;
    color: #0072bc;
    width: 22px;
    font-weight: normal;
}

.pagination a:hover {
    background-color: #DDEEFF;
    border: 1px solid #BBDDFF;
    color: #0072BC;
}

.pagination .active_link {
    border: 1px solid #BBDDFF !important;
    background-color: #DDEEFF !important;
}

.pagination .disabled_pagination {
    border: 1px solid #EBEBEB !important;
    background-color: #F5F5F5 !important;
    color: #D7D7D7 !important;
}


.pictures_toolbar {
    height: 22px;
    line-height: 21px;
    padding-top: 2px;
    padding-left: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.pictures_toolbar img {
    padding-top: 4px;
}
.pictures_toolbar a:link, .pictures_toolbar a:visited {
    padding: 7px;
    /*padding-top: 2px;*/
    padding-bottom: 0;
    border: 1px solid #EBEBEB;
    margin-right: 10px;
    text-decoration: none;
    background-color: #F5F5F5;
    color: #0072bc;
    width: 22px;
    font-weight: normal;
}

.pictures_toolbar a:hover {
    background-color: #DDEEFF;
    border: 1px solid #BBDDFF;
    color: #0072BC;
}






/* FILTER */

#pictures_div{
    left: 270px;
    top: 155px;
    z-index: 1;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    padding:10px;
    width: 120px;
    background:rgba(0,0,0,0.6);
}

#pictures_container div{
    width: 100px;
    border-radius: 5px;
    margin-top:10px;
    margin-bottom: 10px;
}