﻿html {
	height: 100%;
	overflow-y: hidden;
}

body {
	background-color: white !important;
	height: 100%;
}

.header {
	background-color: white !important;
}

#main-layout-content-panel.content {
	background-color: white !important;
	margin-bottom: 20px;
	height: calc(100% - 56px);
}

.login-panel {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
}

.support-panel {
	width: 50%;
	height: 100%;
	background-color: white;
	margin-top: 80px;
	font-family: 'AvenirNext-Medium';
}

	.support-panel h3 {
		font-size: 32px;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 20px;
	}

.form-panel {
	width: 50%;
	display: flex;
	border-left: 1px solid #D6D6D6;
}

	.form-panel section {
		border-radius: 8px;
	}

	.form-panel label.login-label {
		font-size: 20px;
		color: #333333;
		margin-top: 10px;
		font-family: 'AvenirNext-Medium';
	}

	.form-panel input[type="text"], .form-panel input[type="password"] {
		background-color: #FAFAFA;
	}


	.form-panel.pure-panel {
		background: white;
		margin-left: auto;
		margin-right: auto;
	}

.login-title {
	font-family: 'AvenirNext-Medium';
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fc0606;
}

.login-subtitle {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}

#loginForm {
	width: calc(100% - 60px);
	margin: auto;
	border-radius: 5px;
	height: 400px;
	font-family: 'AvenirNext-Medium';
	margin-top: 116px;
}

}

#loginForm table {
	width: 100%;
	margin-top: 50px;
}

	#loginForm table td.label {
		width: 35%;
		text-align: center;
		padding: 5px;
	}

	#loginForm table td.input {
		width: 65%;
		text-align: center;
		padding: 5px;
	}

#loginForm label.login-label {
	font-size: 20px;
	margin-top: 10px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #333;
	display: block;
}

#loginForm a {
	font-size: 18px;
	display: inline-block;
	margin-top: 10px;
	color: #b1b2b2;
}

#loginForm input {
	width: 100%;
	height: 50px;
	color: #333;
	font-size: 28px;
	background-color: #eeefef;
	opacity: 50%;
	border: none;
	border-radius: 8px;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

	#loginForm input[type="submit"] {
		width: 100%;
		color: white;
		background-color: #4da6ff;
		border: none;
		border-radius: 8px;
		font-size: 18px;
		text-align: center;
		opacity: 1;
	}

.support-container {
	display: flex;
	flex-direction: row;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	height: calc(100% - 30px);
}

	.support-container div.item {
		background-color: white;
		width: 180px;
		margin: 20px;
		height: 260px;
		cursor: pointer;
	}

		.support-container div.item .top-panel {
			width: 180px;
			height: 125px;
			background-color: white;
			text-align: center;
		}

			.support-container div.item .top-panel img {
				margin-left: auto;
				margin-right: auto;
				margin-top: 12px;
			}

		.support-container div.item p {
			font-size: 26px;
			text-align: center;
			margin-top: 50px;
			color: #ff4e00;
			font-weight: bold;
		}

.validation-summary-errors {
    position: absolute;
    margin-top: 50px;
    margin-left: calc((100% - 564px) / 4);
    width: 564px;
    height: 40px;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.tooltip-content {
	background-color: white;
}

	.tooltip-content h3 {
		font-size: 22px;
		font-family: AvenirNext-Medium;
	}


.support-panel * {
	box-sizing: border-box;
}

.support-panel .container {
	height: 100%;
	width: 100%;
}

/* Hide the images by default */
.support-panel .mySlides {
	display: none;
	height: calc(100% - 250px);
	text-align: justify;
	width: calc(100% - 60px);
	margin-left: auto;
	margin-right: auto;
}

.support-panel .mySlides .slides-content {
	height: calc(100% - 100px);
	overflow-y: auto;
}

/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 2.5s;
}

/* Fading animation */
.login-fade {
	animation-name: fade;
	animation-duration: 2.5s;
}


@keyframes fade {
	from {
		opacity: .2
	}

	to {
		opacity: 1
	}
}

/* Add a pointer when hovering over the thumbnail images */
.support-panel .cursor {
	cursor: pointer;
}

.support-panel .row {
	height: 100px;
	width: calc(100% - 60px);
	margin-left: auto;
	margin-right: auto;
}

	.support-panel .row:after {
		content: "";
		display: table;
		clear: both;
	}

/* Six columns side by side */
.support-panel .column {
	float: left;
	width: 24%;
	text-align: center;
}

	.support-panel .column p.login-title {
		font-size: 14px;
		color: #4da6ff;
	}

		.support-panel .column.active p.login-title {
			color: #EC6309;
		}

	.support-panel .column p.image-line {
		height: 50px;
	}

	/* Add a transparency effect for thumnbail images */
	.support-panel .column .demo, 
	.support-panel .column p.login-title {
		opacity: 0.6;
	}

.support-panel .column.active .demo, .support-panel .column.active p.login-title,
.support-panel .column:hover .demo, .support-panel .column:hover p.login-title {
	opacity: 1;
}

.login-customers-icon {
	background-image: url('/Content/Images/v2/login-customers.png');
	width: 72px;
	height: 46px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.column.active .login-customers-icon {
	background-image: url('/Content/Images/v2/login-customers_h.png');
}

.login-features-icon {
	background-image: url('/Content/Images/v2/login-features.png');
	width: 56px;
	height: 48px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.column.active .login-features-icon {
	background-image: url('/Content/Images/v2/login-features_h.png');
}

.login-help-icon {
	background-image: url('/Content/Images/v2/login-help.png');
	width: 52px;
	height: 46px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.column.active .login-help-icon {
	background-image: url('/Content/Images/v2/login-help_h.png');
}

.login-support-icon {
	background-image: url('/Content/Images/v2/login-support.png');
	width: 56px;
	height: 54px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: -10px !important;
}

.column.active .login-support-icon {
	background-image: url('/Content/Images/v2/login-support_h.png');
}
