.file-not-exists-message {
    margin: 10px 0;
    color: gray;
}
.file-download-link {
    margin: 10px 0;
    /* color: blue; */
}


.user_info {
    margin-bottom: 10px;
}

.user_phone,
.user_email {
    white-space: nowrap;
}

.user_info .glyphicon {
    margin-right: 5px;
    color: gray;
}

.upload_block_header {
    margin:10px 0; 
    font-size: 18px;
    font-weight: bold;
    font-family: 'Bebas';
    color: #4e4d55;
    /* font-family: 'Fira Sans'; */
}

.button.button-small {
    font-size: 18px;
    border: 3px solid #384b99;
    padding: 6px 12px;
}

.button-small span.glyphicon::before {
    margin-right: 4px;
}

a.button:hover, input.button:hover {
    text-decoration: none !important;
    color: #FFF !important;
}

a.button:hover span , input.button:hover span  {
    color: #FFF !important;
}

.button.button-red {
    /* font-size: 18px; */
    border: 3px solid #861010;
    /* padding: 6px 12px; */
    color: #861010;
}

.button.button-red:hover, a.button.button-red:hover {
    background: #861010;
}