.questionnaire__file-upload .file-box {
    border: 1px solid #959595;
}

.questionnaire__file-upload .file-box span {
    float: left;
    height: 30px;
    display: block;
    width: 60%;
    background: #fff;
    font: 14px / 30px montserrat-l;
    color: #a8a8a8;
    text-align: left;
    text-indent: 10px;
    text-oveflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    white-space: break-spaces;
}

.questionnaire__file-upload .file-box input[type="file"] {
    display: none;
}

.questionnaire__file-upload .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #555555;
    color: #555555;
    font: 13px / 1.3 montserrat-l;
}

.questionnaire__file-upload .file-box input[type="file"] + label {
    height: 30px;
    width: 40%;
    margin-bottom: 0;
    font: 11px / 30px montserrat-r;
    color: #727272;
    float: right;
    text-transform: uppercase;
    border-left: 1px solid #959595;
    position: relative;
    text-align: center;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #e8e8e8 100%);
}

.questionnaire__file-upload .file-box input[type="file"] + label:hover {
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #fcfcfc 100%);
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #fcfcfc 100%);
    background: linear-gradient(to bottom, #e8e8e8 0%, #fcfcfc 100%);
    cursor: pointer;
}

.questionnaire__file-upload .file-box input[type="file"] + label i.icon-desktop {
    height: 16px;
    width: 16px;
    background: url(../../images/sprite4.png) no-repeat 0 0;
    display: inline-block;
    position: relative;
    top: 3px;
    left: -7px;
}

.questionnaire__file-upload .file-box::after {
    content: "";
    display: table;
    clear: both;
}

.questionnaire__file-upload a.delete__file {
    width: 150px;
    height: 26px;
    line-height: 24px;
    padding: 1px;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 8px;
    letter-spacing: 3px;
    font-family: montserrat-b;
}

.section__registration--content .text .registration-form .form-group i.file__preview-icon{
    position: unset;
    height: 48px;
}

.supported__file-types{
    color: #6D6D6D;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    font-style: italic;
}

