.dropzone .dz-preview .dz-image img {
	height: inherit;
}

.dropzone .dz-preview .dz-progress {
    top: -3% !important;
}

.dropzone .dz-preview.dz-error .dz-error-message {
 top: 150px !important;
}

.btn-100 {
    width: 100px;
}

.btn-120 {
    width: 120px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: transparent !important;
}

.growl-animated {
    z-index: 100000 !important;
}

#loading-bar .bar {
    z-index: 100000 !important;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}