/* 	print.css for OPSI Innovation page 
	Last modified 16 June 2014 
*/

header {
	position: absolute;
}
nav {
	display:none;
}

div.container>a,
ul.social,
a[href="#top"] {
	display: none !important;
}


#custom-search-form{
	display:none;
}

a[href]:after {
	content:none !important;
}

#innovation-page div.span12>div.row>div.span12{
	display: none;
}

div.inAction {
	display: none;
}

div.row>div.span4 {
	float: inherit;
	width: inherit;
	page-break-after: auto;
}

div.tab-content {
	width: inherit;
}

.tab-pane:not(.active) {
	display: block;
}

#tablist {
	display: none;
}

footer div .pull-left{
	display: none;
}

div.tab-pane h4 {
	page-break-after: avoid ;
}

div.tab-pane ul {
	page-break-before: avoid;
	page-break-inside: avoid;
}

div.tab-pane p {
	page-break-inside: avoid ;
}


div.tab-pane:not(#lessons){
	page-break-after: auto !important;
}

div.tab-pane{
	page-break-inside: avoid !important;
}

/*Insert each tab title*/
div.tab-pane#description:before {
	content:'Description';
	font-size: 2em;
	margin-top: 30px;
	margin-bottom: 20px;
	border: 1em;
	font-weight: bold;
	width:100%;
	border-bottom: 3px solid rgba(10, 10, 11, 1);
	padding-bottom: 20px;
}

div.tab-pane#results:before {
	content:'Results';
	font-size: 2em;
	margin-top: 30px;
	margin-bottom: 0px;
	font-weight: bold;
	width:100%;
	border-bottom: 3px solid rgba(10, 10, 11, 1);
	padding-bottom: 20px;
}
div.tab-pane#implementation:before {
	content:'Development';
	font-size: 2em;
	margin-top: 30px;
	border: 1em;
	font-weight: bold;
	width:100%;
	border-bottom: 3px solid rgba(10, 10, 11, 1);
	padding-bottom: 20px;
}

div.tab-pane#lessons:before {
	content:'Lessons Learned';
	font-style: bold;
	font-size: 2em;
	margin-top: 30px;
	border: 1em;
	font-weight: bold;
	width:100%;
	border-bottom: 3px solid rgba(10, 10, 11, 1);
	padding-bottom: 20px;
}

/*Delete default solid gray line*/
.tab-content>div.tab-pane>div:first-of-type:not(.min)>h4{
	border-top: none !important;
}

.tab-content>div.tab-pane+div:not(.min)>h4{
	border-top: none !important;
}

.tab-pane#results>div:not(.min)>h4 {
	border-top: none ;
}
.tab-pane#results>div:not(.min)~div:not(.min)>h4 {
	border-top: 1px solid #c6c8ca;
}

.tab-pane#implementation>div:not(.min)>h4:first-child {
	border-top: none ;
}
.tab-pane#implementation>div:not(.min)~div:not(.min)>h4,
.tab-pane#implementation>h4  {
	border-top: 1px solid #c6c8ca !important;
}

html,
body,
div#wrapper,
div#pageContent,
div.container,
div#innovation-page,
div#innovation-page>div.span12,
div#innovation-page>div.span12>div.row,
div#innovation-page>div.span12>div.row>div.span4 {
/*	Remove float to make 'div.row>div.span4' page-break-after in chrome*/
	float:none !important;
	
}

html,
body,
div#wrapper,
div#pageContent,
div.container,
div#innovation-page,
div#innovation-page>div.span12,
div#innovation-page>div.span12>div.row,
div#innovation-page>div.span12>div.row>div.tab-content,
div#innovation-page>div.span12>div.row>div.tab-content>div.tab-pane,
div#innovation-page>div.span12>div.row>div.tab-content>div.tab-pane:nth-of-type(1),
div#innovation-page>div.span12>div.row>div.tab-content>div.tab-pane:nth-of-type(2),
div#innovation-page>div.span12>div.row>div.tab-content>div.tab-pane:nth-of-type(3),
div#innovation-page>div.span12>div.row>div.tab-content>div.tab-pane:nth-of-type(4),
div#innovation-page>div.span12>div.row>div.tab-content>div.tab-pane>p,
div#innovation-page>div.span12>div.row>div.tab-content>div.tab-pane>h4,
div#innovation-page>div.span12>div.row>div.tab-content>div.tab-pane>ul ,
div.tab-pane{
	/*Remove float to make 'div.row>div.span4' page-break-after in chrome*/
	float: none !important;
	overflow: visible !important;

}

footer {
	page-break-inside: avoid !important;
}