body {
    font-size: 12px;
}
.text-center {
    text-align: center;
}

.vcenter {
    vertical-align: middle;
}

.inputtxt {
    border: none;
    background: #fbe4ff;
}

.inputtxt:focus {
    background: #76fff2
}


#loader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 155555;
    background: #00000054;
    text-align: center;
    padding-top: 10%;
}

.no-display {
    display: none;
}

#loader img {
    width: 100px;
}

.bgheader {
    height: 10vw;
    width: 100%;
    background: url('emisheader17.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

#school_info{
border: 1px dashed #ccc;
align-items: center;
margin:10px;
text-align: center;
}

th.infox{
    color:#673ab7 !important;
}
#back_btn{
    float: left;
    font-size: 25px;
    position: absolute;
    top: 11vw;
    left: 15px;
}

.effect-1 ~ .focus-border{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.4s;
    }
    .pad-10{
        padding: 10px;
    }
#reportview{
    overflow:scroll;
}

.tbl_itcarder{
    text-align:center;
}

.subject_vx_td{
    text-align: left;
}    

.vtext{
    /* bottom: 0;

    left: 8%;
    position: relative;
    transform: rotate(-90deg);

    white-space: pre;
    width: 100;

    margin-bottom: -110; */
}

.hilight{
    font-size: 13px;
    font-weight: bold;
}
.total{font-size: 15px;}

.valign-center{
    vertical-align: middle;
}
.text-left{
    text-align: left;
}.text-center{
    text-align: center;
}