
.d-none {
    display: none !important;
}

img.imgView {
    width: 100%;
}

.form-horizontal .input-file {
    position: relative;
}

.form-horizontal .input-file input[type=file] {
    display: none !important;
}

.form-horizontal .input-file .button {
    position: absolute;
    top: 5px;
    right: 18px;
    float: none;
    height: 22px;
    margin: 0;
    padding: 0 14px;
    font-size: 13px;
    line-height: 22px;
}

.form-horizontal .input-file .button:hover {
    box-shadow: none;
}

/*
.form-horizontal .input-file .button input {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    opacity: 0;
}
*/
