.clearfix
{
	=zoom: 1;
}
H2.nn_tabs-title
{
	display: none;
}
.clearfix:before, .clearfix:after
{
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after
{
	clear: both;
}
.hide-text
{
	font: 0 / 0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level
{
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nn_tabs .fade
{
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity 0.15s linear;
}
.nn_tabs .fade.in
{
	opacity: 1;
}
.nn_tabs .collapse
{
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height 0.35s ease;
}
.nn_tabs .collapse.in
{
	height: auto;
}
.nn_tabs > .nav
{
	padding: 0px;
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
}
.nn_tabs > .nav > LI > A
{
	display: block;
}
.nn_tabs > .nav > LI > A:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
}
.nn_tabs > .nav > .pull-right
{
	float: right;
}
.nn_tabs .nav-tabs
{
	=zoom: 1;
	border-bottom: 2px hidden #019632;
	font-weight: bold;
}
.nn_tabs .nav-tabs:before, .nn_tabs .nav-tabs:after
{
	display: table;
	content: "";
	line-height: 0;
}
.nn_tabs .nav-tabs:after
{
	clear: both;
}
.nn_tabs .nav-tabs > LI
{
	float: left;
	margin-bottom: -1px;
}
.nn_tabs .nav-tabs > LI > A
{
	margin-right: 2px;
	padding: 5px 12px 6px;
	line-height: 1;
	border-width: 0px 0px 5px;
	border-style: solid;
	border-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nn_tabs .nav-tabs > LI > A:hover
{
	border-color: #EEE #EEE #019632;
}
.nn_tabs .nav-tabs > LI.active > A, .nn_tabs .nav-tabs > LI.active > A:hover
{
	color: #FFFFFF;
	background-color: #019632;
	border: 0px hidden #FFFFFF;
	border-bottom-color: transparent;
	cursor: default;
}
.nn_tabs .tab-content
{
	overflow: visible;
}
.nn_tabs .tab-content > .tab-pane
{
	display: none;
}
.nn_tabs .tab-content > .active
{
	display: block;
}
.nn_tabs > UL.nav-tabs > LI > A
{
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: 0.2s;
	color: #009530;
	text-decoration: none;
	background: #FFFFFF;
}
.nn_tabs > UL.nav-tabs > LI > A:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #009530;
}
.nn_tabs > .tab-content
{
	margin-bottom: 10px;
}
.nn_tabs.outline_content > .tab-content
{
	margin-bottom: 21px;
	padding: 0px;
	border: 1px hidden #DDD;
	border-top: 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.nn_tabs.outline_content > .tab-content .tab-pane
{
	padding: 9px 22px 7px 1px;
}
.nn_tabs.outline_content > UL.nav-tabs
{
	margin-bottom: 0;
}
.nn_tabs.outline_handles > UL.nav-tabs > LI A, .nn_tabs.outline_handles > UL.nav-tabs > LI A:hover
{
	border-top-color: #019632;
	border-left-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #019632;
}
.nn_tabs.align_right > UL.nav-tabs > LI
{
	float: right;
}
.nn_tabs.align_right > UL.nav-tabs > LI > A
{
	margin-left: 2px;
	margin-right: 0;
}
.nn_tabs.align_center > UL.nav-tabs
{
	text-align: center;
}
.nn_tabs.align_center > UL.nav-tabs > LI
{
	float: none;
	display: inline-block;
	=display: inline;
	=zoom: 1;
	margin-left: -1px;
	margin-right: -3px;
}
.nn_tabs.align_justify > UL.nav-tabs
{
	text-align: center;
	display: table;
	width: 100%;
}
.nn_tabs.align_justify > UL.nav-tabs > LI
{
	float: none;
	display: table-cell;
}
.nn_tabs.align_justify > UL.nav-tabs > LI:last-child > A
{
	margin-right: 0;
}
.nn_tabs.align_justify > UL.nav-tabs > LI A
{
	margin-bottom: -1px;
}
.nn_tabs.align_justify > UL.nav-tabs > LI A:hover
{
	border-bottom-color: #EEE;
}
.nn_tabs.align_justify > UL.nav-tabs > LI.active A, .nn_tabs.align_justify > UL.nav-tabs > LI.active A:hover
{
	border-bottom: 2px solid #FFF;
	margin-bottom: -1px;
}
.nn_tabs.align_justify > UL.nav-tabs:before
{
	display: none;
}
.nn_tabs.align_justify > UL.nav-tabs:after
{
	display: none;
}
@media (max-width: 768px)
{
	.nn_tabs > UL.nav-tabs > LI
	{
		float: none;
	}
	.nn_tabs > UL.nav-tabs > LI:last-child > A, .nn_tabs > UL.nav-tabs > LI.active:last-child > A, .nn_tabs > UL.nav-tabs > LI:last-child > A:hover, .nn_tabs > UL.nav-tabs > LI.active:last-child > A:hover
	{
		border-bottom: 1px solid #DDD;
	}
}
.nn_tabs > UL.nav-tabs > LI.blue > A, .nn_tabs > UL.nav-tabs > LI.blue > A:hover
{
	border-top: 5px solid #74B4E8;
	padding-top: 4px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nn_tabs > UL.nav-tabs > LI.blue > A:hover, .nn_tabs > UL.nav-tabs > LI.blue.active > A
{
	border-top-color: #2384D3;
}
@media (max-width: 768px)
{
	.nn_tabs > UL.nav-tabs > LI.blue > A, .nn_tabs > UL.nav-tabs > LI.blue > A:hover
	{
		border-top-width: 1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
.nn_tabs > UL.nav-tabs > LI.primary > A, .nn_tabs > UL.nav-tabs > LI.primary > A:hover
{
	border-top: 5px solid #74B4E8;
	padding-top: 4px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nn_tabs > UL.nav-tabs > LI.primary > A:hover, .nn_tabs > UL.nav-tabs > LI.primary.active > A
{
	border-top-color: #2384D3;
}
@media (max-width: 768px)
{
	.nn_tabs > UL.nav-tabs > LI.primary > A, .nn_tabs > UL.nav-tabs > LI.primary > A:hover
	{
		border-top-width: 1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
.nn_tabs > UL.nav-tabs > LI.info > A, .nn_tabs > UL.nav-tabs > LI.info > A:hover
{
	border-top: 5px solid #6FC2DA;
	padding-top: 4px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nn_tabs > UL.nav-tabs > LI.info > A:hover, .nn_tabs > UL.nav-tabs > LI.info.active > A
{
	border-top-color: #2F96B4;
}
@media (max-width: 768px)
{
	.nn_tabs > UL.nav-tabs > LI.info > A, .nn_tabs > UL.nav-tabs > LI.info > A:hover
	{
		border-top-width: 1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
.nn_tabs > UL.nav-tabs > LI.green > A, .nn_tabs > UL.nav-tabs > LI.green > A:hover
{
	border-top: 5px solid #91C991;
	padding-top: 4px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nn_tabs > UL.nav-tabs > LI.green > A:hover, .nn_tabs > UL.nav-tabs > LI.green.active > A
{
	border-top-color: #51A351;
}
@media (max-width: 768px)
{
	.nn_tabs > UL.nav-tabs > LI.green > A, .nn_tabs > UL.nav-tabs > LI.green > A:hover
	{
		border-top-width: 1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
.nn_tabs > UL.nav-tabs > LI.success > A, .nn_tabs > UL.nav-tabs > LI.success > A:hover
{
	border-top: 5px solid #91C991;
	padding-top: 4px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nn_tabs > UL.nav-tabs > LI.success > A:hover, .nn_tabs > UL.nav-tabs > LI.success.active > A
{
	border-top-color: #51A351;
}
@media (max-width: 768px)
{
	.nn_tabs > UL.nav-tabs > LI.success > A, .nn_tabs > UL.nav-tabs > LI.success > A:hover
	{
		border-top-width: 1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
.nn_tabs > UL.nav-tabs > LI.orange > A, .nn_tabs > UL.nav-tabs > LI.orange > A:hover
{
	border-top: 5px solid #FBBF69;
	padding-top: 4px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nn_tabs > UL.nav-tabs > LI.orange > A:hover, .nn_tabs > UL.nav-tabs > LI.orange.active > A
{
	border-top-color: #F89406;
}
@media (max-width: 768px)
{
	.nn_tabs > UL.nav-tabs > LI.orange > A, .nn_tabs > UL.nav-tabs > LI.orange > A:hover
	{
		border-top-width: 1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
.nn_tabs > UL.nav-tabs > LI.warning > A, .nn_tabs > UL.nav-tabs > LI.warning > A:hover
{
	border-top: 5px solid #FBBF69;
	padding-top: 4px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nn_tabs > UL.nav-tabs > LI.warning > A:hover, .nn_tabs > UL.nav-tabs > LI.warning.active > A
{
	border-top-color: #F89406;
}
@media (max-width: 768px)
{
	.nn_tabs > UL.nav-tabs > LI.warning > A, .nn_tabs > UL.nav-tabs > LI.warning > A:hover
	{
		border-top-width: 1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
.nn_tabs > UL.nav-tabs > LI.red > A, .nn_tabs > UL.nav-tabs > LI.red > A:hover
{
	border-top: 5px solid #DD7A75;
	padding-top: 4px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nn_tabs > UL.nav-tabs > LI.red > A:hover, .nn_tabs > UL.nav-tabs > LI.red.active > A
{
	border-top-color: #BD362F;
}
@media (max-width: 768px)
{
	.nn_tabs > UL.nav-tabs > LI.red > A, .nn_tabs > UL.nav-tabs > LI.red > A:hover
	{
		border-top-width: 1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
.nn_tabs > UL.nav-tabs > LI.danger > A, .nn_tabs > UL.nav-tabs > LI.danger > A:hover
{
	border-top: 5px solid #DD7A75;
	padding-top: 4px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nn_tabs > UL.nav-tabs > LI.danger > A:hover, .nn_tabs > UL.nav-tabs > LI.danger.active > A
{
	border-top-color: #BD362F;
}
@media (max-width: 768px)
{
	.nn_tabs > UL.nav-tabs > LI.danger > A, .nn_tabs > UL.nav-tabs > LI.danger > A:hover
	{
		border-top-width: 1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
.nn_tabs > UL.nav-tabs > LI.error > A, .nn_tabs > UL.nav-tabs > LI.error > A:hover
{
	border-top: 5px solid #DD7A75;
	padding-top: 4px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nn_tabs > UL.nav-tabs > LI.error > A:hover, .nn_tabs > UL.nav-tabs > LI.error.active > A
{
	border-top-color: #BD362F;
}
@media (max-width: 768px)
{
	.nn_tabs > UL.nav-tabs > LI.error > A, .nn_tabs > UL.nav-tabs > LI.error > A:hover
	{
		border-top-width: 1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
.nn_tabs > UL.nav-tabs > LI.grey > A, .nn_tabs > UL.nav-tabs > LI.grey > A:hover
{
	border-top: 5px solid #B3B3B3;
	padding-top: 0px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nn_tabs > UL.nav-tabs > LI.grey > A:hover, .nn_tabs > UL.nav-tabs > LI.grey.active > A
{
	border-top-color: #808080;
}
@media (max-width: 768px)
{
	.nn_tabs > UL.nav-tabs > LI.grey > A, .nn_tabs > UL.nav-tabs > LI.grey > A:hover
	{
		border-top-width: 1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
.nn_tabs > UL.nav-tabs > LI.gray > A, .nn_tabs > UL.nav-tabs > LI.gray > A:hover
{
	border-top: 5px solid #B3B3B3;
	padding-top: 4px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nn_tabs > UL.nav-tabs > LI.gray > A:hover, .nn_tabs > UL.nav-tabs > LI.gray.active > A
{
	border-top-color: #808080;
}
@media (max-width: 768px)
{
	.nn_tabs > UL.nav-tabs > LI.gray > A, .nn_tabs > UL.nav-tabs > LI.gray > A:hover
	{
		border-top-width: 1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
