
* {
	box-sizing: border-box;
}

#templates-header {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 45px;
}

#templates-newicogram {
	width: 100%;
	height: 80px;
	text-align: center;	
}

#newicogram-button {
	width: 240px;
}

#search-category {
	vertical-align: top;
	height: 45px;
	min-width: 80px;
	font-size: 20px;
	border-width: 1px;
	border-color: #C4C4C4;
	border-radius: 0px;
	background-color: #EFEFEF;
	outline: none;
	padding: 0 10px 0 10px;
	text-transform: capitalize;
}

	#search-category:focus {
		border-width: 1px;
		border-color: black;
		border-radius: 0px;
		border-color: #6C7175;
		outline: none;
	}

#search-tag {
	vertical-align: top;
	height: 45px;
	width: 40%;
	font-size: 20px;
	border-width: 1px;
	border-color: #C4C4C4;
	border-radius: 0px;
	padding: 0 10px 0 10px;
	outline: none;
}

	#search-tag:focus {
		border-color: #6C7175;
		border-radius: 0px;
		border-width: 1px;
		outline: none;
	}

#search-tag-button {
	vertical-align: top;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-radius: 0;
}

.template-info {
	height: 100%;
	width: 100%;
	display: none;
	z-index: 50;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(25, 25, 25, 0.8);
	color: white;
}

.template-info-preview {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.template-info-preview a {
	color: white;
}

.template-info-name {
	cursor: pointer;
	position: absolute;
	top: 45px;
	bottom: 45px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px 0 10px;
}

.template-info-tags {	
	left: 0px;
	bottom: 0px;
	width: 100%;
	position: absolute;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}

	.template-info-tags a {
		color: white;
		overflow-wrap: break-word;
		white-space: nowrap;
		margin-right: 8px;
	}

.template-image {
	width: 100%;
	height: 100%
}

#no-results {
	text-align: center;
	padding-bottom: 20px;
}

@media only screen and (max-width: 640px) {
	#search-category {
		width: 40px;
		padding: 0 2px 0 2px;
	}

	#search-tag {
		width: 140px;
		padding: 0 2px 0 2px;
	}

	#search-tag-button {
		width: 40px;
		min-width: 40px;
		max-width: 40px;
		background: #9C3 url("/img/search.svg") no-repeat center;
		color: #9C3;
		font-size: 0px;
	}
}