﻿/*New Online Help CSS*/

#edit_link{
	
color:white;
}

#tmhp_two_col_help {
    float: left;
    width: 100%;
}

.tmhp_body_help {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    color: black;
}

#tmhp_left_col_help {
    float: left;
    width: 20%;
    margin: 0px 2% 0 0;
}

#tmhp_container_help {
    width: 100%;
    min-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.toc_button {
    margin-left: 0px;
	margin-bottom: 0px;
	width: 100%;
	padding: 5px 0px 2px 0px;
	background: none;
	border-top: 1px dotted dimgray;
	font-family:'Roboto', sans-serif;
	font-weight: 700;
    font-size: 13px;
	text-align: left;
	text-decoration: none;
    color: #337ab7;
 }
 
 .toc_button:after {
    content: '\002B';
    color: #337ab7;
    font-weight: 700;
    text-align: right;
    margin-left: 10px;
}

.list_insert {
    margin-left: 0px;
    margin-bottom:0px;
	list-style: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
    font-size: 13px;
   	text-align: left;
    text-decoration: none;
    color: #337ab7;
    padding-top: 5px;
    padding-bottom:2px;
    border-top: 1px dotted dimgray;
}

.list_insert a:visited {
	color: #337ab7;
}

.toc_h1 {
    margin-top: 5px;
    margin-left: 10px;
    color: #337ab7;
    text-decoration: none;
}

.toc_h1 a:visited {
	color: #337ab7;
}

.tmhp_h1_help {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: black;
}


#tmhp_help_title {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 16px;
    background-color: rgba(255,255,255,0.75);
    padding: 10px 12px 12px 12px;
    border-top: 2px solid #3E627C;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
}

/*New Online Help CSS*/


* {
  box-sizing: border-box;
}

html {
	height: 100%;
}

body {
    height: 100%;
	margin: 0;
	background-image: linear-gradient(360deg,rgba(215,215,215,1.00) 0%,rgba(255,255,255,1.00) 20%);
	background-attachment: fixed;
	margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body,td,th {
    font-family: "Roboto Slab", serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
}

strong {
	font-weight: 700;
}

a:link {
    color: #1E71B8;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #1E71B8;
}
a:hover {
    text-decoration: none;
    color: #1E71B8;
}
a:active {
    text-decoration: none;
    color: #1E71B8;
}

.edit_link:visited{
	text-decoration: none;
    color: black;
	
}

#top_nav {
    background-image: linear-gradient(180deg,rgba(230,230,230,1.00) 0%,rgba(255,255,255,1.00) 75%);
    height: 60px;
    width: 100%;
	min-width:1000px;
	margin: 0 0 0px 0;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);

	
}

#tmhp_logo {
    position: absolute;
	margin-top: 12px;
	margin-left: 20px;
    height: 36px;
    width: 310px;
}

#tmhp_container {
	display: table;
	width:100%;
	height:100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.tmhp_introduction {
    background-image: linear-gradient(180deg,rgba(255,255,255,.75) 0%,rgba(255,255,255,.95) 100%);
	float: right;
    display: table-cell;
	align-content: center;
	width: 55%;
	min-width:200px;
	border-radius: 4px 4px 4px 4px;
	margin: 85px 60px 0px 60px;
    padding: 20px 20px 10px 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

#tmhp_breadcrumb {
    width: 100%;
    margin: 0;
    background-color: rgba(255,255,255,0.75);
    padding: 10px 12px 12px 12px;
    border-top: 2px solid #3E627C;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
}

.tmhp_left_col {
    z-index: 1;
	float:left;
	width: 25%;
	height: 100%;
	margin: 0px 0 0 0;
}

.tmhp_filter_col {
    z-index: 1;
	display:table-cell;
	float:left;
	width: 25%;
	height: 100%;
	margin: 0px 0 0 0;
	border-top: 0;
	border-right:0px;
	border-left:0px;
	border-bottom:0px;
	border-right-color: #CCCCCC;
	border-style: solid;
}

.tmhp_mid_col {
    z-index: 1;
	display:table-cell;
	float: left;
	width: 55%;
	height: 100%;
	
}

.tmhp_right_col {
    box-sizing: border-box;
    display:table-cell;
	float: left;
    width: 20%;
    margin: 0;
	height: 100%;
	border-top: 0;
	border-right:0px;
	border-left:0px;
	border-bottom:0px;
	border-left-color: #CCCCCC;
	border-style: solid;
    
}

.tmhp_two_col {
    z-index: 1;
	float: left;
	width: 75%;
	height: 100%;
	border-top: 0;
	border-right:0px;
	border-left:0px;
	border-bottom:0px;
	border-left-color: #CCCCCC;
	border-style: solid;
}

#tmhp_footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #151F2E;
	padding: 15px;
}

.landing_page {
	background-image: url(../images/bg_female_nurse_alternate.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.menu_item {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
	text-decoration: none;
	color: #496A9B;
	line-height: 14px;
	padding: 0px;
    float: right;
	margin-top: 36px;
    margin-right: 20px;
    margin-bottom: 0px;
}
.menu_item_last {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
	text-decoration: none;
	color: #496A9B;
	line-height: 14px;
	padding: 0px;
    float: right;
	margin-top: 36px;
    margin-right: 40px;
    margin-bottom: 0px;
}

.icon {
	height: 14px;
	margin-top: -5px;
	margin-right: 5px;
}

.edit_icon {
	height:21px;
	margin: 0px 0px 0px 4px;
}

.tmhp_alert {
	width: 100%;
	padding: 6px 20px 6px 20px;
	background-color: #CD3529;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: white;
}

.content_placeholder {
	width: 100%;
	background-color: rgba(255,255,255,0.75);
    margin: 0 0 10px 0;
	padding: 8px 12px 4px 12px;
	border-top: 2px solid #3E627C;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
}

.field_placeholder {
	width: 100%;
	background-color: rgba(255,255,255,0.75);
    margin: 0 0 10px 0;
	padding: 8px 12px 12px 12px;
	border-top: 2px solid #3E627C;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
}

.tmhp_site_headline {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	color: #5B78A5;
}
.tmhp_h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: black;
}

.tmhp_h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 14px;
	color: black;
	margin-bottom: 0;
}
.tmhp_h3 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 13px;
	color: black;
	margin-bottom: 0;
}

.tmhp_h4 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 13px;
	color: black;
	margin-top: 10px;
	margin-bottom: 0;
}


.tmhp_body {
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	color: black;
}

.tmhp_panel_body {
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	color: black;
}

.tmhp_resouces_text {
	font-family: 'Roboto Slab', serif;
	font-size: 21px;
	line-height: 1em;
	color: aliceblue;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.tmhp_section_heading {
	z-index: 1;
	width: 100%;
	background-color: rgba(0,0,0,.10);
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	color: black;
	margin: 0px 0px 0px 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	
}

.tmhp_variable_heading {
	width: 100%;
	display: table;
	background-color: #F0F0F0;
	font-family: 'Roboto SLab', serif;
	font-weight:bold;
	font-size: 14px;
	padding: 10px 0px 10px 20px;
	color: black;
	margin: 0px 0px 0px 0px;
	border-radius: 0px 4px 4px 0px;
	border: 1px solid #DCDCDC;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.10);	
}

.tmhp_variable {
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	color: black;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
}

.tmhp_page_overview {
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	color: black;
	width: 100%;
	background-color: rgba(255,255,255,0.75);
    margin: 0px 0px 10px 0;
	padding: 12px 12px 12px 12px;
	border-radius: 0px 0px 2px 2px;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.075);
}

.right_col_resources {
	height: 275px;
	background-image: url(../images/female_nurse.jpg);
	background-size: cover;
	background-position: center;
}

.tmhp_footer {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	color: white;
}

a.tmhp_footer:link {color: aliceblue;}	

a.tmhp_footer:visited {color: aliceblue;}

a.tmhp_footer:hover {color: aliceblue;}

a.tmhp_footer:active {color: aliceblue;}

a.tmhp_footer::before {
	content: "    ";
	white-space: pre;
}
a.tmhp_footer::after {
	content: "    ";
	white-space: pre;
}
	
.tmhp_btn {
	float: right;
	-webkit-border-radius: 28;
  	-moz-border-radius: 28;
  	border-radius: 28px;
  	font-family: 'Open Sans', sans-serif;
 	color: #ffffff;
  	font-size: 12px;
	font-weight: 400;
  	background: #496A9B;
  	border: solid #ffffff 2px;
  	padding: 5px 16px 5px 16px;
  	text-decoration: none;
	text-transform: uppercase;
}

.previous {
	float: none;

}

.tmhp_btn::after {
	clear: both;
}

.clear {
	clear:both;
	background-color: transparent;
	height: 60px;
}

#tmhp_banner {
	width: 100%;
	min-width: 900px;
	height: 60px;
	padding: 20px 0px 20px 20px;
	z-index: 5;
	background-color: #496A9B;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.25);
}

#tmhp_banner_transparent {
	width: 100%;
	min-width: 900px;
	height: 60px;
	padding: 20px 0px 20px 20px;
	z-index: 5;
	background-color: #496A9B;
}

.pep_page_headline {
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	font-size: 32px;
	line-height: 20px;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}


.tmhp_row {
	display:table;
	width:100%;
	min-height:100%;
}

@media (max-width: 1200px){
	#tmhp_introduction {
		width: 45%;
		margin-top: 60px;
	}
	.tmhp_site_headline {
		font-size: 24px;
	}
	.tmhp_resouces_text {
		font-size: 16px;
		line-height: 1.15em;
	}
	.box {
	display: table-cell;
	text-align: center;
	}

}

@media (max-width: 900px){
	#tmhp_introduction {
		width: 40%;
		margin-top: 60px;
	}
	.tmhp_site_headline {
		font-size: 24px;
	}
	.tmhp_resouces_text {
		font-size: 14px;
		line-height: 1.15em;
	}
	.box {
	float: none;
	display: block table-cell;
	align-content: center;
	margin: 0;
	}
}

.box {
	display: table-cell;
	text-align: right;
	align-content: right;
	padding-right:10px;
}

