html,body {
    margin:0;
    font-family:Verdana;
    background:#fafafa;
}
h2 {
	text-align:center;
}
.clearfix {
	display:block;
	float:none;
	clear:both;
}
.stratightline {
    border-top:2px solid;
}
.enrolled {
    background: yellow;
    color: orangered;
    padding: 10px;
    text-align: center;
    margin-bottom: -30px;
}
.header {
    border-bottom: 1px solid #dedede;
    padding: 10px;
    background:white;
    -webkit-box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
}
.container {
    max-width: 1100px;
    margin: 0 auto;
}
.logoimage {
    max-width: 80px;
    max-height: 100px;
    display: inline-block;
    vertical-align: middle;
}
.heading {
    vertical-align: middle;
}
.heading2 {
    display: inline-block;
    max-width: 80%;
}
.navbar {
    padding: 15px 0 0;
}
.navbar a {
    padding: 3px 10px;
    border-right: 2px solid #dedede;
    font-size: 13px;
    color: black;
    text-decoration: none;
    display:inline-block;
}
.heading h3, .heading h4, .heading h5 {
    margin: 5px 10px;
    padding: 0;
}
#enrollment {
    padding:10px;
    width:200px;
}
.enterenrollment{
    margin:0 auto;
    display:table;
}
.submit {
    padding: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
button {
    cursor:pointer;
}
.candidatephoto {
    max-width:100px;
    max-height:150px;
}
.detailshalf {
    width:calc(100% - 130px);
    display:inline-block;
    vertical-align: middle;
}
.imagehalf {
    width:100px;
    display:inline-block;
    padding:10px;
    vertical-align: middle;
}
p,ul,ol,td {
    font-size:13px;
}
.firstdeclaration {
    width:100%;
}
.firstdeclaration input[type=checkbox], .valuecheckbox {
    width:20px;
    height:20px;
    vertical-align:middle;
    border: 1px solid #d8d8d8;
    border-radius: 0 0 5px 5px;
}
.firstdeclaration p {
    font-weight:100;
}
.application_form td:first-child, .registration_form td:first-child, .registration_form .valueinputs {
    padding:5px;
}
.registration_form .valueinputs {
    width:100%;
    border: 1px solid #d8d8d8;
    border-radius: 0 0 5px 5px;
}
.application_form, .registration_form {
    font-weight:100;
    width:100%;
}
.application_form tr, .registration_form tr {
    display: inline-grid;
    background:#ffa791;
    margin: 0.5%;
    border-radius: 5px;
    width: 32.3333333%;
    position: relative;
    -webkit-box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
}
.application_form tr.submittr, .registration_form tr.submittr {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.application_form tr.tablesubheading, .registration_form tr.tablesubheading {
    display: table-row;
    background:#3cba54;
    font-weight:600;
    color:white;
}
.sectionsdevided {
    margin:30px auto;
    width:100%;
}
.registration_form .sectionsdevided:nth-child(even) tr {
    background: #c3d3e6;
}
.application_form .sectionsdevided:nth-child(even) tr.tablesubheading, .registration_form .sectionsdevided:nth-child(even) tr.tablesubheading {
    background:#4296fc;
}
.application_form .sectionsdevided tr.submittr, .registration_form .sectionsdevided tr.submittr {
    display: table-row;
    background:transparent;
}
.selectedimage img {
    max-height: 100%;
    max-width:140px;
    position:absolute;
    right: 0;
    bottom: 0;
}
.selectedimage {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55px;
}
progress {
    margin: 0 10px;
    padding: 20px;
    vertical-align: middle;
}
h3.statusfailed, h3.statussuccess {
    font-size: 13px;
    text-align: center;
}
h3.statusfailed {
    color: red;
}
h3.statussuccess {
    color: green;
}
.application_form td{
    font-size:13px;
}
.application_form tr{
    background:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.application_form .selectedimage.photo img {
    max-height: 160px;
    height: 160px;
    max-width: 100%;
    position: relative;
}
.application_form .selectedimage.sign img {
    max-height: 60px;
    width: 100%;
    max-width:160px;
    position: relative;
}
.application_form .selectedimage.sign, .application_form .selectedimage.photo {
    width: 160px;
    position:relative;
    padding:5px;
    position:relative;
}
.contentfloatright tr {
    float:right;
}
.fixsubmit {
    position: fixed !important;
    bottom: 0;
    background: orangered !important;
    width: unset !important;
    -webkit-box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 75%) !important;
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 75%) !important;
}
.independent_link {
    color:red;
    text-decoration: none;
    font-weight:600;
}
ol.noticeboard {
    margin: 0 auto;
    max-height: 44vh;
    overflow: auto;
}
ol.noticeboard li {
    padding: 5px 10px;
}
ol.noticeboard a {
    font-size: 15px;
    color: #5257ff;
    text-decoration: none;
    white-space: pre-line;
}
ol.noticeboard li:nth-child(odd) {
    background:#dfd;
}
.hide {
    display:none !important;
}
.informlink{
    color: orangered;
    font-weight: 600;
    margin:10px;
    text-decoration:none;
    vertical-align:middle;
}
#otpresend {
    cursor:pointer;
}
.admissionnotice {
    background: white;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin: 20px;
    padding: 0 20px;
    /* box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%) inset; */
    -webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%) inset;
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.20) inset;
}
.loader_back h3 {
	color:white;
    font-size:18px;
}
.loader_back {
	background-color: rgba(0, 0, 0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.preview-area {
	text-align:center;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.spinner {
    width: 60px;
    height: 60px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.browseralert {
    text-align:center;
    font-size:25px;
    background: #e85b1e;
    margin: 0;
    font-weight: 400;
    color: white;
    padding:5px;
}
@-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes sk-rotateplane {
    0% { 
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@media print {
    .hideonprint, .application_form tr.submittr {
        display:none;
    }
    .application_form td{
        font-size:10px;
    }
}
@media screen and (max-width: 500px) {
    .application_form tr, .registration_form tr {
        margin: 1%;
        width: 98%;
    }
    .actionguide {
        display:block;
    }
    .heading2 {
        display: block;
        text-align: center;
        max-width: none;
    }
    .logoimage {
        margin: 0 auto;
        display: block;
        max-width: 60px;
        max-height: 60px;
    }
    .heading h3 {
        font-size: 15px;
    }
    .heading h4 {
        font-size: 13px;
    }
    .heading h5 {
        font-size: 10px;
    }
}