.file-upload {
    position: relative;
    display:block;  
    width:150px;
    height:150px;
    border-radius: 3px;
    background-color:rgba(0,0,0,0.3);
    font-size: 14px;
    color:white;
    text-align: center; 
    line-height: 150px;

}

.file-upload input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.file-preview img{
    width:100%;
    height: auto;
}

.file-preview .ham_file_preview {
    position: absolute;
    width:100%;
    height:100%;
    overflow: hidden;
}

.ham_file_delete {
    position: absolute;
    width: 100%;
    top:98%;
    left:0;
    padding:0.5em;
    text-align: center;
    color:white;
    background-color:red;
}

.alert {
    display:block;
    width:100%;
    padding:.25em .5em;
    font-size:1.25em;
    text-align: center;
    color:white;
    border-radius: 3px; 
}

.alert-success {
    background-color:green;
}

.alert-danger {
    background-color:red;
}
.form-group {
    max-width: 600px;
    margin: 0 auto 15px;
    clear: both;
    overflow: hidden;
}
.form-group label {
    width: 50%;
    text-align: left;
    float: left;
    line-height: 30px;
}

.form-group input,
.form-group select {
    line-height: 30px;
    float: left;
    width: 50%;
    text-align: left;
}
.dz-clickable {
    clear: both;
    overflow: hidden;
}
.col-sm-2 {
    float: left;
    margin-right: 10px;
}
.form-check-label {
    display: none;
}
.dz-success-mark {
    display: none;
}
.ham_upload_form h3, .ham_upload_form p {
    text-align: left;
    max-width: 600px;
    margin: 5px auto;
}