.box {
    font-size: 1.25rem; /* 20 */
    background-color: transparent;
    position: relative;
    padding: 15px;
    text-align: center;
}

.box.has-advanced-upload {
    border: 2px dashed #EA9B00;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.box.is-dragover {
    border: solid #EA9B00;
    background-color: transparent;
}

.box__dragndrop,
.box__icon {
    display: none;
}

.box.has-advanced-upload .box__dragndrop {
    display: inline;
}

.box.has-advanced-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 40px;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
    visibility: hidden;
}

.box__uploading,
.box__success,
.box__error {
    display: none;
}

.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
}

.box__uploading {
    font-style: italic;
}

.box__success {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
}

@-webkit-keyframes appear-from-inside {
    from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
    75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
    to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
}
@keyframes appear-from-inside {
    from	{ transform: translateY( -50% ) scale( 0 ); }
    75%		{ transform: translateY( -50% ) scale( 1.1 ); }
    to		{ transform: translateY( -50% ) scale( 1 ); }
}

.box__restart {
    font-weight: 700;
}

.box__restart:focus,
.box__restart:hover {
    color: #ff4d06;
}

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

.js .box__file + label {
    /*max-width: 80%;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    cursor: pointer;
    display: inline-block;
    /*overflow: hidden;*/
    color: #2E2785;
    font-size: 16px;
}

/*.box__file:focus + label strong,*/
/*.box__file.has-focus + label strong,*/
.js .box__file + label:hover strong {
    color: #ff4d06;
}

.js .box__file:focus + label,
.js .box__file.has-focus + label {
    outline: none;
}

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

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

.buttonsform {
    display: block;
    text-align: center;
    margin-top: 9px;
}

.SD_FormGen_form .SD-drag-and-drop-select-file-label {
    display: inline-block;
}

.form-button {
    background-color: transparent;
    padding: 10px 20px;
    border: 1px solid #2E2785;
    display: inline-block;
    font-size: 16px;
    color: #2E2785;
    cursor: pointer;
    font-weight: 700;
}

.form-button:hover,
.form-button:focus {
    color: #FFF;
    background-color: #2E2785;
}

.text_under_form {
    font-size: 15px;
    font-weight: lighter;
    color: #7c8a96;
    margin: 3px 0 0 0;
}

.uploadedfile {
    margin-top: 20px;
    display: none;
}

.uploadedfile i {
    font-size: 40px;
    color: #2E2785;
    margin-bottom: 9px;
    display: inline-block !important;
}

.uploadedfile span {
    display: block;
    color: #2E2785;;
    margin-bottom: 0;
    font-size: 17px;
}

.resetform {
    display: none;
}

.resetform.show {
    display: inline-block;
}

.single-vacancy #apply_header label.SD-drag-and-drop-label,
.single-vacancy #apply_header label.SD-drag-and-drop-select-file-label {
    display: inline-block !important;
    color: #2E2785;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: normal;
}