/*admission form*/


.admissionWrap{
    position:relative;
    width:800px;
    height:760px;
    background-color:#fff;
    margin:0 auto;
}
.aform_img{
    position:absolute;
    left:0;
    top:0;
    z-index:50;
}

.admissionform{
    position:absolute;
    z-index:100;
}
.admissionform label{
    /*font-family:'Shelley-Volante-BT', Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    line-height: 45px;
    color: #000;
    position: absolute;
    white-space:nowrap;
}

.printbtnWrap{
    position:fixed;
    top:0px;
    left: 100px;
    width: 300px;
}
.name{
    left: 360px;
    top: 291px;
}
.fname{
    left: 511px;
    top: 313px;
    font-size: 12px !important;
}
.mname{
    left: 511px;
    top: 424px;
    font-size: 12px !important;
}

.foccupation{
    left: 511px;
    top: 358px;
}
.fincome{
    left: 511px;
    top: 401px;
}
.f_nid {
    left: 511px;
    top: 337px;
}
.m_nid {
    left: 511px;
    top: 445px;
}
.foccupation_type {
    left: 511px;
    top: 380px;
}
.moccupation_type {
    left: 511px;
    top: 488px;
}
/*.current_adress {*/
/*    left: 170px;*/
/*    top: 600px;*/
/*}*/
/*.permanent_adress {*/
/*    left: 170px;*/
/*    top: 600px;*/
/*}*/
.nation{
    left: 170px;
    top: 600px;
}
.religion{
    left: 360px;
    top: 575px;
}
.moccupation{
    left: 511px;
    top: 467px;
}
.mincome{
    left: 511px;
    top: 509px;
}
.current_address{
    left: 360px;
    top: 725px;
    width: 390px;
    white-space: normal !important;
    line-height: 14px !important;
    font-size: 12px !important;
}
.permanent_address{
    left: 360px;
    top: 765px;
    width: 390px;
    white-space: normal !important;
    line-height: 14px !important;
    font-size: 12px !important;
}
.pre_school{
    left: 360px;
    top: 814px;
}
.group{
    top:115px;
    left:360px;
}
.mobile{
    /* top: 646px; */
    /* left: 605px; */
}
.fmobile{
    top: 791px;
    left: 360px;
}
.mmobile{
    /* left: 605px; */
    /* top: 705px; */
}
.exam_name{
    top: 903px;
    left: 680px;
}
.exam_board{
    top: 881px;
    left: 441px;
}
.exam_roll{
    left: 440px;
    top: 860px;
}
.exam_reg{
    top: 902px;
    left: 440px;
}
.exam_gpa{
    top: 881px;
    left: 690px;
}
.passing_year{
    top: 860px;
    left: 680px;
}
.sub_3rd {
    top: 840px;
    left: 510px;
}
.sub_4th {
    top: 840px;
    left: 510px;
}
.gpa{
    top: 840px;
    left: 715px;
}
.session{
    top: 157px;
    left: 360px;
}
.serial {
    top: 110px;
    left: 38px;
    font-size: 22px!important;
    transform: rotate(-30deg);
    font-weight: bold;
    font-style: italic;
}
.thumbnail{
    left: 579px;
    top: 57px;
}
.dob{
    top: 532px;
    left: 360px;
}
.birth_reg{
    top: 553px;
    left: 360px;
}
.blood{
    top: 620px;
    left: 360px;
}
#thumbPreview{
    width: 170px;
    height: 195px;
}
/*.session{
    top: 155px;
    left: 285px;
    font-size: 16px!important;
    font-weight: bold;
}*/
.roll {
    top: 133px;
    left: 230px;
    font-size: 15px!important;
    font-weight: bold;
}
.shift {
    top: 203px;
    left: 360px;
    /* font-size: 16px!important; */
    /* font-weight: bold; */
}
.section {
    top: 225px;
    left: 360px;
    /* font-size: 16px!important; */
    /* font-weight: bold; */
}
.class_roll {
    top: 269px;
    left: 360px;
    /* font-size: 16px!important; */
    /* font-weight: bold; */
}
.level {
    top: 180px;
    left: 360px;
    /* font-size: 16px!important; */
    font-weight: bold;
}
.scholarship {
    top: 925px;
    left: 360px;
    /* font-size: 16px!important; */
    /* font-weight: bold; */
}
.stipend_account {
    top: 948px;
    left: 530px;
    /* font-size: 16px!important; */
    /* font-weight: bold; */
}
.quota {
    top: 835px;
    left: 360px;
}
.gender {
    top: 597px;
    left: 360px;
}
.upload{
    margin:5px auto 0;
    border:1px solid #cacaca;
    background: #d33c44;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow:hidden;
    font-family: calibri;
    width: 150px;
    padding: 10px;
    color: #fff;
    /*border: 1px dashed #BBB; */
    text-align: center;
    /*background-color: #DDD;*/
    cursor:pointer;
}
.upload:hover{
    background: #25d366;
}
.listBtn {
    font-size: 12px;
    border: 2px solid chocolate;
    border-radius: 5px;
    padding: 8px;
    background-color: crimson;
    color: cornsilk;
    font-style: oblique;
}
.listBtn:hover {
    text-decoration: none;
    background-color: chocolate;
    color: cornsilk;
}

/*Temprorary students design*/

.Pending {
    color: #ff4b33;
    font-weight: bold;
    font-style: italic;
}
.Approved {
    color: #25d366;
    font-weight: bold;
    font-style: italic;
}
.csvUp{
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px 0px #c0c7c9;
    border:2px solid lightseagreen;
    width: 15%;
    font-family: 'Myriad Pro', Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}
.csvUp:hover{
    background-color: darkcyan;
    color: #fff;
}
.btnUp {
    margin-left: 39px;
    padding: 10px;
    border-radius: 6px;
    background-color: #d33c44;
    color: aliceblue;
    font-size: 20px!important;
    cursor: pointer;
    width: 40%;
}
.divBtn {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}
div .btnUpwrapper{
    width: 50%!important;
    height: 70px!important;
    padding: 14px!important;
    border:0;
    margin: 0 auto!important;
    -moz-border-radius:0px 0 9px 9px;
    -webkit-border-radius:0px 0 9px 9px;
    -o-border-radius:0px 0 9px 9px;
    border-radius:0px 0 9px 9px;
}
.btnUp:hover {
    background-color: #25d366;
}

/*===== Admission Form =====*/

.addFormWrap{
    position:relative;
    background-color: #a9a6a6;
    /*padding-left: 9px;*/
    width: 100%;
    /*height:1041px;*/
    /*margin:0 auto;*/
}
.addformCont{
    width: 95%;
    margin: 0 auto;
    padding: 2%;
}
.aform_img{
    position:absolute;
    left:0;
    top:0;
    z-index:50;
}
.rgtSpan{
    padding:0 0 14px;
    margin:0;
    font-size: 18px;
    line-height: 28px;
    color: #488101;
    display: block;
    /*font-family: 'BebasRegular', Helvetica;*/
    text-align: center;
}
.admissionform{
    position:absolute;
    z-index:100;
    top: 0;
}
.addformLft{
    width:70%;
    padding-top:11px;
    margin:0;
    float:left;
}
.btndiv{
    width: 60%;
    margin-top: 2%;
}
.subBtn5{
    padding: 8px 8% 8px;
    border: 1px solid #cacaca;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
    font-family:'BebasRegular', Helvetica;
    text-transform:uppercase;
    display:inline-block;
    background:#966600;
    cursor:pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    float: right;
    transition: background-color 300ms ease-out;
}
.subBtn5:hover{
    background: #BE840B;
    box-shadow: none;
}
.formHighlight{
    background-color: gray;
    padding: 2%;
    border: 1px solid gray;
    border-radius: 15px;
}

.addformLft label{
    padding-bottom: 6px;
    font-size: 14px;
    color:#2d2d2d;
    /*font-family:'newbaskervillenormalregular', sans-serif;*/
    display:block;
    overflow:hidden;
}
.addformLft select{
    float: right;
    margin-right: 30%;
    width: 30%;
    border: 1px solid #a6a7a7;
    color:#2f5500;
    font-size: 14px;
    padding: 0.3rem;
    border-radius: 5px;
}
.addformLft .field1{
    width:58%;
    padding:0.3rem;
    margin:0;
    border:1px solid #a6a7a7;
    border-radius: 5px;
    font-size: 14px;
    line-height:10px;
    color:#2f5500;
    float:right;
    text-transform:uppercase;
    -webkit-box-shadow: inset 0px 0px 7px 5px #e4e4e5;
    box-shadow: inset 0px 0px 7px 5px #e4e4e5;
    text-align: center;
}
#emailText{text-transform: none;}
.setData{
    border-bottom: 1px dotted black;
    padding: 12px 0px;
}
.pin{
    top: 178px;
    left: 344px;
}
.dateOfBirth{
    padding: 12px 0px;
}
.dateOfBirth input{
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}
.dateOfBirth label{
    padding-bottom: 10px;
    font-size: 14px;
    color: #2d2d2d;
    float: left;
    width: 30%;
    margin-right: 10%;
}
.dateOfBirth select{
    float: none;
    margin: 0;
    width: 19%;
    border: 1px solid #a6a7a7;
    color:#2f5500;
    font-size: 14px;
    padding: 0.2rem;
    border-radius: 5px;
}
.address{
    width: 100%;
    overflow: hidden;
    border: 1px dotted black;
    /*padding: 6px;*/
    margin: 10px 0px;
}
.address .permAdd{
    width: 50%;
    float: left;
    border-right: 1px dotted black;
}
.address .currAdd{
    width: 49.5%;
    float: right;
}
.address h1{
    background-color: #ccc;
    font-size: 16px;
    border-bottom: 1px dotted black;
    font-weight: bold;
    line-height: 30px;
    color: #000;
    text-align: center;
}
.setData h1{

    font-size: 16px;
    /*border-bottom: 1px dotted black;*/
    font-weight: bold;
    /*line-height: 30px;*/
    color: #000;
    text-align: center;
}
.address label{
    font-size: 14px;
    padding: 6px 0px 6px 10px;
}
.address .field1{
    width: 66%;
    /*padding:0.4rem; */
    /*margin:0;*/
    border:1px solid #a6a7a7;
    border-radius: 0px;
    font-size: 14px;
    line-height: 10px;
    color: #2f5500;
    float: right;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0px 0px 7px 5px #e4e4e5;
    box-shadow: inset 0px 0px 7px 5px #e4e4e5;
    text-align: center;
    margin-right: 20px;
}
.rowDivider{
    width: 100%;
    overflow: hidden;
}
.rowDivider .rightside{
    float: right;
    width: 50%;
}
.rowDivider .leftside{
    float: left;
    width: 50%;
}
.rowDivider label{
    float: none;
    width: 95%;
}
#course_3rd{
    margin: 0;
    width: 50%;
}
.rowDivider .field1{
    width: 53%;
}
.printbtnWrap{
    position:fixed;
    top:0px;
    left: 100px;
    width: 300px;
}

/*Admission Form Search*/

.formSearchLft {
    width: 55%;
    margin: 0;
    float: left;
}
.formSearchLft label{
    font-size: 16px!important;
}
.formSearchLft select{
    font-size: 16px!important;
    padding: 4px;
}
.redStar {
    color: red!important;
    font-weight: bold;
}
.error-message {
    color: red;
    font-style: italic;
}
.errorDiv {
    background: pink;
    border: 1px dotted red;
    border-radius: 5px;
    padding: 5px;
}
.instruct_msg{
    margin-top: 72px;
    font-size: 14px;
    font-style: italic;
    color: #006400;
}
.instruct_msg p{
    margin-top: 10px;
}

/*Check-Box */

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 3px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /*margin-right: 0.5rem;*/
    outline: none;
    position: relative;
    z-index: 1000;
    margin: 0 0.5rem 0 0!important;
}
.option-input:hover {
    background: #9faab7;
}
.option-input:checked {
    background: #25d366;
}
.option-input:checked::before {
    height: 15px;
    width: 15px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}
.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.mark_check label {
    display: block;
    width: 100%!important;
    margin-bottom: 10px;
}

/*default admission layout*/