.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.fileup-section {
    width:100%;
    padding:12px 0px;
    border-bottom:1px solid #ccc;
}

.fileup-section:last-child {
    border-bottom:none !important; 
    padding-bottom:25px; 
}

.fs-left {
    width:510px;
    float:left;
    position:relative;
}

.fs-right {
    width:auto;
    float:left; 
    min-width:450px; 
    padding-top:10px; 
    position:relative;
}



.fileupload label {
    width:100% !important; 
}

.fileupload input {
    display:none; 
}

.inputfile + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer; 
    display: inline-block;
    overflow: hidden;
    font-size:16px; 
    color:#414141;
}

.parsley-errors-list + label {
    cursor:pointer; 
}

.fileupload .fa-file-upload::before {
	font-size: 36px;
}

.fileup-section label span {
    font-size:16px;
}

.fileup-section label span.line-through {
    text-decoration:line-through;
}



.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}


.inputfile-5 + label {
    color: #414141;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #0F3ABC;
}


.fileup-section label {
	margin-bottom: .2rem;
}


.fileup-section .smallfont {
	font-size: 14px;
	margin: 0 !important;
    line-height:130%; 
}

.warning {
    color:#F28C00; 
}


.fileup-section ul.parsley-errors-list {
    position: absolute !important;
    bottom: -30px !important;;
    margin: 0px !important;
}

.parsley-error ~ label span {
    /* text-decoration:line-through; */
}

.parsley-success ~ label i.fas {
    color:#265e1a !important;
}

