﻿body {
	background-color: #f0f3f8;
	font-family: "Lato", sans-serif;
	color: #353535;
}

.flag-icon {
	cursor: pointer;
	width: 25px;
	height: 20px;
	text-decoration: none !important;
	margin: 2px 5px 0 0;
}

.spinner {
	height: 100%;
	width: 100%;
	background: url("../img/spinner.gif") no-repeat 50%;
	background-size: 100px;
	background-origin: content-box;
}

.navbar {
	margin-bottom: 10px;
}
.navbar .navbar-brand {
	margin-left: 15px;
}
.navbar .navbar-nav {
	margin-right: 25px;
}

.current-user .dropdown-toggle {
	cursor: pointer;
	height: 72px;
	display: flex;
	align-items: center;
}
.current-user .dropdown-toggle::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	border: none;
	margin-left: 10px;
}
.current-user .dropdown-menu {
	right: -1rem;
	left: auto;
	top: calc(100% + 8px);
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 0;
	margin: 0;
	box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.1);
	width: 220px;
}
.current-user .dropdown-menu > a {
	padding: 15px 30px;
	background-color: #ffffff;
}
.current-user .dropdown-menu > a:hover {
	box-shadow: inset 150px 0 150px -100px rgba(4, 152, 250, 0.1);
}
.current-user .dropdown-menu > a:active {
	color: unset;
}
.current-user .profile-picture-container {
	margin-right: 10px;
}

.profile-picture-proxy {
	font-size: 30px;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.profile-picture-container {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.profile-picture-container img {
	height: 50px;
}

.dokobit-login-title {
	font-size: 22px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

#Dokobit-identity-container .dokobit-main__header,
#Dokobit-identity-container .dokobit-main--method {
	margin-top: 0 !important;
}

.required .control-label::after {
	content: " *";
	font-weight: bold;
	color: #f40357;
}

.profile-picture-section {
	width: 350px;
	margin: auto;
	height: 240px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	position: relative;
}
.profile-picture-section #profile-picture-proxy {
	font-size: 100px;
	height: 150px;
}
.profile-picture-section #profile-picture-input {
	opacity: 0;
	position: absolute;
}
.profile-picture-section .picture-selector {
	cursor: pointer;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 25px !important;
	outline: none !important;
	margin-bottom: 0;
}
.profile-picture-section #profile-picture-container,
.profile-picture-section #loaded-profile-picture-container {
	height: 150px;
	width: 150px;
}
.profile-picture-section #profile-picture-container img,
.profile-picture-section #loaded-profile-picture-container img {
	height: 160px;
}
.profile-picture-section #profile-picture-container {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.profile-picture-section #image-error {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #f40357 !important;
}

.title {
	font-weight: bold;
	display: block;
	margin-bottom: 16px;
}

.panel {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 0px 45px 0 rgba(44, 46, 53, 0.06);
	background-color: #ffffff;
	padding: 25px;
	flex: 0 0 auto;
	height: auto;
	display: flex;
	margin-bottom: 15px;
	flex-direction: column;
}

.dokobit-main__header {
	display: none;
}

form {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.form-label {
	margin-bottom: 0;
	margin-top: 0.5rem;
}

.button-container {
	display: flex;
	justify-content: center;
	margin-top: 5px;
}

.button-container > button {
	margin-left: 5px;
	margin-right: 5px;
}

.redirect-link {
	color: #009af9 !important;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
	display: block;
}

.register-link {
	color: #009af9 !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.forgot-password-link {
	color: #009af9 !important;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	display: block;
}

.custom-width {
	width: 350px;
}

@media (min-width: 700px) {
	.custom-width {
		width: 550px;
	}
}
.login-username-link,
.login-electronic-id-link,
.skip-dokobit-link {
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	height: 50px;
	text-align: center;
	text-decoration: none !important;
	color: #353535 !important;
	line-height: 46px;
	font-weight: bold;
	font-size: 15px;
}

.login-username-link:hover,
.login-electronic-id-link:hover,
.skip-dokobit-link:hover {
	background: #f5f5f5;
}

.login-username-link,
.skip-dokobit-link {
	margin: 10px 8px 0 8px;
}

.login-electronic-id-link {
	margin-top: 2rem;
}

.input-error {
	font-size: 14px;
	color: #f40357 !important;
}

.error-container {
	margin-bottom: 20px;
	height: auto;
	line-height: 44px;
	background-color: #eb3232;
	border-radius: 5px;
	padding: 0 15px;
	color: #ffffff;
}
.error-container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.select-app-container {
	justify-content: space-evenly;
}
.select-app-container .welcome-text {
	max-width: 700px;
	margin: auto;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
}
.select-app-container .app-links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.select-app-container .app-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #353535;
	text-decoration: none;
	font-weight: bold;
}
.select-app-container .app-container img {
	margin-bottom: 10px;
}

.step {
	line-height: 24px;
	font-size: 14px;
	width: 100%;
	text-align: left;
}

.custom-dropdown .dropdown-toggle::after {
	content: none;
}
.custom-dropdown .custom-dropdown-container {
	max-height: 200px;
	overflow: hidden auto;
	padding: 0;
	width: 100%;
}
.custom-dropdown .custom-dropdown-container .custom-dropdown-item {
	display: block;
	padding: 5px 10px;
	width: 100%;
}
.custom-dropdown .custom-dropdown-container .custom-dropdown-item:hover {
	cursor: pointer;
	background: linear-gradient(90deg, rgba(4, 153, 249, 0.1), #ffffff);
}

.dropdown-button {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem !important;
}

.dropdown-button:focus {
	outline: none !important;
	border: 1px solid #009af9 !important;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1),
		0 1px 1px -1px rgba(0, 0, 0, 0.1) !important;
}

.logged-out-page iframe {
	display: none;
	width: 0;
	height: 0;
}

.cursor-pointer {
	cursor: pointer;
}

.info-icon {
	color: #004085;
}

.custom-tooltip {
	--bs-tooltip-bg: #004085;
}

.fs-20 {
	font-size: 20px;
}

.tooltip-inner {
	text-align: left;
	max-width: 1000px !important;
	background-color: #343a40;
	color: #fff;
}

.custom-link-color {
	color: #000;
	text-decoration: none;
}
