﻿body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #ffffff;
}

input,
textarea,
select,
button {
	font-family: inherit;
	font-size: inherit;
}

.authitem { 
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	border-radius: 0.25em;
	font-size: 1.25em;
	font-weight: lighter;
	text-align: left;
	padding: 0.5em;
	margin: 1em 0;
}

.authitem:hover {
	background-color: #e0e0ff;
	cursor: pointer;
}

.authitem .error {
	color: #a00000;
	font-size: 0.65em;
}

.authicon {
	width: 1.6em;
	height: 1.6em;
	vertical-align: -0.4em; 
}

.SelectionPageLogo {
	height: 1.5em;
	vertical-align: bottom;
	margin-bottom: -1.5rem;
	padding: 0.5em;
}

.authiconSelectionPage {
	width: 1.6em;
	height: 1.6em;
	vertical-align: -0.4em;
	margin: -0.5em 0.2em -0.5em -0.5em;
	padding: 0.5em;
	background-color: #f2f2f2
}

.spinner {
	z-index: 1000;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.75);
}

.spinner-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60pt;
	height: 60pt;
	margin: -30pt;
}

.spinning {
	animation-name: spinning;
	animation-duration: 1.25s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes spinning {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.responsive-wrapper {
	position: relative;
	width: 270pt;
	margin-top: 100pt;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.fixed-footer {
	text-align: right;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 0.8em;
	padding: 15px;
	color: #ffffff;
}
.app-footer_select_funct-right {
	text-decoration: none;
	font-size: 14px;
	float: right;
	right: 0px;
	position: absolute;
	top: 0px;
	padding: 12px;
	color: #808080;
}
.app-footer_select_funct-right > a {
	color: rgb(0, 102, 179);
	font-size: 0.9em;
	padding-right: 4pt;
	padding-left: 4pt;
}
.hazzard {
	color: rgba(128, 0, 0, 1);
	fill: rgba(128, 0, 0, 1);
	border-color: rgba(128, 0, 0, 1);
	background-color: rgba(128, 0, 0, 0.15);
	border-style: solid;
	border-width: 0.66pt;
	border-radius: 2pt;
	padding: 7.5pt;
	margin: 0;
	display: none;
}

.error {
	color: rgba(128, 0, 0, 1);
	fill: rgba(128, 0, 0, 1);
	border-color: rgba(128, 0, 0, 1);
	background-color: rgba(128, 0, 0, 0.15);
	border-style: solid;
	border-width: 0.66pt;
	border-radius: 2pt;
	padding: 7.5pt;
	margin: 0;
}

.visible {
	display: block;
}

.message {
	color: rgba(0, 0, 128, 1);
	fill: rgba(0, 0, 128, 1);
	border-color: rgba(0, 0, 128, 1);
	background-color: rgba(0, 0, 128, 0.15);
	border-style: solid;
	border-width: 0.66pt;
	border-radius: 2pt;
	padding: 7.5pt;
	margin: 0;
	display: none;
}

.modal-dialog {
	position: fixed;
	z-index: 950;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}

.is--modal-open {
	display: block;
}

.notebox {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	width: 450pt;
	height: 225pt;
	margin-left: -225pt;
	margin-top: -120pt;
}

.notebox button {
	padding: 0 3pt 3pt !important;
	font-size: inherit !important;
	background-color: transparent;
	border-color: transparent;
	margin-right: 2pt;
	margin-right: 0;
	border-width: 0.66pt;
	border-style: solid;
	display: inline;
	transition: background-color ease-in 0.1s, border-color ease-in 0.1s;
	cursor: pointer;
	height: 21pt;
	outline: 0;
	text-decoration: none;
	border: 0.66pt solid transparent;
	background: none;
	vertical-align: top;
	box-sizing: border-box;
	color: black;
}

.notebox button > i {
	display: inline-block;
	width: 12pt;
	height: 12pt;
	-moz-transition: color ease-in 0.1s;
	-o-transition: color ease-in 0.1s;
	-webkit-transition: color ease-in 0.1s;
	transition: color ease-in 0.1s;
	vertical-align: middle;
}

.notebox-head__control > button:hover {
	background-color: #b90707;
}

.notebox-toolbar > button {
	width: auto;
}

.notebox-toolbar > button:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.notebox-head__control button > i > svg,
.notebox-toolbar button > i > svg {
	fill: #383838;
}

.notebox-head > i > svg {
	vertical-align: text-bottom;
	padding-top: 4pt;
	padding-right: 4pt;
	fill: rgba(128, 0, 0, 1);
}

.app-footer_select_funct-left {
	position: initial;
	top: 0;
	left: 0;
	padding-top: 12px;
}

.app-footer_select_funct-left a {
	font-size: 14px;
	color: rgb(0, 102, 179);
	text-decoration: none;
	margin-right: 10px;
	cursor: pointer;
}

.app_footer_select {
	position: fixed;
	width: 99%;
	height: 50px;
	bottom: 0;
	right: 0;
	color: rgb(0, 102, 179);
	background: #fff;
	display: block;
	padding-left: 1%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #edebe9;
	box-sizing: border-box;
}

.notebox-head {
	position: relative;
	padding: 4pt 22pt 2pt 9pt;
	background-color: #f8f8f8;
	height: 32pt;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.notebox-head__control {
	position: absolute;
	top: 4pt;
	right: 4pt;
}

.notebox-content {
	padding: 9pt;
	font-size: 0.9em;
	color: #000000;
}

.notebox-toolbar {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #f8f8f8;
	min-height: 30pt;
	padding: 4pt;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.language-selection {
	display: block;
	position: absolute;
	top: 7pt;
	right: 7pt;
	padding: 2pt;
	text-align: center;
	box-sizing: border-box;
}

.language-selection > div {
	display: inline-block;
	width: 22pt;
	cursor: pointer;
	padding: 2pt;
}

.language-selection > div:hover {
	background: lightgray;
}

.language-selection > div.active {
	background: #d0d0d0;
}

.language-selection > div:first-child {
	margin-bottom: 1.5pt;
}

.language-selection img {
	display: inline-block;
	width: 18pt;
	height: 18pt;
	vertical-align: text-top;
	margin-bottom: -2pt;
	margin-top: -2pt;
}

@media only screen and (max-width: 450pt) {
	.notebox {
		left: 16pt;
		top: 16pt;
		right: 16pt;
		bottom: 16pt;
		margin-left: inherit;
		margin-top: inherit;
		height: auto;
		width: auto;
	}
}

@media only screen and (max-width: 300pt) {
	.notebox {
		left: 4pt;
		top: 4pt;
		right: 4pt;
		bottom: 4pt;
	}
}

.caps {
	color: #0064c9;
	fill: #0064c9;
	font-size: 0.8em;
	text-align: center;
	padding: 0;
	margin: 0;
	visibility: hidden;
}

.icon {
	width: 1.2em;
	height: 1.2em;
	vertical-align: -0.3em;
	margin: 0;
	padding: 0;
	border-width: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: lighter;
	margin: 16pt 0;
}

h2 {
	font-size: 1.25em;
	font-weight: lighter;
	margin: 9pt 0;
}

p {
	margin: 0;
	padding: 0;
}

.forgot-password {
	border: 0;
	border-top: solid 0.66pt #d8d8d8;
	margin-top: 16pt;
	font-size: 0.8em;
	text-align: center;
	padding: 6pt;
}

button {
	background: #0064c9;
	color: #ffffff;
	border: 0;
	border-radius: 2pt;
	width: 100%;
	padding: 9pt 16pt;
	box-sizing: border-box;
}

button:disabled {
	background: #adadad;
}

button:enabled:hover {
	cursor: pointer;
}

.spacing {
	margin-top: 9pt;
	margin-bottom: 9pt;
}

.inp {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: solid 0.66pt rgba(0, 0, 0, 0.33);
	border-radius: 2pt;
	padding: 7pt;
}

.inp:focus {
	box-shadow: 0 0 2pt #0064c9;
}

label {
	font-size: 0.8em;
}

.checkbox {
	vertical-align: -0.15em;
}

a {
	color: #0064c9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.back {
	position: relative;
	font-size: 14px; 
	cursor: pointer;
}

@media only screen and (max-width: 450pt) {
	body {
		font-size: 11pt;
	}

	.responsive-wrapper {
		margin-top: 48pt;
	}
}

@media only screen and (max-width: 300pt) {
	.responsive-wrapper {
		width: auto;
		margin-left: 15pt;
		margin-right: 15pt;
	}
}
