input[type="file"] {
    font-size: 11px;
}

.attribute-item {
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
}

.attribute-item button {
    margin-left: 0px;
}

.app-btn-danger {
    color: #FFFFFF;
}

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

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

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}

.iborrainputfile {
    font-size:12px !important;
    font-weight:normal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 0;
}

/* style 7 */

.inputfile-7 + label {
    color: #ec9b1b;
}

.inputfile-7 + label {
    border: 1px solid #ec9b1b;
    background-color: #fff;
    padding: 0;
}

.inputfile-7:focus + label,
.inputfile-7.has-focus + label,
.inputfile-7 + label:hover {
    border-color: #d47e03;
}

.inputfile-7 + label span,
.inputfile-7 + label strong {
    padding: 0.625rem 1.25rem;
}

.inputfile-7 + label span {
    width: 50% !important;
    height: 40px !important;
    min-height: 2em;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    position: absolute;
    background-color: #edfdf6;
    display: flex;
    align-items: center;
    text-align: center;
    color: #15a362;
    font-weight: 100;
    border: 1px solid #15a362;
}

.inputfile-7 + label strong {
    color: #8C8C8C;
    background-color: white;
    font-weight: 100;
    font-size: 14px;
    position: absolute;
    right: 0;
    height: 40px;
    display: flex;
    align-items: center;
    width: 50%;
    border: 1px solid #15a362;
    margin-right: 2px;
}

.inputfile-7:focus + label strong,
.inputfile-7.has-focus + label strong,
.inputfile-7 + label:ahover strong {
    background-color: #39b5b5;
    color: #15a362;
    transition: 1s background-color;
    font-weight: 500;
    transition: 1s font-weight;
}
.file-container  {
    position: relative;
}

.file-container label  {
    margin-bottom: 30px;
}

.file-upload {
    height:35px; 
    margin:0 auto;
}

.file-error {
    font-weight: bold; color: #FF0000;
}

.file-delete {
    margin-left: 20%;
}
.input-group .input-group-addon {
    border-radius: 0.375rem;
    border: 1px solid #e7e9ed;
    background-color: #fff;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 85%;
    margin-bottom: 0;
}