/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#drop {
    margin-bottom: 10px;
    border-radius: 3px;
    /*border-image: url('../img/border-image.png') 25 repeat;*/
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
    padding: 20px
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

.img_upload .delete {
        /* float: left; */
    position: absolute;
    /* top: 0; */
    font-size: 18px;
    /* border: 1px solid; */
    /* border-radius: 53px; */
    color: #c3c3c3;
    left: 9%;
    margin-top: -15px;
    margin-left: -23px;
    width: 23px;
    height: 24px;
    border: 1px solid;
    text-align: center;
    border-radius: 10px;
}

.img_upload img {
    max-width: 70px !important;
    max-height: 70px !important;
}
.acd-info {
        max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#userfile_upload_form {
  font-size: 16px;
}

.preview_img_upload {
    transform: translate(-155%, -60%);
    position: absolute;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 10%;
    max-height: 10%;
}
#acd-progress-bar {
  min-height: 30px;
}
