.helperImageWrapper {

    margin: 0 auto;
    display: inline-block;
    position: relative;

}


.helperImageDelete, .imageDelete {

    background-color: black !important;
    border: none !important;
    border-radius: .215rem !important;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    color:white;


}

.helperImagePreview {

    display: none;

}

.helperImageDefault, .helperImagePreview {

    border: 2px solid #e0e0e0;
    border-radius: .215rem !important;

}

.has-error.helperImageDefault, .has-error.helperImagePreview
{
    border-color: #f44336;
}

.has-error.helperVideoDefault, .has-error.helperVideoPreview
{
    float: none;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background-image: linear-gradient(#f44336, #f44336), linear-gradient(#e0e0e0, #e0e0e0);
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
}

.has-error.helperAudioDefault, .has-error.helperAudioPreview
{
    float: none;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background-image: linear-gradient(#f44336, #f44336), linear-gradient(#e0e0e0, #e0e0e0);
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
}
/*
.form-material .form-control, .form-material .form-control:focus, .form-material .form-control.focus {
  float: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background-image: linear-gradient(#3f51b5, #3f51b5), linear-gradient(#e0e0e0, #e0e0e0);
}
.form-material.form-group.has-success .form-control:not(.empty) {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
}
*/

