/* bigEE CSS for Print */

/* @media only print{body *{display:none!important}body:after{content:"Don't waste paper!"}} */
/* in near future we can use footnoteLinks http://www.v2.easy-designs.net/code/footnoteLinks/ */

/* .page {
    width: 21cm;
    min-height: 29.7cm;
    padding: 2cm;
    margin: 1cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
}*/


@page {  
 /*size: 11in 17in;  
 margin-left: 1in;  
 margin-right: 1in;  
 margin-top: 1in;  
 margin-bottom: 1in; */
 margin-top: 60px; 
  
} 

body {
    padding-top: 0px;
    padding-bottom: 10px;
} 

.do-print  { display: inherit !important; }
.no-print   { display: none !important; }

#main-navigation,
#beta-badge,
#navigation,
#make-a-choice,
.guide-header,
.collapse-all,
.nav-tabs,
#buorg,
#rating_form
{
	display:none;
}

.main-container {
	border-top: 0;
}


/* open & show all tab contents */
.span8 .tab-content > .tab-pane,
.span8.tab-content > .tab-pane,
.span9 .tab-content > .tab-pane,
.span10 .tab-content > .tab-pane,
.span12 .tab-content > .tab-pane {
	display: block !important; opacity: 1 !important;
}

/* collapse all accordions */
.span8 .accordion-group .accordion-body.collapse,
.span9 .accordion-group .accordion-body.collapse,
.span10 .accordion-group .accordion-body.collapse,
.span12 .accordion-group .accordion-body.collapse {
    height: auto;
}


/* DISABLE LONG HREF */
.bs-sidenav a:link:after, 
.bs-sidenav a:visited:after,
.nav-stacked a:link:after,
.nav-stacked a:visited:after,
.pdf_file a:link:after,
.pdf_file a:visited:after,
 a.no-external:link:after,
 a.no-external:visited:after { 
	content:""; 
}

.nav li.active {
	text-decoration: underline;
}

/*
.jqplot-target {
	height: 50px;
}
.jqplot-target:after{content:"Graph could not get rendered! We are working on a solution."}
*/


/* i.bigee-icon {
	display:none;
} */


#weblink {
	padding-top: 33px;
	padding-right: 20px;
}


#print_footer { 
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding-top: 10px;
}

/* p { 
    position: relative;
    top: 40pt;
    display: block;
    page-break-after: always;
    z-index: 0;
}*/

img, .tab-pane {
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
}


.jqplot-target {
       page-break-inside: avoid; /* or 'auto' */
}


