.image-file-drop {
	text-align: center;
	height: 250px;
}

.image-file-drop div {
	padding: 7em 1em;
    border: 1px dashed #888;
    width: 96%;
    height: 90%;
    margin: 7px auto 0;
    border-radius: 5px;
    color: #888;
}

.image-file-drop.dragOver div {
	color: #00add8;
	border-color: #00add8;
	transition: .3s ease-out;
	overflow: hidden;
}

.image-file-drop.dragOver div:after {
	content: "Drag Files Here";
	display: block;
	padding: 0 .10em;
}

table.logo > tbody > tr > td {
	vertical-align: middle;
}

table.logo td img {
	max-height: 123px;
	max-width: 488px;
}

.logo-container {
	max-height: 600px;
	min-height: 600px;
	overflow-y: scroll;
}
.img-thumbnail {
    height: 115px;
    width: 100%;
    margin-top: 10px;
    border-color: transparent;
}
.img-thumbnail.active {
	border-color: #00add8;
}
.img-thumbnail:hover:not(.active) {
	border-color: #ddd;
}