﻿

/* latin */
@font-face
{
	font-family: 'Nunito';
	font-style: italic;
	font-weight: 200 1000;
	font-display: swap;
	src: url(/App/assets/css/fonts/Nunito/XRXX3I6Li01BKofIMNaDRs4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin */
@font-face
{
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 200 1000;
	font-display: swap;
	src: url(/App/assets/css/fonts/Nunito/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

button, input, select, textarea
{
	width: auto;
	overflow: visible;
	margin: 0;
	font-size: 100%;
	font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: baseline;
}

html, body
{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	height: 100%;
}


canvas[resize]
{
	width: 100%;
	height: 100%;
}

#header
{
	background-color: #524a3b;
	color: #fff;
	font-weight: bold;
	padding: 6px;
	margin: 0;
	margin-bottom: 10px;
	position: absolute;
	top: 0px;
	width: 100%;
}

#container
{
	line-height: 1.6;
	font-weight: 300;
	color: #000;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
}

#containerMobile
{
	line-height: 1.6;
	font-weight: 300;
	color: #000;
	bottom: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
}

#outerContainer
{
	position: absolute;
	height: 100%;
	width: 100%;
}

#loginTimeoutError
{
	position: relative;
	top: 120px;
	left: 300px;
	width: 560px;
	font-weight: bold;
	color: #700000;
}

#loginBox
{
	position: absolute;
	border-radius: 5px;
	width: 740px;
	min-height: 400px;
	background-color: White;
	padding: 0;
	-webkit-box-shadow: 1px 1px 29px 0px rgba(0,0,0,0.51);
	-moz-box-shadow: 1px 1px 29px 0px rgba(0,0,0,0.51);
	box-shadow: 1px 1px 29px 0px rgba(0,0,0,0.51);
	display: flex;
	box-sizing: border-box;
}

	#loginBox .leftPanel
	{
		background-color: #3b4c67;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		text-align: center;
		padding: 5px;
		width: 210px;
		box-sizing: border-box;
	}

	#loginBox .login-logo
	{
		margin-top: 57px;
		width: 150px;
	}

	#loginBox .browserWarning {
		color: #b30000;
		width: 100%;
		border: solid;
		border-radius: 5px;
		padding: 0.5rem;
	}

#loginBoxMobile
{
	background-color: White;
	padding: 0;
}

.loginArea
{
	padding: 60px;
	width: 530px;
	box-sizing: border-box;
}

.email-hint
{
	margin-top: 20px;
}

.loginAreaMobile
{
	box-sizing: border-box;
}

.loginButton,
.button
{
	border-radius: 5px;
	background-color: #243241;
	border: 1px solid #3866a3;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	cursor: pointer;
}

	.loginButton:hover,
	.button:hover
	{
		transition: background-color 0.4s ease-in-out;
		background-color: #5594c9;
	}

.small-link
{
	color: #3b4c67;
	font-size: 11px;
}

.other-user-link
{
	display: block;
	margin-top: 14px;
}

#copyrightInfo
{
	text-align: center;
	bottom: 5px;
	width: 600px;
	font-size: 11px;
	color: #999;
}

#copyrightInfoMobile
{
	position: absolute;
	text-align: center;
	bottom: 5px;
	font-size: 11px;
	color: #999;
}

.buttonDisabled
{
	border: 1px solid #696969;
	background: #95a5a6;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
}


.headline
{
	margin-bottom: 10px;
	font-weight: bold;
	color: #8EBC00;
}

.inputItem
{
	background-clip: padding-box;
	border-radius: 5px;
	border: 1px solid #949494;
	border: 1px solid #AAAAAA;
	font-family: Arial;
	font-size: 0.8em;
	font-size: 80%;
	height: 26px;
	margin-bottom: 5px;
	padding: 4px;
	width: 400px;
}

.inputItemMobile
{
	background-clip: padding-box;
	border: 1px solid #949494;
	border: 1px solid #AAAAAA;
	font-family: Arial;
	font-size: 0.8em;
	font-size: 80%;
	height: 26px;
	margin-bottom: 5px;
	padding: 4px;
	width: 100%;
}

#serviceStatus
{
	bottom: 10px;
	text-align: center;
}

#logoContainer
{
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}

@media only screen and (min-width: 769px)
{

	html, body
	{
		overflow: hidden;
	}

	#loginBoxMobile
	{
		min-height: 400px;
		-webkit-box-shadow: 1px 1px 29px 0px rgba(0,0,0,0.51);
		-moz-box-shadow: 1px 1px 29px 0px rgba(0,0,0,0.51);
		box-shadow: 1px 1px 29px 0px rgba(0,0,0,0.51);
		box-sizing: border-box;
	}

	.loginAreaMobile
	{
		padding: 60px;
		width: 530px;
	}


	#containerMobile
	{
		position: absolute;
		display: flex;
	}

	#copyrightInfoMobile
	{
		position: absolute;
		width: 600px;
	}

	.inputItemMobile
	{
		width: 400px;
	}

	#serviceStatus
	{
		position: absolute;
		width: 200px;
	}

	#logoContainer
	{
		width: 210px;
	}
}

div.loginOr
{
	float: left;
	width: 20px;
	margin-left: -10px;
	background-color: #fff;
	margin-top: 70px;
}

.field-validation-error
{
	color: red;
	display: inline-block;
	margin-bottom: 8px;
}

/* MVC Validation Fields */
div.validation-summary-errors
{
	margin-bottom: 10px;
	color: red;
	font-size: 12px;
}

	div.validation-summary-errors ul
	{
		list-style-type: none;
		margin: 0;
		padding-left: 0;
	}

div.validation-summary-info
{
	margin-bottom: 10px;
	color: green;
	font-size: 12px;
}


.hidden-frame
{
	border: none;
	display: none;
	height: 0;
	width: 0;
}

/* Toggle Switches */
/* Checkbox*/
.toggle
{
	position: relative;
	padding: 0;
}

	/* Position the label over all the elements, except the slide-button
			* Clicking anywhere on the label will change the switch-state
			*/
	.toggle label
	{
		position: relative;
		z-index: 3;
		display: block;
		width: 100%;
	}

	/* Don't hide the input from screen-readers and keyboard access
			*/
	.toggle input
	{
		position: absolute;
		opacity: 0;
		z-index: 5;
	}

	.toggle p
	{
		position: absolute;
		left: -100px;
		width: 100%;
		margin: 0;
		padding-right: 100px;
		text-align: left;
	}

		.toggle p span
		{
			position: absolute;
			top: 0;
			left: 0;
			z-index: 5;
			display: block;
			width: 50%;
			margin-left: 100px;
			text-align: center;
		}

			.toggle p span:last-child
			{
				left: 50%;
			}

	.toggle .slide-button
	{
		position: absolute;
		right: 0;
		top: 0;
		z-index: 4;
		display: block;
		width: 50%;
		height: 100%;
		padding: 0;
	}

/* Shared */
.toggle,
.switch
{
	display: block;
	height: 30px;
}

	.switch *,
	.toggle *
	{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.switch .slide-button,
	.toggle .slide-button
	{
		display: block;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.toggle label,
	.toggle p,
	.switch label
	{
		line-height: 30px;
		vertical-align: middle;
	}

	.toggle input:checked ~ .slide-button
	{
		right: 50%;
	}

/* Standalone Themes */


/* Candy Theme
	* Based on the "Sort Switches / Toggles (PSD)" by Ormal Clarck
	* http://www.premiumpixels.com/freebies/sort-switches-toggles-psd/
	*/

.candy
{
	background-color: #ddd;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}

	.candy input:checked + label
	{
		color: #333;
		text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	}

	.candy .slide-button
	{
		background-color: #8ebc00;
	}

	.candy p
	{
		color: #eee;
		text-shadow: none;
	}

	.candy span
	{
		color: #fff;
	}

/* Password related styles */
.password-message
{
	background-color: #fefff2;
	border: solid 1px #bcbcbc;
	color: #333;
	font-size: 13px;
	padding: 8px;
}

	.password-message ul
	{
		margin: 0;
	}

/* Password strength colors */
.pw-strong
{
	color: #0e9521;
}

.pw-medium
{
	color: #f57f00;
}

.pw-weak
{
	color: #990000;
}

/* To-Do: Make Separate? */
/* Public Compliance Styles*/
#responsiveContainer
{
	line-height: 1.6;
	padding: 0 10px;
	font-weight: 300;
	color: #000;
	bottom: 0;
	width: 70%;
	margin: 0 auto; /* Centers the container */
	background-repeat: repeat-y;
	background-position: top left;
	height: 100%;
}

#infoBox
{
	position: relative;
	text-align: justify;
	background-color: White;
	padding: 0;
	border: 1px solid #999;
}

#copyrightInfoResponsive
{
	position: relative;
	top: 2em;
	text-align: left;
	font-size: 11px;
	color: #999;
}

.orgButton
{
	border: solid 1px #e9e9e9;
	margin: 10px 0;
	padding: 7px 10px;
	cursor: pointer;
	box-shadow: 0px 3px 7px 0px #f5f5f5;
	border-radius: 3px;
	color: #565656;
	line-height: 22px;
	-webkit-transition: opacity 0.3s ease, transform 0.3s ease;
	-moz-transition: opacity 0.3s ease, transform 0.3s ease;
	-o-transition: opacity 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

	.orgButton:hover
	{
		background-color: rgba(124, 164, 2, 0.13);
		border: solid 1px #8ebc00;
		color: black;
	}

	.orgButton .details
	{
		font-style: italic;
		font-size: 13px;
	}

#selectOrgForm
{
	padding-top: 5px;
}


	#selectOrgForm.selected .orgButton
	{
		opacity: 0;
	}

		#selectOrgForm.selected .orgButton.selected
		{
			opacity: 1;
			transform: scale(1.05);
		}

#UserSessionContainer
{
	display: none;
}

#CheckUserSessions
{
	text-align: center;
}

.header
{
	color: #243241;
	font-weight: 600;
	font-size: 18px;
}

.description
{
	font-size: 12px;
	margin: 14px 0;
}

.active-session
{
	border: solid 1px #e8e8e8;
	display: flex;
	margin-bottom: 8px;
	padding: 8px 12px;
}

.session-header
{
	color: #243241;
	font-weight: 600;
	font-size: 15px;
}

.session-details
{
	color: #666;
	font-size: 12px;
	font-style: italic;
}

.session-logout-container
{
	flex-shrink: 0;
	margin-left: auto;
}

.session-logout-link
{
	color: #6d80a0;
	cursor: pointer;
	font-size: 13px;
	text-decoration: underline;
}

#ActiveSessionContainer
{
	overflow-y: auto;
	max-height: 175px;
}

.full-width-button
{
	display: block;
	text-align: center;
}

.stacked-buttons
{
	margin-top: 10px;
}
