@charset "utf-8";
/* CSS Document */

@page{
	margin:0px;
	padding:0px;
	size:auto;
}

@media print{
	.container_marksheet_template1{
		 width: 96.5% !important;
    height: 97.5% !important;
	}
	
	html,body{
		height:100%;
	}
	
	.evaluation_table{
		min-width: 80% !important;
	}
}

*{
	margin:0px;
	padding:0px;
}


.container_marksheet_template1{
    width: 97%;
    height: 94%;
    page-break-after: always;
    border-width: thick;
    border-style: double;
    border-color: red;
    /* padding: 20px 1.5%; */
    margin-left: 1%;
    margin-top: 1%;
	background:#f0e68c;
	font-family:calibri;
	margin-bottom:1%;
}

.content_container_template1{
	padding: 10px 1%;
}

.header_template1{
	font-size: 12pt;
    text-transform: capitalize;
    font-family: cambria;
	margin-bottom: 0px;
}

.heading_template1{
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: bold;
}

.fullstretch{
	width:100%;
}

.heading_report_template1{
    font-size: 24pt;
    font-weight: bold;
    margin-top: 11px;
    font-family: Monotype Corsiva;
    color: red;
}

.fullstretch{
	width:100%;
}

.logo_div_img_template1{
	display: inline-block;
}

.header_info_container{
	display:inline-block;
}

.student_info_template1{
	width:40%;
	display: inline-block;
	margin-top:5px;
}

.student_info_table_template1 td{
	padding-right: 5px;
}

.texttransformupper{
	text-transform: uppercase;
}

.alignleft{
	text-align: left;
}

.margintop20{
	margin-top:20px;
}

.margintop50{
	margin-top:50px;
}

.logo_div_img_template1 img{
	width:73px;
}

.evaluation_table{
	border-collapse: collapse;
	max-width: 99%;
	min-width: 60%;
    background: #ffffff54;
}

.evaluation_table td, .evaluation_table th{
	padding:1px 5px;
}

.evaluation_table th{
	text-transform: uppercase;
	color:red;
}