﻿
/* Author Abdul Samid ETSPL
Eniac Technology Solutions Pvt Ltd
*/


ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
li
{
    
}
/*@@@@@@@@@@@@@@@@@@ Start of Align text in vertical Direction @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.vertical{
    writing-mode:tb-rl;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
    white-space:nowrap;
   
    
}
/*@@@@@@@@@@@@@@@@@@ End of Align text in vertical Direction @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*@@@@@@@@@@@@@@@@@@ Start of right box for id OnLineExam @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#OnLineExam {
   right: 0;
   position: fixed;
   top: 203px;
    z-index: 9999; /*use this for olways on top of every element*/
    
    white-space:nowrap;
}

#OnLineExam a {
    /*background: -webkit-linear-gradient(#ea7417, #DA251C); */
  background: -webkit-linear-gradient(green, yellow); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ea7417, #DA251C); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ea7417, #DA251C); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ea7417, #DA251C); /* Standard syntax */
   color: #fff;
   display: block;
  /* height: 130px;*/
   font: 16px "Open Sans", sans-serif;
 /*  line-height: 35px;*/
   position: relative;
   text-align: center;
   width: 15px;
     padding: 10px 10px 10px 8px;
  border-radius: 0px 10px 10px 0px;
  color: #fff;text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
    
        
}

#OnLineExam a:hover {
   
   width:20px;
   
}

/*@@@@@@@@@@@@@@@@@@ End of right box for id OnLineExam @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


/*@@@@@@@@@@@@@@@@@@ Start of right box for id StudentSection @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#StudentSection {
   right: 0;
   position: fixed;
   top: 350px;
    z-index: 9999; /*use this for always on top of every element*/
    
}



#StudentSection a {
  background: -webkit-linear-gradient(#ea7417, #DA251C); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ea7417, #DA251C); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ea7417, #DA251C); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ea7417, #DA251C); /* Standard syntax */
   color: #fff;
   display: block;
  /* height: 130px;*/
   font: 16px "Open Sans", sans-serif;
 /*  line-height: 35px;*/
   position: relative;
   text-align: center;
   width: 15px;
     padding: 10px 10px 10px 8px;
  border-radius: 0px 10px 10px 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
        
}

#StudentSection a:hover {
   
   width:20px;
   text-decoration:none;
   
}

/*@@@@@@@@@@@@@@@@@@ End of right box for id StudentSection @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

