@charset "utf-8";

@media ( min-width : 768px) {
	.row.d-flex {
		display: flex;
		align-items: center;
	}
}

#character_form {
	white-space: nowrap;
}

/* tlacitka prev a next u comboboxu */
.denik-selector-move {
	display: inline-block;
	width: 40px;
}

.denik-selector-move {
	margin-bottom: 20px;
}

.denik-selector-move:focus {
  outline: none;
  box-shadow: none;
}

#rasa,
#povolani,
#pohlavi {
	display: inline-block;
	width: 70%;
}

/* nahledový obrazek */

#fix {
	min-width: 200px;
}

#fix:before {
	content: "";
	display: block;
	padding-top: 139%;
}

#fix #obrazek-postavy {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover
}