@font-face {
	font-family: fontawesome-webfont;
	src: url('../Font/font-awesome/fonts/fontawesome-webfont.eot'), url('../Font/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'), url('../Font/font-awesome/fonts/fontawesome-webfont.woff');
}



/* Table of Content
========================================================================

    Body Styles
	Header Styles
	Home Page Styles
	Typography & Lists
	Sidebar Styles
	Dashboard Styles
	Create a Payment Styles
	Sub Navigation
	Form Styles
	Table Styles
	Sponsors Styles
	Footer Styles
	Global Styles

/* =======================================================================
Body Styles
======================================================================= */

body {
    font-family: 'Open Sans', sans-serif; /*fontawesome-webfont;*/
    font-size: 17px;
    line-height: 20px;
    color: #444;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../revamp-images/body-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

/* =======================================================================
Header Styles
======================================================================= */

 /*------- Logo------- */

.logo {
	padding-top: 20px;
}
.logo img {
	border: none;
}

/*------- TopNav ------- */

.topnav {
	background: #151e1e;
	/* Gradient - Navy*/
	background: -moz-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -webkit-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -o-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -ms-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: linear-gradient(to top, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.topnav .left {
	width: 65%;
	float: left;
}
.topnav .left p {
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 20px;
}
.topnav .right {
	/* Gradient Colour - See Relevant Stylesheet */
	width: 35%;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.topnav .right p {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.topnav .right a {
	color: #FFF;
	font-size: 12px!important;
	text-transform: uppercase;
	text-decoration: none;
}

.loggedin {
	margin-top: -20px;
	padding-bottom: 10px;
	padding-right: 20px;
}

.loggedin a{
    font-size: 15px;
	font-family: 'Open Sans', sans-serif;
    color: #444;
}

.head a, p
{
    font-size: 15px!important;
    }

/*------- MainNav ------- */

.nav-shadow {
	margin-top: -5px;
	z-index: 1!important;
	position: relative;
}

/* =======================================================================
Home Page Styles
======================================================================= */

/*------- TopNav ------- */

.welcome {
	background-image: url(../revamp-images/welcomeImage-1200.png);
	background-position: center top;
    min-height: 360px;
	width: 100%
}
.welcome-banner {
	/* Solid Colour - See Relevant Stylesheet */
	width: 80%;
	padding: 20px;
	margin-top: 180px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.welcome-banner h2 {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
.welcome-banner p {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
}

img.tool-tip{margin-right:5px; margin-top:4px;}

.password a
{
    cursor: pointer;
    }

.createacc a:hover
{
    text-decoration: none;
    }

#forgotpassword a
{
    cursor: pointer;
    }

/* =======================================================================
Typography & Lists
======================================================================= */

/*------- Headings ------- */

h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 14px;
}
h2 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 10px;
	margin-top: 20px;
}
h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 8px;
}
h4 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 4px;
}
h5 {
	font-size: 17px;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	line-height: 21px;
}

/*------- Lists ------- */

ul {
	padding-left: 0px!important;
	list-style: none;
}

/* =======================================================================
Sidebar Styles
======================================================================= */

.sidebar-head h2 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #4D595B;
	font-size: 18px;
	line-height: 26px;
	font-weight:600;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../revamp-images/dash-head.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.sidebar {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	background-image: url(../revamp-images/submenu-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	height: auto;
	border: 1px solid #D4D4D4;
}
.sidebar ul {
	margin: 0px;
}

.sidebar li {
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 12px;
	text-transform: uppercase;
}
.sidebar li a:hover {
	text-decoration:underline;
}
.sidebar li.activelink {
	font-weight:600!important;
}

.sidebar li a {
	color: #444444;
	text-decoration:none;
}

.sidebar li.activelink a {
	color: #444444;
	text-decoration:none;
	font-weight:600
}


/* =======================================================================
Dashboard Styles
======================================================================= */

.dashboard-head {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #4D595B;
	font-size: 18px;
	font-weight:600;
	line-height: 26px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../revamp-images/dash-head.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.dashboard-yrhead {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #4D595B;
	font-size: 18px;
	font-weight:600;
	line-height: 26px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../revamp-images/dash-head.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 25px;
	width: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.dashboard-head-yr {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #4D595B;
	font-size: 18px;
	font-weight:600;
	line-height: 10px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../revamp-images/dash-head.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 10px;
	width: 100%;
	background: -moz-linear-gradient(bottom, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);
	background: -webkit-linear-gradient(bottom, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);
	background: -o-linear-gradient(bottom, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);
	background: -ms-linear-gradient(bottom, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);
	background: linear-gradient(to top, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);

}

.dashboard-head h2
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #4D595B;
	font-size: 18px;
	line-height: 26px;
	font-weight:600;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
    }

.welcometxt
{
    font-size: 13px!important;
    color: #4D595B!important;
    float: right;
    }

.welcometxt a
{
    font-size: 13px!important;
    color: #4D595B!important;
    text-decoration: none;
    }

.logouttxt a
{
    font-size: 13px!important;
    color: #4D595B!important;
    text-decoration: none;
    }

.logouttxt a:hover
{
    text-decoration: underline;
    }

.dash-container
{

    }

.dashboard-icon:hover, .dashboard-icon:focus, .dashboard-icon:active {
	background: none;
}

.dashboard-icon.last-element {
	margin-right: 0px!important;
}

.dashboard-icon a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-right: 10px;
	background-image: url(../revamp-images/submenu-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
    width:19%;
	float: left;
	display: block;
	text-align: center;
	border: 1px solid #D4D4D4;
	color:#444444;
	text-decoration:none;
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);/* Hack to improve aliasing on mobile/tablet devices */
}

.dashboard-icon a:hover, .dashboard-icon a:focus, .dashboard-icon a:active {
	background: none;
}


.dashboard-icon.last-element a {
	margin-right: 0px!important;
}
.dashboard-icon p {
	margin-top: 0px;
}


/* =======================================================================
Create a Payment
======================================================================= */

.sub-head h2 {
	color: #4D595B;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight:600;
}

.add-row {
	background: #D3D5D5;
	color: #4D595B;
	font-size:12px;
	font-weight:400;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #2B383A;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}
.add-row form {
	margin:0px;
}
.add-row form input[type="text"] {
	margin-left:10px;
	margin-right: 5px;
}
.add-row form td {
	padding-bottom: 0px!important;
}
.wrapper {
	min-height:520px;
}


/* =======================================================================
Sub - Navigation
======================================================================= */

.sub-nav li a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	text-align: center;
	color: #F2F2F2;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	background-color: #151E1E;
	/* Gradient - Navy */
	background: -moz-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -webkit-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -o-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -ms-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: linear-gradient(to top, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	float:left;
	margin-right:5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}


/* =======================================================================
Form Styles
======================================================================= */

 /*------- Form Layout------- */


form {
	margin-top: 20px;
	margin-bottom: 20px;
}
form.search {
	margin-top: 20px;
	margin-bottom: 0px;
}
form.form-style{
	background-image: url(../images/submenu-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	border: 1px solid #CCC;
	padding:20px;
}

/*------- Buttons ------- */

.button, button, input[type="submit"], input[type="reset"], input[type="button"], .grad-but {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	border: none;
	text-align: center;
	color: #F2F2F2;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	background-color: #151E1E;
	/* Gradient - Navy */
	background: -moz-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -webkit-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -o-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -ms-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: linear-gradient(to top, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	float:left;
	margin-right:5px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}

#testsubmit:active
{
    	background-color: #5E0202!important;
    }

.button input[type="submit"]:active
{
	background-color: #5E0202!important;
    }

.active
{
	background-color: #5E0202!important;
    }


.abutton
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	text-align: center;
	color: #F2F2F2;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	background-color: #151E1E;
	/* Gradient - Navy */
	background: -moz-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -webkit-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -o-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -ms-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: linear-gradient(to top, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	float:left;
	margin-right:5px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
    }

#imgbtnLogin
{
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	text-align: center;
	color: #F2F2F2;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	background-color: #151E1E;
	/* Gradient - Navy */
	background: -moz-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -webkit-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -o-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -ms-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: linear-gradient(to top, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	float:left;
	margin-right:5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
    }

.grad-but
{
    border-style: none!important;
    }

#imgbtnCancel
{
    width: 100px!important;
    margin-left: 0px;
    }

#imgbtnNext
{
    margin-left: 90px;
    }



/*------- Input Fields ------- */

input[type="text"], input[type=""], input[type=""], input[type="search"], textarea, select {
	-webkit-box-shadow: inset 0 0 10px #CCCCCC;
	-moz-box-shadow: inset 0 0 10px #CCCCCC;
	box-shadow: inset 0 0 10px #CCCCCC;
	border: 1px solid #849096;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	margin: 0;
	height: 20px;
	width: 220px;
	max-width: 100%;
	display: block;
	padding: 5px;
	background: #F6F7F8;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}

/*------Siblings.aspx - input styling --------------*/

#inputSearch
{
	-webkit-box-shadow: inset 0 0 10px #CCCCCC;
	-moz-box-shadow: inset 0 0 10px #CCCCCC;
	box-shadow: inset 0 0 10px #CCCCCC;
	border: 1px solid #849096;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	margin: 0;
	height: 20px;
	width: 100%;
	display: block;
	padding: 5px;
	background: #F6F7F8;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
    }

#ddlstudyArea, #ddlClass
{
    width: 100%!important;
    }

#ddlCardType {
	-webkit-box-shadow: inset 0 0 10px #CCCCCC;
	-moz-box-shadow: inset 0 0 10px #CCCCCC;
	box-shadow: inset 0 0 10px #CCCCCC;
	border: 1px solid #849096;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	margin: 0;
	height: 30px;
	width: 100%;
	display: block;
	padding: 5px;
	background: #F6F7F8;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}

#txtNewPassword, #txtConfirmNewPassword
{
    -webkit-box-shadow: inset 0 0 10px #CCCCCC;
	-moz-box-shadow: inset 0 0 10px #CCCCCC;
	box-shadow: inset 0 0 10px #CCCCCC;
	border: 1px solid #849096;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	margin: 0;
	height: 20px;
	width: 220px;
	max-width: 100%;
	display: block;
	padding: 5px;
	background: #F6F7F8;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
    }

#txtUsername,

#txtforgotpassword,
#confirmftpass,
#txtuserResetPass,
#txtexistPassword,
#txtnewPassword,
#txtconfirmNewPassword
{
    -webkit-box-shadow: inset 0 0 10px #CCCCCC;
	-moz-box-shadow: inset 0 0 10px #CCCCCC;
	box-shadow: inset 0 0 10px #CCCCCC;
	border: 1px solid #849096;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	margin: 0;
	height: 20px;
	width: 220px;
	max-width: 100%;
	display: block;
	padding: 5px;
	background: #F6F7F8;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
    }

#cvEmail
{
    color: Red;
    font-weight: bold;
    }

#txtConfirmPassword
{
    -webkit-box-shadow: inset 0 0 10px #CCCCCC;
	-moz-box-shadow: inset 0 0 10px #CCCCCC;
	box-shadow: inset 0 0 10px #CCCCCC;
	border: 1px solid #849096;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	margin: 0;
	height: 20px;
	width: 97%!important;
	max-width: 100%;
	display: block;
	padding: 5px;
	background: #F6F7F8;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
    }

#txtUsername:focus,
#txtPassword:focus,
#txtforgotpassword:focus,
#confirmftpass:focus,
#txtuserResetPass:focus,
#txtexistPassword:focus,
#txtnewPassword:focus,
#txtconfirmNewPassword:focus
{
    background-color: #FFFFFF;
    }

input:focus
{
    background-color: #FFFFFF;
    }

#txtUsername
{
    -webkit-box-shadow: inset 0 0 10px #CCCCCC;
	-moz-box-shadow: inset 0 0 10px #CCCCCC;
	box-shadow: inset 0 0 10px #CCCCCC;
	border: 1px solid #849096;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	margin: 0;
	height: 20px;
	width: 220px;
	max-width: 100%;
	display: block;
	padding: 5px;
	background: #F6F7F8;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	background-image: url(../revamp-images/user.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
    }

#txtPassword
{
    -webkit-box-shadow: inset 0 0 10px #CCCCCC;
	-moz-box-shadow: inset 0 0 10px #CCCCCC;
	box-shadow: inset 0 0 10px #CCCCCC;
	border: 1px solid #849096;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	margin: 0;
	height: 20px;
	width: 220px;
	max-width: 100%;
	display: block;
	padding: 5px;
	background: #F6F7F8;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	background-image: url(../revamp-images/password.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
    }

textarea {
	height: auto;width:90%;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}

admintextarea {
	height: auto;width:100%;
	margin-left: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}
input[type="text"]{width:97%;}
input[type="search"]{width:100%;}

input[type="txtUsername"] {
	background-image: url(../revamp-images/user.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
input[type="txtPassword"] {
	background-image: url(../revamp-images/password.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
select {
	height: 30px;
}

/*------- Form Tables------- */

form td {
	vertical-align: middle;
	padding-bottom: 5px;
}

/* =======================================================================
Table Styles
======================================================================= */

/* Generic Styling, for Desktops/Laptops */

.table-wrap table {
	width: 100%;
	border-collapse: collapse;
	background-image: url(../revamp-images/submenu-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align:center;
}
.table-wrap th {
	background: #D3D5D5;
	color: #4D595B;
	font-size:12px;
	font-weight:400;
	padding: 6px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #2B383A;
}
.table-wrap td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2B383A;
}

/* =======================================================================
Sponsors Styles
======================================================================= */

#sponsors {
	background: #2B383A;
	padding-top: 60px;
	padding-bottom: 60px;
}
#sponsors p {
	font-size: 11px;
	color: #FFF;
}
#sponsors .icon {
	text-align: center;
}

/* =======================================================================
Footer Styles
======================================================================= */

footer {
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #1E2728;
	color: #D7D7D7!important;
	text-align:center;
}
footer a {
	font-size:12px;
	color: #4D595B!important;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}

.afooter
{
    font-size:12px;
	color: #4D595B!important;
	text-decoration:none;
    }

/* =======================================================================
Global Styles
======================================================================= */

.breaker {
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
	width: 100%;
}

.breakertop {
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 0px;
	width: 100%;
}

.clear {
	clear: both;
}
.ralign {
	text-align: right;
}

.lalign {
	text-align: left;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

.breadcrumb {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 0px;
	color: #911919;
}

.breadcrumb a {
	color: #911919;
	text-decoration: none;
	font-weight: bold;
}

a, a:active, a:visited {
	border: none!important;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.nodeclink
{
    text-decoration: none;
    font-size: 13px;
    color: #4D595B;
    }

.nodeclink:hover
{
    text-decoration: underline;
    }

.forgottxtpos
{
    padding-right: 50px;
    }

.margtop100
{
    margin-top: 100px;
    }

.margtop10
{
    margin-top: 10px;
    }

.margleft20
{
    margin-left: 20px;
    }

.margleft120
{
    margin-left: 120px;
    }

.padtop100
{
    padding-top: 100px;
    }

.padleft20
{
    padding-left: 20px;
    }

.padright20
{
    padding-right: 20px;
    }

.padleft10
{
    padding-left: 10px;
    }

.padtop75
{
    padding-top: 75px;
    }

.padtop5
{
    padding-top: 5px;
    }

.padtop50
{
    padding-top: 50px;
    }

.padleft50
{
    padding-left: 50px;
    }

.padtop40
{
    padding-top: 40px;
    }

.padtop20
{
    padding-top: 20px;
    }

.pad20
{
    padding: 20px;
    }

.padtop10
{
    padding-top: 10px;
    }

.padbottom10
{
    padding-bottom: 10px;
    }

.exitbtnpos
{
    float: left;
    padding-right: 25px;
    padding-top: 20px;
    }

.resetbtnpos
{
    float: left;
    margin-left: 0px;
    padding-top: 20px;
    }

.margleft90
{
    margin-left: 90px;
    }

.margright20
{
    margin-right: 20px;
    }

.right
{
    float: right;
    }
.left
{
    float: left;
    }

.mitfooterlogo a img
{
    background: url(../revamp-images/mit-ft-logo1.png) 0 0px;
    display: block;
    width: 190px!important;
    height: 50px!important;
    border-style: none!important;
    border-width: 0px;
    }

/*.mitfooterlogo a img:hover
{
    background: url(../revamp-images/mit-ft-logo-colour2.png);
    width:190px!important;
    height:50px!important;
    }*/

.staffsecure
{
    /*background-image: url(../images/password.png);*/
    margin-left: 20px;
    width: 20px!important;
    height: 20px;
    }

.studentbtnpos
{
    margin-top: 17px;
    }

.formcontainer
{
    overflow: hidden;
    height: 340px;
    width: 480px!important;
    }

#fgtloginbtn
{
    padding-left: 15px!important;
    }

.top
{
    top: -20px;
    }

.epshr hr
{
    border-style: dotted;
    border-width: 1px;
    border-color: Gray;
    }

#findchildform h3
{
    color: #082431;
    font-family: Calibri;
    }

#findchildform h5
{
    color: #082431;
    font-family: Calibri;
    font-weight: normal;
    padding-top: 2px;
    }

.accordpos
{
    margin-top: 0px;
    margin-right: 10px;
    float: right;
    cursor: pointer;
    }

.paymenttab td
{
    min-width: 20px!important;
    }

.radiobtnpos
{
    padding-left: 20px;
    margin-right: 20px;
    }

.editbtnpos
{
    margin-left: 20px;

    }

.createaccform
{
    font-weight: bold;
    margin-right: 0px;
    float: right;
    margin-top: 75px;
    }

#divStep2 a
{
    font-weight: bold;
    font-size: 15px;
	font-family: 'Open Sans', sans-serif;
    }

#divStep2 a:hover
{
    text-decoration: none;
    }

.addresstab
{
    width: 100%!important;
    }

.addresstab td
{
    padding-bottom: 10px;
    }

.btmbordertab
{
	border-bottom: 8px solid #151E1E;
	float:left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
    }

.btmbordertabyr
{
    border-bottom: 8px solid #151E1E;
	float:left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
    }

.grad-but-tab
{
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
	text-align: center;
	color: #F2F2F2;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	background-color: #151E1E;
	/* Gradient - Navy */
	background: -moz-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -webkit-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -o-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -ms-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: linear-gradient(to top, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	float:left;
	margin-right:5px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}

.grad-but-tab-Active
{


   background-color: #8A0808!important;
   background-image:none!important;
   font-weight:bold;

}

.grad-but-tab:active
{
	background-color: #F2F2F2!important;
    }

.paymenttab
{
    text-align: left;
    }

.paycommentbox
{
    margin-top: 0px;
    padding: 5px;
    float: right;
    }

.admpaycommentbox
{
    padding: 5px;
    float: left;
    }

.paytablepos
{
    padding-left: 40px;
    }

.payradbtnpos
{
    padding-left: 40px;
    }

input[type="radio"] {

	outline: none;
    margin-right: 15px;
	color: #777;
	background: #F6F7F8;
	font-family: 'Open Sans', sans-serif;
}

#hdnSubCompId, #hdnMaxPaymentAmount, .smallddl{
	-webkit-box-shadow: inset 0 0 10px #CCCCCC;
	-moz-box-shadow: inset 0 0 10px #CCCCCC;
	box-shadow: inset 0 0 10px #CCCCCC;
	border: 1px solid #849096;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	margin: 0;
	height: 30px;
	width: 100px!important;
	display: block;
	padding: 5px;
	background: #F6F7F8;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	margin: 5px;
}

.smallddlAdPayDash{
	-webkit-box-shadow: inset 0 0 10px #CCCCCC;
	-moz-box-shadow: inset 0 0 10px #CCCCCC;
	box-shadow: inset 0 0 10px #CCCCCC;
	border: 1px solid #849096;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	margin: 0;
	height: 30px;
	width: 75px!important;
	display: block;
	padding: 5px;
	background: #F6F7F8;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	margin: 5px;
}

#ddlAddressCounty, #ddlAddressCountry
 {
    -webkit-box-shadow: inset 0 0 10px #CCCCCC;
	-moz-box-shadow: inset 0 0 10px #CCCCCC;
	box-shadow: inset 0 0 10px #CCCCCC;
	border: 1px solid #849096;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	height: 32px;
	width: 285px;
	max-width: 105%!important;
	display: inline;
	padding: 0px;
	background: #F6F7F8;
	font-family: Calibri;
	font-size:15px;
	margin: 0px;
     }

/*-----Grid view style-----*/

/*.tableheader
{
    padding: 0px;
    margin: 5px;
    background-color: #151E1E;

	background: -moz-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -webkit-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -o-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -ms-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: linear-gradient(to top, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    }

.rowstyle
{
    height: 30px;
	background: #F6F7F8!important;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    }

.FooterTotal td
{
    height: 30px;
    text-align: center;
    }*/

/*-----Grid view style ends-----*/

.paybtnpos
{
    margin-left: 100px;
    }

.assignbtnpos
{
    margin-left: 100px;
    }

.cancelbtn
{

    }

.errmsg
{
    color: Red;
    font-weight: bold;
    border-style: solid;
    border-width: 2px;
    border-color: Red;
    padding-top: 0px!important;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    margin-bottom: 20px;
    }

.warning
{
    color: Red;
    font-weight: bold;
    border-style: solid;
    border-width: 2px;
    border-color: Red;
    padding-top: 10px!important;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    }

.succonfirm
{
    color: Green;
    text-align: center;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;

    }

.succonfirm a
{
    font-size: 15px;
    }
.succonfirm b
{
    font-size: 30px;
    margin-bottom: 20px;
    }

.tooltipbut
{
    margin-left: 10px;
    }

.admintooltipbut
{
    float: right;
    margin-right: 100px;
    }

.footbutshade
{
    background-color: #eee;
    height: 60px;
    }

#chkboxOnline, #chkboxEmail, #chkboxSMS
{
    margin-left: 15px;
    }

.bkbtnpos
{
    margin-left: 115px;
    margin-right: 20px;
    }

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        font-weight: 500;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        cursor: help;
        visibility: visible !important;
    }
