.meoimages_inactive {
	color: grey;
}

video.image-block-video {
	width: 100%;
	height: 100%;
}

#meoimages_url_add_preview img, #meoimages_url_add_preview iframe, #meoimages_url_add_default_image img, .meoimages_url_add_image img {
	width: 125px;
	height: 125px;
	margin: 5px;
}

#meoimages_url_add_form {
	min-width: 600px;
}

#meoimages_url_add_form div {
	padding-bottom: 10px;
}

.meoimages_url_add_image {
	display: inline-block;
}

#meoimages_url_add_input {
	width: calc(100% - 20px);
	display: inline-block;
}

.meoimages_novideo {
	color: #a33;
}

.meoimages_video {
	color: #3a3;
}

th.show_night, td.show_night, th.cover_night, td.cover_night, th.cover_customer, td.cover_customer, th.google, th.cover_google, td.google, td.cover_google {
	display: none;
}

#meoimages_popup_auth
{
	position: fixed;
	left: 5%;
	top: 5%;
	height: 90%;
	width: 90%;
	z-index: 5004;
	background: inherit;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 10px;
}

#meoimages_popup_overlay
{
	background: #333;
	opacity: 0.8;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 5004;
}

#authentication body.content_only
{
	width: calc(100% - 15px);
}

/* Wichtig für Popup in dieser Auflösung, da in diesem Auflösungsbereich sonst für das HTML-Dokument overflow: scroll eingestellt ist
	Wieder entfernt. Es hat dazu geführt, dass in diesem Auflösungsbereich nicht mehr gescrollt werden konnte. overflow: auto müsste ggf. erst auf etlichen Seiten getestet werden.
	Wir nutzen daher Javascript. Das Popup funktioniert ohnehin nur, wenn Javascript aktiv ist, sonst läuft die Anmeldung im Vollbild-Modus und benötigt somit auch keine Änderung der Einstellung.
*/
@media (max-width: 767px) and (min-width: 320px)
{
	html
	{
		/* overflow: hidden; */
	}
}
