body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:13px;
  }
  #breadcrumbs {
font: 12px Arial, Helvetica, sans-serif;
    line-height: normal;
background-image: url('https://www.staticfiles.it/lib/nav/bradcrumbmenu/bc_bg.png');
background-repeat: repeat-x;
line-height: 12px;
height: 30px;
line-height: 30px;
color: #9b9b9b;
border: solid 1px #cacaca;
width: 100%;
overflow: hidden;
margin: 0px;
padding: 0px;
cursor: pointer;
}#breadcrumbs a {
list-style-type: none;
float: left;
padding-left: 10px;
height: 30px;
display: block;
background-image: url('https://www.staticfiles.it/lib/nav/bradcrumbmenu/bc_separator.png');
background-repeat: no-repeat;
background-position: right;
padding-right: 15px;
text-decoration: none;
color: #454545;
}
#main{
   /* border-top:1px solid #ccc;*/
  }
  #commands{margin:20px 0px;
}
  .obj{
    border-style:solid;
    border-color:#ccc;
    border-width:0px 1px 1px 1px;
    height: 34px;
    font-size:13px;
    position:relative;
  }
  .obj:first-of-type{
    border-width:1px 1px 1px 1px;
  }
  .obj i.bi{
    font-size: 1.5rem; color: #67a0ce;
    margin-left:4px;
  }
  .obj i.bi.bi-folder-fill{

    
  }
  .obj a{
    text-decoration:none;
    color:#333;
    line-height:34px;
    display:inline;
  }
  .obj img{
    vertical-align: middle;
  }
  div#dir{
    display:none;
  }

  .thumb-list {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 0.5rem;
    margin: 10px;
  }
  .thumb-list div {
    float: left;
    text-align: center;
    font-size: 13px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-bottom: 10px;
    /*border: 1px solid #ccc;
    border-radius: 5px;*/
    overflow: hidden;
  }
  .thumb-list div img{
    width:200px;
    height:200px;
    object-fit:cover;
  }
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
  }
  
  .modal #oId{
    font-weight: 700;
    margin-bottom: 8px;
    display:none;
  }
  /* Modal Content/Box */
  .modal-content {
    background-color:rgba(20,20,20,0.6);
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    color: #ccc;
    line-height:24px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 500px;
    position: relative;
    border-radius: 5px;
  }
  
  /* The Close Button */
  .close {
    color: #ccc;
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 32px;
    font-weight: bold;
    cursor:pointer;
  }
  .modal-txt{
    padding-top: 20px;
  }
  .close:hover,
  .close:focus {
    color: #555;
    text-decoration: none;
    cursor: pointer;
  }