html {
	margin:0;
	padding:0;
	overflow:auto;
}
body {
	background: url(bgh1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.err{
	position:absolute;
	display:inline-block;
	margin: 6px 0px 0px 8px;
	padding: 1px 5px 1px 5px;
	background-color: #ff4a4a;
	border-radius: 6px;
    border: 1px solid #ff2224;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.err2{
	display:inline-block;
	margin: 6px 0px 0px 8px;
	padding: 4px 8px 5px 7px;
	background-color: #ffc7c7;
	border-radius: 10px;
    border: 1px solid #ff2224;
	font-size: 13px;
	font-weight: bold;
	color: #ff2224;
}
.err1{
		display:inline-block;
		margin: 6px 0px 0px 8px;
		padding: 3px 38px 3px 38px;
		background-color: #dbffc6;
		border: 1px solid #166a04;
		border-radius: 10px;
		font-size: 13px;
		font-weight: bold;
		color: #166a04;
}
.green{
	display:block;
	height:20px;
	text-align: center;
	padding:5px 0px 7px 0px;
	background-color: #82c538;
	border-radius: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.red{
	display:block;
	height:20px;
	text-align: center;
	padding:5px 0px 7px 0px;
	background-color: #ff4646;
	border-radius: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.yellow{
	display:block;
	width:255px;
	text-align: left;
	padding:5px 0px 7px 0px;
	background-color: #ff972f;
	border-radius: 7px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #0e003d;
}
.yellow:hover{
	color: #ffffff;
}
.blink{
	animation:blinkingText 1s infinite;
	animation-name: blink;
	display:block;
	width:255px;
	cursor: pointer;
	text-align: left;
	padding:5px 0px 7px 0px;
	background-color: #ff0606;
	border-radius: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #0e003d;
}
.blink:hover{
	color: #ffffff;
}
@keyframes blink{
	0%{
		background-color: #ff0606;
	}
	35%{
		background-color: #ff972f;
	}
	70%{
		background-color: #ff972f;
	}
	100%{
		background-color: #ff0606;
	}
}

.blinktxt{
	animation:blinkingText 1s infinite;
	animation-name: blinktxt;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #b3002d;
}

@keyframes blinktxt{
	0%{
		color: #b3002d;
	}
	35%{
		color: #ffffff;
	}
	70%{
		color: #b3002d;
	}
	100%{
		color: #b3002d;
	}
}
.wrapper{
	margin:80px 10px 10px 50px;
}
.form td, .form th{
	padding:5px 10px;
}
.report{
	margin-top:20px;
	border-color:#00468c;
}
.report td, .report th{
	padding:3px 10px;
	border:1px solid #00468c;
	margin:0px;
}
.report th{
	color:#ffffff;
	background-color:#2480e3;
	
}
.dropdown {
	display: inline-block;
	position: relative;
  }
  
  .buttonz{
	border:none;
	border-radius:1px;
	padding:4px 6px;
	font-size:14px;
	cursor:pointer;
	background-color: #409ebb;
	color: #ffffff;
	font-weight:bold;
	margin-bottom:1px;
	margin-left:1px;
  }
  .buttonz a{
	text-decoration: none;
	color: #ffffff;
  }
  .buttonz a:hover{
	text-decoration: none;
	color: #000000;
	
  }
  
  .buttonz:hover{
	background-color:#d3b379;
	color: #000000;
	margin-bottom:1px;
  }
  
  .dropdownz-options {
	display: none;
	position: absolute;
	overflow: auto;
	background-color:#409ebb;
   
	border-radius:1px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	margin-left:1px;
  }
  
  .dropdownz:hover .dropdownz-options {
	display: block;
  }
  
  .dropdownz-options a {
	display: block;
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	padding:3px 20px;
	 font-size:14px;
	  border:1px solid #9b9b9b;
	  border-radius:1px;
	  font-weight:bold;
  }
  
  .dropdownz-options a:hover {
	color: #000000;
	background-color: #d3b379;
	border-radius:1px;
	font-weight:bold;
  }
.form-report-table{
	background-color:#eaf2ff;
}
.form-report-table td.frt_heading {
	background: #c2daff;
	color: #000429;
	text-align: center;
	font-size:24px;
	font-weight:bold;
}
	.form-report-table th, .form-report-table td {
		padding:2px;
	}

	.form-report-table th {
		text-align: left;
		font-weight: bold;
		color: #2b2b2b;
	}
.form-report-table, .form-report-table tr{
	border: 1px solid #7e7e7e;
}

.frt_border_all, .frt_border_all td, .frt_border_all th {
	border: 1px solid #7e7e7e !important;
}

.table_th_center th{
	text-align:center !important;
}

.error_msg{
	color:red;
	font-weight:bold;
	font-size:17px;
}
table.dashboradclasses {
	background-color: #ff7b7b52;
}
table.dashboradclasses, table.dashboradclasses tr {
	border: 1px solid #000000;
	font-size: 17px;
}
	table.dashboradclasses th {
		background: #a32121;
		color: #e8e8e8;
		text-align: center;
		text-transform: uppercase;
	}
	table.dashboradclasses a {
		color: #ffffff !important;
		display: block;
		background: #a32121;
		text-align: center;
		padding: 3px;
		border-radius: 3px;
		color: #e8e8e8;
		font-weight: normal;
		text-decoration: none;
		cursor: pointer;
		box-shadow: 1px 1px 1px 2px #707070;
	}
		table.dashboradclasses a:hover {
			background-color: #042772;
			box-shadow: 1px 1px 1px 2px #d1d1d1;
		}




table.paymenttable {
	background-color: #39b7b747;
}

table.paymenttable, table.paymenttable tr {
	border: 1px solid #000000;
	font-size: 17px;
}

table.paymenttable th {
	background: #175757;
	color: #e8e8e8;
	text-align: center;
	text-transform: uppercase;
}

table.rust th {
	color: #d7d6d6;
	font-size: 15px;
	background: #6a0000c2;
	text-align:center;
}
table.rust {
	color: #3a3a3ad6;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	border: 1px solid black;
	background-color:rgba(255, 189, 176, 0.34);
}
table.rust tr {
	border-bottom: 1px solid black;
	color: #6a0000c2;
}

.college_legend {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px 5px 35px;
	color: #042772;
	background-color: rgb(172, 88, 11, 0.65);
	text-transform:uppercase;
}

.main-wrapper {
	padding: 5px 35px;
	width: 100%;
	min-width: 920px;
	margin-bottom:50px;
}

.yellow-block {
	display: inline-block;
	width: 100%;
	padding: 10px;
	border: 2px solid #ff6a00;
	background-color: #ffd8006b;
	border-radius: 15px;
	text-align: justify;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #8e0000;
}
.ferozi-block {
	display: inline-block;
	width: 100%;
	padding: 10px;
	border: 2px solid #00adff;
	background-color: #00dcff6b;
	border-radius: 15px;
	text-align: justify;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #8e0000;
}
legend {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 3px;
	color: #efefef;
	border: 1px solid #042772;
	border-radius: 3px;
	text-transform: uppercase;
	background-color: #04277287;
}





.form1 td.form1 {
	background: #c2daff;
	color: #000429;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.form1 th, .form1 td {
	padding: 2px;
}

.form1 th {
	text-align: left;
	font-weight: bold;
	color: #2b2b2b;
}
