/* GRID SOLUTIONS */

div.grid-head {
	text-align: center;
}

/* GRID SOLUTIONS */

input[type="file"] {
	position: absolute;
	left: 0;
}

/* GRID SOLUTIONS */

input[type="text"] {
	position: center;
	width: 100%;
}

/* GRID SOLUTIONS */

.tdimg {
	width: 100%;
}

.tdimg img {
	max-height: 150px;
}

.tdvideo {
	width: 100%;
}

/* GRID SOLUTIONS */

.content {
	margin: 5px;
}

.left-space {
	margin-left: 10%;
}

.image {
	width: 100%;
	height: auto;
}

.video {
	width: 100%;
	height: auto;
}

#geninfo-desctag {
	width: 100%;
	height: 100%;
	padding-bottom: 40%;
	resize: none;
}

div#card-body-img {
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#geninfo-desctag_info {
	width: 100%;
	height: 100%;
	padding-bottom: 5%;
	resize: none;
}

.image_height {
	height: 100%;
}

.text-black {
	color: black !important;
}

.round-edges {
	border-radius: 10px;
	overflow: hidden;
}

.contacts-text {
	text-decoration: none;
	color: black;
}

.contacts-text:hover {
	color: #007bff;
}

.on-hover-blue:hover {
	color: #007bff;
}

.align-center {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.row-height {
	padding-bottom: 2%;
}

.gen-description {
	width: 100%;
	height: 100%;
	max-height: 450px;
	border: 1px solid black;
	border-radius: 5px;
	overflow: hidden;
}

.box {
	margin: 2% 2% 2% 2%;
	padding-bottom: 2%;
}

.album-row-border {
	border: 1px solid black;
}

input.is-invalid:focus {
	border-color: red;
	box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 25%);
}

input.is-valid:focus {
	border-color: green;
	box-shadow: 0 0 0 0.2rem rgb(0 255 0 / 25%);
}

textarea.is-valid:focus {
	border-color: green;
	box-shadow: 0 0 0 0.5rem rgb(0 255 0 / 25%);
}

textarea.is-invalid:focus {
	border-color: red;
	box-shadow: 0 0 0 0.5rem rgb(255 0 0 / 25%);
}

textarea.is-valid {
	border-color: green;
}

textarea.is-invalid {
	border-color: red;
}

.clicker {
	cursor: pointer;
}