.custom-file-form-style .file-content{
    float: left;
    width: calc(100% - 95px);
    display: flex;
    flex-wrap: wrap;
    /*padding-right: 89px;*/
    height: auto;
}

.custom-file-form-style .file-content-auto{
    width: 100%!important;
}

.custom-file-form-style .file-upload-content{
    float: right;
    width: 95px;
    height: 100%;
    min-height: 60px;
    vertical-align: middle

    /*border-left: 1px solid #dddddd;*/
}

.custom-file-form-style .clearfix::after {
    content: "";
    display: table;
    clear: both;
}


.custom-file-form-style .file-upload-content button{
    position: absolute;
    top: 25%;
    /*border: 0 solid #dddddd!important;*/
}
.custom-file-form-style .file-upload-content .file-upload-span{
    position: absolute;
    top: 25%;
    line-height: 28px;
    font-size: 14px;
    width: 90px;
    height: 28px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #dddddd;
    cursor: pointer;

}

.custom-file-form-style .file-upload-content .file-upload-span:hover{
    background: #E6E6E6;
    color: #444;
    border: 1px solid #ddd;
    filter: none;

}



.custom-file-form-style .file-content-span{
    display:inline-flex;
    margin:5px;
    padding: 5px;
    /*background-color:#eee;*/
    background-color:rgba(46,50,56,.05);
    /*box-shadow: 0 0 20px #e3e9f6;*/
    border-radius: 4px;
}

.custom-file-form-style .file-content-span .file-content-span-info{
    display:inline-flex;
    float: left;
    cursor: pointer
}
.custom-file-form-style .file-content-span .file-content-span-info .file-icon{
    display: inline-block;
    background:url('file-icons/file.png') no-repeat center center;
    width: 32px;
    height: 32px
}
.custom-file-form-style .file-content-span:hover{
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    border-left-width: 3px!important;
    border-left-color: #1E9FF2!important;
    color: #1E9FF2!important;
}

.custom-file-form-style .file-content-span .file-content-span-info .img-div{
    float: left;
    margin: 2px 8px 0 0;
}

.custom-file-form-style .file-content-span .file-content-span-info .img-div img{
    width:auto;
}

.custom-file-form-style .file-content-span .file-content-span-info .file-name{
    float: left;
}
.custom-file-form-style .file-content-span .file-content-span-info .file-name span{
    color: black;
    font-size: 14px;
}

.custom-file-form-style .file-content-span .file-content-span-info .file-name span:hover{
    color: #1E9FF2!important;
    font-size: 14px;
}

.custom-file-form-style .file-content-span .file-content-span-preview{
    float: left;
    margin-left:8px;
    margin-right:5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-file-form-style .file-content-span .file-content-span-delete{
    position: relative;
    right: 15px;
    top: 16px;
    font-size: 0;
    line-height: initial;
}

.custom-file-form-style .file-content-span .file-content-span-delete span{
    position: absolute;
    right: -25px;
    top: -25px;
    color: #fff;
    cursor: pointer;
    background-color: #787878;
    padding: 1px;
    width: 15px;
    height: 15px;
    font-size: 13px;
    font-weight: bolder;
    border-radius: 50%;
    margin-left: 0;
}