html,
body {
	background-color: #fff;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
}

.clearfix::after {
	clear: both;
}

.btn {
	background-color: #441177;
	border: 1.5px solid #fff;
	border-radius: 5px;
	color: #fff;
	display: block;
	padding: 8px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s;
}

.btn:hover, .btn-launch:hover {
	background-color: #220055;
}

.btn:focus, .btn-launch:focus {
	outline: none;
	box-shadow: 0 0 0 3px #ff9900;
}

.btn-launch {
	background-color: #663399;
	/* border: 1.5px solid #fff; */
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	padding: 6px 8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s;
}

.btn-faded {
	opacity: 0.6;
}

figure {
	margin: 0;
}

figcaption {
	font-size: 0.85em;
}

#shell {
	position: relative;
	min-width: 768px;
	max-width: 1000px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#header {
	background-color: #fff;
	display: block;
	overflow: hidden;
	height: auto;
}

#logo {
	width: 350px;
	height: 132px;
	background-image: url(../images/KL-logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-top: 20px;
}

#photo {
	width: calc(100% - 350px);
	height: 170px;
	background-image: url('../images/login-photo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 30%;
	float: right;
}

#body {
	background-color: #fff;
	background-image: linear-gradient(#fff8eb, #fff 30%);
	overflow: hidden;
	height: auto;
	position: relative;
}

.proverb {
	background-color: #fff;
	padding: 1em;
	border: 3px solid #663399;
	color: #663399;
	font-size: 1.2em;
	font-weight: normal;
	width: 90%;
	margin: 1.25em 0;
	margin-inline-start: 25px;
}

.proverb__alt {
	font-weight: bold;
	color: #663399;
}

.prover__footer {
	font-size: 0.75em;
	/* text-align: right; */
	margin-top: 1em;
	margin-left: 1em;
}

/**** Content Area  ***/
#content {
	float: left;
	width: 65%;
	font-size: 16px;
	color: #222;
	padding: 0 24px 10px;
}

p.larger {
	font-size: 1.2em;
}

#content h1 {
	color: #222;
	font-size: 26px;
	font-weight: normal;
}

/**** Sign In Area  ***/
#signIn {
	background-color: #663399;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #FFFFFF;
	width: 35%;
	padding: 0 24px;
}

#signIn h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 10px;
}

#signIn input[type="text"],
#signIn input[type="password"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #222;
	background-color: #FFFFFF;
	width: 100%;
	padding: 4px 6px;
	border: thin solid #666;
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 8px;
}

#signIn input[type="text"]:focus,
#signIn input[type="password"]:focus {
	outline: none;
	box-shadow: 0 0 0 3px #ff9900;
	outline: none;
}

.forgot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a.forgot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.forgot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;

}

#line {
	border-bottom: 1px dashed #ffffff;
}

/*** Footer  ***/
#footer {
	clear: both;
	background-color: #31184b;
	padding: 1em 0;
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer a {
	color: #fff;
}

/**********************************************************/
/*************** Personal Home Page Styles  ***************/
/**********************************************************/

.homePageHeader {
	padding: 0px;
	margin: 0px;
	height: 100px;
	background-color: #31184b;
}

#homePageLogo {
	background-color: #fff;
	background-image: url(../images/KL-logo.jpg);
	background-repeat: no-repeat;
	background-position: 35% center;
	background-color: #fff;
	background-size: contain;
	float: left;
	height: 100px;
	width: 300px;
	position: relative;
}


#homePagePhoto {
	background-image: url(../images/patient-collage.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	float: left;
	height: 100px;
	width: calc(100% - 300px);
}
@media (min-width: 970px) {
	#homePagePhoto {
		background-size: contain;
	}
}


.homePageContent {
	padding: 0px;
	background-color: #FFFFFF;
}

.homePageFooter {
	padding: 0px;
	height: 50px;
	background-color: #31184b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}


.homePageFooter a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	color: #FFFFFF;
}


.contentDivided {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}


/** Home Page - Left Nav **/
.leftNav {
	background-color: #663399;
	padding: 20px;
	width: 300px;
	height: 100%;
	text-align: left;
}

.leftNav_textBlock {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	vertical-align: text-top;
}

.leftNav_textBlock p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 15px;
	line-height: 1.3;
}

.leftNav_textBlock h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 22px;
	font-weight: lighter;
}


/** Home Page - Top Nav **/
.topNavSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #663399;
	background-color: rgb(233, 233, 233);
	float: none;
	height: 40px;
	padding-right: 20px;
	vertical-align: middle;
	text-align: right;
}

a:link.topNavSmallLink,
a:visited.topNavSmallLink,
a:hover.topNavSmallLink {
	color: #663399;
	text-decoration: none;
	vertical-align: middle;
}


/**************************************/
/*** Home Page - Main Content area  ***/
/**************************************/

.mainContent {
	padding: 20px;
	width: 100%;
}

.mainTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #444;
	height: 18px;
	padding-left: 8px;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663399;
	text-align: left;
	float: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-color: #663399;
}

.mainTableRowA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	height: 25px;
	padding-left: 8px;
	text-align: left;
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(233, 233, 233);;
	line-height: 1.4;
}

.mainTableRowB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	height: 25px;
	padding-left: 8px;
	text-align: left;
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4;
}

.mainTableRowA p:first-child {
	font-weight: bold;
	font-size: 1.15em;
}

.mainTableRowA p:only-child {
	font-weight: normal;
}

.mainTableRowB p:first-child {
	font-weight: bold;
	font-size: 1.15em;
}

.mainTableRowB p:only-child {
	font-weight: normal;
}

.mainTableRowA p:nth-of-type(2) {
	padding-right: 10px;
}

.mainTableRowB p:nth-of-type(2) {
	padding-right: 10px;
}

.masterFontSize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

.masterFontSize h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.4;
	color: #C79316;
}


.masterFontSize input[type="submit"] {
	border: none;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3366CC;
	background-image: url(../images_test/btn_form_bkd.gif);
	padding-top: 3px;
	height: 25px;
	width: 90px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	cursor: hand;

}

/*********************************************************/
/*********************** ADMIN ***************************/
/*********************************************************/

.topNavOff {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #0055A4;
	background-color: #E6DFD2;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
}

.topNavOff a:link,
.topNavOff a:visited,
.topNavOff a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #0055A4;
	text-decoration: none;
}

.topNavOn {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #0055A4;
	background-color: #E6DFD2;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
}

.topNavOn a:link,
.topNavOn a:visited,
.topNavOn a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #0055A4;
	text-decoration: none;
}