@charset "utf-8"; 
@import url("screen.css");



.noscreen{
    
    display: block;
}


#transcript_legend table, #transcript_legend th, #transcript_legend td{
	border: 0px;
}


#evaluation_form header, #evaluation_form aside {
    
    display: none;
    
}

#faar_form header, #faar_form textarea, #faar_form aside{
    
    display: none;
    
}

#faar_form form{
    
    display: block;

}


#transcripts header {
    
    display: none;
    
}

#transcripts aside {
    
    display: none;
    
}


body{
    font-size: 0.7em;
    padding: 0px;
    margin: 0px;
    /*margin-top: 1in;*/
    /*margin-bottom: 0.25in;*/
    background-color: transparent;
    zoom: 1;
}

div.content_container{
    padding: 10px;
    margin: 0px;
}


h1.application_title{
    clear: both;
    float: left;
    margin-top: 5px;
}

nav{
    display: none;
}

aside{
    border: 1px solid #003896;
    border-radius: 10px;
    padding: 15px;
    width: auto;
    float: none;
    margin: 0px 0px 25px 0px;
    background-color: aliceblue;
    clear: both;
    font-size: 0.9em;
    page-break-inside: avoid;
}

article{
    width: auto;
    float: none; 
    border-radius: 10px;
    min-height: 300px;
}


form {
    display: none;
}

.print-form{
    display: block;
}



/* ******************************************
** Transcript
******************************************* */

#body_transcript header, #body_transcript aside{
    display: none;
}

#article_transcript_legend, #article_transcript{
    font-size: 0.85em;
    padding: 0px;
}

#article_transcript table{
    page-break-inside: avoid;
}

#article_transcript header{
    display: none;
}

section#transcript_work_completed table{
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
section#transcript_work_completed table td.title{
    width: 400px;
}
section#transcript_work_completed table td.session{
    width: 25px;
}
section#transcript_work_completed table td.credit{
    width: 25px;
}

article.transcript_width{
    /*width: 11.0in;*/
    width: 8.0in;
}

#article_transcript img{
    display: block;
    width: 275px;
    height: 79px;
    clear: both;
    margin-bottom: 20px;
}

div.watermark{
    background-image:url('../../images/four_winds.jpg');
    background-size: 200px auto; 
    min-height: 600px;
}


section.evaluation{
    font-size: 0.95em;
}

#transcript_legend header{
	display: block;
	margin-bottom: 0px;
}

#transcript_legend header h1{
	display: block;
	margin-bottom: 0px;
	text-align: center;
}

/********Student Profile Abbreviated ***********/
article.student_profile_abbr{
    
    font-size: 0.8em;
    
}

article.student_profile_abbr header{
    
    display: none;
    
}


article.student_profile_abbr table{
    
    border: 1px solid lightgray;
    margin-bottom: 5px;
    width: 100%; 
    
}


img.logo_ncf{
    float: left; 
    display: block;
    width: 275px;
    /*height: 79px;*/
    height: auto;
    diplay: block;
}

thead {display: table-header-group;}

section.evaluation img{
	width: 275px;
    height: auto;
	float: left; 
    display: block;
    width: 275px;
    height: 79px;
}




/*
*****************************************
FAAR Printed Percentages and Narrative
*****************************************
*/

section.printed_faar{
    border: 1px solid #dddddd;
    border-radius: 15px;
    padding: 15px;
    page-break-inside: auto; 
    page-break-after: auto;
    page-break-before: avoid;
    margin-bottom: 10px;
}

section.printed_faar h1{
    margin-top: 10px;
    margin-bottom: 5px;
    color: #990000;
    font-size: 1.2em;
}

section.printed_faar img{
    width: 275px;
    height: auto;
}

section.printed_faar h3{
    margin-top: 20px;
}

section.printed_faar h4{
    margin-top: 15px;
}

section.printed_faar ul{
    margin: 15px 0px 15px 0px;
    padding: 0px;
}

section.printed_faar li{
    list-style-type: none;
    margin-bottom: 3px;
}






section.transcript_demographics{
	
	clear: both;
    margin-top: 0px;
	width: 100%;
    border: 0px solid #000000;
    
}

section.transcript_demographics li{
    
    display:inline-block;
    border: 0px solid #000000;
    margin-right: 10px;
	list-style-type: none;

}


.noprint{
    display: none !important;
}

