.border-top {
    border-top: 1px solid #ccc;
}
.border-right {
    border-right: 1px solid #ccc;
}
.border-bottom {
    border-bottom: 1px solid #ccc;
}
.border-left {
    border-left: 1px solid #ccc;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    margin-top: 10px;
}
.inputfile + label {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #929497;
    height: 2.485em;
    line-height: 1.7rem;
    padding-top: 0.3em;
}
.no-js .inputfile + label {
    display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    outline: -webkit-focus-ring-color auto 5px;
}

.form-files {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    margin-top: 10px;
}

.form-files + label {
    display: block;
    width: 100%;
    border: 1px solid #929497;
    border-radius: 4px;
    padding: 0.75em;
    cursor: pointer;
}

.no-js .form-files,
.no-js .form-files + label {
    display: none;
}