.dz-details{
    display: none;
}

.dropzone{
    min-height: auto;
    padding: 0;
}

.dropzone .dz-preview .dz-image{
    border-radius: 0;
    height: 120px;
    width: auto;
}

.dropzone .dz-preview {
    display: inherit;
}

.dropzone .dz-preview:hover .dz-image img{
    filter:none;
}

.nav-pills .nav-link.active{
    background-color:#9e0521;
}

.nav-pills .nav-link{
    color: white;
}

.nav-pills .nav-link:hover{
    color: #dd8e9c;
    background-color: transparent;
}

.nav-pills .nav-link.active:hover{
    color: white;
    background-color:#9e0521; 
}

#page-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}