.apuf_fixed_block {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    min-width: 300px;               
}

.apuf_block{
    background-color: #ededed;
    border-radius: 5px;
    border: 1px solid #1a6db5;
    height: 49px;
    margin-left: -200px;
    margin-top: -35px;
    padding: 20px;
    width: 400px;
}
.apuf_progress {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1px;
    position: relative;
    max-width: 400px;
    width: 100%;
}
.apuf_bar{
    background-color: #1a6db5;
    border-radius: 3px;
    height: 20px;
    color: #FFFFFF;
    width: 0;
}
.apuf_percent{
    display: inline-block;
    left: 48%;
    position: absolute;
    top: 3px;
}
.apuf_status {
    width: 100%;
    margin: 10px 0px;
    word-break: break-word;
}
#button_submit_block{
    color: #ffffff;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 240px !important;

    background-color: #095891;
    border: 0 none;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    padding: 0;
    border-left: 1px solid #437fab;
    border-right: 1px solid #c5d8e5;
    font-family: 'open_sansregular';
    margin: 10px 0;
}
.span_upload_file{
    max-width: 100px;
    overflow: hidden;
}
#files_form input[type="button"]{
    color: #ffffff;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 240px !important;

    background-color: #095891;
    border: 0 none;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    padding: 0;
    border-left: 1px solid #437fab;
    border-right: 1px solid #c5d8e5;
    font-family: 'open_sansregular';
    margin: 10px 0;
}
.btn.btn-upload {
    background-color: #BBCCAA;
    border: 1px solid #d40b0b;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 16px;
    margin-left: 10px;
    padding: 0 41px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms linear 0s;
    width: auto;
}

.width--100pr {
    width: 100%;
}

.display--none {
    display: none;
}

.admintable__col1,
.admintable__col2 {
    display: inline-block;
}

.admintable__col1 {
    min-width: 180px;
}

.admintable__row {
    margin-bottom: 10px;
}