@charset "utf-8";
/* CSS Document */

a.yellow.round-box {
    background: #e48600;
    color: #fff;
    line-height: 32px;
    border: 1px solid #af6700;
}
a.round-box {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
}
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
a.yellow.round-box.hvr-radial-out:before {
    background: #f99507;
}
a.green.round-box {
    background: #2a922a;
    color: #fff;
    line-height: 32px;
    border: 1px solid #0b650b;
}
a.round-box span {
    display: block;
    font-size: 40px;
    margin-bottom: 5px;
}
a.sky.round-box {
    background: #337ab7;
    color: #fff;
    line-height: 32px;
    border: 1px solid #2e6da4;
}
.inddiv{
	margin-bottom: 20px;
}
.login{
	border: 2px solid #8c7c0e;
    padding: 50px 30px 30px 30px;
    width: 70%;
	border-radius: 6px;
}
.login li label{
    clear: both;
}
.login .form-control{
    height: 45px;
    margin-bottom: 10px;
}
.login .ValidationErrors{
	margin: 0 0 9px 0px !important;
}
.login .register{
	float: right;
    margin-top: 20%;
	background-color: #054f95;
    padding: 28px 32px;
	border-color:#1c7bcc;
	border: 1px solid transparent;
    border-radius: 4px;
	text-transform: uppercase;
}
.login .forgotpwd{
	float: left;
    margin-top: 30px;
	background-color: #8c7c0e;
    padding: 6px 12px;
	border-color:#8c7c0e;
	border: 1px solid transparent;
    border-radius: 4px;
}
.login .register a{
	color:#fff;
	font-size: 18px;
}
.login .forgotpwd a{
	color:#fff;
	font-size: 14px;
}
.login .buttons .btn{
	padding: 6px 50px !important;
	margin-top: 32px;
	background-color:#8c7c0e;
    border-color:#8c7c0e;
}
#frmRegistration input.form-control, #frmRegistration textarea.form-control{
	margin-bottom:20px;
}
#frmRegistration input.form-control{
	height: 40px;
}
#frmRegistration tr td{
	padding: 0px 10px;
}
form#frmRegistration{
	border: 1px solid #ccc;
}	
#frmRegistration .table-responsive table > tbody > tr > td, #frmRegistration .table-responsive table > tfoot > tr > td{
	border:none;
}
.dialogBase {
    background-color: #F4F4F4;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.dialogBase tr td {
    padding: 0px 4px 4px 4px;
}	
.formHeadingBkg td {
    background: #054f95;
	color:#fff;
	font-size: 16px;
	padding: 7px 0;
	text-align: left;
	text-shadow: 1px 1px 1px #333;
    vertical-align: middle;
}
.formHeadingBkg td a {
    color: #fff;
}
.formHeadingBkg td a strong {
    font-size: 16px !important;
}
.dselbkg td {
    padding: 8px !important;
    vertical-align: middle;
}
.yearwise td.yearwisetd a {
    border: 2px solid #8c7c0e;
	padding: 5px 20px;
	clear: both;
	display: inline-block;
	margin-bottom: 22px;
	color:#1c7bcc !important;
}
#pagination-result {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.table-data {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}	
.table-data img {
    max-width: 100px;
    width: 100%;
}
.table-data tr.heading-tr{
	background-color: #f7edaa !important;
}
.table-data tr.heading-tr th.nmhead{
	text-align:left;
}
.tbl_forgot_pwd .formTextWithBorder{
	margin-top: 30px;
}
span.msgText{
	color:green;
}
.welcome-sec.home{
	padding: 33px 0;
}
.bnr-bottom.bnrhome{
	padding: 0px;
}
