﻿.border-top {
    border-top:1px solid #eff2f5 !important;
}

.fileList {
    display: flex;
    padding: 0px;
}
    
    .fileList > li {
        list-style-type: none;
        margin-right:40px;
    }
    .fileList > li > span {
        cursor:pointer;
    }

.clearboth:after {
    clear:both;
    content:"";
    display:block;
    /*overflow:hidden;*/
}

#spinner-div {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}


