﻿
.auto_ul
{
    counter-reset: section;
    list-style-type: none;
    
  }
  
 .auto_li {

    list-style-type: none;
    position: relative;
    margin: 0 0 4px 25px;

 }
  

 .auto_li:before {
    
    counter-increment: section;
    content: counters(section, ".") ". "  " ";
    position:absolute;
    top: 0;
    left: -25px;
    
  }
  
  .sub_li {
	list-style-type:disc;
	margin: 0 0px 10px 36px;
	padding: 0 0 -36px 0;
}

.sub2_li {
	list-style-type:disc;
	margin: 0 0px 10px 14px;
	padding: 0 0 -36px 0;
}

.circle_li {
    list-style-type:circle;
    margin: 0 0px 10px 48px;
	padding: 0 0 0px 0;
}

.square_li {
    list-style-type:square;
    margin: 0 0px 10px 54px;
	padding: 0 0 0px 0;
}



.note_li {
	list-style-type:none;
	margin: 0 0 6px 0px;
}

.subnote_li {
	list-style-type:none;
	margin: -6px 0px 6px 36px;
}

.nobull_li
{
    list-style-type: none;
    margin: 0px;

 }



.checklist-values-sub {
    font-size: 13px;
    font-weight: normal;
    list-style-type: circle; 
    list-style-position: inside; 
    margin-left: -10px;
    margin-top:0px; 
    }

.checklist-values-sub:empty{
    display:none;	
}


.checklist-values-bod {
    font-size: 13px;
    font-weight: normal;
    list-style-type: none;
    margin-left: -40px;
    margin-top: 8px;
    margin-bottom: 0px;
    }

.checklist-values-bod:empty{
    display:none;	
}

.checklist-values {
    font-size: 13px;
    font-weight: normal;
    list-style-type: disc;
    margin-left: -15px;
    margin-top: 0px;
    margin-bottom: 0px;
    }

.checklist-values:empty{
    display:none;	
}




.xml-data {
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}


.list-values-main {
    font-size: 13px;
    font-weight: normal;
    margin-left:-40px;

    }

.list-values-main:empty{
    display:none;

}


.addpe-list-values {
    font-size: 13px;
    font-weight: normal;
    margin-left: -20px;
    }

.addpe-list-values:empty{
    display:none;	
}


.list-values {
    font-size: 13px;
    font-weight: normal;
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 0px;
    margin-top:0px;
    }

.list-values:empty{
    display:none;	
}

.list-values-aca {
    font-size: 13px;
    font-weight: normal;
    margin-left: -40px;
    }

.list-values-aca:empty{
    display:none;	
}


.list-values-bod-aca {
    font-size: 13px;
    font-weight: normal;
    margin-left: -50px;
    list-style-type: none;
    }

.list-values-bod-aca:empty{
    display:none;	
}


.list-values-sub2 {
    font-size: 13px;
    font-weight: normal;
    list-style-type: circle; 
    list-style-position: inside; 
    margin-left: 20px;
    margin-top:5px; 
    }

.list-values-sub2:empty{
    display:none;	
}



.list-values-sub {
    font-size: 13px;
    font-weight: normal;
    list-style-type: circle; 
    list-style-position: inside; 
    margin-left: 20px;
    margin-top:0px; 
    }

.list-values-sub:empty{
    display:none;	
}


.list-values-bod {
    font-size: 13px;
    font-weight: normal;
    list-style-type: none;
    margin-left: 0px;
    margin-top: 8px;
    margin-bottom: 0px;
    }

.list-values-bod:empty{
    display:none;	
}

.variable:empty{
    display:none;	
}


p.variable{
	padding-left:0px;
	max-width: 1200px;
	
	
}

.do_address{
	
	text-align:center;
	
	
}


p.help_section{
	padding-left:10px;
	
		
	
	
}

.addpe-list-values-sub {
    font-size: 13px;
    font-weight: normal;
    list-style-type: circle; 
    list-style-position: inside; 
    margin-left: 15px;
    margin-top:0px; 
    }

.addpe-list-values-sub:empty{
    display:none;	
}


.addpe-list-values-bod {
    font-size: 13px;
    font-weight: normal;
    list-style-type: none;
    margin-left: -35px;
    margin-top: 8px;
    margin-bottom: 0px;
    }

.addpe-list-values-bod:empty{
    display:none;	
}


.tmhp_variable_heading_home {
	width: 100%;
	background-color: #2E597C;
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	font-size: 20px;
	padding: 4px 0 4px 12px;
	border-radius: 0px 4px 0px 0px;
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	margin: 0px 0px 0px 0px;
	-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);
	
}


#req_bullet1 {
    margin-bottom: -5px;


}









.tmhp_variable_home {
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	color: black;
	width: 100%;
	background-color: rgba(255,255,255,0.75);
    margin: 0px 0px 10px 0;
	padding: 4px 12px 4px 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);
	height: 590px;


}







****************************







.tmhp_body_help2 {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    color: black;
    padding-top: none;
    padding-bottom: none;
    
}

.help_filter2 {
    display: inline;
    position: relative;
	padding-left: 10px;
	padding-right: 30px;
	margin-bottom: 5px;
    cursor: pointer;
    font-size: 12px;
	font-weight: 400;
	line-height: 4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.help_filter2 input {
    position: absolute;
    opacity: 0;
}
.filter_button2 {
    position: absolute;
    top: 0px;
    left: -12px;
	height: 16px;
    width: 16px;
    background-color: #FFFDFD;
    border:solid 1px;
	border-color: #F5F5F5;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}

.help_filter2 input:checked ~ .filter_button2 {
    background-color: #3D5F7B;
}

.filter_button2:after {
    content: "";
    position: absolute;
    display: none;
}

.help_filter2 input:checked ~ .filter_button2:after {
    display: block;
}

.help_filter2 .filter_button2:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






**************************



#checked_value{

    display:none;
}

#pe_req:empty{

    display:none;
}

#license_req:empty {
    display: none;
}

#aca_req:empty {
    display: none;
}

#addpe_req:empty {
    display: none;
}

.list-static {
    font-size: 13px;
    font-weight: normal;
    color: black;
}


.checklist:empty{
    display:none;
}

#hide_list{
    display:none;
}

.span-values {
    font-size: 13px;
    font-weight: normal;
    color: black;
}

.span-menu {
    display: block;
}

.span-values-enroll {
    font-size: 13px;
    font-weight: normal;
    color: black;
    }


/*New Online Help CSS*/

.help_footer {
    position: fixed;
    z-index:1;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-color: #273547;
    padding: 15px;
}

.toc_h1 {
    color: #337ab7;
    text-decoration: underline;
}

#sidebar {
    position: absolute;
    width: 320px;
    height: auto;
    min-height:900px;
    background: rgba(255,255,255,0.75);
    
}

#main_help_1 {
    margin-left: 325px;
    height: 900px;
    width: auto;
    position: relative;
    background: rgba(255,255,255,0.75);
    overflow: auto;
    z-index: 1;
}

#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: 30%;
    margin: 0px 2% 0 0;
}

#tmhp_container_help {
    width: 100%;
    min-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.toc_button {
    margin-left: -5px;
	background: none;
    border: none;
    font-size: 1em;
	text-align: left;
    text-decoration: underline;
    color: #337ab7;
}

.list_insert {
    margin-left: 0px;
	list-style: none;
    font-size: 1em;
	text-align: left;
    text-decoration: underline;
    color: #337ab7;
    padding-bottom: 0px;
}

.tmhp_h1_help {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: black;
}


#tmhp_help_title {
    width: 100%;
    position:absolute;
    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);
}


#help_menu_instructions {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    float: right;
}

#enrollment_type {
    float: right;
    width: 0px;
    margin-top: 10px;
    padding: 10px;
}

#help_h1 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;   
 
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    font-size: 16px;
    
    
    
}

#help_title {
    font-size: 18px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.75);
    padding: 10px 12px 8px 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);
}

#help_sec_1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: black;
}



.table_of_contents {
    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);
}
.footer_contents{
    height:40px; 
    width: 100%;
    margin:auto;

}

/*New Online Help CSS*/
