@font-face {
    font-family: Colonna MT;
    src: url(../fonts/colonna_mt.ttf);
}
body {
	margin: 0px;
	font-family:"Maiandra GD";
	font-size: 14px;
	font-weight: normal;
	background: url("../img/bg.jpg") ;
}
*, select, a, input, form{
	
	padding: 0;
}
img {
	border: none;
	
}
a, a:link, a:visited {
	text-decoration: none;
	color: #0080c0;
}
a:hover{
	color: #fd7e00;
}
.padding0{
	padding:0;
}
.minheight400{
	min-height: 400px;
}
.backnone{
	background: none !important;
}
/*------------HEADER-FOOTER-START-----------------*/
.page-header{
	width:100%;
	float:left;
}
.logo-header{
	width: 230px;
}
.logo-menu{
	width: 140px;
}
address{
	 border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 8px 0 #CCCCCC inset;
/*    float: right;*/
    font-size: 11px;
    font-style: normal;
    margin: 0 0 8px;
    padding: 6px;
    text-align: left;
    text-decoration: none;
/*    width: 320px;*/
    min-height: 100px;
}
address strong{
	font-size: 16px;
	color: #0093d9;
	font-weight: normal;

}
footer{
	width:100%;
	float:left;
	margin-top:10px;
/*	border-top: 2px ridge #e7e7e7;*/
	padding-top:10px;
	text-align: center;
}
footer .lower{
	text-align: center;
	color:#EC8138;
}

/*------------HEADER-FOOTER-END-----------------*/

/*------------LOGIN-START-----------------*/

.loginbox {
    background: transparent url("../img/log_bg.png") no-repeat scroll 0 0;
/*    bottom: 143px;*/
    float: right;
    height: 165px;
    opacity: 0.8;
    padding: 20px 10px;
    position: absolute;
    right: 15px;
    top: 100px;
    width: 325px;
}
.loginbox .username {
    float: left;
    margin: 0 auto;
    width: 100% !important;
}
.loginbox .username .U_I {
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
.loginbox .username .textbox {
    float: right;
    margin: 0 0 20px 15px;
    position: relative;
}
.loginbox .username .textbox input {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    height: 30px;
    width: 220px;
   }

.forgot_password {
    float: left;
    line-height: 30px;
    margin-left: 23px;
    margin-top: -8px;
}
.logbtn {
    background: #373737 none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 3px;
    color: #ffffff !important;
    cursor: pointer;
    float: right;
    height: 30px !important;
    margin: -8px 23px 0 0 !important;
    width: 60px !important;
}

@media (max-width:479px){
.loginbox {
    height: 95px;
    padding: 5px;
    right: 5px;
    top: 20px;
    width: 265px;
     font-size: 12px;
}
.loginbox .username .U_I {
    font-size: 12px;
}
.loginbox .username .textbox {
    margin: 0 0 5px 5px;
}
.loginbox .username .textbox input {
    height: 25px;
    width: 190px;
}
.forgot_password {
    margin-top: -3px;
}
.logbtn {
 height: 27px !important;
 margin: 0 23px 0 0 !important;
 width: 55px !important;	
}	
}
@media (min-width:480px) and (max-width:767px){

.loginbox {
    height: 146px;
    top: 30px;
     padding: 14px 10px;
     right: 12px;
}
	
}

/*------------LOGIN-END-----------------*/

/*------------MENU-START-----------------*/
.navbar-default{
	 background-image: -webkit-linear-gradient(top, #f8f8f8, #fff);
	  background-image: -moz-linear-gradient(top, #f8f8f8, #fff);
	  background-image: -o-linear-gradient(top, #f8f8f8, #fff);
	  background-image: linear-gradient(to bottom, #f8f8f8, #fff);
	 font-weight:bold;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover , .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  		background-image: -webkit-linear-gradient(top, #ED8137, #ED8137);
	  background-image: -moz-linear-gradient(top, #ED8137, #ED8137);
	  background-image: -o-linear-gradient(top, #ED8137, #ED8137);
	  background-image: linear-gradient(to bottom, #ED8137, #ED8137);
	  color:#fff;
}
.navbar {
    margin-bottom:0;
}
.dropdown-menu li ul.dropdown-menu {
    background-color: #ED8137;
    left: 100%;
    right: auto;
    top: 0;
}
.dropdown-menu li a span {
    background-color: #ED8137;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 8px;
     position: absolute;
    right: 0;
    top: 0;
}
.dropdown-menu li ul.dropdown-menu li a {
    background-color: #ED8137;
    border: 1px solid #fff;
    color: #fff;
}
.dropdown-menu li ul.dropdown-menu li a:hover {
    background: #fff;
    color: #ED8137;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar .container-fluid {
    padding: 0 !important;
  }
  .navbar-collapse{
  	padding-left:0 !important;
  }
  .navbar-nav > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.navbar-nav .dropdown-menu .dropdown-menu {
	 min-width: 150px !important;
}
}
/*------------MENU-END-----------------*/
/*-------------Certificate-START-----------------*/
.certifict{
	padding: 20px 60px;
    width: 1050px;
	background:#FFF;
	border: 4px ridge #000;
	margin: auto;
	text-align: center;
}
.certsname{
	color: #000;
    font-size: 47px;
    font-weight: bold;
    margin: 5px 0 10px;
    text-align: center;
    font-family: "Colonna MT";
}
.tagname{
	font-size:12px;
	font-weight: bold;
}
.certadds{
	color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 5px;
    text-align: center;
/*    font-family: "Colonna MT";*/
}
.certifict select{
width: auto !important;
}
.certifict .c_sign{
	width:100%;
	height:70px;
	font-size:18px;
	font-style:italic;
	position: relative;
}
.certifict .c_sign p{
	margin-top: 10px;
}
.float_right{
	float:right;
}
.float_left{
	float:left;
}
/*@media (max-width:991px){
.certsname{
	font-size: 36px;
}	
}*/
/*-------------Certificate-END-----------------*/

.dashwlcmmsg {
    bottom: 0;
    color: #fff;
    float: right;
/*    font-family: "Maindre GD";*/
    font-size: 55px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}
.dashmsg {
    top: 0;
    float: right;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}
.mr {
    color: red;
    margin: 5px 0 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.mg {
    color: green;
    margin: 5px 0 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.page-heading{
	color: #008acc;
    margin: 5px 0 10px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 20px;
    display: none;
}
.back-prev{
	position: fixed;
    bottom: 2em;
    left: 20px;
}
.btn-primary {
    /*background-image: -webkit-linear-gradient(top, #01374B, #759aaf);
	background-image: -moz-linear-gradient(top, #01374B, #759aaf);
	background-image: -o-linear-gradient(top, #01374B, #759aaf);
	background-image: linear-gradient(to bottom, #01374B, #759aaf);*/
    border-color: #2e6da4;
}
.btn-primary:hover {
  background-color: #fd7e00;  
}
.btn-danger{
color:#fff  !important;	
}
.btn-danger:hover{
	
}
.table-responsive {
    background: #fff;
}
.asteric{
	color:#f00;
	font-weight: bold;
}
.tblheader{
	background-color:#7ED8FC;
	background-color: #ace3f9;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
.tbltxt-r td{
	text-align: right;
}
/*-------------TABLE1 START-----------------*/
/* RegistrationForm-RegistrationEdit-StaffEdit */
.tblstrctr1 #txtClass, .tblstrctr1 #txtStream , .tblstrctr1 #txtSub{
	width: 100%;
	float: left;
}
.tblstrctr1 #txtClass .col-xs-2,.tblstrctr1 #txtStream .col-xs-2,.tblstrctr1 #txtSub .col-xs-2{
	padding-top: 8px;
}
/*-------------TABLE1 END-----------------*/

/*-------------TABLE3 START-----------------*/
/* HSMarksEntry-MyAccount */
.tblstrctr3 thead tr th{
	background-color: #08a4e2;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align:center;
    vertical-align: middle;
}
/*-------------TABLE3 END-----------------*/
/*-------------TABLE4 START-----------------*/
/* Dashboard */
.tblstrctr4 thead tr th{
    font-size: 15px !important;
}
.tblstrctr4 tr td{
    font-size: 11px !important;
     padding: 8px 4px !important;
}
/*-------------TABLE4 END-----------------*/

@media (max-width:479px){
.dashwlcmmsg {
    font-size: 28px !important;
}	
.mr,.mg{
	font-size: 12px !important;
}

	
}
@media (max-width:767px){
.dashwlcmmsg {
    font-size: 35px;
}	
.mr,.mg{
	font-size: 16px;
}

	
}


@media (max-width:991px){
.overscrl{
	overflow-x: scroll;
}	
}

/*------------Light-Box-START-----------------*/
.black_overlay{
			display: none;
			position:fixed;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: white;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
.white_content {
			background-color: #efefef;
			 border: 2px solid #0082bf;
		    border-radius: 5px;
		    display: none;
		    height:292px;
		    left: 32%;
		    overflow: auto;
		    position: fixed;
		    top: 20%;
		    width: 445px;
		    z-index: 1002;
		}

#mainform {
    height: auto;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    width: 100%;
}
/*------------Light-Box-END-----------------*/













.head_right{
		padding:15px 0;
}
.head_right img{
	margin:5px;
}
.img-responsive{
float:left;
	width:280px;
	height:115px;
}
.form-horizontal{
	padding:46px 35px 27px;
}
.activity{
	height:auto;
	background:#333;
	float:left;
	color:#fff;
	width:100%;
	margin-top:5px;
	padding:5px;
}
.activity input{
    color: #fff;
    height: 38px;
    width: 100px;
    float:right;
     background-image: -webkit-linear-gradient(top, #01374B, #759aaf);
	  background-image: -moz-linear-gradient(top, #01374B, #759aaf);
	  background-image: -o-linear-gradient(top, #01374B, #759aaf);
	  background-image: linear-gradient(to bottom, #01374B, #759aaf);
	 text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	 font-weight:bold;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #0D4155;
    border-color: #0D4155;
}



/*-------------START-----------------*/
/*-------------END-----------------*/