.iss_fb_container{
    height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
}
.iss_filebrowser_path{
    background-color: #888;
    margin: 0;
    padding: 0;
}
.iss_filebrowser_path_element{
    display: inline-block;
    padding: 3px;
    margin: 3px;
    color: #ddd;
    border-radius: 3px;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #666;
    font-size: 12px;
}
.iss_filebrowser{
    min-height: calc(100vh - 326px);
    padding-bottom: 200px;
}
.iss_file{
    display: block;
    position: relative;
    height: 70px;
    padding: 0 5px 0 5px;
    white-space: nowrap;
}
.iss_file .selection{
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0,0,255,0.2);
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.iss_file.selected .selection{
    display: block;
}
.iss_file_icon, .iss_file_name{
    display: inline-block;
    vertical-align: middle;
}
.iss_file_icon{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20%;
    height: 100%;
}
.iss_file_name{
    width: 80%;
    overflow: hidden;
}
.iss_file_rename{
    position: absolute;
    left: 20%;
    top: 0;
    height: 100%;
    width: calc(80% - 10px);
    border:none;
    line-height: 100%;
    margin: 0;
    padding: 0 5px 0 5px;
    z-index:3;
}
.iss_file_icon_anchor{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    background-image: url('resources/anchor.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
#iss_file_search{
    margin: 0;
    padding: 5px 30px 5px 5px;
    border: none;
    background-color: rgba(0,0,0,0.1);
    display: block;
    min-width: 0;
    box-sizing: border-box;
    width: calc(100% - 5px);
    font-size: 22px;
    background-image: url('resources/search.png');
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: right center;
}
#iss_file_search::-webkit-search-decoration,
#iss_file_search::-webkit-search-cancel-button,
#iss_file_search::-webkit-search-results-button,
#iss_file_search::-webkit-search-results-decoration { display: none; }