/*Copyright 2014-2025 Solventum Corporation. This source code file contains proprietary information of Solventum.*/
/* Site specific css 
/* Rules for a specific page like login, forgot password ... should be 
/* written in their respective css files */
/*----------------------------------------------------------------*/


/* Element rules */
/*----------------------------------------------------------------*/

@import "../solventum.branding.css";

html, #aspnetForm {
	height: 100%;
	
}

body {
	position: relative;
	min-height: 100%;
	background: var(--c-ref-color-base-gray-00);
}

h1, h2, h3, h4 {
	font-family: "Solve-Pro-Screen-Variable", "Helvetica", sans-serif;
	font-weight: normal;
	line-height: 100%;
}

a, a:visited {
	color: #005EA4;
	text-decoration: underline;
	outline: 0;
}

a:hover, a:focus {
	color: #1B97EB;
}

p {
	margin-bottom: 10px;
}

h2 {
	
	font-size: 36px;
	color: var(--c-ref-color-base-emerald-primary); 
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: var(--c-ref-color-base-emerald-70);
}

ul, li {
	margin-bottom: 0px;
}

ul.disc {
	list-style: disc;
}

label, input[type="text"] {
	display: inline;
}

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-family: Solve-Pro-Screen-Variable, Helvetica, Arial, sans-serif; 
	background: var(--c-ref-color-base-emerald-primary);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	color: var(--c-ref-color-base-gray-00);
	display: inline-block;
	font-size: 14px;
	font-weight: normal !important;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 10px;
	line-height: normal;
	padding: 8px 20px;
	text-shadow: none;
	border: 1px solid #A2A2A2;
	-webkit-appearance:none; /* Disabling the glossy overlay to buttons on iDevices.  */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 1px solid var(--c-ref-color-base-emerald-primary);
	background: var(--c-ref-color-base-emerald-90);
	color: #FFFFFF;
	outline: none;
	-webkit-appearance:none;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	margin-bottom: 10px;
}

/* Class rules */
/*----------------------------------------------------------------*/

.padding {
	padding: 50px;
}

.icon {
	position: relative;
	float: right;
}


.label {
	position: absolute;
	color: #666;
	margin: 5px 0px 0px 5px;
}

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* ID rules */
/*----------------------------------------------------------------*/

#aspnetForm {
	margin: 0px; /* Gets rid of the extra space at the bottom of the page in IE 9 and 10  */
}

#header {
	width:100%;
	height:100px;
	background: #FFF;
}

#logo {
	height: 48px;
	margin-top: 40px;
}

#help-nav {
	margin-top: 65px;
	text-align: center;
}

#content {
	height: auto;
	padding-bottom: 0px;
}

#content .container  {
	background: white;
	margin-top: 1px;
}

#copyright-label {
	font-size: 12px;
	text-align: left;
}

#terms-info {
	height: 90vh;
}

/* #Media Queries */
/*----------------------------------------------------------------*/

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

		#content h2 {
			font-size: 2em;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		body {
			background: #FFF;
		}

		h2 {
			font-size: 24px;
			width: 80%;
		}

		input[type="text"],
		input[type="password"] {
			width: 96%;
			height: 30px;
			font-size: 16px;
		}

		p, a {
			font-size: 16px;
		}

		.button,
		a.button,
		button,
		input[type="submit"],
		input[type="reset"],
		input[type="button"] {
			font-size: 21px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
		}

		.padding {
			padding: 5px;
		}

		.label {
			margin: 12px 0px 0px 12px;
		}

		.icon {
			width: 24px;
		}
		
		#content {
			margin-top: 20px;
			padding-bottom: 10px;
		}

		#copyright-label {
			padding-top: 20px;
			text-align: center;
		}

		#header {
			height: 125px;
		}

		#logo {
			width: 220px;
			margin-left: auto;
			margin-right: auto;
			display: block;
		}

		#help-nav {
			margin-top: 0px;
			text-align: center;
		}


	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	/*@media only screen and (min-width: 480px) and (max-width: 767px) {*/
	@media only screen and (min-width: 480px) and (max-width: 767px) {	
			
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
			
	}


/* #Font-Face */
/*----------------------------------------------------------------*/
/* 	This is the proper syntax for an @font-face file
	Just create a "fonts" folder at the root */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

@font-face {
	font-family: 'Solve-Pro-Screen-Variable';
	src: url('../../fonts/Solve-Pro-Screen-Variable.woff') format('woff'), 
		 url('../../fonts/Solve-Pro-Screen-Variable.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
}

/* #Layout (Login.Master)
================================================== */
.loginTwoPanel {
	display: flex;
	flex-direction: row;
	height: 100vh;
}

.productSplash {
	background-color: var(--c-ref-color-base-emerald-100);
	color: var(--c-ref-color-base-gray-00);
	width: 50%;
	z-index: 1000;
}

.rightPanel {
	display: flex;
	align-content: center;
	background-color: var(--c-ref-color-base-gray-00);
	max-height: 100%;
	margin: 40px 0px;
	width: 50%;
	z-index: 1001;
	overflow-y: auto;
}

.applicationSplash {
	display: flex;
	flex-direction: column;
	padding: 120px 80px;
}

#applicationName {
	z-index: 1001;
	font-size: 36px;
	margin-top: 40px;
	line-height: 40px;
}

#loginMotto {
	z-index: 1001;
	width: 250px;
	font-size: 32px;
	line-height: 48px;
	margin-top: 80px;
}

#loginCopyright {
	z-index: 1001;
	color: var(--c-ref-color-base-gray-20) !important;
	font-size: 16px;
	margin-top: 40px;
}

.hisPattern {
	height: 45%;
	position: absolute;
	bottom: 0px;
	right: 50%;
}