.archive-button {
    float: left;
}

#archive-header {
    background-color: var(--main-color); 
    padding: 15px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    width: 100%;
    z-index: 10;
    margin: 0 auto !important;
    padding-top:60px;
}

#archive-title {
    padding-left: 0 !important;
}

#archive-files {
    background-color: #FFFFFF; 
    position: relative;
    top: 95px;
    height: 80%;
    overflow-y: scroll;
}

#close-archive {
    padding:0;
    text-align: right;
    cursor: pointer;
}

.file-box-grey-background {
    background-color: var(--nxt-light-grey);
}

.file-box-file-icon img {
    height: 30px;
}

.archive-save-button {
    width: 100%;
    height: 50px;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    border-top: 1px solid grey;
    display: inline-block;
    background-color: white;
}

.button-add-file-archive {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.button-add-file-archive img {
    width: 100%;
    height: 100%;
}

#file-archive {
    margin-right: 10px;
}

.file-title {
    padding-left: 0px!important;
    margin:0 !important;
    float:left;
}

.file-icon {
    padding:0 !important;
}

#open-archive-img, #add-file-img {
    width: 100%;
    height: 100%;
}

#archive-panel {
    width: 25%;
    border-right:1px solid  var(--main-color);
}

.file-note li {
    width: 100%;
    display: inline-block;
    margin-left: 10%;
    list-style-type: none;
    color: var(--main-color);
}

.file-info>.del-button {
    cursor: pointer;
}

.sidenav {  
    width: 0; /* 0 width - change this with JavaScript */
    height: calc(100% - 105px);
    position: fixed; /* Stay in place */
    z-index: 942; /* Stay on top */
    top: 100px; /* Stay at the top */
    left: 0;
    background-color: #FFF; 
}

.content-header {
    width: 100%;
    max-width: 80%;
    cursor: pointer;
}

.edit-file, .del-file {
    padding: 5px 0px;
    cursor: pointer;
}