@media only screen and (min-width:1200px){
	.container-fluid {max-width: 1075px;}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.container-fluid {max-width: 930px;}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.container-fluid {
		max-width: 710px;
		padding-left:20px;
		padding-right:20px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}



}


@media only screen and (min-width:768px) {
	#side-nav-tests {
		display:block!important;

	}

	
	div#collapseOne[aria-expanded="true"],
	div#collapseTwo[aria-expanded="true"], 
	div#collapseThree[aria-expanded="true"],
	div#collapseFour[aria-expanded="true"], 
	div#collapseFive[aria-expanded="true"], 
	div#collapseSix[aria-expanded="true"], 
	div#collapseSeven[aria-expanded="true"], 
	div#collapseEight[aria-expanded="true"], 
	div#collapseNine[aria-expanded="true"], 
	div#collapseTen[aria-expanded="true"], 
	div#collapseEleven[aria-expanded="true"],
	div#collapseTwelve[aria-expanded="true"], 
	div#collapseThirteen[aria-expanded="true"], 
	div#collapseFourteen[aria-expanded="true"]

	{
	  display:block!important;
	  height:auto!important;
	}


	a.accordion-toggle.parent[aria-expanded="true"]:after, a.accordion-toggle.child[aria-expanded="true"]:after 
	{content: "\f077"!important; /* fa-chevron-down */}


	a.accordion-toggle.parent[aria-expanded="true"]:after, a.accordion-toggle.parent[aria-expanded="true"]:before 
	{display:none;}

	.disabled { pointer-events:none; cursor:pointer;}


}


@media only screen and (max-width:767px) {
	#side-nav-tests {
		display:none!important;

	}

/*
	div#collapseOne[aria-expanded="false"],
	div#collapseTwo[aria-expanded="false"], 
	div#collapseThree[aria-expanded="false"],
	div#collapseFour[aria-expanded="false"], 
	div#collapseFive[aria-expanded="false"], 
	div#collapseSix[aria-expanded="false"], 
	div#collapseSeven[aria-expanded="false"], 
	div#collapseEight[aria-expanded="false"], 
	div#collapseNine[aria-expanded="false"], 
	div#collapseTen[aria-expanded="false"], 
	div#collapseEleven[aria-expanded="false"],
	div#collapseTwelve[aria-expanded="false"], 
	div#collapseThirteen[aria-expanded="false"], 
	div#collapseFourteen[aria-expanded="false"]

	{
	  display:none;
	}
*/

	a.accordion-toggle.child-out[aria-expanded="false"]:after 
	{content: "\f078"!important; /* fa-chevron-up */}  




}


div#side-nav-tests > div.list-group > ul {margin: 0px 10px 0px 0px;}


div#side-nav-tests > div.list-group > ul > li {list-style:none!important;}


