/*Style Sheet for Admission Form */
.formInputs input, select, textarea{ text-transform: uppercase; }
#top-text { text-align:center !important; font-weight: 700 !important; font-size:30px; color: #A42300; font-family: robotoregular; margin-right: 75px; }
.page-header h2{ text-align:center !important; font-weight: 700 !important; color: #A42300; font-family: robotoregular;}
.alert { margin-bottom: 0px !important; }
#top-links { text-align: right !important; font-weight: 700; font-family: robotoregular; }
#logo-left{	float: left; margin-left: 18px; margin-top: 0px; }
#logo-left img{	max-height: 80px;	max-width: 80px; }
#msg-cred { color: #EF4400; font-size: 20px; }
#msg-next-step{color: #005875; font-size: 16px; }
#update-msg{ color:#EF4400; border-radius: 5px 5px 5px 5px;}

#applic-name { text-align:center !important; font-weight: 700 !important; font-size:21px; color: #489FDF; font-family: robotoregular; margin-right: 75px; }
#show-image{ background-color: #fff; border: 5px solid #ddf; border-radius: 4px;}
#show-image-applicant{ background-color: #fff; border: 5px solid #ddf; border-radius: 4px;margin-left: 458px; margin-top: -400px; margin-bottom: 55px;}
.nav-pills > li > a {
	background-color: #1867C5;
	color: #000;
}
.lead{ margin-bottom: 0px !important;}
#appli-photo{margin-left: 0px;}
#app-number{text-align: center;}
#app-number u{ font-size: 18px !important; }
#show-app-headings{ font-size: 30px; font-weight: 300;}
/*#application-pdf p, table, li{ font-size: 14px !important;}*/

.page { width: 210mm; min-height: 297mm; margin: 10mm auto; border: 1px #D3D3D3 solid; border-radius: 5px;        background: white; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.subpage { padding: 1cm; height: 257mm; }
@page { size: A4; margin: 0; } 
@media print { html, body { width: 210mm; height: 297mm; }.page {margin: 0; border: initial; border-radius: initial; width: initial; min-height: initial; box-shadow: initial; background: initial; page-break-after: always; }}