﻿.tab-content>.active {
	visibility:visible;
}
.list-group-item.active {
	background-color:#003663 !important;
}
.list-group-item.active:hover {
	background-color:#134b79 !important;
}
.list-group-item-action, .list-group-item-action:hover {
	color:#003663;
}
.container-fluid {
	padding:20px;
}
.tab-content li {
	margin-top:2px;
}
#policyNav {
	background-color: #eeeeee;
	border-top:10px solid white;
	top:0px;
}
#policyNavBack, #policyNavForward {
	font-weight: 900;
	background: #003663;
	color: #ffffff;
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	line-height: 1.5;
	transition: color .15s;
	min-height:25px;
}
#policyNavBack {
	border-right:1px solid black;
}
#policyNavForward {
	border-left:1px solid black;
}
#policyNavTitle {
	text-align: center;
}
#policyNavTitle:hover, #policyNav:hover {
	cursor:pointer;
}
#policyNavTitle:hover {
	background-color: #dddddd;
}

#policyNavTitle h1 {
	margin-bottom:0;
}

.resources {
	display:none;
}

.resources.active {
	display:block;
}

.content {
	display:none;
	padding:10px;
}

.content.active {
	display:block;
}

#selector-box { padding:10px; }
#content-box { border-left:1px solid #dddddd; }
#resources-box { padding:10px; }

.grid-container {
	display: grid;
	margin-top:.5rem;
	margin-left: -12px;
	margin-right: -12px;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-radius:.5rem .5rem 0 0;
  grid-template-columns: 35% 65%;
}

@media screen and (max-width: 767px) {
  .grid-container { grid-template-columns: 100%; }
	#selector-box { width:100%; }
	#content-box { width:100%; border-left: none; grid-area: 2 / 1 ; }
	#resources-box { width:100%; }
}

@media screen and (min-width: 767px) {
	#selector-box {  }
	#content-box { grid-area: 1 / 2 / span 3 / span 1; }
	#resources-box {  }
}

#backToTop {
	display:none;
	background-color: #eeeeee;
	text-align:center;
	font-weight:bold;
	font-size:16pt;
}

#backToTop:hover {
	background-color: #dddddd;
	cursor:pointer;
}

.backToTopCaret {
	font-weight: 900;
	background: #003663;
	color: #ffffff;
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	line-height: 1.5;
	transition: color .15s;
	min-height:25px;
}

.backToTopText {
	padding-top:25px;
	vertical-align: middle;
}

a {
	word-break: break-word;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.blue-blue-btn h3 {
	color:white;
}

.blue-blue-btn h4 {
	color:white;
}

.blue-blue-btn:hover {
	background: #045598;
	text-decoration:none;
}

.blue-blue-btn.disabled {
	background-color:#dddddd;
	border-bottom: 3px solid #bbbbbb;
}

.blue-blue-btn.disabled h3 {
	color:black;
}

.blue-blue-btn.disabled h4 {
	color:black;
}

.blue-blue-btn.disabled:hover {
	cursor:default;
}

.blue-highlight {
	background-color:transparent;
	animation-name: fadeBackground;
	animation-duration: 4s;
	animation-play-state: running;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

@keyframes fadeBackground {
	from { background-color: #d9f2fc; } /* [1] */
	to { background-color: transparent; }
}

.tab-pane h2 {
	display:inline-block;
	max-width:95%;
	vertical-align:middle;
}

/*h2, h3 {font-weight:bolder;}
.toc_holder {overflow-y:scroll !important;}

#maincolumn {overflow-y:hidden !important;}

h4 {color: #0E4EAD !important}
h5 {font-size:1.15em !important}

.buttonDiv{float:right;white-space:nowrap;}
.buttonorange {margin: 0px 10px;}

.section {color:#030303;margin-bottom:-5px;}

	#banner figure {
		display:none;}
		
	.collapsiblelist, .collapsiblelistOff h3 {overflow:hidden;;color:#00368e !important;}
	.collapsiblelist h3, .collapsiblelistOff h3 {font-size:small; padding:5px 20px 5px 5px;}
	.collapsiblelist h3, .collapsiblelistOff h3 {
		cursor:pointer; 
		display:block; 
		text-decoration:none;
		margin:0; 
		margin-top:0px;
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px 5px 5px 5px; 
		border-radius: 5px 5px 5px 5px;}
		
	.collapsiblelist h3.inactive{background: #eeeeee url("/wioa/images/expand.png") no-repeat 99% center;margin-bottom:5px;}
	.collapsiblelist h3.active{background: #eeeeee url("/wioa/images/collapse.png") no-repeat 99% center;margin-bottom:5px;}
	.collapsiblelist h3 a {text-decoration:none;color:#00368e !important;}
	.collapsiblelist h3 a:visited {color:#22316C;}
	.collapsiblelist h3 a:focus {color:#007FFF;}

	.collapsiblelist .active {background-color: #c5e3ff; background-position: 100% -24px;}

	.collapsiblelist li {margin:5px 0; padding:0;}
	
	/* YAY IE6 awsomeness *//*
	*html .collapsiblelist h3 a {zoom:1;}

.collapsiblelist h3.nothing.active, .collapsiblelist h3.nothing.inactive {background-image:none !important;}

.collapsiblelistOff h3 {padding: 5px;}

.collapsiblelist ul li, .collapsiblelist ul li ul li {color:#7A7A7A}

hr {border: 1px solid #1D7FC2;color:#1D7FC2;width:100%;margin-top:30px}
hr.dottedRule {border: 1px dotted #1D7FC2;color:#1D7FC2;width:75%;text-align:left;}

.noLink {color:#030303 !important}
*/
.hoverLink {
	color:#D55C05;font-weight:bolder;
}
.hoverLink:hover {
	text-decoration:none !important;
	cursor:default;
}

.ui-tooltip, .ui-tooltip-arrow:after {
/*	background: black !important; */
	background: #FFEED5;
}
.ui-tooltip {
	height: auto;
    padding: 0 10px;
    min-width: 75px;
/*	color: white; */
	color: black;
    border-radius: 10px;
    box-shadow: 0 0 7px black;
    border: none;
    font-size: small !important;
    width:auto !important;
    max-width:330px !important;
    z-index: 999999;
    position: absolute;
}
.ui-tooltip-regular {
   max-width:300px;
}
.ui-tooltip table {
    text-align:center;
}
.ui-tooltip a {
/*	color:aqua; */
	color: #0E4EAD;
    font-weight:bold;
}
/*
#maincolumn article.toc {
    background: none repeat scroll 0 0 #F0F8FF;
    color: #000000;
    float: left;
    margin: 0.5em;
    padding: 5px 1%;
/*    max-width: 400px; *//*
    width: 95%;
}

.toc_collapse {
    background: url("/wioa/images/toc_collapse.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 48px;
    left: 0px;
    position: relative;
    width: 120px;
    z-index: 199999;
}

#maincolumn .toc_holder {
    background: none repeat scroll 0 0 #0C629A;
    height: 100%;
    padding: 20px 0;
    position: absolute;
    left: -700px;
    top: 0px;
    width: 500px;
    z-index: 99999;
}

.button {width:100px}

figure {clear:left;}

table, th, td {border: 1px solid black;}
th, td {
	padding:5px;
	text-align:left;
	vertical-align:top;
}
caption {
	text-align:left;
	font-weight:bolder;
	color:black;
	padding: 5px 0px;
}
td.greyCell, th.greyCell {background-color:#E6E6E6;}
td.lightBlueCell, th.lightBlueCell {background-color:#D5EDFF;}
td.lightGreenCell, th.lightGreenCell {background-color:#D0F1D2;}
td.lightOrangeCell, th.lightOrangeCell {background-color:#FFEED5;}
td.blackedoutCell, th.blackedoutCell {background-color:black;}
td.highlightedCell, th.highlightedCell {background-color:yellow;}

@media screen and (min-width:675px) {
	.toc_expand {
	    background: url("/wioa/images/toc_expand.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	    cursor: pointer;
	    height: 48px;
	    position: fixed;
	    left: 0px;
	    width: 120px;
	    z-index: 199999;
	    margin-top:-30px;
	}
}

@media screen and (max-width:675px) {
	#maincolumn {
		padding-left: 50px;
	}
	.toc_expand {
	    background: url("/wioa/images/toc_mobile_expand.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	    cursor: pointer;
	    height: 45px;
	    position: fixed;
	    left: 0px;
	    width: 45px;
	    z-index: 199999;
	}
}
*/
@media not print {
	.printOnly {
		display:none;
	}
}
@media print {
	.noPrint {
		display:none;
	}
}

h2, h3, h4, h5 {
	padding:2px;
}

.thead-dark tr th a {
	color:#d9f2fc !important;
}

li input[type='checkbox'] {
	margin-left:-17px;
}

#tocHolder {
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-radius:.5rem .5rem 0 0;
}

/** Print Styles **/
@media print {
	.tab-content {
		display: block !important;
		visibility: visible !important;
	}
	.tab-pane {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	.tab-pane input{
		display:none;
	}
	#tocHolder {
		border: none;
	}
}