SAMS Odisha +2 E-Admission Form (Printable)
:root {
–primary-color: #003366; /* Official Blue tone */
–border-color: #333;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: ‘Arial’, sans-serif;
background-color: #f0f0f0;
color: #000;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
}
/* Instructions Panel (Visible only on screen) */
.instructions {
background-color: #fff;
padding: 15px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
margin-bottom: 20px;
max-width: 600px;
text-align: center;
border-left: 5px solid var(–primary-color);
}
.instructions h3 { color: var(–primary-color); margin-bottom: 5px; }
.instructions p { font-size: 14px; color: #555; }
/* Floating Action Buttons */
.ui-controls {
position: fixed;
bottom: 20px;
right: 20px;
display: flex;
gap: 15px;
z-index: 1000;
}
.btn {
padding: 12px 24px;
font-size: 16px;
cursor: pointer;
border: none;
border-radius: 50px;
font-weight: bold;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
transition: transform 0.2s;
}
.btn-print { background-color: var(–primary-color); color: white; }
.btn-print:hover { transform: scale(1.05); background-color: #004080; }
.btn-reset { background-color: #d9534f; color: white; }
.btn-reset:hover { transform: scale(1.05); background-color: #c9302c; }
/* The Form Sheet (A4 Size Simulation) */
.sheet {
background-color: white;
width: 210mm;
min-height: 297mm;
padding: 15mm;
box-shadow: 0 0 20px rgba(0,0,0,0.15);
position: relative;
border: 1px solid #ccc;
margin-bottom: 80px; /* Space for buttons */
}
/* Header */
header {
text-align: center;
border-bottom: 2px solid var(–primary-color);
padding-bottom: 10px;
margin-bottom: 20px;
}
.header-top { display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 10px; }
.logo-placeholder {
width: 60px; height: 60px; background-color: var(–primary-color);
border-radius: 50%; display: flex; align-items: center; justify-content: center;
color: white; font-weight: bold; font-size: 24px;
}
h1 { font-size: 18pt; color: var(–primary-color); text-transform: uppercase; margin-bottom: 5px; }
h2 { font-size: 14pt; font-weight: normal; }
/* Form Layout */
.section-title {
background-color: var(–primary-color);
color: white; padding: 5px 10px; font-weight: bold;
font-size: 11pt; text-transform: uppercase; margin-top: 10px;
}
.row { display: flex; flex-wrap: wrap; gap: 15px; padding: 5px 0; border-bottom: 1px dashed #ddd; }
.field-group { display: flex; flex-direction: column; flex: 1; min-width: 200px; }
.field-group.full-width { width: 100%; flex: none; }
label { font-size: 10pt; font-weight: bold; color: #333; margin-bottom: 4px; }
input[type=”text”], input[type=”number”], input[type=”email”],
input[type=”date”], input[type=”tel”], select, textarea {
border: 1px solid #999; padding: 6px 8px; font-size: 11pt;
font-family: inherit; border-radius: 2px; background-color: #fff;
}
input:focus, select:focus { outline: 2px solid var(–primary-color); border-color: var(–primary-color); }
/* Radio Buttons */
.radio-group { display: flex; gap: 20px; align-items: center; height: 100%; padding-top: 5px; }
.radio-item { display: flex; align-items: center; gap: 5px; font-size: 11pt; }
/* Photo Section */
.photo-section {
float: right; width: 140px; margin-left: 20px; margin-bottom: 10px;
border: 1px solid #333; text-align: center; background-color: #eee;
height: 160px; position: relative; overflow: hidden; cursor: pointer;
}
.photo-section img { width: 100%; height: 100%; object-fit: cover; display: none; }
.photo-placeholder-text {
display: flex; align-items: center; justify-content: center; height: 100%;
font-size: 9pt; color: #666; padding: 5px; text-align: center;
}
/* College Table */
table { width: 100%; border-collapse: collapse; font-size: 11pt; margin-top: 5px; }
th, td { border: 1px solid #333; padding: 8px; text-align: left; }
th { background-color: #f0f0f0; font-weight: bold; }
.col-option { width: 15%; }
.col-college { width: 85%; }
input.college-input { width: 100%; border: none; background: transparent; }
input.college-input:focus { background: #fff; }
/* Declaration & Sign */
.declaration { margin-top: 30px; border: 1px solid #333; padding: 15px; font-size: 10pt; }
.sign-row { display: flex; justify-content: space-between; margin-top: 40px; padding: 0 50px; }
.sign-box { border-top: 1px solid #333; padding-top: 5px; text-align: center; width: 200px; font-size: 10pt; font-weight: bold; }
/* PRINT STYLES (The Fix) */
@media print {
body { background-color: white; padding: 0; margin: 0; display: block; }
.sheet { box-shadow: none; border: none; width: 100%; margin: 0; padding: 10mm; }
.ui-controls, .instructions { display: none; } /* Hide buttons when printing */
/* Make inputs look like text */
input, select, textarea { border: none; border-bottom: 1px solid #000; border-radius: 0; padding-left: 0; }
input.college-input { border: none; } /* Clean table inputs */
/* Ensure Headers print even if background graphics are off */
.section-title {
background-color: transparent !important;
border: 1px solid #000;
color: #000 !important;
text-align: center;
}
.photo-placeholder-text { display: none; }
.photo-section { border: 1px solid #000; background-color: #fff !important; }
.photo-section img { display: block !important; }
/* Force logo to print */
.logo-placeholder {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
color: white;
}
}
Instructions to Save as PDF
1. Fill out the form below. 2. Click the “Print / Save as PDF” button.
3. In the printer window, change Destination to “Save as PDF” .
4. Click Save.
Click to Upload Passport Photo
A. Personal Details
Father’s Name
Mother’s Name
B. Academic Details
C. Reservation & Bank Details
Caste Category
— Select –URSCSTOBCSEBC
Caste Certificate No
Bank Name
Bank Account No
D. Stream & College Options
Choose Stream
— Select –ScienceArtsCommerceSanskrit
Option List of College
Option 1
Option 2
Option 3
Option 4
Option 5
Declaration: I hereby declare that the information provided by me in this application is true and correct to the best of my knowledge and belief.
Candidate’s Signature
Parent’s Signature
Reset
Print / Save as PDF
// Photo Upload Logic
function loadPhoto(event) {
const input = event.target;
const preview = document.getElementById(‘photoPreview’);
const text = document.getElementById(‘photoText’);
if (input.files && input.files[0]) {
const reader = new FileReader();
reader.onload = function(e) {
preview.src = e.target.result;
preview.style.display = ‘block’;
text.style.display = ‘none’;
}
reader.readAsDataURL(input.files[0]);
}
}
Wer sich heute im Bereich Online-Glücksspiel umsieht, stößt früher oder später auf spins of glory deutschland und sein vielseitiges Angebot. Eine personalisierte Empfehlungsleiste schlägt passende Spiele basierend auf bisherigem Verhalten vor. Sonderveranstaltungen werden gelegentlich live aus dem Casino-Studio übertragen. Antworten im Live-Chat sind in der Regel persönlich und nicht automatisiert formuliert. Eine Übersicht aller Transaktionen ist im Spielerbereich jederzeit abrufbar. Spieler haben jederzeit Anspruch auf Datenauskunft und Datenkorrektur gemäß DSGVO. Reload-Boni werden an festgelegten Wochentagen aktiviert und sorgen für zusätzliche Spielfreude. Mobile Datenvolumen werden durch optimierte Grafiken und Komprimierungsverfahren geschont. Auch asiatische Spielklassiker wie Sic Bo oder Andar Bahar finden sich im Live-Bereich wieder. Ob für kurze Sessions oder ausgedehnte Spielabende, das Casino bietet stets das passende Angebot.