.btn:focus, .btn:active, button:focus, button:active {
	outline: none !important;
	box-shadow: none !important;
}

#image-gallery .modal-footer {
	display: block;
}

.thumb {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.prepender {
	width: auto;
	height: auto;
}

#form-file-label, #form-file {
	height: auto;
}

.filename {
	position: relative;
	width: 100px;
	overflow: hidden;
	white-space:nowrap;
	background-color: #343a40;
	color: aliceblue;
	font-size: 75%;
	display: block;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	opacity: 0.8;
	/*left: -5px;*/
	bottom: 1px;
	padding: 4px;
	text-decoration: none;
	text-align: center;
}

.color-white {
	color:  white !important;
}