﻿button.LoginLocal
{
	background-position: center left 10px;
	background-repeat: no-repeat;
	background-size: 30px;
}

#pnlRecovery
{
	position: relative;
	top: -5px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}

	#pnlRecovery a
	{
		display: block;
		font-size: small;
		margin-right: 15px;
		margin-left: 15px;
	}

div.external-separator
{
	text-align: center;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	font-style: italic;
}

div.external-providers
{
	overflow-y: auto;
	max-height: 250px;
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: var(--border-color);
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: var(--inputs-container-back-color);
}

	div.external-providers::-webkit-scrollbar-thumb
	{
		background-color: var(--scroll-thumb-color);
		border: 4px solid transparent;
		border-radius: 8px;
		background-clip: padding-box;
	}

	div.external-providers::-webkit-scrollbar
	{
		width: 16px;
	}

	div.external-providers ul
	{
		position: relative;
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	div.external-providers li
	{
		margin-left: 5px;
		margin-right: 5px;
		flex-shrink: 0;
	}

	div.external-providers a
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		box-sizing: border-box;
		cursor: pointer;
		text-decoration: none;
		padding: 5px;
		border-radius: 10px;
		border-style: solid;
		border-width: 2px;
		border-color: var(--border-color);
		width: 150px;
		height: 150px;
		position: relative;
		margin-top: 5px;
		margin-bottom: 5px;
	}

		div.external-providers a:hover
		{
			border-color: var(--border-color-alt);
		}


div.provider-bg-img
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 5px;
	border-radius: 3px;
	border-style: solid;
	border-width: 0;
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
}

div.provider-name
{
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	word-break: break-word;
	padding-right: 5px;
	padding-left: 5px;
}

div.external-providers a:not(.NoImage):hover div.provider-name
{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

div.external-providers a:not(.NoImage):not(:hover) div.provider-name
{
	max-height: 50%;
}

div.provider-bg-img-cover
{
	opacity: 0.9;
	display: none;
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
}

div.external-providers a:not(.NoImage):hover div.provider-bg-img-cover
{
	display: block;
}

div.preview-mode
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-image: url(/img/preview.png);
	background-repeat: repeat;
	z-index: 9000;
}

div.Warning
{
	color: red;
	display: none;
}

div.head, div.foot
{
	text-align: left;
}
