@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;
		background: none !important;
		border: none !important;
		font-size: 9pt !important;
	}

	.logo_div_img_template1 img {
		width: 100px !important;
		opacity: 0 !important;
	}

	.table1_template1 {
		max-width: 90% !important;
	}

	.transparent_table {
		min-width: 90% !important;
		max-width: 90% !important;
	}

	.evaluation_table {
		min-width: 90% !important;
		max-width: 90% !important;
	}

	.tablelayout_fixed {
		table-layout: fixed;
		width: 100%;
	}

	html,
	body {
		height: 100%;
	}

	.heading_report_template1 {
		font-family: cambria !important;
		font-size: 16pt !important;
		color: black !important;
		margin-bottom: 0px !important;
		margin-top: 3px !important;
	}

	.header_template1 {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.header_institution {
		/*text-align: left;*/
		margin-left: 20px;
		max-width: 700px;
		width: 550px;
	}

	.heading_template1 {
		opacity: 0 !important;
	}

	/*.header_info_container{
		margin-top:80px;
	}*/
}

* {
	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: #fffcd2;
	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: 15px;
}

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

.fullstretch {
	width: 100%;
}

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

.table1_container_template1 {
	margin-top: 20px;
}

.table1_template1 {
	border-collapse: collapse;
	max-width: 99%;
}

.table1_template1 td,
.table1_template1 th {
	padding: 4px 5px;
}

.table1_template1 th {
	text-align: left;
}

.student_info_template1 {
	width: 30%;
	display: inline-block;
}

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

.texttransformupper {
	text-transform: uppercase;
}



.principal_signature_template1 {
	text-align: center;
	margin-top: 75px;
}

.signature_div {
	margin-top: 40px;
}

.margintop20 {
	margin-top: 20px;
}

.margintop50 {
	margin-top: 50px;
}

.logo_div_img_template1 img {
	width: 73px;
}

.flexbox-row-center-start {
	justify-content: center;
	display: flex;
	align-items: flex-start;
}

.flexbox-row-spacearound-start {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.congratulate_message {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14pt;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.line-height1-4 {
	line-height: 1.4;
	;
}

.margintop35 {
	margin-top: 35px;
}

.transparent_table {
	border-collapse: collapse;
	max-width: 99%;
	min-width: 60%;
	background: none;
	border: none transparent;
}

.evaluation_table {
	max-width: 99%;
	min-width: 60%;
}

.margintop5 {
	margin-top: 5px;
}

.fontsize11 {
	font-size: 11pt;
}

.w-50 {
	width: 50%;
}

.w-100 {
	width: 100%;
}

.flexbox-row-spacebetween-start {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.text-capitalise {
	text-transform: capitalize;
}

.color-red {
	color: red;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center !important;
}


/* Enhanced Modern UI Styling */

/* Color Palette */
:root {
    --primary-color: #3498db;
    --secondary-color: #2ecc71;
    --background-light: #f4f6f7;
    --text-color: #2c3e50;
    --border-color: #e0e4e8;
    --hover-color: #f1f3f4;
    --shadow-color: rgba(0, 0, 0, 0.1);
}

/* General container styling with modern touches */
.table1_container_template1 {
    margin: 30px auto;
    width: 60%;
    background: var(--background-light);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: 
        0 10px 20px var(--shadow-color), 
        0 6px 6px var(--shadow-color);
    padding: 25px;
    transition: all 0.3s ease;
}

.table1_container_template1:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 25px var(--shadow-color), 
        0 8px 8px var(--shadow-color);
}

/* Advanced table styling */
#template_table_edit, .table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 15px 0;
}

#template_table_edit th, 
#template_table_edit td, 
.table th, 
.table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
    font-size: 15px;
    vertical-align: middle;
    transition: background-color 0.2s ease;
}

#template_table_edit th {
    background: linear-gradient(to right, var(--primary-color), #2980b9);
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Enhanced hover and interaction effects */
#template_table_edit tr:hover {
    background-color: var(--hover-color);
}

/* Input field styling with modern aesthetic */
.forms_cp_inputtext {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    background: white;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.forms_cp_inputtext:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.3);
}

/* Dropdown select styling */
#remarks_marksheet {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    background: white;
    box-sizing: border-box;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--primary-color) 50%),
                      linear-gradient(135deg, var(--primary-color) 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px),
                         calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px,
                     5px 5px;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

#remarks_marksheet:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.3);
}

/* Text utility classes */
.text-danger {
    color: #e74c3c;
    font-weight: 600;
}

.text-capitalise {
    text-transform: capitalize;
}

/* Responsive design with enhanced mobile experience */
@media (max-width: 768px) {
    .table1_container_template1 {
        width: 95%;
        padding: 15px;
        margin: 15px auto;
    }

    #template_table_edit th,
    #template_table_edit td {
        font-size: 13px;
        padding: 10px;
    }

    .forms_cp_inputtext {
        font-size: 14px;
        padding: 8px 12px;
    }
}

/* Scrollbar styling for modern browsers */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: var(--background-light);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 4px;
}

/* Button Styling */
#submit_marksheet {
    /* Color Variables */
    --button-bg: #3498db;
    --button-bg-hover: #2980b9;
    --button-text: white;
    --button-shadow: rgba(52, 152, 219, 0.3);

    /* Button Base Styles */
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    margin-top: 15px;
    
    /* Typography */
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    
    /* Colors */
    background-color: var(--button-bg);
    color: var(--button-text);
    
    /* Border */
    border: none;
    border-radius: 8px;
    
    /* Effects */
    cursor: pointer;
    transition: all 0.3s ease;
    
    /* Shadow */
    box-shadow: 0 4px 6px var(--button-shadow);
}

/* Hover State */
#submit_marksheet:hover {
    background-color: var(--button-bg-hover);
    transform: translateY(-3px);
    box-shadow: 0 6px 8px var(--button-shadow);
}

/* Active/Click State */
#submit_marksheet:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px var(--button-shadow);
}

/* Focus State for Accessibility */
#submit_marksheet:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.5);
}

/* Disabled State */
#submit_marksheet:disabled {
    background-color: #bdc3c7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    #submit_marksheet {
        font-size: 14px;
        padding: 10px 15px;
    }
}