html,
body,
.dz_content,
#container {
	width: 100%;
	height: 100%;
	margin: 0;
	min-width: 320px;
	position: relative;
}

#container {
	width: 95vw;
	height: 800px;
	margin: 10px auto;
	border: 1px solid #E3E3E3;
}

.dz_content {
	width: 95vw;
	margin: 0 auto;
	position: relative !important;

}

.dz_content .searchBox {
	position: absolute;
	top: 20px;
	left: 20px;
	margin-left: 10px;
	z-index: 2;
	padding: 20px;
	border-radius: 5px;
	background: #FFFFFF;
	display: flex;
}



.searchBox input {
	border: 1px solid #E3E3E3;
	outline: none;
	padding: 0 10px;
	border-radius: 5px;

	width: 197px !important;
}

.searchBox .searchBtn {
	background: #FFFFFF !important;
	height: 30px;
	width: 60px;
	border-radius: 5px;
	outline: none;
	border: 1px solid #E3E3E3;
	margin-left: 10px;
	cursor: pointer;
}

.content-window-card {
	position: relative;
	box-shadow: none;
	bottom: 0;
	left: 0;
	width: auto;
	padding: 0;
}

.input-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: .25rem;
	width: 22rem;
	border-width: 0;
	border-radius: 0.4rem;
	box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	/* padding: 0.75rem 1.25rem; */
	padding: 0.75rem;
}

.input-card a {
	color: #000000;
	text-decoration: none;
}

.custom-info {
	border: solid 1px silver;
}

div.info-top {
	position: relative;
	border-radius: 5px 5px 0 0;
	display: flex;
	align-items: center;
}


div.info-top img {
	position: absolute;
	right: 0;
	transition-duration: 0.25s;
}

div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}

div.info-middle {
	font-size: 12px;
	padding: 10px 6px;
	line-height: 20px;
	border-radius: 5px;
}

div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}