.module-imgportal {
    margin-top: 80px;
}

div.customer_tile,
div.file_tile {
    width: 280px;
    text-align: left;
    border: 1px solid #1F355E;
    margin: 3px;
    padding: 5px;
    line-height: 1em;
    overflow: hidden;
    background-color: white;
}

div.customer_tile.active-tile {
    background: rgba(31,53,94,0.3);
}

div.customer_tile span.firma,
div.file_tile span.name {
    font-weight: 700;
}

div.customer_tile span,
div.file_tile span {
    font-size: smaller;
    white-space: nowrap;
}

div.file_tile span.expired,
div.file_tile span.file_missing{
    color: red;
}

div.customer_list,
div.customer_file_list,
div.file_list {
    min-width: 280px;
    max-height: calc(100vh - 610px);
    overflow-y: scroll;
    overflow-x: hidden;
}

span.info {
    cursor:pointer;
}

div.access_count,
div.remove_file {
    font-size: smaller;
}

div.access_count span,
div.file_tile span.access_count {
    font-size: inherit;
}

#new_file,
#new_customer {
    width: 280px;
    height: 50px;
    border: 1px solid #1F355E;
    padding: 10px 0px;
    background-color: #1F355E;
    color: white;
    font-weight: bolder;
    letter-spacing: .5px;
}

#new_customer {
    float: left;
    margin-left: 11px;
}

#new_file {
    float: right;
    visibility: hidden;
    margin-right: 24px;
}

#overlay {
    position: fixed;
    height: 100%; 
    width: 100%;
    top: 0;
    right: 0;  
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    padding-top: 350px;
}

#file_popup,
#file_info_popup,
#customer_popup {
    max-width: 800px;
    width: 80%;
    padding: 20px;
    position: relative;
    background: #fff;
    margin: 20px auto;
}

#save_file,
#save_customer,
#close_info {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    color: #000;
}

#cancel_file,
#cancel_customer {
    position: absolute;
    bottom: 10px;
    right: 110px;
    cursor: pointer;
    color: #000;
}

#remove_password {
    position: absolute;
    bottom: 10px;
    right: 220px;
    cursor: pointer;
    color: #000;
    display: none;
}

div.clear {
    clear: both;
}

div.new-file-name {
    width: 100%;
    overflow: hidden;
    font-weight: bolder;
}

div.new-file-description {
    width: 75%;
    float: left;
}

div.new-file-expiration {
    width: 20%;
    float: right;
    margin-bottom: 1em;
}

#password {
    margin-bottom: 2em;
}

#file_info_popup table {
    margin-bottom: 2em;
}

div.remove_customer,
div.remove_file,
div.remove_access {
    width: 16px;
    height: 19px;
    background-size: 17px;
    background-image: url('../images/trash.png');
}

div.edit_customer {
    float: right;
    width: 17px;
    height: 17px;
    background-size: 17px;
    background-image: url('../images/edit.svg');
}

div.locked_customer {
    float: right;
    width: 17px;
    height: 17px;
    background-size: 17px;
    background-image: url('../images/lock.svg');
}

div.access_count.hidden, 
div.remove_customer.hidden {
    position: absolute;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
}

div.remove_file.hidden {
    visibility: hidden;
}

div.remove_file {
    float: right;
}

div.file_action_wrapper {
    float: right;
    position: relative;
}

#customer_list,
#customer_filelist,
#filelist {
    min-height: 600px;
}

#upload_progress {
    width: 98%;
    padding: 20px;
    position: relative;
    margin: 10px 10px;
}

#file_info {
    max-height: 500px;
    overflow-y: scroll;
}