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;
}
.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: 80px;
    display: inline-block;
    vertical-align: middle;
}
.heading {
    vertical-align: middle;
}
.heading2 {
    display: inline-block;
    max-width: 80%;
}
.navbar {
    padding: 15px 0 0;
}
.independent_link {
    color:red;
    text-decoration: none;
    font-weight:600;
}
.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: #c3d3e6;
    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;
    background:#fafafa;
}
.tablesubheading2, .application_form tr.tablesubheading, .registration_form tr.tablesubheading {
    display: table-row;
    background:#4296fc;
    font-weight:600;
    color:white;
}
.tablesubheading2 {
    background:#ffa791;
}
.sectionsdevided {
    margin:30px auto;
    width:100%;
}
.registration_form .sectionsdevided:nth-child(even) tr {
    background:#ffa791;
}
.application_form .sectionsdevided:nth-child(even) tr.tablesubheading, .registration_form .sectionsdevided:nth-child(even) tr.tablesubheading {
    background:#3cba54;
}
.application_form tr.submittr, .registration_form tr.submittr {
    display: table-row;
}
.selectedimage img {
    max-height: 100%;
    max-width:140px;
}
.selectedimage {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
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;
}
.listtable {
    width:100%;
    width: -webkit-fill-available;
    width:100%;
    border-collapse:collapse;
    margin: 25px auto;
}
.listtable tr:nth-child(even) {
    background:white;
}
.listtable td, .listtable th {
    padding:5px;
    border-collapse:collapse;
    border:1px solid #d8d8d8;
    position: relative;
}
.listtable a {
    color: #4296fc;
    text-decoration: none;
}
.styleselect {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    max-width:200px;
}
.smallnumberfield {
    width:10px;
}
.textalignright {
    text-align:right;
}
.hide {
    display:none;
}
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;
}
.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;
}
.browseralert {
    text-align:center;
    font-size:25px;
    background: #e85b1e;
    margin: 0;
    font-weight: 400;
    color: white;
    padding:5px;
}
.renew_counting {
  counter-reset: my-sec-counter;
}
.renew_counting tr td:first-child::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  text-align:center;
  display: block;
}
@media print {
    .hideonprint, .application_form tr.submittr, .registration_form {
        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;
    }
}
        