input[type="file"] {
    display: none;
	}

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

.inputfile + label {
    max-width: 80% !important;
    font-size: 1.25rem !important;
    /* 20px */
    font-weight: 700 !important;
    text-overflow: ellipsis !important; 
    white-space: nowrap !important; 
    cursor: pointer !important;
    display: inline-block !important;
    overflow: hidden !important;
    padding: 0.625rem 1.25rem !important;
    /* 10px 20px */
}

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

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

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

.inputfile + label svg {
    width: 1em !important;
    height: 1em !important;
    vertical-align: middle !important;
    fill: currentColor !important;
    margin-top: -0.25em !important;
    /* 4px */
    margin-right: 0.25em !important;
    /* 4px */
}

/* style 6 */

.inputfile-6 + label {
    color: #fff !important;
}

.inputfile-6 + label {
    border: 1px solid #005db3 !important;
    border-radius: 4px;
    background-color: #005db3 !important;
    padding: 0 !important;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #005db3 !important;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem !important;
    /* 10px 20px */
}

.inputfile-6 + label span {
    min-width: 200px !important;
	max-width: 350px !important;
    min-height: 2em !important;
    display: inline-block !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    vertical-align: top !important;
}

.inputfile-6 + label strong {
    height: 100% !important;
    color: #005db3 !important;
    background-color: #fff !important;
    display: inline-block !important;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #005db3 !important;
	color: white !important;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block !important;
	}
}

.btn-upload {
    background-color: #fff !important;
    border: solid 1px #005db3;
    color: #005db3;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	margin-bottom: 50px;
}

.btn-upload:hover{
    background-color: #005db3 !important;
    border: solid 1px !important;
    color: #fff !important;
    padding: 9px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 12px !important;
}
.btn-upload-create {
    background-color: #5cb85c !important;
    border: solid 1px #005db3!important;
    color: #ffffff;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 50px;
}

.btn-upload-create:hover{
    background-color: #fff !important;
    border: solid 1px #5cb85c!important;
    color: #5cb85c !important;
    padding: 9px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 12px !important;
}
.btn-upload-delete{
    background-color: #d9534f !important;
    border: solid 1px #d9534f!important;
    color: #fff !important;
    padding: 9px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 12px !important;
}
.btn-upload-delete:hover{
    background-color: #fff !important;
    border: solid 1px #d9534f!important;
    color: #d9534f !important;
    padding: 9px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 12px !important;
}